
@import "header-photel.css";

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 80px;
    transition: 0.5s;
    z-index: 99;
}

.btn-link {
    text-decoration: none;
}

.container-xxl {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


/******/


.pb-3rem {
    padding-bottom: 3rem
}

.pt-3rem {
    padding-top: 3rem
}




    /****/


/**topSelection*/


.topselection .card .topCard__image .card-img-overlay {
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 1rem;
}


/****/

.btn.btn-tarif {
    background-color: var(--color-2);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    text-align: center;
    border-color: var(--color-2)


}

.btn.btn-tarif:hover {
    background-color: #ffffff;
    color: var(--color-2)
}





.card hr.dotted {
    border-style: dashed;
    margin: 10px 0
}

.badge {
    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: fit-content;
}




.hotelCard__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: linear-gradient(to top, rgba(19, 53, 123, 0.85), rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    bottom: 0;
}


.hotelCard__image .hotelCard__img {
    border-radius: 12px 12px 0 0;
    height: 274px;
    object-fit: cover;
    aspect-ratio: 337 / 274;
}


.hotelCard__image .card-img-overlay-top {
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;

    padding: 0.5rem 0;
    border-radius: calc(0.25rem - 1px);
     left:-7px;
    z-index: 1;
   display: flex;
    flex-direction: column;

}

.hotelCard__image .card-img-overlay-bottom {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    border-radius: calc(0.25rem - 1px);

    z-index: 1;
}


.hotelCardname .hotel-title {

    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
   /* margin-bottom: 5px;*/

}


.hotelCardname .hotel-categorie .fa-star {
    font-size: 12px;
    color: #FAB515;

}

.promotion-saison p.text-gray {
    color: #636C7D;

    font-size: 12px;
    font-weight: 400;


}

.promotion-saison p.text-color-2 {

    font-size: 14px;
    font-weight: 400;


}
.card .card-body {
    padding: 0.5rem;

}

p.partir {

    font-size: 12px;
    font-weight: 400;
    color: #697488;
    text-align: center;

}

.topCard__image img {
    height: 290px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

h3.price.text-color-1 {

    font-size: 16px;
    font-weight: 600;
    text-align: center;

}

#pills-tab {
    gap: 6px
}

#pills-tab .nav-link {
    background: #F5F5F5;
    color: #000;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
}

#pills-tab .nav-link.active, #pills-tab .nav-link:hover {
    background: var(---color-1);
    color: #fff
}

/**/
.trip-advisor-img {
    width: auto !important;
    height: 25px;
}

/***banner**/

.bannerpromo img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;

}


.bannerpromo img:hover {

    filter: brightness(1.2); /* Increase brightness by 20% */

}

/*nos-choisir**/

.nos-choisir .text-18 {

    font-size: 18px;
    font-weight: 500;


}

.nos-choisir p {

    font-size: 14px;
    font-weight: 400;
    color: #697488;


}

.mt-10 {
    margin-top: 1rem
}

.padding-40 {
    padding: 40px
}

.nos-choisir .bg-linear {
    background: linear-gradient(89.35deg, #13357B 0.52%, #FFFFFF 53%);
    border-radius: 12px 0 0 12px;

}

@media (max-width: 992px) {
    .nos-choisir .bg-linear {
        background: var(---color-1);
        color: #fff;
        border-radius: var(--border-radius);

    }

    .nos-choisir p {
        color: #fff
    }

    .nos-choisir .size-60 {
        background: #fff;
        padding: 10px;
        border-radius: 4px;
    }

}

.nos-choisir p.slug-title {

    font-size: 14px;
    font-weight: 500;


}
/*

.accordion-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0;
    gap: 3rem;
}

.accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) .btn-icon {
    transform: rotate(-180deg);
}

.accordion-button .btn-icon {
    transition: all 0.3s;
}

.accordion-button:after {
    display: none;
}

*/

.faq-btn:not(.collapsed) .btn-icon {
    transform: rotate(180deg);
    background: #ffffff;
}

.faq-btn:not(.collapsed) .btn-icon svg {
    fill: currentColor;
    color: #2b74fe;
}

.faq-btn .faq-ques {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    align-items: center;

    gap: 1.6rem;
    font-size: clamp(1.8rem, 4vw+0.5rem, 3rem);
    line-height: clamp(2.6rem, 4vw+0.5rem, 4rem);
    font-weight: 500;
    font-family: "EB Garamond", serif;
}

.faq-btn .btn-icon {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 4rem;
    width: auto;
    border-radius: 50%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
}

.faq-btn .btn-icon svg {
    fill: currentColor;
    color: #2b74fe;
}

.faq-detail {
    color: #697488;

    font-size: 14px;
    font-weight: 400;


}

.fw-500 {
    font-weight: 500
}

/****/

iframe {
    min-height: 320px
}
/*.owl-carousel {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
}*/
.owl-carousel .card::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-top: solid 1px var(--color-2);
    border-bottom: solid 1px var(--color-2);
    transition: all 0.3s;
    transform: scaleX(0);
    background-color: transparent;
    z-index: 1;
}

.owl-carousel .card::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-left: solid 1px var(--color-2);
    border-right: solid 1px var(--color-2);
    transition: all 0.3s;
    transform: scaleY(0);
    z-index: 1;
}

.owl-carousel .card:hover {
    box-shadow: 0px 0px 60px 0px rgba(43, 116, 254, 0.1019607843);
}
/* fade image in while loading and show a spinner as background image (good for progressive images) */



hidden,.hidden{
    display: none !important;
}
.breadcrumb li a {
    color: #707070;
    font-weight: 400;
}
.breadcrumb > li {
    padding-left: 5px;
}
.breadcrumb li:last-child:after{
   content:""
}


.pageloader {
    position: absolute;
    left: -15px;
    top: 0;
    right:0;
    width: calc(100% + 35px);
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.png') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 1;
}