
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');

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 {
  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;
}

    .container {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem;
      max-width: 1300px;
      margin: 150px auto;
      align-items: center;
      gap: 3.2em;
    }
    .text-column {
      /*flex: 1 1 50%;*/
      flex: 1 1 45%;
    }
    .image-column {
      /*flex: 1 1 45%;*/
      flex: 1 1 50%; 
    }


    .image-column img {
      width: 100%;
      border-radius: 50px;
      /* margin-top: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 40, 0.3);*/
    }

    .ancre {
    margin-bottom: 100px;
    }

    .date h3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.5rem;
    align-items: stretch;
    padding: 10px 25px;
    max-width: 325px;
    background-color: #0080a2;
    border-radius: 40px;
    clor: #f11f1;
    }

    .datepontecoulant h3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.5rem;
    align-items: stretch;
    padding: 10px 25px;
    max-width: 440px;
    background-color: #0080a2;
    border-radius: 40px;
    }

    .date .num {
      font-family: 'Raleway'; 
      font-size: 1rem;
      font-weight: 500;
      color: #ffffff;
    }
   
    .datepontecoulant .num {
    font-family: 'Raleway'; 
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    }

    .date .sup {
    font-variant-position: super;
    }

    .italh3 {
      font-style: italic;
    }

    h1 {
    font-family: 'Raleway';
    font-size: 3.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 5rem;
    color: #000028;
    }

    
    h1 span {
      display: block;
    }

    

    .text-column .intro {
    font-weight: 500;
    font-size: 1.688rem;
    color: #000028;
    margin-bottom: 1rem;
    }

    .text-column p {
    color: #000028;
    font-family: 'Raleway', 'Open sans', arial;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1rem; 
    margin-bottom: -1em;
    margin-top: 30px;
    margin-left: 45px;
    padding-right: 15px;
    text-aign: justify;
    }

    .text-column .cta {
      font-size: 1.688rem;
      font-weight: 700;
      /*font-style: italic;*/
      color: #000028;
      margin-top: 4rem;
      margin-bottom: -3.5rem;
    }
    
    .details-section {
      max-width: 1100px;
      margin: -3rem auto -5rem;
      padding: 0rem 2rem;
      display: flex;
      flex-wrap: wrap;
      gap: 4rem;
      align-items: flex-start;
    }

    .details-text {
      flex: 1 1 50%;
    }

    .details-text h3 {
    color: #000028;
    font-family: 'Raleway', 'Open sans', arial;
    font-size: 1.333rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    }
      
    .details-text .h3pontecoulant {
    color: #8fbc8f;
    }

    .details-text .h3corail {
    color: #e64e0e;
    }

    .details-text p {
      color: #000028;
      font-family: 'Raleway', 'Open sans', arial;
      font-weight: 400;
      line-height: 1.5em;
      font-size: 1rem;
    }

    .itali {
    font-style: italic;
    }

    .details-text .creation {
    margin-top: 20px;
    font-weight: 400;
    font-size: 0.875rem;
    color: #565656;
    }

    .info-box {
    flex: 1 1 40%;
    margin-top: 0px;
    background-color: #f3f3f3;
    border-radius: 50px;
    padding: 30px 30px;
    max-width: 400px;
    }

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

    .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      padding: 0px;
      font-size: 1rem;
      font-weight: 500;
    }

    .info-item img {
      width: 25px;
      height: 25px;
      margin-right: 15px;
      flex-shrink: 0.5;
     
    }

    .info-item span {
      font-size: 1em;
    
      color: #000028;
    }

     .info-box .btn-container {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 10px;
    }

    .info-box .btn-container button {
      display: inline-block;
      padding: 8px 24px;
      background-color: #000028; 
      color: #f3f3f3;
      text-decoration: none;
      border-radius: 20px;
      border: none;
      font-weight: 600;
      font-size: 1em;
      transition: background-color 0.5s, color 0.5s ease;
     
    }

    .info-box .btn-container button:hover {
      background-color: #2c5483;
      color: #ffffff;
      border-radius: 20px;
    }

/* 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: 250px;3rem;
      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 =============== */

    /* 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: 60px;
  z-index: 2;
}

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


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

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

.side-menu {
  width: 100%;
  max-width: 400px;
}


/* 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.8rem;
  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 ================== */

.date h3 {
  line-height: 2.2rem;
  padding: 13px 25px;
  max-width: 600px;
}

.date .num {
  font-family: 'Raleway'; 
  font-size: 2rem;
  font-weight: 500;
}

.datepontecoulant h3 {
  line-height: 2.2rem;
  padding: 13px 25px;
  max-width: 480px;
}

   
    .datepontecoulant .num {
    font-family: 'Raleway';
    font-size: 2rem;
    font-weight: 500;
    }

    .text-column .intro {
    font-size: 2rem !important;
    line-height: 1.6;
    padding: 0 20px;
  }

    .text-column .text {
      display: none;
     }

     .text-column .cta {
      font-size: 1.9rem;
      margin-bottom: -1rem;
    }


    .details-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .details-text {
      max-width: 800px;
      margin: 20px auto 20px;
      padding: 0 10px;
    }

    .details-text h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    }
      
    .details-text .h3pontecoulant {
    color: #8fbc8f;
    }

    .details-text .h3corail {
    color: #e64e0e;
    }

    .details-text p {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.2rem;
    }

    .details-text .creation {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.1rem;
    color: #565656;
    }

    .info-box {
    margin-top: 0px;
    background-color: #f3f3f3;
    border-radius: 50px;
    padding: 30px 30px;
    max-width: 800px;
    }

     .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      padding: 0px;
      font-size: 2.3rem;
      font-weight: 500;
    }

    .info-item img {
      width: 35px;
      height: 35px;
      margin-right: 15px;
      flex-shrink: 0.5;
     
    }

    .info-box .btn-container button {
      font-size: 2.2em;
    }



  /* ============= 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.85rem;
      }

      .social-icons {
      gap: 50px;
      }

      .social-icons a img {
      width: 70px;
      height: 70px;
      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: 90% !important;
    max-width: 850px !important;
    min-height: 1350px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

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

    .popup-content3 {
     width: 90% !important;
    max-width: 850px !important;
    min-height: 1400px; /* 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: 1100px; /* 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: 1300px; /* Définissez une hauteur minimale */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

    .popup-content h2 {
        font-size: 3.5rem;/*4rem*/
    }

    .popup-content .titrebox {
      font-size: 2rem;/*2.3rem*/
    }

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

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

    .popup-content .popup-link {
      max-width: 350px;
      padding: 8px 24px;
      font-size: 3.4rem;
      text-align: center;
    }

    .popup-content .pbox {
      font-size: 2rem;
      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.4s 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: 575px;
  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: 495px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  /*
  margin-top: -80px;  ou rien */
}

.popup-content3 {
  background: white;
  padding: 10px 25px; /* ou : padding: 30px; */
  border-radius: 50px;
  width: 570px; /* origine 500px */
  height: 600px;
  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: 510px;
  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: 570px;
  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;
}

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 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*/