@import "root.css";

@import "header-site.css";
@import "footer-site.css";

hr {
    border-color: var(--border-color2);
    opacity: 1;
}
section {
    padding: 2rem 0;
}
.btn-liste:hover, .btn-liste {
    color: var(--blue-cyancolor);
    background-color: var(--white-color);
    border: 1px solid var(--border-color1);
    position: relative;
    border-radius: 6px;
    padding: 16px 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.btn:active, .btn:focus {
    border-color: var(--border-color2) !important;
}

.background {
    background-color: var(--background);
}

.border-dashed {
    border-top: 1px dashed var(--white-color);
    margin: 8px 0;
}

.border-dashed-1 {
    border-top: 1px dashed var(--border-color2);
    margin: 4px 0;
}

.br-d {
    border: 1px dashed var(--border-color1);
    border-radius: 5px;
}

.bg-gray {
    background-color: var(--bg-card-service-3);
}

.bg-vert {
    background-color: var(--bg-card-service-4);
}

.bg-rose {
    background-color: var(--bg-card-service-2);
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

li {
    list-style: none;
}

.inner-title .title {
    font-size: 35px;
    color: var(--black-color);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;

}

.inner-title .title span {
    color: var(--primary-color);
    text-decoration: underline;
}

p.inner-text {
    font-size: 17px;
    color: var(--text-color-1);
    font-weight: 400;
}

.slider-banner .banner-wrapper img {
    border-radius: 16px;
}


#filtre-tab.nav-tabs .nav-item.show .nav-link, #filtre-tab.nav-tabs .nav-link.active {

    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

#filtre-tab.nav-tabs .nav-link {

    color: #000000;
    font-weight: 600;

    font-size: 16px;

    border: 1px solid #E5E7EB;

    border-radius: 6px;
}

.filtre-trip {
    background-color: var(--white-color);
    padding: 14px;
    border-radius: 12px;
    position: relative;
    margin-top: -80px;
    z-index: 11;
    box-shadow: 0 4px 8px 0 rgba(128, 128, 128, 0.1);
}

.filtre-trip .border-filtre {
    border-radius: 4px;
    border: 1px solid var(--border-color1);
}

.filtre-trip label {
    color: #243756;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 5;
}
.jdropdown-header,
.filtre-trip input.form-control {
    font-size: 16px;
    color: var(--text-color-1);
    background: var(--white-color);
    padding: 20px 0 0 20px;

    cursor: pointer;
    border: none;

    font-weight: 400;




    height: 80px !important;
}

.btn-reserver {
    background: var(--primary-color);
    color: #fff;
}
.btn-reserver:hover {
    background: var(--white-color);
    color: var(--primary-color);
    border-color:var(--primary-color)
}


.jdropdown-default .jdropdown-header {
    padding: 20px 0 0 16px !important;
}
.filtre-trip .search-button {
    width: 100%;
    height: 80px;
    color: var(--white-color);
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.filtre-trip .search-button i {
    font-size: 26px;
}

.filtre-trip .b_lr {
    border-left: 1px solid var(--border-color1);
    border-right: 1px solid var(--border-color1);
}

.filtre-trip .nuit {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 15px;
    color:#243756;
    padding: 10px;
    border: 1px solid var(--border-color1);
}

.filtre-trip .icon_nuites img {
    position: relative;
    top: 0;
    left: auto;
    right: 20px;
    bottom: auto;
}

@media only screen and (min-width: 600px) {
    .banner-wrapper {
        overflow: hidden;

        margin: 0 26px;
    }
}

@media (max-width: 991.98px) {
    .slider-banner .banner-wrapper img {
        border-radius: 4px;
    }

    .filtre-trip {
        margin-top: -15px;
        border: 1px solid var(--border-color1);
    }

    .filtre-trip .border-filtre {
        border: none;
        border-radius: 0;
    }

    .filtre-trip .search-button {
        height: 50px;
    }

    .filtre-trip input.form-control {
        border-radius: 0;
        border-bottom: 1px solid var(--border-color1);
    }

    .filtre-trip .b_lr {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid var(--border-color1);
    }
}

@media (max-width: 600px) {
    .fs-btn {
        font-size: 12px;
    }
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {

    background: var(--primary-color);
    border-color: var(--primary-color);
}



.fa-star {
    color: #FFBB46;
}

.img-300 {
    height: 300px;
    object-fit: cover;
}

.img-400 {
    object-fit: cover;
    height: 400px;
}

.ettiq {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.card {
    margin: 10px 0 0 0;
    border-color: var(--border-color2);
    opacity: 1;
    border-radius: 6px;
    transition: all ease 0.4s;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
    transform: translate(0px, -10px);
}

.card .location {
    color: var(--white-color);
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
}

.card .card-image .bg-images::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.63%, #1079C1 100%);






    transition: all 0.3s 0s ease-out;
}

.card figure.img-overlay::before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    border-radius: 6px;
    background: linear-gradient(180deg, var(--linear-gradient-1) 0%, var(--linear-gradient-2) 130%);
}

.card:hover figure.img-overlay::before {
    height: 100%;
}

.card .btn-card-hover .btn-item-overlay {
    width: 50px;
    height: 50px;
    background: #243756;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 35px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -30%);
    border: 1px solid var(--blue-cyancolor);
    z-index: 1;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.card:hover .btn-card-hover .btn-item-overlay {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.card .card-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card .btn-cards {
    color: var(--blue-cyancolor);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    display: inline-flex;
    align-items: center;
}

.card:hover .btn-cards:after {
    width: 100%;
    left: auto;
}

.card .btn-cards:after {
    content: "";
    pointer-events: none;
    bottom: 5px;
    right: auto;
    left: 0;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--blue-cyancolor);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 500ms;
    transition-property: width, right;
}

.card .item_box_text {
    color: #4E5561;

    overflow: hidden auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E4EBF1;
    min-height: 0;
    max-height: 50px;
    background: #F5F8FA;
    padding:10px;
    border-radius:6px
}
.card  .p_text{

    font-weight: 500;

    font-size: 12px;



}
.card .card-img-overlay {
    top: auto;
    z-index: 1;
}

.card .card-img-overlay h5 {
    color: var(--white-color);
    font-weight: 600;
}

.card .item-price {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;

}

.card .item-price-fs-4 {

    font-weight: 600;

    font-size: 20px;


}

.card .card-img-overlay p.card-text {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;

}
.card .card-body {
    position: relative;
    overflow: hidden;
    display: block;
}

.card .card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg-card-service-1);
    transform: translateY(5%);
    transition: all 600ms ease-in-out;
    z-index: -1;
}

.card:hover .card-body::before {
    transform: translateY(0%);
    transition: all 0.4s linear;
}

.card .montant-white {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
}

.h5-title {
    color: var(--text-color-1);
    font-size: 16px;
    font-weight: 400;

}

.btn-suite:focus, .btn-suite {
    font-size: 18px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 15px 80px;
    text-align: center;
}

.btn-lettre:active, .btn-lettre:hover, .btn-suite:hover {
    background-color: var(--primary-color);
    color: var(--black-color);
}

section .nav.nav-tabs {
    border-bottom: 1px solid var(--border-color2);
}

section .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color-2);
    border: none;
    margin-bottom: 0;
    position: relative;
    transition: .3s;
    white-space: nowrap;
}

section .nav-tabs .nav-link.active {
    color: var(--blue-cyancolor);
    background-color: transparent;
}

section .nav-tabs li button.nav-link::after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--blue-cyancolor);
    transition: 0.3s;
}

section .nav-tabs li button.nav-link.active::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

a.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    padding: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--blue-cyancolor);
    text-align: center;
    transition: all .3s ease-in-out;
    color: #fff;
}
.fa-location-pin, .fa-map-marker {

    --fa: "\f3c5";
}

.preloader {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background);
width: 100%;
    position: fixed;
    z-index: 999;
    flex-direction: column;

    gap: 10px;
}

/* Spinner styling */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid var(--primary-color);
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite, pulse 1.5s ease-in-out infinite;
}

/* Loading text styling */
.preloader p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
    animation: fade 1.5s ease-in-out infinite;
}

/* Spin animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Pulse animation for size variation */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* Fade animation for text */
@keyframes fade {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}



/****/




.banner-pagination .swiper-button-next {

    background: #fff;
    border-radius:6px ;
    border: 1px solid #C7DBEB
}

.banner-pagination .swiper-button-prev {
   
    background: #fff;
    border-radius:6px ;
    border: 1px solid #C7DBEB
}



.banner-pagination [class*="swiper-button"]::before {
    color: #C7DBEB;
}
.banner-pagination .swiper-button-prev::after,.banner-pagination .swiper-button-next::after,
.swiper-button-next-hotel::after,
.swiper-button-prev-hotel::after { content: none !important; }

[class*="swiper-button-next"]::before
{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color:var(--blue-cyancolor);
}
[class*="swiper-button-prev"]::before {
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: var(--blue-cyancolor);
}


[class*="swiper-button"]
{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

[class*="swiper-pagination"]
 {
    display: inline-block;
    position: static;
    width: auto !important;

}
.swiper-button-disabled{
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border: 1px solid var(--blue-cyancolor);
    opacity: 0.5;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    border: 1px solid var(--blue-cyancolor);
    background:  var(--blue-cyancolor);
    transform: scale(1.2);
}
.swiper-pagination-bullet:hover {
    opacity: 0.8;
    transform: scale(1.1);
}





