@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800&display=swap");
body {
    font-family: 'Outfit', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
}

.button-82-pushable, .button-82-front{
    height: 60px;
}
.button-82-pushable, .button-82-front, .button-82-edge, .button-82-shadow{
    margin-top:3px;
}
.btn-outline-custom{
    border:1px solid var(--bs-secondary);
    height: auto;
    font-size: 18px !important;
    color:var(--bs-secondary);
    border-radius:16px;
}
.btn-outline-custom:hover, .btn-outline-custom:focus{
    background-color: var(--bs-secondary);
    color:white;
}
.btn-custom-size {
    font-size: 14px;
}
.contact-phone{
    border: 3px solid var(--bs-secondary);
    padding: 10px;
    box-shadow: rgba(10, 10, 20, 0.2) 0px 2px 2px 1px;
    font-size: 20px;
}
.br-16{
    border-radius: 16px;
}
.navbar-collapse {
    transition: none !important; /* Supprime la transition */
}
.navbar-collapse.show{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.navbar-collapse.show > .nav-menu {
    width: 100%; 
}
.navbar-collapse.show > .nav-menu > li {
    text-align:center !important;
}
.carousel-home{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 5px 20px 2px;
}
.searchableForm{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 5px 20px 2px;
    border-radius: 35px;
}
.border-black-custom{
    border: 1px solid #707070;
}
.br-12{
    border-radius: 12px;
}
.card-right-offre{
    background-color: #01aef1b3;
    border-radius:  64px;
    padding: 30px 40px;
    position:absolute;
    right: 80px; /* Alignement horizontal */
    top: 50%; /* Place l'élément au milieu verticalement */
    transform: translateY(-50%); /* Centre exactement l'élément */
    width:  300px !important;
}
/* Style de base des indicateurs */
.custom-indicators {
    position: absolute;
    right: 40px; /* Positionné à droite */
    top: 50%; /* Centré verticalement */
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2; /* Pour les afficher au-dessus */
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid white;
    opacity:1;
}
.custom-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5); /* Blanc transparent (non actif) */
    border-radius: 50%;
    margin: 5px 0; /* Espacement entre les points */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-indicators .active {
    background-color: #ffc107;
    width: 15px;
    height: 15px; /* Jaune pour l'indicateur actif */
    border: none;
    transform: scale(1.2); /* Légèrement agrandi pour indiquer l'état actif */
}

.bg-rond{
    background-repeat: no-repeat,no-repeat;    
    background-position-x: 50%,93% ;
    background-position-y: 8%,57%;
    background-size: 620px,100px;
}
.underlined-middle-primary{
    position: relative;
}
.underlined-middle-primary::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%; /* Ajuste pour centrer la bordure */
    transform:translate(-50%,50%);
    width: 35%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-primary); /* La couleur de la bordure */
}
.underlined-left-warning{
    position: relative;
}
.underlined-left-warning::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0%; /* Ajuste pour centrer la bordure */
    width: 50%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-warning); /* La couleur de la bordure */
}
.underlined-top-warning{
    position: relative;
}
.underlined-top-warning::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%; /* Ajuste pour centrer la bordure */
    transform: translate(-50%,-50%);
    width: 50%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-warning); /* La couleur de la bordure */
}
.underlined-topleft-warning{
    position: relative;
}
.underlined-topleft-warning::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0%; /* Ajuste pour centrer la bordure */
    width: 50%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-warning); /* La couleur de la bordure */
}
.underlined-middle-warning-25{
    position: relative;
}
.underlined-middle-warning-25::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%; /* Ajuste pour centrer la bordure */
    transform:translate(-50%,50%);
    width: 25%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-warning); /* La couleur de la bordure */
}
.underlined-middle-warning{
    position: relative;
}
.underlined-middle-warning::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%; /* Ajuste pour centrer la bordure */
    transform:translate(-50%,50%);
    width: 50%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-warning); /* La couleur de la bordure */
}
.underlined-middle-warning-lg{
    position: relative;
}
.underlined-middle-warning-lg::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%; /* Ajuste pour centrer la bordure */
    transform:translate(-50%,50%);
    width: 25%; /* La largeur de la bordure */
    height: 5px; /* L'épaisseur de la bordure */
    background-color: var(--bs-warning); /* La couleur de la bordure */
}
.bx-outline-primary-shadow{
    border: 1px solid var(--bs-primary) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 20px;
    border-radius: 25px !important;
}
.lh-1-2{
    line-height: 1.2 !important;
}
.lh-1-3{
    line-height: 1.3 !important;
}
.featuresBox-wrap h4{
    color: black !important;
}
.featuresBox-wrap p{
    color: #5A5A5A;
    font-weight: 500;
    margin-top: 10px;
}
.section-nouveaute{
    background-repeat: no-repeat,no-repeat;    
    background-position-x: 7%;
    background-position-y: 0%;
    background-size: 100px;
}
.section-temoignage{
    background-repeat: no-repeat,no-repeat;    
    background-position-x: 7%;
    background-position-y: 85%;
    background-size: 200px;
}
.titre-3rem{
    font-size: 3rem;
}
.fw-md{
    font-weight: 500;
}
.fw-semi-bold{
    font-weight: 600 !important;
}
.card-sejour{
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 34px 0px;
    border: 1px solid #F2EFEF;
}
.card-sejour .flight-thumb-wrapper .popFlights-item-overHidden{
    margin: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 42px 0px;
}
.city-destination{
    bottom: 20px;
    right: 20px;
}
.ellipsis-custom{
    border: 1px solid #606060 !important;
    color: #606060 !important;
    border-radius: 10px !important;
}
.text-custom-gray{
    color: #606060;
}
.text-custom-black{
    color: #5A5A5A;
}
.flickity-page-dots{
    margin-top:15px;
}
.flickity-page-dot{
    margin-right: 10px !important; 
    border-radius: 15px !important;
}
.flickity-page-dot{
    background-color: #E9E9E9;
}
.flickity-page-dot.is-selected{
    background-color: var(--bs-warning);
}
.flickity-page-dots {
    bottom: -30px !important;
}
.carousel-cell-temoignage{
    width: 300px !important;
}
.flickity-prev-next-button {
    width: 80px;
    height: 80px;
}
.titre-black{
    color:#1E1E1E;
}
.titre-black-2{
    color:#202020;
}
.sous-titre-black{
    color:#161616;
}
.sous-titre-black p{
    color:#161616;
    margin-bottom:0px;
}
.card-decouvrez-destination{
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 28px 0px;
    /* border: 1px solid #F2EFEF; */
}
.card-decouvrez-destination .blogGrid-pics{
    margin: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 42px 0px;
}
.card-text-banner{
    position: absolute;
    top:50%;
    left:5%;
    transform: translateY(-50%);
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 58px 0px;
    border-radius: 27px;
}
.card-text-banner-bottom{
    position: absolute;
    bottom:-10%;
    left:5%;
    width: 400px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 58px 0px;
    border-radius: 27px;
}
.card-search-banner{
    position:absolute;
    bottom: -8%;
    left:50%;
    transform: translateX(-50%);
    width:90%;
    border-radius: 17px; 
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 50px 0px;
}
.newsletter-footer{
    position:absolute;
    top: 20%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color:white;
    border-radius: 57px; 
    width: 100%;
    background-repeat: no-repeat,no-repeat;    
    background-position-x: 7%, 9%;
    background-position-y: 0%, 85%;
    background-size: cover,200px;
    padding: 75px 85px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 50px 0px;
}
.input-outline-primary{
    border: 1px solid var(--bs-primary);
}
.input-outline-2-primary{
    border:  2px solid var(--bs-primary);
}
.h-input-35{
    height: 35px !important;
}
.footer-custom a{
    color:white !important;
}
.footer-custom li{
    margin-top:5px !important;
}
.btn-transparent-custom{
    background-color: #ffffff61;
}
.footer-widget h4.widget-title {
    font-size: 16px !important;
}
.col-left-login{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 31px 38px 0px;
}
.section-login{
    background-repeat: no-repeat,no-repeat;    
    background-position-x: 93.5%; 
    background-position-y: 97%; 
    background-size: 100px;
}
.section-banner-adherez{
    background-repeat: no-repeat;    
    background-position-x: 90%; 
    background-position-y: 97%; 
    background-size: 100px;
}
.banner-custom{
    background-repeat: no-repeat;    
    background-position-x: 93%; 
    background-position-y: 99%; 
    background-size: 100px;
}
.section-banner-parrainage{
    background-repeat: no-repeat,no-repeat;    
    background-position-x: 93.5%; 
    background-position-y: 90%; 
    background-size: 100px;
}
.container-col-left-login {
    padding: 20px !important;
}
.container-img-blog {
    height: 175px;
}
.container-img-blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-col-left-login{
    border-radius: 27px;
    width:75%;
}
.text-custom-blue{
    color: #377F9B;
}
.text-transform-none{
    text-transform: none !important;
}
.image-banner-custom{
    box-shadow:  rgba(0, 0, 0, 0.07) 0px 31px 38px 0px;
}
.card-adherez-illimitee{
    border: 1px solid var(--bs-warning);
}
.card-adherez-illimitee .card-img-adherez,.card-adherez-decouverte .card-img-adherez{
    border-radius: 20px !important;
}
.card-adherez-illimitee .card-header{
    border:0px;
}
.card-adherez-decouverte{
    border: 1px solid var(--bs-primary);
}
.card-adherez-decouverte .card-header{
    border:0px;
}
.card-adherez-illimitee .list-unstyled{
    color: #212121;
    font-size:16px;
}
.bx-shadow-34216{
    box-shadow:  rgba(0, 0, 0, 0.1) 0px 3px 42px 0px;
}
.accordion-btn-outline-primary{
    border: 1px solid var(--bs-primary);
    border-radius: 18px !important;
    margin-bottom: 15px;
    box-shadow:  rgba(0, 0, 0, 0.06) 0px 3px 30px 0px;
    font-size: 18px;
    color:black;
    font-weight: 500;
}
.accordion-btn-outline-primary:not(.collapsed) {
    background-color: var(--bs-primary) !important;
    color:white;
}
.accordion-btn-outline-primary:not(.collapsed)::after {
    color:white !important;
}
.accordion-btn-outline-primary::after{
    background-color:transparent !important;
    color: var(--bs-primary);
    content: "\f107" !important;
}
.accordion-body-custom{
    border: 1px solid #C7C7C7;
    box-shadow:  rgba(0, 0, 0, 0.06) 0px 3px 30px 0px;
    border-radius: 18px !important;
    margin-bottom:15px;
    padding: 30px !important;
    color: #777777;
    font-weight: 500;
    font-size:16px;
}
.bg-light-primary{
    background-color: #F2FBFF !important;
}
.parrainage-form{
    box-shadow:  rgba(0, 0, 0, 0.07) 0px 31px 38px 0px;
    border-radius: 27px !important;
}
.banner-h-450{
    height: 450px;
}
.img-banner{
    width:100% !important;
    height: 100% !important;
    object-fit:cover;
    border-radius: 27px;
    box-shadow:  rgba(0, 0, 0, 0.07) 0px 31px 38px 0px;
}
.select2-destination-select-results li span i{
    display: none !important;
}
.select2-container .select2-selection--single {
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid var(--bs-primary);
    height:45px;
    padding-left: 12px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0px !important;
}
.select2-results__option {
    font-size: 14px; /* Change la taille du texte dans le menu déroulant */
}
.image-of-cover{
    width:100%;
    height:100%;
    object-fit: cover;
}
.pagination {
    margin-top: 10px !important;
}
.img-theme{
    border: 6px solid var(--bs-warning);
}
.rounded-pill-custom{
    border-radius: 50%;
    width:100px;
    height:100px;
}
.m-t-75{
    margin-top:75px;
}
.br-form{
    border-radius: 30px !important;
}
.text-truncate-4l {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.carousel-partenaire{
    display:flex;
    justify-content: center;
}
.carousel-partenaire .flickity-viewport{
    width: 85%;
}
.bx-shadow-custom{
    box-shadow: rgba(0, 0, 0, 0.07) -1px 3px 5px 4px;
}
.fs-16{
    font-size: 16px;
}
.content-newsletter-modal {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden; /* Pour éviter que le pseudo-élément dépasse */
}
.content-newsletter-modal > * {
    z-index: 3;
}
.content-newsletter-modal::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/newsletter-fond.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.2; /* Ajuste l'opacité ici */
    z-index: 1; /* Place le pseudo-élément derrière le contenu */
}
@media (max-width: 380px){
    .contact-div{
        display: none !important;
    }
    .logo-div{
        width: 100% !important;
    }
    .logo-div a{
        margin-left: 35px;
    }
}
@media (max-width: 768px){
    .navbar-top{
        flex-wrap: initial !important;
    }
    .card-right-offre {
        padding: 15px 20px;
        width:  90% !important;
    }
}
@media (max-width: 992px){
    .ellipsis-item__normal.separate {
        display: none;
    }
    .custom-indicators {
        position: absolute;
        right: 50%;
        bottom : 5%;
        transform: translateX(50%);
        flex-direction: row;
        justify-content: center;
    }
    .card-right-offre {
        padding: 25px 30px;
        position: absolute;
        right: 50%;
        top: 50%;
        border-radius: 25px;
        transform: translate(50%,-50%);
    }
    .featuresBox-wrap{
		margin-top: 1rem;
    }
}
@media (max-width: 575px){
    .nav-brand img {
        max-width: 180px !important;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg.custom-navbar {
        flex-wrap: wrap !important;
    }
}