@font-face {
	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
    color: #000;
    line-height: 1.4;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
}
    span.text-warning.fs-5 {
        font-size: 21px;
        color: #ffc107 !important;
    }
    .item-avis-bloc {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        padding: 15px;
        margin: 5px;
        border-radius: 10px;
    }
    .item-avis-bloc p {
        font-size: 13px;
        font-weight: 300;
        min-height: 54px;
    }
.header-block {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    color: #fff;
}
.header-block  ul a{
    color: #fff;
}
.header-block::before {
    content: "";
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 31%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
h1, h2, h3 {
    letter-spacing: 0.08em;
    margin: 0;
}
.justify-between {
    justify-content: space-between;
}
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.justify-center {
    justify-content: center;
}
.align-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.d-flex {
    display:flex;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}
a{
    text-decoration: none;
    color: initial;
}
.container {
    width: 96%;
    max-width: 1500px;
    margin: 0 auto;
}
.w-60 {
    width: 60%;
}
.w-20 {
    width: 20%;
}
#menuheader a{
    display: inline-block;
    padding: 5px 20px;
}
.relative{
    position: relative;
}
.bloc-details-slider {
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 40%;
    width: 100%;
    text-align: center;
}
.container-slider {
    color: #fff;
}
.container-slider p {
    width: 96%;
    max-width: 650px;
    margin: 0 auto;
    padding: 15px 0 20px 0;
}
.btn-link {
    background: #b55d5c;
    border:1ps solid  #b55d5c;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 17px;
    transition: 0.5s ease all;
    color: #fff;
}
.btn-link:hover{
    color: #b55d5c;
    background-color: #fff;
    transition: 0.5s ease all;
}
.f-38{
    font-size: 38px;
}
.f-20{
    font-size: 20px;
}
.text-upprcase{
    text-transform: uppercase;
}
.slide-block {
    position: relative;
}
ul.slick-dots li button {
    background: transparent;
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: 0.5s ease all;
    cursor: pointer;
}
.mb-15{
    margin-bottom: 15px;
}
div#tabclick .click-tab li {
    background: #db5e5e;
    color: #fff;
    padding: 20px;
    border-right: 1px solid;
    transition: 0.5s ease all;
    cursor: pointer;
}
#detailstab > div{
    display: none;
}
#detailstab > div.active{
    display: block;
}
#detailstab > div {
    background: #fbfbfb;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}
div#tabclick li.active,
div#tabclick li:hover {
    transition: 0.5s ease all;
    background: white; /* Fond blanc au lieu de rose */
    border: 1px solid black; /* Bordure noire */
    color: black; /* Couleur du texte en noir pour contraste */
}

/* Pour améliorer le style de base des onglets */
div#tabclick li {
    border: 1px solid transparent; /* Bordure transparente par défaut */
    transition: 0.5s ease all; /* Transition également sur l'état normal */
}

/* Style spécifique pour l'onglet actif */
div#tabclick li.active {
    border-bottom: 1px solid white; /* Pour une intégration propre avec le contenu */
    position: relative;
    z-index: 1;
}

/* Style au survol */
div#tabclick li:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Ombre légère pour l'effet de survol */
}
.first-section p {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}
.max-p{
    width: 96%;
    max-width: 800px;
}
ul.slick-dots {
    position: absolute;
    left: 50%;
    display: flex !important;
    flex-wrap: nowrap;
    transform: translate(-50%, 0%);
    bottom: 20px;
}
ul.slick-dots li.slick-active button {
    background: #fff;
    width: 80px;
    border-radius: 10px;
    transition: 0.5s ease all;
}
nav.breadcrumbs {
    background: #ededed;
}
nav.breadcrumbs ol {
    padding: 0;
    margin: 0 -10px;
}
nav.breadcrumbs li a {
    padding: 10px;
    display: inline-block;
    position: relative;
}
nav.breadcrumbs li a::after {
    content: "\e649";
    font-family: themify;
    font-size: 10px;
    position: absolute;
    right: -4px;
    top: 13px;
}
nav.breadcrumbs li:last-child a::after{
    display: none;
}
.text-center{
    text-align: center;
}
.px-50{
    padding: 50px 0;
}
.w-25{
    width: 25%;
    padding: 0 10px;
}
.rows{
    margin: 0 -10px;
}
.second-section img {
    object-fit: cover;
    aspect-ratio: 2 / 1;
    display: block;
    object-position: bottom;
    width: 100%;
}
h3.title-section {
    font-size: 25px;
    text-transform: uppercase;
}
div#contactbloc {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/sunset.jpg);
    position: relative;
}
div#contactbloc::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0 ;
    background-color: rgba(0, 0, 0, 0.5);
}
div#contactbloc > div{
    position: relative;
    z-index: 9;
}
.left-max-contact {
    max-width: 600px;
    color: #fff;
}
h3.title-section.icon-photo::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/appareil-photo.png);
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
ul {
    margin: 0;
    padding: 0;
}
.pb-50{
    padding-bottom: 50px;
}
.list-details-bloc li {
    padding: 8px 0;
}
.list-details-bloc ul {
    margin-left: 20px;
}
.list-details-bloc li::before {
    content: "\e628";
    font-family: 'themify';
    margin: 0 10px;
}
.list-details-bloc li:last-child {
    padding-bottom: 0;
}
.py-20{
    padding: 0 20px;
}
.w-30{
    width:30%;
}
.w-50{
    width:50%;
}
.w-70{
    width:70%;
}
.p-20 {
    padding: 20px;
}
h3.question-bloc {
    border: 1px solid #000;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
h3.question-bloc::after {
    display: block;
    content: "\e61a";
    font-family: 'themify';
    position: absolute;
    right: 15px;
    top: 15px;
}
.active h3.question-bloc::after {
    content: "\e622"
}
.mb-15{
    margin-bottom: 15px;
}
.response-bloc {
    display: none;
    padding: 10px 25px;
    background: #ebebeb;
    margin-top: -4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
img.faq-img {
    border-radius: 10px;
}
.step-bar-left::before {
    content: "";
    width: 1px;
    height: 57%;
    position: absolute;
    left: 12px;
    transform: translate(0%, -50%);
    top: 79%;
    border-left: 1px dotted #fff;
}
span.icon-start::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/depart.png);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.step-bar-left {
    position: relative;
    margin: 15px 0;
}
span.icon-end::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/vient-darriver.png);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
h3.adress-map::before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/gps.png);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.pl-45{
    padding-left: 45px;
}
footer {
    background: #000;
    color: #fff;
    padding: 30px 0;
}
@media(min-width:1024px){
     .d-md-xs{
        display: none;
    }
}
@media(max-width:1024px){
    .wxs-30{
        width: 30%;
    }
    .right-price.wxs-70 a {
        background: #e73b3b;
        display: inline-block;
        padding: 9px 15px;
        border-radius: 6px;
        color: #fff;
    }
    .right-price.wxs-70 {
        text-align: right;
    }
    .left-price.wxs-30 {
        padding-left: 12px;
    }
    .right-price.wxs-70 {
        padding-right: 12px;
    }
    footer {
        margin-bottom: 50px;
    }
    div#balade {
        overflow: hidden;
    }
    h3.question-bloc {
        padding-right: 30px;
        font-size: 14px;
    }
    h3.question-bloc::after {
        top: 50%;
        transform: translate(0%, -50%);
    }
    #price {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
        padding: 12px 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        left: 0;
        right: 0;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    .wxs-70{
        width: 70%;
    }
    .d-flex-xs{
        display: flex;
        justify-content: space-between;
    }
    .d-none-xs{
        display: none;
    }
    .f-38 {
        font-size: 18px;
    }
    .f-20 {
        font-size: 14px;
    }
    h3.title-section {
        font-size: 16px;
        text-transform: uppercase;
    }
    p{
        font-weight: 300;
    }
    .slide-block img {
        object-fit: cover;
        aspect-ratio: 1 / 1.5;
        display: block;
        object-position: bottom;
    }
   [class^="w-"],
    [class*=" w-"] {
    width: 100% !important;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    h3.mt-15 {
        padding-bottom: 20px;
    }
    .relative.text-center {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .container {
        width: 90%;
    }
    body {
        line-height: 1.3;
        font-size: 14px;
    }
   
    ul.d-flex.justify-center.click-tab li {
        min-width: 200px;
        padding: 5px !important;
        text-align: center;
        font-size: 12px;
    }
    ul.d-flex.justify-center.click-tab {
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 100%;
        overflow: auto;
    }
    div#tabclick {
        margin: 0 -6%;
    }
    .end-itin {
        margin-bottom: 20px;
    }
    div#faq .p-20 {
        padding: 20px 0;
    }
    img.logo-header {
        text-align: center;
        margin: 0 auto;
        max-width: 162px;
        padding: 10px;
    }
    ul.slick-dots li button {
        width: 12px;
        height: 12px;
    }
    .first-section.text-center.px-50 h3.title-section {
        margin-bottom: 15px;
    }
    ul.slick-dots li.slick-active button {
        width: 60px;
    }
    h3.title-section.icon-photo::before {
        width: 23px;
        height: 23px;
    }
    h1, h2, h3 {
        letter-spacing: inherit;
    }
}
@media(min-width:600px) and (max-width:1230px){
    .relative.text-center {
        margin: 10px;
    }
    .w-25 {
        width: 50% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .slide-block img {
        aspect-ratio: 2 / 1 !important;
    }
    .w-50.map-right iframe {
        min-height: 400px;
    }
    .w-30 {
        width: 40% !important;
    }
    .w-70 {
        width: 60% !important;
    }   
    div#faq .p-20 {
        padding: 20px;
    }
}