/*
Theme Name: SL25
Description: Basic Theme for start 
Author: Alexandre Lecointre
*/



.flex-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid ;
}

#Sailingloc{
  color: #2771cd;
  font-size: 24pt;

}

body {
    background-color: #ffff;
    font: 18px/1.4 Lexend;
}

ol.commentlist {
    list-style:none;
    margin-left:0;
    padding-left:0;
}

ol.commentlist .comment-body {
    margin:1em 0;
}

ol.commentlist .avatar{
    float: right;
    margin:0 0 1em 1em;
}

.navbar{
    display: flex;
    align-items: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #090920;
  }

.push {
  margin-left: auto;
  display: flex;
  gap: 10px; /* espace entre les boutons */
}

.push form {
  margin: 0; /* enlève tout décalage éventuel des formulaires */
}


  #logo {
    top: 20px;
    height: 70px;
    width: 70px;
  }

  li {
    margin: 10px;
    display: inline;
  }

  a.headlink {
    color: #090920;
    text-decoration: none;
    font-weight: 500 !important;

  }

  .slClass {

    display: flex;
    justify-content: center;
    align-items: center;
  }

  #headerMenu {
    display: flex;
    justify-content: center;
    font-size: 14px ;
    margin-bottom: 0px;
  }

  .flexbox.a{
    color:#f3f3f3 !important;
  }

  #langages {
    width: 40px; /* Largeur du bouton */
    height: 40px; 
    background-color: #fff; /* Couleur de fond */
    color: #090920; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 14px; /* Taille de la police */
    font-weight: 100; /* Texte en gras */
    border: 1px solid #ffffff00; /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    border: 1px solid #090920; /* Suppression de la bordure par défaut */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;
  }

  #langages:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #090920; /* Couleur au survol */
    color: #fff;
  }


  .button {
    width: 40px; /* Largeur du bouton */
    height: 40px; 
    background-color: #fff; /* Couleur de fond */
    color: #090920; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 14px; /* Taille de la police */
    font-weight: 100; /* Texte en gras */
    border: 1px solid #090920; /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
  }

  .button:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #090920; /* Couleur au survol */
    color: #fff;
  }

  .CTA {
    width: 200px; /* Largeur du bouton */
    height: 40px; 
    background-color: #9327cd!important; /* Couleur de fond */
    color: #fff; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 14px; /* Taille de la police */
    font-weight: 100; /* Texte en gras */
    border: 1px solid #ffffff; /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
  }

  .CTA:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #207fe5; /* Couleur au survol */
  }

  #odo {
    width: 40px; /* Largeur du bouton */
    height: 40px; 
    background-color: #ffffff; /* Couleur de fond */
    color: #090920; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 14px; /* Taille de la police */
    font-weight: 100; /* Texte en gras */
    border: 1px solid #090920cd; /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;
  }

  #odo:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #090920; /* Couleur au survol */
    color: #fff;
  }

/* Css pour la landing page */
  #firstSection {
    height: 500px;
    width: 100%;
    margin-top: 20px;
    align-items: center;
    background-image: url('/wp-content/uploads/2025/06/landing.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ffff;
    border-radius: 25px;
  }

  #baliseMain {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #heroTitle {
    display: flex;
    font-family :Rubik;
    font-size: 2.5rem;
    font-weight: 700;
    color : #131368 ;
    text-align: center;
    z-index: 20;
}

.heroTitle-overlay {
  background: rgba(0, 0, 0, 0.3); /* ou un dégradé linéaire */
  backdrop-filter: blur(2px);
  padding: 2rem;
  border-radius: 25px;
}

#firstPara {
  margin-top: 0px;
  color: #131368;
}

#ctaLoc {
  align-items: flex-start;
  color:#5d5d5d;
}

.close-btn {
  display: none;
}

.firstContainer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffffd7;
  width: 1000px;
  height: 200px;
  border: 0px;
  border-radius: 15px;
  box-shadow:
        0 0 6px rgba(202, 228, 225, 0.994),
        0 0 30px rgba(69, 96, 215, 0.34);
}

#ctaLoc {
  font-size: 18px;
  text-align: left;
}
    #reservationselect {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 15px;
        align-items: baseline;
        justify-content: center;
        flex-wrap: wrap;
        max-height: 200px;
        height: 70px;
        width: 900px;
        background-color: #ffff;
        backdrop-filter: blur(10px);
        border: 3px solid #d7d5d5; 
        border-radius: 45px;
        box-shadow:
        0 0 6px rgba(202,228,225,0.92),
        0 0 30px rgba(69, 96, 215, 0.34);
        z-index: 30;
    
    }
    
    #reservationForm {
        color: #ffff;
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    #reservation_date_depart {
        display: flex;
        width: 150px;
        height: 45px;
        font-weight: bold;
        color: #565656!important;
        border-right: 1px solid #9c9c9c;
        border-bottom: 0px;
        border-left: 0px;
        border-top: 0px;
    }

    #reservation_date_retour {
        display: flex;
        width: 150px;
        height: 45px;
        background-color:#2311eb00;
        font-weight: bold;
        color: #565656 !important;
        border-right: 1px solid #090920;
        border-left: 0px;
        border-bottom: 0px;
        border-top: 0px;
    }

    #destination {
        display: flex;
        width: 200px;
        height: 45px;
        font-weight: bold;
        color: #565656 !important;
        border: 0px solid  #9c9c9c;
    }

    #searchButton {
        width: 100px;
        height: 50px;
        margin-left: 50px;
        font-weight: bold;
        border: 2px solid #2771cd !important;
        background-color: #090920 !important;
        color: #fff !important;
        border-radius: 35px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    #searchButton:hover {
        background-color: #207fe5 !important; /* Couleur au survol */
        transform: scale(1.05); /* Effet d'agrandissement */
    }

    .custom-button-group {
        display: flex;
        justify-content: flex-start;
    }
    
    /* Style pour chaque bouton */
    .custom-button {
        bottom: 4px;
        left: 10px;
        background-color: #201e1e43;  /* Gris clair par défaut */
        height: 35px;
        width: 100px;
        color: #fff;  /* Texte en blanc */
        font-size: 10px;
        border-radius: 10px 10px 0 0;  /* Bord supérieur arrondi */
        padding: 8px 16px;
        margin-right: 10px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .custom-button:hover {
        border: 1px solid;
        border-color:#2771cd  ;
    }

    /* Style du bouton sélectionné */
    .custom-button.selected {
        background-color: #000002;  /* Gris foncé pour le bouton sélectionné */
        font-weight: bold;  /* Texte en gras */
        box-shadow:
        0 0 6px rgba(202,228,225,0.92),
        0 0 30px rgba(202,228,225,0.34);
        z-index:0;
    }

    #proprio{
      background-color: #090920;  /* Gris clair par défaut */
      color: #fff!important;
      border: 0px solid #2771cd;
      border-radius: 15px;
    }

    #proprio:hover {
      box-shadow:
        0 0 6px rgba(202,228,225,0.92),
        0 0 30px rgba(88, 205, 234, 0.34);

    }
    

    #dernieresAnnonces {
        display: flex;
        margin: 0;
        font-family :Lexend;
        font-size : 42pt !important;
        font-weight: bold;
        color : #2771cd ;
        text-align : left ;
        z-index: 12;
    }

    #conceptParagrapheTitle {

        margin: 2px;
        display: flex;
        font-size: 24;
        font-weight: 200;
        color:#090920;
        font-size: 24px;
        font-weight: lighter;

    }


    #infoButton {

        position: relative;
        background-color: #090920;
        color: #fff;
        width: 150px;
        height: 60px;
        border: 1px solid #9327cd;
        border-radius: 25px;
    }

    .faq {

        align-content: space-between;
        display: flex;
    }

    .faqComplete {

        color: #090920;
        position: relative;
    }

    #sloganText {
        font-size: 24px;
        font-weight: 100;
        color:#36bfff;
        font-weight: light !important;
    }

    #presentationConcept {
        display:flex;
        text-align: left;
        width: 1200px;
        position: relative;
        color : #090920;
        font-weight: lighter;

    }

    #knowMore {
        display: flex;
        width: 150px; /* Largeur du bouton */
        height: 50px; 
        background-color: #090920; /* Couleur de fond */
        color: #090920; /* Couleur du texte */
        padding: 10px 10px; /* Espacement intérieur */
        border: 1px solid #9327cd;
        border-radius: 25px;
        margin-bottom: 10px;
    }

    #odo:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #207fe5; /* Couleur au survol */
  }

    /* Css pour la section réferences */

    .flex-container-ref {
        width: 100%;
        height: 150px;
        color: #2771cd !important;
        margin: 10px;
        border-bottom: 1px solid #090920;
        z-index:30;
    }


    #nosReferences {
        color: #2771cd;
        font-size: 16pt;
        font-weight: 300;
    }

    .flexReferences {

        display: flex;
        align-items: center;
        justify-content: center;
        align-content: space-between;
        margin: 20px;

    }


    .referenceLogo {

        height: 50px;
        width: auto;
        
    }

    #faq {
        margin: 2px;
        display: flex;
        font-size: 24;
        font-weight: 200;
        color:#090920;
        font-size: 24px;
        font-weight: lighter;

    }

    #categories {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      margin: 20px;
      text-align: center;
    }

    .categoriesCard {
    width: 250px;
    height: 350px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: white;
    margin: 20px auto;
  }

  .categoriesCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* espace entre les cartes */
  margin-top: 20px;
  }

  .categoriesCard:hover {   
    transform: scale(1.05); /* Effet d'agrandissement */
    box-shadow: 0 4px 10px rgba(53, 170, 229, 0.1);
  }

  .catCa {
    width: 100%;
    height: auto;
    display: block;
  }

  .catDescription {
    padding: 16px;
    text-align: center;
  }

  .catDescription h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 10px;
  }

  .catDescription p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
  }

  .catDescription a {
    color: #2a7ae2;
    text-decoration: none;
  }

  .catDescription a:hover {
    text-decoration: underline;
  }

    #sectionDestinations{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      width: 100%;
      height: 600px;
      background-color: #090920;
      border: 1px solid #090920;
      border-radius: 25px;
    }


  .destinationCard:hover {   
    transform: scale(1.05); /* Effet d'agrandissement */
    box-shadow: 0 4px 10px rgba(53, 170, 229, 0.1);
  }


    .destinationCards{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        margin: 20px;
        padding: 20px;
    }

    .destinationCard {
        display: flex;
        width: auto;
        height: 300px;
        background-color: #fff;
        border-radius: 25px;

    }

    .desti{
        width: 350px;
        height: 300px;
        border: 0px solid #fff;
        border-radius: 25px;
    }

    #destinations{
        color: #2771cd;
        font-size: 36pt;
        font-weight: bolder;
    }



    /* CSS */
    #sectionInfos {
      background: linear-gradient(to bottom, #00b5c5, #00215e);
      color: white;
      margin-top: 20px;
      padding: 60px 30px;
      font-family: Arial, sans-serif;
    }

    .infoWrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      gap: 40px;
    }

    .infoLeft {
      flex: 1 1 300px;
      max-width: 500px;
    }

    .infoLeft h2 {
      font-size: 20px;
      margin-bottom: 10px;
      border-left: 3px solid #00e6e6;
      padding-left: 10px;
    }

    .infoLeft h3 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .infoLeft p {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .infoLeft button {
      background-color: #00c8c8;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }

    .infoLeft button:hover {
      background-color: #00e6e6;
    }

    .infoRight {
      flex: 1 1 400px;
    }

    .grid-container {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(2, minmax(180px, 1fr));
      gap: 20px;
    }

    .miniContainer {
      background-color: rgba(255, 255, 255, 0.05);
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .miniContainer:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    }

    .miniContainer h3 {
      margin-top: 10px;
      font-size: 18px;
    }

    .miniContainer p {
      font-size: 14px;
      margin-top: 10px;
      line-height: 1.4;
    }

    .material-symbols-outlined {
      font-size: 48px;
      color: #00e6e6;
    } 



    #iB {
        margin-left: 150px;
        background-color: #090920;  /* Gris clair par défaut */
        height: 60px;
        width: 60px;
        color: #FFFF;  /* Texte en blanc */
        font-size: 14px;
        font-weight: lighter;
        border-radius: 50px;  /* Bord supérieur arrondi */
        border: 1px solid #2771CD; /* Suppression de la bordure par défaut */
        padding: 10px 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .advice {
        width: 100%;
        height: 600px;
        background-color: #207fe5;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }
      
      .carousel {
        position: relative;
        width: 100%;
        height: 100%;
      }
      
      .carousel-track-container {
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
        height: auto;
      }
      
      .carousel-slide {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .carousel-slide img {
        max-width: 80%;
        height: auto;
        border-radius: 10px;
      }
      
      /* Boutons de navigation */
      .carousel-button {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-size: 24px;
        border-radius: 50%;
      }
      
      .carousel-button.prev {
        left: 20px;
      }
      
      .carousel-button.next {
        right: 20px;
      }
      
      .visuallyhidden {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
      }
      
/* h2 Vos retours d'expérience*/
#userX {
    margin: 0;
    font-family :Lexend;
    font-size : 42pt !important;
    font-weight: bold;
    color : #753acf ;
    text-align : left ;
}

#quote {
    width: 550px;
    height: 250px;
    left: 300px;
    top: 60px;
    color: #a728ba;
    z-index: 2;
}

#giveAdvice {
    background-color: #ffffff;  /* Gris clair par défaut */
    height: 60px;
    width: 200px;
    color: #090920;  /* Texte en blanc */
    font-size: 14px;
    font-weight: lighter;
    border-radius: 50px;  /* Bord supérieur arrondi */
    border: 1px solid #090920; /* Suppression de la bordure par défaut */
    padding: 10px 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
    
.faq {
    align-content: space-between;
    top: 300px;
    left: 700px;
    margin: 10px;
}


/* styles par défaut auxquels se réfère le noyau Wordpress
*/
.alignleft {
    float:left;
    margin-right:1em;
    margin-bottom:1em;
}

.alignright {
    float:right;
    margin-left:1em;
    margin-bottom:1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

/* Css pour la sidebar */

/* Taille des icônes */
.iconI {
    width:50px;
    height: 50px;
}

.custom-taxonomy-link {
    color: #ffffff; /* Couleur des liens */
    text-decoration: none; /* Supprime le soulignement */
    font-size: 16px; /* Taille de la police */
    font-weight: 300;
}

.custom-taxonomy-link:hover {
    color: #005177; /* Couleur au survol */
    text-decoration: underline; /* Soulignement au survol */
}

#boatbar {

    display:flex;
    flex-wrap:wrap ;
    align-items: baseline;
}
/* Css pour le template d'annonce */
.image{
    display: flex;
    margin:0%;
    padding: 0%;
}

#livinginfo {
    display: flex;
    position :relative;
    align-items: baseline;
    color: #fff;

}


#the_post_thumbnail {
    display: flex;
    position :relative;
    justify-content: center;
    left: 0px;
    top: 10px;
    width: 1200px;
    height: 700px;
    border-radius: 25px  ;
    /*box-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34);
    z-index: 0;*/
}

.presentationDeLannonce {
    display: flex;
    position :relative;
    left: 20px;
    bottom:220px;
    width: 300px;
    height: 150px;
    border: 2px solid #ffffff; 
    border-radius: 25px;
    font-size : 12pt ;
    font-weight: lighter;
    background-color: #ffffff;
    color : #525252 ;
    z-index: 1;
}

a {

    color: #525252;
    text-decoration: double;
    font-weight: lighter;
}

#défilementInfos {
  position :relative;
  left: -50px;
  bottom:650px;
  width: 45px; /* Largeur du bouton */
  height: 45px; 
  background-color: #090921; /* Couleur de fond */
  color: #fff; /* Couleur du texte */
  padding: 10px 10px; /* Espacement intérieur */
  font-size: 16px; /* Taille de la police */
  font-weight: bold; /* Texte en gras */
  border: 1px solid #fff; /* Suppression de la bordure par défaut */
  border-radius: 50px; /* Bords arrondis */
  cursor: pointer; /* Pointeur "main" au survol */
  transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
  z-index: 2;
}

#défilementInfos:hover {
    background-color: #207fe5; /* Couleur au survol */
    transform: scale(1.05); /* Effet d'agrandissement */
  }

#userButtonFavShare{
    width: 200px;
    height: 50px; 
    position :relative;
    left: 1200px;
    bottom: 750px;
    z-index: 12;
}

#adToFav{
    position :relative;
    left: -300px;
    bottom:-100px;
    width: 50px; /* Largeur du bouton */
    height: 50px; 
    background-color:rgb(252, 252, 252, 0.85); /* Couleur de fond */
    color: #525252; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    border: 1px solid rgb(252, 252, 252, 0.75);  /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;

}

#adToFav:hover {
    background-color: #ffffff; /* Couleur au survol */
    transform: scale(1.05); /* Effet d'agrandissement */
  }

#share{
    position :relative;
    left: -450px;
    bottom:-100px;
    width: 50px; /* Largeur du bouton */
    height: 50px; 
    background-color: rgb(252, 252, 252, 0.85); /* Couleur de fond */
    color: #525252; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    border: 1px solid rgb(252, 252, 252, 0.75);  /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;

}

#share:hover {
    background-color: #ffffff; /* Couleur au survol */
    transform: scale(1.05); /* Effet d'agrandissement */
  }

.nomDeLannonce {
    position :relative;
    left: 180px;
    bottom:296px;
    width: 700px;
    height: 100px;
    border: 2px solid #090921; 
    border-radius: 0px 25px 0 25px;
    background-color: #090921;
    z-index: 2;
    overflow:hidden;
}

#proprioBio{
    position :relative;
    left: 660px;
    bottom:320px;
    width: 250px;
    height: 250px;
    border: 2px solid rgba(255, 255, 255, 0.25); 
    border-radius: 25px 25px 25px 25px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2;

}


#dateSelector {
    border: 2px solid #161536; 
    border-radius: 0px 15px 0 15px;
}

h1 {
    font-size : 36pt ;
    color : #2771cd ;
}


#checkDates {
    display: none;
}

#checkDates.show {
    display: block;
}



#popup {
    width: 200px;
    height: 50px; 
    position :relative;
    left: -80px;
    bottom:230px;
    border: 2px solid rgba(255, 255, 255); 
    border-radius: 25px 25px 25px 25px;
    background-color: rgba(255, 255, 255);
    color: #525252;
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;
}

#popup:hover {

    background-color: #ffffff; /* Couleur au survol */
    transform: scale(1.05); /* Effet d'agrandissement */
}


#seePics {
    position :relative;
    left: -80px;
    bottom:230px;
    width: 60px; /* Largeur du bouton */
    height: 50px; 
    background-color: #fff; /* Couleur de fond */
    color: #525252; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    border: 1px solid #fff; /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;
  }

  #seePics:hover {

    background-color: #ffffff; /* Couleur au survol */
    transform: scale(1.05); /* Effet d'agrandissement */
}

#reserver {
    position :relative;
    left: 80px;
    top: 60px;
    width: 150px;
    height: 85px;
    color: #525252;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #525252; /* Suppression de la bordure par défaut */
    border-radius: 15px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */


    }

    #reserver:hover {

        background-color: #ffffff; /* Couleur au survol */
        transform: scale(1.05); /* Effet d'agrandissement */
    }

#submitDates {
    position :relative;
    left: 130px;
    bottom:92px;
    width: 60px; /* Largeur du bouton */
    height: 40px; 
    background-color: rgba(255, 255, 255, 0); /* Couleur de fond */
    color: #fff; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    border: 1px solid rgba(186, 178, 178); /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;

}

#checkDates {
    position :relative;
    left: 100px;
    bottom:0px;
    width: 600px; 
    height: 300px; 
    background-color: #fff; 
    color: #fff; 
    z-index: 3;
}

.disponibilités {
    display: none;  /* Caché par défaut */
    position: relative;
    left: 270px;
    bottom:1130px;
    width: 300px; 
    height: 300px; 
    border: 2px solid rgba(255, 255, 255); 
    border-radius: 25px 25px 25px 25px;
    background-color: #fff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9;
}

#viewInfos {
    position :relative;
    left: 30px;
    bottom:-10px;
    width: 70px; /* Largeur du bouton */
    height: 30px; 
    background-color: rgba(255, 255, 255, 0); /* Couleur de fond */
    color: #504f4f; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    text-align: left;
    border: 1px solid rgba(186, 178, 178); /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;

}

#previews {
    position :relative;
    left: 0px;
    bottom:10px;
}

#annonceReviews{
    position :relative;
    width: 500px;
    left: 50px;
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    text-align: left;
}

#sendMessage {
    position :relative;
    left: 50px;
    bottom:-10px;
    width: 50px; /* Largeur du bouton */
    height: 50px; 
    background-color: rgba(255, 255, 255); /* Couleur de fond */
    color: #504f4f; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    border: 1px solid rgba(186, 178, 178); /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;

}

#descriptionBateau {
    margin: 30px;
    position :relative;
    left: 300px;
    bottom:40px;
    width: 900px; 
    height: 50px; 
    font-family :Arial, Helvetica, sans-serif;
    font-size : 12pt ;
    color : #fff ;
    text-align : left;
}

h2 {
    font-family :Arial, Helvetica, sans-serif;
    font-size : 14pt ;
    color : #2771cd ;
    text-align : left;

}
#description {
    position :relative;
    width: 500px;
    left: -300px;
    bottom: 200px;

}
#titreDescription {
    margin: 0;
    position :relative;
    left: 300px;
    bottom:50px;
}

#InformationsPrincipales {
    position: relative;
    left: -500px;
    bottom: -500px;
    width: 800px; 
    height: 200px; 
    border: 1px solid rgba(255, 255, 255);
    border-top-style: 2px solid rgba(255, 255, 255);
    border-right-style: hidden;
    border-left-style: hidden;
    color : #fff ;
    text-align : left;
}


#infosGenerales {
    display: inline;

}

#left {
    position: relative;
    bottom: -10px;
    left: 50px;
    width: 1200px; 
    height: 300px; 
}

#right {
    position: relative;
    left: 350px;
    bottom: 300px;
    width: 1200px; 
    height: 300px; 
}

/* Css pour la page de connexion */

#titleCo {
    position: relative;
    left: 0px;
    top: 600px;
}

#imgCo {
    display: flex;
    position: relative;
    left: 650px;
    bottom: 400px;
}

#connectForm {
    display:flex;
    flex-direction: column ;
    justify-content: space-around;
    position: relative;
    bottom: 50px;
    width:500px;
    color: #fff;
    border: 1px solid #005177;
    border-radius: 25px;
    
}

    #presCo {
        position: relative;
        left: 50px;


    }
.co {
    position: relative;
    left: 50px;
    color: #2771cd;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.coIn {
    position: relative;
    left: 50px;
    width: 375px;
    height: 35px;
    border:1px solid #005177;
    border-radius: 10px;
}

#send {  
    position: relative; 
    left: 100px;
    width: 300px; /* Largeur du bouton */
    height: 40px; 
    background-color: #090920; /* Couleur de fond */
    color: #fff; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 14px; /* Taille de la police */
    font-weight: 100; /* Texte en gras */
    border: 1px solid #2771cd; /* Suppression de la bordure par défaut */
    border-radius: 50px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;
    margin-top: 10px;
  }

  #send:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #207fe5; /* Couleur au survol */
  }

  .forgotPW {
    position: relative; 
    left: 175px;
  }

  #newUser {
    position: relative; 
    bottom: 40px;
  }

  #inscription{
    position: relative;
    left: 50px;
  }

  /* Css pour la page d'inscription' */
  #insc {
    display:flex;
    position:relative;
    width: 500px;
    height: 600px;
    top: 0px;
    left: 250px;
    color: #fff;
    border: 1px solid #2771cd;
    border-radius: 25px;
  }

  #insForm {
    position:relative;
    margin-top:50px;

  }

  #UserInfos {

    width: 800px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 60%;
    color:#090920;
    background-color: #fff; 
    border: 1px solid #2771cd;
    transform: translate(-50%, -50%); /* Ajustement pour le centrer */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    z-index: 2;
  }


  #userForm {
    padding: 20px;
    color:#918d8d;
  }

   .userLab {
    color: #090920;
   }

   .userInp {
    width: 200px;
    height: 30px;
    border: 1px solid #9a9595;
    border-radius: 5px;
   }

  /* Css pour la page utilisateur */
   #titleCo {

    position: relative;
    bottom: 0px;
    left: 0px;
        
   }
  
    #sideMenu {
        position: relative;
        top: 100px;
        left: -220px;
        flex-wrap: wrap;
        width: 400px;
        height: 1000px;
        background-color: #0b162c;
        border: 2px solid #2771cd;
        border-radius: 25px;
        color: #f1f1f1;
    }

    #mainFuncs {
        display: flex;
        align-items: center;
        flex-direction: column;

    }

    #userGlobal {

        position: relative;
        left: 200px;
        bottom: 1000px;
        width: 900px;
        height: 1000px;
        background-color: #fff;
        border-bottom: 1px solid #fff;
        border-radius: 25px;
    }

    .flex-container-myInfos {

        position: relative;
        width: 400px;
        height: 180px;
        color: #504f4f;
    }

    #Upic {

        position: relative;
        left: 140px;
        top: -50px;
        width: 8rem;
        height: 8rem;
        border: 2px solid #2771cd;
        border-radius: 50%;
        z-index:20;
    }

    #uName {

        margin-top:0%;
        position: relative;
        left: 160px;

    }

    #memberSince {
        margin-top:0%;
        position: relative;
        left: 90px;
    }

    #showUp {

    position: relative; 
    left: 300px;
    width: 150px; /* Largeur du bouton */
    height: 100px; 
    background-color: #ffffff; /* Couleur de fond */
    color: #989a9c; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    font-size: 14px; /* Taille de la police */
    font-weight: 100; /* Texte en gras */
    border: 1px solid #989a9c; /* Suppression de la bordure par défaut */
    border-radius: 10px; /* Bords arrondis */
    cursor: pointer; /* Pointeur "main" au survol */
    transition: background-color 0.3s, transform 0.2s; /* Effets de transition */
    z-index: 2;
    margin-top: 10px;

  }

  #send:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #207fe5; /* Couleur au survol */
  }

  #showUp2 {

    position: relative;
    background-color: #ffffff;  /* Gris clair par défaut */
    height: 100px;
    width: 100px;
    color: #989a9c;  /* Texte en blanc */
    font-size: 14px;
    font-weight: lighter;
    border-radius: 10px;  /* Bord supérieur arrondi */
    border: 1px solid 989a9c; 
    padding: 10px 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;

  }

  #showUp:hover {
    transform: scale(1.05); /* Effet d'agrandissement */
    background-color: #207fe5; /* Couleur au survol */
  }

  #seeMoreB {

    position: relative;
    background-color: #ffffff;  /* Gris clair par défaut */
    height: 40px;
    width: 40px;
    color: #aeaeae;  /* Texte en blanc */
    font-size: 14px;
    font-weight: lighter;
    border-radius: 50px;  /* Bord supérieur arrondi */
    border: 1px solid #fff; 
    padding: 10px 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;

  }

  .resume {

    color:#525252;
    font-weight: light;

  }

  #nbAnn {
    
    position: relative;
    left: 500px;
    color:#5d5990;
    font-size: 32pt;
    font-weight: bold;
    border: 1px solid #ffffff;
    border-radius: 15px;
    width: 150px;
    height: 175px;

  }

  #nbAnnP{

    position: relative;
    left: 500px;
    top: -200px;
    color:#5d5990;
    font-size: 32pt;
    font-weight: bold;
    border: 1px solid #ffffff;
    border-radius: 15px;
    width: 150px;
    height: 175px;

  }

  #privacy {

    position: relative;
    left: 200px;
    bottom: 1500px;

  }

 #seeAllResa {

    color:#06050840;
    font-size: 14pt;
    font-weight: light;

 }


#addBoat {
    background-color: #fff; 
    padding: 20px;
    border: 1px solid #2771cd;
    border-radius: 25px;
    max-width: 400px;
    margin: auto;
}

#addBoatclass {
    color: #222 !important;
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}


#theFooter {
    color: #fff;
    display: block;
}


.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  height: 60px; /* ajuster selon la hauteur de la nav */
}

.nav-links li {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-links li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}

.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    margin-top: 20px;
    color: black;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
  }
  
  .name-fields {
    display: flex;
    gap: 10px;
  }
  
  .contact-form button {
    background: grey;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
  
  .contact-info h2 {
    color: white;
    font-size: 24px;
  }
  
  .contact-info p {
    font-size: 18px;
  }
  
  .email-btn {
    background: white;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 10px;
  }

  #globalPresentation {
    color: #fff;
  }

  /* === Présentation avec image === */
.intro {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .intro .text-block {
    flex: 1 1 300px;
  }
  
  .intro .image-block {
    flex: 1 1 300px;
  }
  
  .intro img {
    width: 100%;
    border-radius: 10px;
  }
  
  /* === Listes === */
  .section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    list-style-type: none;
  }
  
  .section ul li {
    background: #e8f0fa;
    padding: 8px 12px;
    border-radius: 20px;
    color: #2771cd;
    font-weight: 500;
  }

  .intropermis {
    margin-bottom: 30px;
}

.intropermis-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.textpermis {
    flex: 1;
    min-width: 280px;
}

.imagepermis {
    flex: 1;
    min-width: 280px;
}

.imagepermis img {
    width: 100%;
    border-radius: 10px;
}

.actionspermis {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.actionspermis h2 {
    color: #2771cd;
    margin: 0;
}


.infospermis {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.mainGestion {
  display: flex;
  flex-wrap: wrap;
}

.infos_essentielles {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#demande {
  display: flex;
  height: 250px;
  width: auto;
  border: 1px solid #2771cd;
  border-radius: 25px;
}

#postAvis {
    display: flex;
    width: 150px; /* Largeur du bouton */
    height: 50px; 
    background-color: #9327cd; /* Couleur de fond */
    color: #ffffff; /* Couleur du texte */
    padding: 10px 10px; /* Espacement intérieur */
    border: 1px solid #ffffff;
    border-radius: 25px;
    margin-bottom: 10px;
}

#postAvis:hover {
transform: scale(1.05); /* Effet d'agrandissement */
background-color: #207fe5; /* Couleur au survol */
}

.resumeText {
  background: #e8f0fa;
  padding: 8px 12px;
  border-radius:20px;
  color: #2771cd;
  font-weight: 500;
}

.actionspermis {
  background: #e8f0fa;
  padding: 8px 12px;
  width: 600px;
  border-radius: 20px;
  color: #2771cd;
  font-weight: 500;
}

.imagepermis {
  width: 100%;
}

.contactBtn {
    width: 160px;
    height: 50px;
    font-weight: bold;
    border: 2px solid #2771cd !important;
    background-color: #090920 !important;
    color: #fff !important;
    border-radius: 35px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#contactBtn:hover {
    background-color: #207fe5 !important; /* Couleur au survol */
    transform: scale(1.05); /* Effet d'agrandissement */
}
