@import "root.css";

section {
    padding: 2rem 0;
}


img {
    object-fit: cover;
}

p {
    margin-bottom: 0;
}

.bg-topbar {
    background-color: rgb(62 59 59 / 69%);
}

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

.h2-titre {
    color: var(--color-site-2);
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


.description {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
}

.h2-titre-filtre {
    color: var(--color-site-3);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .h2-titre {
        font-size: 30px;

    }



}

.section-title {
    margin-bottom: 20px;
}

.btn-list {
    font-size: 18px;
    color: var(--color-site-2);
    font-weight: 600;

}

.btn-list:hover {
    color: var(--color-site-1);

}

.btn-list:hover svg {
    filter: invert(62%) sepia(88%) saturate(501%) hue-rotate(-210deg) brightness(86%) contrast(91%);

}

/* section header  */


header .topbar {
    padding: 8px 0;
    position: relative;
    z-index: 11;
}

header .topbar ul li address,
header .topbar ul li a {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 400;
}


header .topbar .topbar-left ul li a {
    color: var(--color-white);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bg-sejour);
    color: var(--color-site-2);
}

header .topbar:before {
    background-color: var(--color-site-1);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    z-index: -1;
    border-radius: 0 0 0 10px;

}

header .topbar .dropdown-menu.lang-done,
header .topbar .dropdown-menu.devise-icon {
    min-width: 3rem !important;
}

header .menu-header .navbar .img-logo {
    height: 100%;
    width: 75%;
}

@media (max-width: 768px) {
    header .menu-header .navbar .img-logo {
        height: auto;
        width: 60%;
    }

    header .topbar ul li a {
        font-size: 14px;
        color: var(--color-white);
        font-weight: 400;
    }

    header .topbar:before {
        width: 60%;
    }
}

header .menu-header ul > li {
    position: relative;
    margin: 0 8px;
}


header .menu-header ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--color-site-3);
    transition: 300ms;
    z-index: 3;
}


header .menu-header ul > li:hover::before, header .menu-header ul > li.active:hover::before, header .menu-header ul > li.active::before {
    width: 100%;
}

header .menu-header a.nav-link {
    color: var(--color-site-2);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    padding: 0 !important;


}

header .nav-side-mobile .menu-inner ul li.active > a.nav-link,
header .menu-header ul > li:hover > a.nav-link,
header .menu-header ul > li.active > a.nav-link {
    color: var(--color-site-3);
}

/* menu version mobile  */
header .nav-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 17;
}

header .navbar-toggler {
    border: none;
}

/* Mobile-menu */
header .nav-side-mobile {
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--color-white);
    overflow-y: auto;
    z-index: 20;
    padding: 10px 0;
    top: 0;
    border-right: 4px solid #53adbd;
}

header .nav-side-mobile .top-menu-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e3e1e1;
    padding: 10px;

}

header .nav-side-mobile .top-menu-title .icon-close {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #999;
    background-color: var(--color-white);
}

header .nav-side-mobile .menu-inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


header .nav-side-mobile .menu-inner ul li {
    position: relative;
    line-height: 28px;
}

header .nav-side-mobile .menu-inner ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-site-2);
    border-bottom: 1px solid #e3e1e1;
    padding: 10px 15px;
}

header .box-info {
    display: block;
    padding: 10px 15px;
}

header .nav-side-mobile .menu-inner ul li a:hover {
    color: var(--color-site-3);
}

header .menu-open {
    left: 0;
}

header .navbar-collapse, header.stick .topbar {
    display: none;
}



header .menu-header .navbar-brand {
    margin: 0;
}

header .text-infoline {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-site-2);
    position: relative;

}

header .sticky-bar.stick {

    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    transition: all 0.3s ease 0s;
    background: var(--bg-topbar);


}

@media (max-width: 991px) {
    header .sticky-bar.stick {
        position: relative;
    }

    .vm-none {
        display: none;
    }


}


.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* section banner  */

.box-search-TND {
    position: relative;
    background-color: rgb(62 59 59 / 69%);
    z-index: 10;
    padding: 10px 30px 20px 30px;
    margin-top: -90px;
    border-radius: 20px;
}


.box-search-TND .item-search::before {
    content: "";
    height: 58px;
    right: 10px;
    width: 1px;
    background-color: var(--color-site-3);
    position: absolute;
    top: 1px;
}

.box-search-TND .input-icon::before {
    height: 38px;
    position: absolute;
    left: 0;
    top: 36px;
    width: 30px;
    content: "";
    background-repeat: no-repeat;
    z-index: 22;
}

.form-control:focus {
    box-shadow: none;

}

.box-search-TND .form-control {
    font-size: 16px;
    color: var(--color-text);
    font-weight: 400;
    padding: 6px 20px;
    background: var(--color-white) !important;
}
.box-search-TND .typeahead__field input{
    width: auto;
}
.box-search-TND .location-search::before {
    background-image: url('../image/icon-map.svg');

}

.box-search-TND .icon-date::before {
    background-image: url('../image/icon-calendar.svg');
}

.box-search-TND .icon-chambre::before {
    background-image: url('../image/icon-person.svg');


}

.box-search-TND label {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-site-3);
}

.box-search-TND .border {
    border: 1px solid var(--color-site-3) !important;
    background: var(--color-white);
    padding: 10px 10px 10px 20px;
}

.box-search-TND .icon-hotel i{
    color: var(--color-site-1);
}
.box-search-TND .suggestion-content .hotel-info span{
    display: block;
}
.box-search-TND .typeahead__list{
    top: auto !important;
}
.box-search-TND .suggestion-content {
    display: flex !important;
    gap: 8px !important;
    align-items: center;
}
.btn.btn-search.active, .btn-search:hover, .btn-search {
    background-color: var(--color-site-3) !important;
    border: 1px solid var(--color-site-3);
    color: var(--color-white) !important;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    padding: 0;
    position: absolute;
    left: auto;
    right: -28px;
    bottom: 15px;
    /*font-size: 12px;*/
    top: auto;
}

@media (max-width: 991px) {
    .h2-titre-filtre {
        font-size: 22px;
    }



    .box-search-TND {
        margin-top: -35px;
        padding: 10px 20px 20px 20px;
    }

    .box-search-TND .border {
        border: none !important;
    }

    .box-search-TND .form-control {
        font-size: 16px;
        color: var(--color-text);
        font-weight: 500;
        padding: 8px 20px;
        border-bottom: 1px solid var(--color-site-3) !important;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .box-search-TND .box-btn-search {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .btn.btn-search.active, .btn-search:hover, .btn-search {
        position: absolute;
        left: auto;
        right: auto;
        bottom: auto;
        top: -9px;
    }


    .box-search-TND .item-search::before {
        display: none;
    }
    .box-search-TND .typeahead__field input{
        width: 100%;
    }

}


.nav-tabs .nav-link {
    font-size: 18px;
    color: var(--color-site-2);
    font-weight: 600;
    position: relative;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
    /*padding: 5px;*/
}


.nav-tabs .nav-link.active {
    background-color: transparent;
}

.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 95%;
    width: 100%;
    height: 3px;
    background-color: var(--color-site-2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 768px) {
    .nav-tabs {
        overflow: auto;
    }
}


.card-h-image {
    position: relative;


}

.image-animation::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}


.card:hover .image-animation::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.card-h-image img.box-images {
    height: 300px;
    width: 100%;
    border-radius: 20px;
}

.card .card-h-info {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    background: var(--color-white);
    margin-left: -30px;

}

.badge-decouver, .card .card-h-info .etiquette {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--color-site-3);
    border-radius: 50px;
    color: var(--color-site-2);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;

}

@media (max-width: 768px) {
    .card .card-h-info .etiquette {
        position: absolute;
        top: -18px;
        z-index: 13;
        left: auto;
        right: 20px;
    }

    .card .card-h-info {
        margin-left: auto;
    }

    .box-mobile {
        margin-top: -20px;
        background: var(--color-white);
        border-radius: 20px;
        padding: 20px;
        position: relative;
    }
}


/*.owl-dots,*/


.banner .owl-theme .owl-dots .owl-dot.active span {
    background: var(--color-star);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #595564;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active {
    border-radius: 50px;
    border: 1px solid #595564;
    z-index: 1;
}

.banner .owl-theme .owl-dots .owl-dot.active {

    border: 1px solid var(--color-star);

}

.banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    flex-direction: column;
    direction: rtl;
    display: flex;
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: auto;
    text-align: center;
}


@media (max-width: 767px) {
    .banner img.banner-img {
        border-radius: 10px;
        padding: 0 8px;
    }
}

.card-bottom {
    position: relative;
}

.hover-sociaux:hover {
    color: var(--color-site-3);
}


#section-long-sejours .sejours-bloc {
    padding: 5rem 3rem;
}

#section-long-sejours .section-title {
    padding: 100px 30px;
    height: 100%;
    position: relative;
    opacity: 1;
    z-index: 10;
}

.h2-titre-sejours {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: var(--color-site-3);
}

.description-sejours {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 400;
}

#section-long-sejours .inner-box-sejours {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 30px;
}

#section-long-sejours .inner-box-sejours::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.9) 0.50%, rgba(8, 37, 77, 0) 100%);
}


@media (max-width: 768px) {
    #section-long-sejours .sejours-bloc {
        padding: 1rem;
    }
}

.card-items {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}


.card-info {
    padding: 25px;
    background-color: var(--color-white);
    border-radius: 20px;
    position: relative;
    margin-top: -70px;
}

.rating i {
    color: var(--color-star);
    font-size: 13px;
}

p.text-price {
    color: var(--color-site-2);
    font-size: 15px;
    font-weight: 400;
    line-height: 6px;
}

p.destination {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
}

.btn-sejours {
    font-size: 22px;
    color: var(--color-white);
    font-weight: 600;

}

.card-info .etiquette {
    position: absolute;
    top: -19px;
    z-index: 13;
    left: auto;
    right: 20px;

}

.card-info .etiquette .arrangement {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--color-site-3);
    border-radius: 50px;
    color: var(--color-site-2);
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);

}

.card-title .h2 {
    font-size: 22px;
    color: var(--color-site-2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.line {
    border-top: 1px solid var(--color-line);
}

.card-price .montant {
    color: var(--color-site-2);
    font-size: 24px;
    font-weight: 700;
}

.card-btn {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 2;
}

.btn-jours, .transfert .btn-transfert .section-icon-btn, .card-btn .section-icon-btn {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: var(--bg-fleche);
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-jours svg, .transfert .btn-transfert .section-icon-btn svg, .card-btn .section-icon-btn svg {
    transition: all 0.4s ease-in-out;
}

.btn-sejours:hover .btn-jours,
.transfert:hover .btn-transfert .section-icon-btn,
.card:hover .card-btn .section-icon-btn {
    background-color: var(--color-site-3);
}

.btn-sejours:hover .btn-jours, .transfert:hover .btn-transfert .section-icon-btn svg, .card:hover .card-btn .section-icon-btn svg {
    transform: rotate(45deg);
}

.image-bon-plan {
    height: 230px;
}

/* section spa  */

#forfaits {

    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--bg-forfaits);
    position: relative;

}

#forfaits .etiquette-spa {

    top: 10px;
    left: 10px;

}


.etiquette-date {
    /*display: inline-block;*/
    position: absolute;
    text-align: center;
    padding: 6px 20px;
    background-color: var(--color-site-3);
    border-radius: 50px;
    color: var(--color-site-2);
    font-size: 15px;
    font-weight: 500;
}




#section-Voyages .etiquette-voyages {
    right: 15px;
    top: 15px;
}

#section-Voyages .card-info {
    margin-top: 0;
    padding: 6px;
}


/* section tranfert  */
.img-bg-transfert {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 50px;
    border-radius: 20px;
    z-index: 1;
}

.img-bg-transfert::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.6) 0.50%, rgba(8, 37, 77, 0) 100%);
    border-radius: 20px;
}

.box-text-transfert {
    max-width: 380px;
    width: 100%;
}

.h-200 {
    height: 200px !important;
}


#decouvrir .bg-icon-decovert {
    background-position: right top;
    background-repeat: no-repeat;
}


/* section footer  */

footer {
    padding: 45px 0 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


footer .h4 {
    position: relative;
    color: var(--color-white);
    font-size: 22px;
    font-weight: 600;
}


footer .h4::after {
    content: '';
    position: absolute;
    width: 10%;
    z-index: auto;
    top: 30px;
    left: 0;
    border-bottom: 3px solid var(--color-site-1);
}

footer hr {
    border-top: 1px solid var(--color-site-3);
    opacity: 0.7;
}

footer p.news,
footer ul li address,
footer ul li a.nav-link {
    color: var(--color-white);
    transition-duration: 0.2s;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}

footer ul li address,
footer ul li a.nav-link {
    white-space: nowrap;
}

footer ul li a.nav-link:hover {
    color: var(--color-site-3);

}

footer form input.input-news {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-line);


}


footer form .icon-news {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    border: 0 !important;
    background: var(--color-white) !important;
}


footer .copyright .text-copyright {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;

}

footer .copyright .text-copyright a {
    font-weight: 500;
    color: var(--color-site-1);
}

footer .hr-line-center-footer {
    display: flex;
}

footer .hr-line-center-footer:before,
footer .hr-line-center-footer:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--color-site-3);
    margin: auto 0.25em;

}

@media (max-width: 768px) {
    footer .copyright, footer .copyright .text-copyright {
        text-align: center;
    }
}

/* Tap to top */
a.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transform: rotate(315deg);
    border-radius: 50%;
    background-color: var(--bg-fleche);
    text-align: center;
    line-height: 37px;
    transition: all .3s ease-in-out;
}

.flatpickr-day.selected:hover, .flatpickr-day.selected {
    background: var(--color-site-3);
    border-color: var(--color-site-3);
    color: var(--color-site-2);
}


.modal .form-group select {
    min-height: 40px;
    padding: 5px 15px;
    background: var(--color-white);
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
}


.modal #vjs-advanced-search label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
}

.modal .btn.btn-demande:hover, .modal .btn.btn-demande {
    background-color: var(--color-site-3);
    border: var(--color-site-3);
    color: var(--color-site-2);
    float: right;
    padding: 10px 25px;
}

.modal .btn-ajouter:hover,
.modal .btn-ajouter {
    background-color: var(--color-white) !important;
    border: none;
    font-weight: 500;
    float: left;
    color: var(--color-site-1);
}





.etiquette-sejour-hotel {
    font-size: 14px;
    left: 10px;
    top: 10px;
    padding: 6px 12px;
    z-index: 111;
    background: var(--color-white);
}
