
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
background-color: #fafafa;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

body {
font-family: 'Raleway' , sans-serif;
background: #fafafa;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
overflow-x: hidden;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;

}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#pageContent.blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* menu ordinateur */

#mainHeader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: #fafafa;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px;
      transition: box-shadow 0.5s ease;
      z-index: 999;
    }

    #mainHeader.scrolled {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    
    }

    .logo img {
    padding-left: 90px;
    padding-top: 5px;
    margin: 0;
    height: 65px;
    display: block;
    }

    nav ul {
    padding-right: 70px;
    list-style: none;
    display: flex;
    gap: 60px;
    }

    nav ul li a { 
    position: relative;
    font-family: 'Raleway';
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    }

    .menu1 {
      margin-right: -40px;
    }

    /* Menu déroulant */

    .menu-deroulant {
      position: relative;
}

/* ======== sous-menu ======= */

/*
.sous-menu {
  position: absolute;
  top: 40%;
  left: 0;
  right: -30px;
  background-color: #fafafa;
  padding: 10px 5px 15px 5px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: none;
  min-width: 160px;
  z-index: 1000;
}

.menu-deroulant:hover .sous-menu {
  display: block;
}

.sous-menu li {
  padding: 0;
  text-align: left;
  padding: 0 15px;
}

.sous-menu li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
  font-size: 1rem;
}
*/
/* Effet point gris sur les liens du sous-menu */

/*
.sous-menu li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sous-menu li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}
*/


    /* Fin Menu déroulant */


.menu a, .menuouvert {
font-family: 'Raleway';
font-size: 1.1em;
text-decoration: none;
color: #000028;
font-weight: 400;
}

.menuouvert li {

left: 50%;
bottom: -7px;
transform: translateX(-50%);
 width: 6px;
height: 6px;
border-radius: 50%;
background: #666666;
opacity: 1;
}

nav ul li {
  position: relative; /* Permet au ::before de se positionner par rapport au <li> */
}

nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

nav ul li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}

#responsive {
  display: none;
}

/* =========== corps ============ */

#entet .logo-responsive {
  display: none;
}

/* SECTION 1 */

.ancre {
    scroll-margin-top: 150px;
}

.hero-section{
    max-width:1300px;
    margin:230px auto 80px;
    display:flex;
    gap: 3rem;
    align-items:flex-start;
}

.hero-left{
    flex:1 1 45%;
}

.hero-right{
    flex:1 1 50%;
}

.hero-right img {
    width:100%;
    display:block;
    border-radius: 50px;
    margin-top: 100px;
}

.dates {
    display:inline-block;
    background:#e45f21;
    color:#fff;
    padding:12px 24px;
    border-radius:40px;
    margin-bottom:30px;
}

.dates-vains {
    display:inline-block;
    background: #a9bfd4;
    color: #000028;
    padding:12px 24px;
    border-radius:40px;
    margin-bottom:30px;
}

.dates-pontecoulant {
    display:inline-block;
    background: #084463;
    color: #fff;
    padding:12px 24px;
    border-radius:40px;
    margin-bottom:30px;
}

.dates-tatihou {
    display:inline-block;
    background:#bca0dc;
    color: #000028;
    padding:12px 24px;
    border-radius:40px;
    margin-bottom:30px;
}

.dates h3, .dates-vains h3, .dates-pontecoulant h3, .dates-tatihou h3 {
    margin:0;
    font-size:1.1rem;
    font-weight:500;
    line-height: 1.5rem;
}

.lieu {
    font-size: 1rem;
}

.italh3 {
    font-style: italic;
}

 .uppercaseh3 {
    text-transform: uppercase;
 }

.hero-left .etoil {
    display: flex;
    justify-content: flex-start;   /* Alignement à gauche */
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    margin-top: 25px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.puce1 {
    width: 28px;
    height: 28px;
    align-items: left;
    position: relative;
    top: -2px;     /* Ajustement vertical (facultatif) */
    flex-shrink: 0;
}

.puce2 {
    width: 28px;
    height: 28px;
    align-items: right;
    position: relative;
    top: -2px;     /* Ajustement vertical (facultatif) */
    flex-shrink: 0;
}

.etoilg {
    font-weight: 600;
}

.fni {
    font-weight: 600;
}

.hero-left .fni {
    color:#000028;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    margin-top: 25px;
    text-transfom: uppercase;
}


.hero-left h1 {
    color:#e45f21;
    font-weight: 700;
    font-size:3.2rem;
    line-height: 4rem;
    margin-top: 30px;
    margin-bottom:40px;
    text-transform: uppercase;
}

.hero-left h1::after {
    content:"";
    display:block;
    width:60px;
    height:2px;
    background:#e45f21;
    border-radius:2px;
    margin-top:20px;
}

.hero-left .hmanche::after {
    content:"";
    display:block;
    width:60px;
    height:2px;
    background:#a9bfd4;
    border-radius:2px;
    margin-top:20px;
}

.hero-left .hcalvados::after {
    content:"";
    display:block;
    width:60px;
    height:2px;
    background:#084463;
    border-radius:2px;
    margin-top:20px;
}

.hero-left .htatihou::after {
    content:"";
    display:block;
    width:60px;
    height:2px;
    background:#bca0dc;
    border-radius:2px;
    margin-top:20px;
}

.hero-left .hmanche  {
    color: #a9bfd4;
}

.hero-left .hcalvados  {
    color: #084463;
}

.hero-left .htatihou {
    color: #bca0dc;
}

.hero-left h2 {
    color:#000028;
    text-align: left;
    margin-top: -15px;
    margin-bottom:30px;
    font-size: 1.7rem;
    line-height: 1.5em;
}

.cta{
    color:#e45f21;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5em;
}

/* === position étoile =====*/

.etoil{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;           /* espace entre les étoiles et le texte */
    flex-wrap: wrap;     /* évite les débordements sur mobile */
    text-align: center;
}

.puce{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}


/* SECTION 2 */

.content-section{
    max-width:1300px;
    margin: 120px auto 100px;
    display:flex;
    gap:3rem;
    align-items:flex-start;
}

.content-left{
    flex:1 1 45%;
}

.content-right{
    flex:1 1 50%;
}

.content-left p{
    color:#000028;
    font-size: 1.1rem;
    line-height: 1.8em;
    margin-bottom:20px;
}

.content-left .intro {
    font-weight: 600;
    font-size: 1.4rem;
    color: #000028;
    margin-bottom: 1rem;
    line-height: 1.5em;
    }

.gra {
    font-weight: 600;
}

/* BOUTON */

.btn-container{
    margin-top:50px;
    text-align: center;
}

.btn-container button{
    width:100%;
    max-width:420px;
    padding:20px 40px;
    border:none;
    border-radius:50px;
    background:#e45f21;
    color:white;
    font-size:1.2rem;
    font-weight:500;
    cursor:pointer;
    transition:.3s;
}

.btn-container button:hover{
    background:#c74e16;
}

/* Fin BOUTON */


.info-box {
    width: 100%;
    border-radius: 50px;
    background: #f3f3f3;
    padding: 40px 50px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}


.info-box h3{
    color:#e45f21;
    font-size: 1.4rem;
    margin-bottom:30px;
    font-weight: 600;
}

.info-list{
    list-style:none;
    margin:0;
    padding:0;
}

.info-item{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:15px;
    font-family: 'Raleway';
    font-size: 1rem;
    font-weight: 500;
}

.info-item img{
    width:32px;
}



.info-item::before{
    content:"";
}


.icon{
    width: 50px;
    height: 50px;
    border-radius:50%;
    background: #ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.info-item span{
    color:#000028;
}


/* SECTION 3 */

.details-section{
    max-width:1300px;
    margin:0 auto 150px;
   
}

.details-text {
    width:100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;   
}

.details-text .list {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
    margin: 25px auto;
}

.gras {
    font-size: 1.4rem;
    font-weight:600;
    margin-bottom:10px;
}

.grasli{
    font-size: 1rem;
    font-weight:500;
}

.list li {
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom:10px;
    
}

.creation, .creation-manch, .creation-calv, .creation-tatihou {
    text-align: left;
    padding-left: 50px;
    margin: 10px auto;
    font-weight: 300;
    color:#666;
}

.creation, .creation-manch, .creation-calv, .creation-tatihou  {
    display:flex;
    align-items:center;
    gap:15px;
}

.creation::before{
    content:"";
    width:60px;
    height:2px;
    background:#e45f21;
    border-radius:2px;
    flex-shrink:0;
}

.creation-manch::before{
    content:"";
    width:60px;
    height:2px;
    background:#a9bfd4;
    border-radius:2px;
    flex-shrink:0;
}

.creation-calv::before{
    content:"";
    width:60px;
    height:2px;
    background:#084463;
    border-radius:2px;
    flex-shrink:0;
}

.creation-tatihou::before{
    content:"";
    width:60px;
    height:2px;
    background:#bca0dc;
    border-radius:2px;
    flex-shrink:0;
}


/* ================= Footer ===================  */

    footer {
      font-family: 'Raleway';
      font-size: 1.1rem;
      font-weight: 400;
      background: #f3f3f3;
      margin-top: 240px;
      padding: 2rem 1rem;
      text-align: center;
    }

    .footer-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12rem;
      margin-bottom: 1.5rem;
    }

    .footer-column {
      display: flex;
      flex-direction: column;
      align-items: start;
      min-width: 140px;
      padding-top: 40px;
      padding-bottom: 60px;
    }

    .footer-column a {
      position: relative;
      color:  #000028;#333;
      text-decoration: none;
      margin: 0.5rem 0;
      font-size: 1em;
      transition: color 0.3s ease;
    }

    .footer-column a::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 7px;
      height: 7px;
      background: #666;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.7s ease, transform 0.5s ease;
    }

    .footer-column a:hover::after {
      opacity: 1;
    }

    .footer-colum {
      padding-top: 40px;
    }

    .social-icons {
      display: flex;
      gap: 30px;
      justify-content: center;
      margin-top: 0.5rem;
    }

    .social-icons a img {
      width: 30px;
      height: 30px;
      transition: transform 0.3s ease;
    }

    .social-icons a:hover img {
      transform: scale(1.25);
    }

    .copyright {
      font-size: 0.875rem;
      color: #565656;
    }

/* ================ Responsive Design =============== */

  

     @media (max-width: 980px) {

    /* =============== menu responsive ================ */

          
  #mainHeader {
   display: none;
  }

  #responsive, #entet .logo-responsive {
  display: block;
  }

/* Logo responsive dans #entet */
.logo-responsive {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 30px;
  z-index: 2;
}

.logo-responsive img {
  height: 30px;
}


/* Bouton hamburger */
.menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
  font-size: 35px;
}

/* Zone de menu latéral */
.side-menu {
  position: fixed;
  top: 0;
  right: -55%;
  width: 43%;
  max-width: 300px;
  height: 100%;
  background: #f3f3f3;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  padding: 30px 20px;
  box-sizing: border-box;
  z-index: 1000;
}


/* Menu ouvert */
.side-menu.open {
  right: 0;
}

/* Liens principaux */
.side-menu ul {
  flex-direction: column;
  margin-top: 70px;
  list-style: none;
  padding: 0;
}

.side-menu ul li {
  margin: 10px 0;
}

.side-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Sous-menu */
.side-menu .submenu {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: -5px;
}


.side-menu .submenu li {
  margin-bottom: -15px ;
}

.side-menu .submenu li a {
  font-size: 1.65rem;
  font-weight: 500;
}

/* Icône croix */
.menu-toggle.open:before {
  content: '✖';
}

/* Icône hamburger par défaut */
.menu-toggle:before {
  content: '☰';
}

  /* ================= corps responsive ================== */

/* =====================================================
   RESPONSIVE TABLETTE & MOBILE
   ===================================================== */

/*@media (max-width:980px)*/

/* ---------- Sections ---------- */

.hero-section, .content-section{

    display:block;

    max-width:760px;

    margin:100px auto 70px;

    padding:0 25px;

}

/* ---------- Hero ---------- */

.hero-left{

    width:100%;
    text-align:center;

}

/* bulle */

.dates,
.dates-vains,
.dates-pontecoulant,
.dates-tatihou{

    display:inline-block;

    margin:0 auto 30px;

}

/* texte de la bulle */

.dates h3,
.dates-vains h3,
.dates-pontecoulant h3,
.dates-tatihou h3{

    font-size:1rem;
    line-height:1.45;

}

.lieu{

    font-size:.95rem;

}

/* étoiles */

.hero-left .etoil{

    justify-content:center;

    text-align:center;

    margin-top:15px;

    margin-bottom:20px;

}

/* titre */

.hero-left h1{

    font-size:2.5rem;

    line-height:1.15;

    margin:25px 0;

    text-align:center;

}

/* trait */

.hero-left h1::after{

    margin:18px auto 0;

}

/* sous-titre */

.hero-left h2{

    font-size:1.45rem;

    line-height:1.5;

    margin:0 0 30px;

    text-align:center;

}

/* CTA */

.cta{

    font-size:1.25rem;

    line-height:1.6;

    text-align:center;

}

/* ---------- Photo ---------- */

.hero-right{

    width:100%;

    margin-top:50px;

}

.hero-right img{

    width:100%;

    margin:0;

    border-radius:35px;

}

/* ---------- Section texte ---------- */

.content-left{

    margin-bottom:50px;

}

.content-left p{

    text-align:center;

}

.content-left .intro{

    font-size:1.3rem;

}

/* ---------- Bouton ---------- */

.btn-container{

    margin-top:45px;

}

.btn-container button{

    width:100%;

    max-width:460px;

    padding:18px 35px;

    font-size:1.15rem;

    border-radius:40px;

}

/* ---------- Informations pratiques ---------- */

.info-box{

    padding:35px;

    border-radius:35px;

}

.info-box h3{

    text-align:center;

    margin-bottom:35px;

}

/* liste */

.info-item{

    align-items:flex-start;

    gap:18px;

    margin-bottom:22px;

}

.info-item span{

    line-height:1.55;

}

/* ---------- Équipe ---------- */

.details-section{

    padding:0 25px;

    margin-bottom:90px;

}

.details-text{

    max-width:760px;

}

.details-text .list{

    display:block;

    margin-top:20px;

}

.list li{

    line-height:1.5;

    margin-bottom:15px;

}

/* phrase finale */

.creation, .creation-manch{

    display:flex;

    justify-content:center;

    text-align:left;

    padding-left:0;

    margin-top:35px;

}



  /* ============= footer responsive ============= */

      .footer-columns {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
      }

      .footer-column {
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
        width: 100%;
      }

       .footer-column a {
      font-size: 1.15rem;
      }

      .social-icons {
      gap: 50px;
      }

      .social-icons a img {
      width: 50px;
      height: 50px;
      transition: transform 0.3s ease;
      }


      .copyright {
      font-size: 1.2rem;
      }


/* Fin footer*/






/* =================== popup responsive ===============*/

/*.popup-conent1, .popup-conent2, .popup-cotent3, .popup-cotent4 */
   /* width: 90% !important;  Utilisez !important pour forcer l'application du style */
   /* max-height: 2000px !important;*/
  /*  margin: 0 auto;*/
   /* position: relative;  Assurez-vous que le positionnement est correct */
   /* box-sizing: border-box;  Inclut le padding et la bordure dans la largeur et la hauteur */

    .popup-content1 {
    width: 85% !important;
    max-width: 610px !important;
    min-height: 530px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content2 {
    width: 85% !important;
    max-width: 610px !important;
    min-height: 520px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content3 {
     width: 85% !important;
    max-width: 610px !important;
    min-height: 650px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; 
    }

    .popup-content4 {
    width: 90% !important;
    max-width: 850px !important;
    min-height: 650px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content5 {
    width: 90% !important;
    max-width: 850px !important;
    min-height: 550px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content6 {
    width: 90% !important;
    max-width: 850px !important;
    min-height: 540px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content7 {
    width: 90% !important;
    max-width: 850px !important;
    min-height: 450px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    }

    .popup-content .titrebox {
      font-size: 1.15rem;
      font-weight: 700;
    }

    .popup-content ul {
      margin-top: -3px;
      margin-bottom: 13px;
    }

    .popup-content p {
      font-size: 1rem;/*2.5rem*/
    }

    .popup-content li {
      font-size: 1rem;/*2.5rem*/
    }

    .popup-content .popup-link {
      max-width: 220px;
      padding: 8px 10px;
      margin-top: 20px;
      font-size: 1.3rem;
      text-align: center;
    }

    .popup-content .pbox {
      font-size: 1rem;
      text-align: center;
      margin-bottom: 5px;
    }

     .popup-content .term {
      font-size: 3rem;
      font-weight: 500;
      text-align: center;
    }

    .popup-content .close {
    top: 30px;
    right: 30px;
    width: 52px;
    height: 52px;
    }

  }

/* =================== fin responsive ================= */


/*lightbox-popup*/

.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.2);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox.open {
  display: flex;
  animation: fadeIn 0.1s ease; /* ou : ease-out */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95); /* ou : 0.9 */
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-content1 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 450px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content2 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 470px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content3 {
  background: white;
  padding: 10px 15px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 545px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content4 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 550px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content5 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 495px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content6 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 440px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content7 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 380px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

h2 {
  color: #000028;
  font-family: 'Raleway', 'Open sans', arial;
  font-weight: 600;
  font-size: 1.688rem;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 0px;
}


li {
  color: #000028;
  font-family:  'Raleway', 'Open sans', arial;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2em;
  list-style-type: none; /*'- ';*/
  padding-top: 12px;
  padding-right: 30px;
  
}

.titrebox {
font-weight: 700;
font-size: 1rem;
}

.reserv1 {
  padding-top: 5px;
  font-weight: 600;
}

ul {
margin-top: 20px;
margin-left: 10px;
margin-bottom: 45px;
}


.popup-content .pbox  {
color: #e64e0e;
font-family:  'Raleway', 'Open sans', arial;
font-weight: 700;
font-size: 1rem;
text-align: center;
}

.popup-content .term {
    color: #e64e0e;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0 20px 0 20px;
    text-align: center;
}

.popup-content p {
color: #000028;
font-family:  'Raleway', 'Open sans', arial;
font-weight: 500;
font-size: 1rem;
text-align: center;
margin-top: 20px;
margin-left: 5px;
}


.popup-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: #eee;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background 0.3s ease;
}

.popup-content .close:hover {
  background: #ccc;
}


.popup-link {
display: block;
margin-top: 20px; 30px;
background: #000028;#007bff;
color: #f1f1f1;
max-width: 150px;
padding: 8px 24px;
border-radius: 25px;
font-family: 'Raleway' ,'Open sans' , arial;
font-weight: 700;
font-size: 1rem;
text-decoration: none;
text-transform: none;
text-decoration: none;
letter-spacing: 1.6px;
margin-left: auto;
margin-right: auto;
transition: background-color 0.5s, color 0.5s ease;
text-align: center;
}

.popup-link:hover {
background: #2c5483;
color: #ffffff;
}

/*Fin lightbox-popup*/