/* Design mise page */
/* Fomrat tablette */
/* Css pour la landing page */

div.container{
    border: 0px solid;
    width: 100%;
}

   
  #mainDescription {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    position: relative;
    left: 60px;
    top: 0px;
    font-family :Lexend;
    font-size : 36pt !important;
    font-weight: bold;
    color : #207fe5 ;
    text-align : left ;
    z-index: 20;
}

#pictureMain{

    position: relative;
    display: flex;
    flex-wrap: wrap;
    left: 100px;
    bottom: 310px;
    width: 100px;
    height: auto;
    border: solid 1px #090920;
    border-radius: 15px;
}

#reservation{

    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    max-height: 200px;
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 3em;
    margin-bottom: 3em;

    #skipOrNot {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        left: 100px;
        top: 38px;
        margin-bottom: 0;
        padding-left: 25px;
        z-index: 2;
    }

    #reservationselect {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        max-height: 200px;
        left: 50px;
        bottom: 500px;
        height: 80px;
        width: 850px;
        background-color: #09092088;
        backdrop-filter: blur(10px);
        border: 0px solid #2771cd; 
        border-radius: 30px;
        box-shadow:
        0 0 6px rgba(202,228,225,0.92),
        0 0 30px rgba(69, 96, 215, 0.34);
        z-index: 30;
    
    }
    
    #reservationForm {
    
        position: relative;
        top: 20px;
        left: 80px;
        color: #ffff;
    }

    #reservation_date_depart {
        position: relative;
        left: -20px;
        bottom: 10px;
        width: 150px;
        height: 45px;
        background-color:#2311eb00;
        font-weight: bold;
        color: #ffff!important;
        border-right: 1px solid #a2a3a3;
        border-bottom: 0px;
        border-left: 0px;
        border-top: 0px;
    }

    #reservation_date_retour {
        position: relative;
        bottom: 10px;
        left: -20px;
        width: 150px;
        height: 45px;
        background-color:#2311eb00;
        font-weight: bold;
        color: #ffff !important;
        border-right: 1px solid #a2a3a3;
        border-left: 0px;
        border-bottom: 0px;
        border-top: 0px;
    }

    #destination {
        position: relative;
        bottom: 10px;
        left: -20px;
        width: 200px;
        height: 45px;
        background-color:#2311eb00;
        font-weight: bold;
        color: #ffff !important;
        border: 0px solid  #090920;


    }

    #searchButton {

        position: relative;
        bottom: 10px;
        left: -15px;
        width: 160px;
        height: 50px;
        font-weight: bold;
        border: 0px solid #2771cd !important;
        background-color: #090920a1 ;
        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;
        margin-bottom: 20px;
    }
    
    /* Style pour chaque bouton */
    .custom-button {
        position: relative;
        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;
    }

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

    #conceptParagrapheTitle {

        margin: 2px;
        display: flex;
        position: relative;
        left: 200px;
        bottom: 500px;
        font-size: 24;
        font-weight: 200;
        color:#fff;
        font-size: 24px;
        font-weight: lighter;

    }



    #buttonDevellop {

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

    #buttoninformations {

        position: relative;
        bottom: 700px;
        left: 300px;
        background-color: rgba(255, 255, 255, 0.75);  
        height: 40px;
        width: 160px;
        color: #000000;  
        font-size: 14px;
        font-weight: lighter;
        border-radius: 50px;  /* Bord supérieur arrondi */
        border: 1px solid #fff; /* Suppression de la bordure par défaut */
        padding: 10px 10px;
        margin-right: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }



    #questions {

        position: relative;
        display: flex;
        left: 20px;
        bottom: 700px;
        color: #fff;
        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: #ffff;
        position: relative;
    }

    #sloganText {
        position: relative;
        left: 50px;
        bottom: 240px;
        font-size: 24px;
        font-weight: 100;
        font-style: italic;
        color:#ffffff;
        font-weight: light !important;
    }

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

    }

    #knowMore {
        position :relative;
        left: 100px;
        bottom: 300px;
        width: 150px; /* Largeur du bouton */
        height: 50px; 
        background-color: #090920; /* Couleur de fond */
        color: #fff; /* 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;
        position: relative;
        top: 200px;
        margin: 10px;
        border-bottom: 1px solid #ffff;
        z-index:30;
    }


    #nosReferences {

        position: relative;
        left: 500px;
        color: #2771cd;
        font-size: 16pt;
        font-weight: 300;

    }

    .flexReferences {

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

    }


    .referenceLogo {

        height: 60px;
        width: auto;
        
    }

    #faq {

        margin: 2px;
        display: flex;
        position: relative;
        left: 200px;
        bottom: 800px;
        font-size: 24;
        font-weight: 200;
        color:#fff;
        font-size: 24px;
        font-weight: lighter;

    }



    .sectionDestinations{
        position: relative;
        top: 300px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 600px;
        background-color: #090920;
    }

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

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

    }

    .desti{
        width: 350px;
        height: 300px;
    }

    #destinations{
        position: relative;
        left: 500px;
        top: 100px;
        color: #2771cd;
        font-size: 36pt;
        font-weight: bolder;
    }

    #sectionInfos {

        display: flex;
        flex-direction: column;
        position: relative;
        left: 0px;
        bottom: -300px;
        margin-top: 10px;
        font-size: auto;
        font-weight: 200;
        width: 1200;
        height: 800;
        color:#fff;

    }

    #sectionInfos > div {

        border-bottom: 1px solid #fff;

    }

    #iQ {

        border: 1px solid #090920;
        color : #2771cd !important;
        font-size: 32px;
        text-align : left ;


    }

    #sectionInfos > div > h3 {

        border: 1px solid #090920;
        margin-top: 50px;
        font-size: 24pt;

    }

    #sectionInfos > div > p {

        border: 1px solid #090920;
        margin-bottom: 10px;
    }

    #sectionInfos > div > button {

        position: relative;
        bottom: 80px;
        left: 1100px;
        background-color: #090920;  /* Gris clair par défaut */
        height: 60px;
        width: 60px;
        color: #fff;  /* Texte en blanc */
        font-size: 14px;
        font-weight: lighter;
        border-radius: 50px;  /* Bord supérieur arrondi */
        border: 1px solid #fff; /* Suppression de la bordure par défaut */
        padding: 10px 10px;
        margin-right: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }

    .advice {
        position: relative;
        top: 600px;
        left: 0px;
        width: 1200px;
        height: 800px;
        background-color: #207fe5;
    }


    .carousel {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .carousel-track {
        display: flex;
    }
    
    .carousel-slide {
        min-width: 100%;
    }
    
    .carousel-button {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        transform: translateY(-50%);
        z-index: 1;
    }
    
    .carousel-button.prev { left: 10px; }
    .carousel-button.next { right: 10px; }
    
    .visuallyhidden {
        position: absolute; /* Positionne l'élément en dehors du flux normal */
        width: 1px;        /* Réduit la largeur à 1 pixel */
        height: 1px;       /* Réduit la hauteur à 1 pixel */
        margin: -1px;      /* Utilise une marge négative pour éviter l'espace supplémentaire */
        padding: 0;        /* Aucune marge intérieure */
        overflow: hidden;   /* Cache tout débordement */
        clip: rect(0, 0, 0, 0); /* Cache l'élément en le découpant */
        border: 0;         /* Enlève toute bordure */
    }







/* h2 Vos retours d'expérience*/
#userX {
    margin: 0;
    position: relative;
    left: 50px;
    top: 50px;
    font-family :Lexend;
    font-size : 42pt !important;
    font-weight: bold;
    color : #753acf ;
    text-align : left ;
}

#quote {

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

#giveAdvice {
    position: relative;
    bottom: 100px;
    left: 800px;
    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 {

    position: relative;
    align-content: space-between;
    top: 300px;
    left: 700px;
    margin: 10px;
}


