
@import url(./root.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./filtre.css);
@import  url(./header-mobile.css);
















.bonPlans .hotel-item-horizontal {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.img-container {
    overflow: hidden;
    border-radius: var(--border-radius);
}





.Top-hotels .hotel-card .img-container img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.destination-img-wrapper {

    border-radius: var(--border-radius)
}

.destination-img-wrapper img,
.travel-card img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.travel-card {
    border-radius: var(--border-radius);
}







.tp-btn {
    transition: all 0.3s ease;
}


.mob-social-btn,
.social-link {
    transition: all 0.3s ease;
}


.booking-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}





.card-nwesletter {
    transition: transform 0.3s ease;
}


.card-social {
    transition: transform 0.3s ease;
}












/*button */


.tp-btn-black-text {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 9999px;
    color: #fff;

}


.tp-btn-black-circle {
    width: 36px;
    height: 36px;
    line-height: 32px;
    margin-left: -4px;
    text-align: center;
    border-radius: 9999px;
    transition-duration: 0.9s;
    background: var(--color-site-2);
    transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
}




.tp-btn-black-circle>svg {
    width: 14px;
    margin-left: 3px;
    color: #fff;
    transform: translateX(-2px);
}





.tp-btn.btn-bg .tp-btn-black-text {
    color: #fff;
    background-color: var(--red-btn);
}

.tp-btn.btn-bg .tp-btn-black-circle {
    background: var(--red-btn);
}

.tp-btn.btn-bg .tp-btn-black-circle svg {
    color: #fff;
}






/* hotel-list */

.hotel-list {
    background-color: var(--bg-color);
}


.hotel-list .scroller-mask {
    position: relative;
    mask-image: linear-gradient(to right,
    transparent,
    black 5%,
    black 95%,
    transparent);

    padding: 10px 0;
}



.hotel-list .btn-light {
    background-color: #fff;
    color: var(--color-site-2);
    border: 1px solid #E5E7EB;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 12px;
}




.hotel-list-container {
    max-height: none;
    overflow: visible;
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.hotel-list-container.hotel-scroll {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 16px;
}

/* Optionnel : scrollbar stylée (surtout pour Chrome/Edge) */
.hotel-list-container.hotel-scroll::-webkit-scrollbar {
    width: 2px;
}

.hotel-list-container.hotel-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color-site-1);
    border-radius: 10px;
}

.hotel-list-container.hotel-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/*title */


.title {
    font-size: 45px;
    font-weight: 600;
    color: var(--color-site-2);
}

.title-section p {
    font-size: 16px;
}

/*section */




.Top-hotels .img-container img {
    width: 100%;
    height: 300px;


    border-radius: var(--border-radius);
}

.Top-hotels .badge-location {

    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    color: var(--color-site-2);
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
}



.hotel-title {
    font-weight: 500;
    font-size: 18px;
    color: var(--color-site-2);

}



.price-text {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;

}

.price-value {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-site-2);
}




.Top-hotels .tp-btn.btn-bg .tp-btn-black-text,
.bonPlans .tp-btn.btn-bg .tp-btn-black-text {
    background-color: var(--color-site-1);

}

.Top-hotels .tp-btn.btn-bg .tp-btn-black-circle,
.bonPlans .tp-btn.btn-bg .tp-btn-black-circle {
    background: var(--color-site-1);
}

/*bon plans */

.bonPlans,
.circuit,
footer {
    background-color: var(--bg-color);
}

.header-box {
    position: relative;
    overflow: hidden;

    transition:
        transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.35s ease;
    border: 1px solid #E5E7EB;
    border-radius: 10px;


}


.bonPlans .nav-pills .nav-link {
    color: var(--color-site-2);
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

.bonPlans .nav-pills .nav-link.active {
    color: var(--color-site-2);
    border: 1px solid var(--color-site-2);

}

.bonPlans .featured-card {
    position: relative;
    height: 100%;

    border-radius: var(--border-radius);
    overflow: hidden;
}

.bonPlans .featured-card img {
    width: 100%;
    min-height: 480px;
    height: 100%;

}

.bonPlans .btn-list {

    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

}


.bonPlans .hotel-item-horizontal {

    border: 1px solid #E5E7EB;
    border-radius: var(--border-radius);


}

.bonPlans .hotel-thumb {

    height: 90px;

    border-radius: 8px;

}

/* voyage organise */

.voyageOrganises {

    background-image: url("../images/bg-voyage.png");
    background-size: cover;
    background-position: top;

}

.TourismeChasse .header-box {
    background-color: var(--green-btn);
}

.voyageOrganises .travel-card  , .TourismeChasse .travel-card {

    border-radius: var(--border-radius);

    transition: transform 0.3s ease;
}



.voyageOrganises .travel-card img {
    height: 470px;

}


.card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    border-radius: var(--border-radius);

}


.card-title {
    font-size: 25px;

}


.destinations-link {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #000;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    gap: 4px;
}





.destinations-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--color-site-1);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}


.destinations-link svg {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}


.destinations-link svg path {
    transition: stroke 0.3s ease;
}






.header-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(0, 0, 0, 0.06) 40%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(0, 0, 0, 0.06) 60%,
            transparent 100%);
    transition: left 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}






.omra .travel-card .img-omra {
    height: 340px;
}



.TourismeChasse .travel-card img{
    height: 470px;
    border-radius: var(--border-radius);
}

.chasse-section .tp-btn.btn-bg .tp-btn-black-text {
    background-color: var(--green-btn);
}

.chasse-section .tp-btn.btn-bg .tp-btn-black-circle {
    background: var(--green-btn);
}

.circuit-btn .tp-btn.btn-bg .tp-btn-black-text {
    background-color: var(--orange-btn);
}

.circuit-btn .tp-btn.btn-bg .tp-btn-black-circle {
    background: var(--orange-btn);
}



.destination-img-wrapper img {
    width: 100%;
    height: 300px;

    border-radius: var(--border-radius);
}


.btn-float {

    bottom: 15px;
    right: 15px;

}


.destination-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-site-2);

}

.header-box h4 {
    color: var(--color-site-2);
    font-size: 30px;
}

.omra .tp-btn.btn-bg .tp-btn-black-text {
    background-color: var(--gold-btn);
}

.omra .tp-btn.btn-bg .tp-btn-black-circle {
    background: var(--gold-btn);
}




@media (max-width: 991.98px) {

    .bonPlans .featured-card img {

        min-height: auto;
        height: 100%;
    }

    .bonPlans .hotel-thumb  {
        height: 220px
    }
    .Top-hotels .img-container img{
        min-height: 220px
    }


    .price-value {
        font-size: 14px;
    }

    .hotel-title {

        font-size: 14px;
    }
    .price-text {
        font-size: 11px; }
}





@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .title-section p {
        font-size: 14px;
    }

    .bonPlans .featured-card {
        display: none;
    }





    .price-value {
        font-size: 18px;
    }

    .card-title {
        font-size: 20px;
    }

    .header-box h4 {
        font-size: 24px;
    }

    .destination-title {
        font-size: 18px;
    }



    section {
        padding: 2rem 0;
    }
}

@media (max-width: 576px) {
    .title {
        font-size: 28px;
    }



    .card-title {
        font-size: 18px;
    }

    .header-box h4 {
        font-size: 20px;
    }

    .destination-title {
        font-size: 16px;
    }



    .tp-btn-black-text {
        font-size: 14px;
    }

    .bonPlans .nav-pills .nav-link {
        font-size: 14px;
    }
}






.show-desktop {
    display: none !important;
}

.show-mobile {
    display: block !important;
}

@media (min-width: 1025px) {
    .show-desktop {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}











.why-us .card {




    transition:
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
}


.why-us .card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: #E40624;
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.why-us .card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center bottom, rgba(228, 6, 36, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}


.why-us .card:hover {
    transform: translateY(-5px) scale(1.03);

}

.why-us .card:hover::after {
    width: 60%;
}

.why-us .card:hover::before {
    opacity: 1;
}


.why-us .card svg {
    transition:
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        filter 0.3s ease;
}

.why-us .card:hover svg {
    transform: scale(1.02);
    filter: drop-shadow(0 4px 8px rgba(228, 6, 36, 0.3));
    transition: all 0.4s ease;
}


.why-us .card span {
    transition:
        color 0.3s ease,
        transform 0.3s ease;
    display: inline-block;
}

.why-us .card:hover span {
    color: var(--red-btn);
    transform: translateY(-2px);
}

select {
    border: 1px solid #ccc;
    color: #959595;
    font-size: 14px;
    text-transform: none;
    height: 42px;
    background-color: #fff;
    font-weight: 400;
    width: 100%;
    border-radius: 4px
}
.scroller-mask {
    overflow: hidden;
    width: 100%;
}

.scroller-track {
    display: flex;
    width: max-content;
    animation: scroll-left 40s linear infinite;
}

.scroller-group {
    display: flex;
    gap: 30px;
    padding-right: 30px;
    flex-shrink: 0;
}

@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}


.scroller-mask:hover .scroller-track {
    animation-play-state: paused;
}


.modal-content {

    border-radius: 16px;

    border: 1px solid #dce8f0;
}


.modal-body select {
    border: 1px solid #cccccc;
    color: var(--color-site-2);
    background-color: #cccccc26;
    border-radius: 8px;
    border-top: 2px solid var(--color-site-1);
    box-shadow: none !important;
    outline: none !important;
}

.modal-body .btn-block {
    background-color: var(--color-site-1) ;
    border: 1px solid var(--color-site-1) ;
    font-size: 16px ;
    justify-content: center ;
color: #fff;
    border-radius: 9999px ;
    font-weight: 600;


}

.modal-body  .btn-secondary.btn-block {
    background-color: #fff !important;
    font-size: 16px !important;
    justify-content: center !important;
    border: 1px solid var(--color-site-2) !important;
    color: var(--color-site-2) !important;

}