
body {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #fff;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;

}

a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}

button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;

}

.btn:focus {
    box-shadow: none;
}

.btn.btn-card {
    position: relative;
    border-radius: 5px;
    background-color: #bb8257;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
}

.btn.btn-card:hover {
    color: #bb8257;
    border-color: #bb8257;
    background: #fff;
}


h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

/*Scrolls button*/
#myBtn {
    position: fixed;
    bottom: 35px;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 0;
    font-size: 18px;
    outline: none;
    background-color: #bb8257;
    color: white;
    cursor: pointer;
    border: 1px solid #bb8257;

}

#myBtn:hover {
    background-color: #fff;
    color: #bb8257;
    border: 1px solid #bb8257;
}

/*Hover image */
.pro-pic {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.card-overlay {
    position: relative;
    overflow: hidden;
}

.pro-pic::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0D1B2A 100%);
}

.pro-pic:hover::before {
    opacity: 0;
}

.pro-pic:hover::after {

    opacity: 1;

}

.pro-pic::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 108, 228, 0) 0%, rgb(0 0 0 / 75%) 100%);
}

a.menu_mobile {
    color: #2d2e32;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
}


/*header*/

.top-header {
    background-color: #000;
    padding: 7px 0

}


.top-header a, .contact-info.address {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;

}


.site-navbar .toggle-button {
    position: absolute;
    right: 0;
}


.site-navbar .site-logo img {
    width: 70%;
    height: auto;

}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.site-navbar .site-navigation .site-menu .active {
    color: #b27b45 !important;
}


.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    display: inline-block;
    text-decoration: none !important;
   padding: 12px 8px;
    white-space: nowrap;
    font-size: 17px;
    color: #2d2e32;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0 5px;
}

@media (max-width: 1024px) {
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .site-navbar .site-logo img {
        width: 100%;
    }
}

.site-navbar .site-navigation .site-menu > li.active > a {
    color: #ac4d58;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #043260;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #043260 !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #043260;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}


.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    top: 0;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #043260;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #043260 !important;
}

.sticky-wrapper .shrink {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}


/* ***section filter***  */
.box-filtre .form {
    background-color: rgb(0 3 5 / 61%);
    border-radius: 15px;
    padding: 15px 20px 20px 20px;
    position: relative;
    margin-top: -145px;
    z-index: 99;
}


.box-filtre input.form-control {
    border-radius: 5px;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    height: 50px;


}

.box-filtre input.form-control.style-input-date-home {
    border-radius: 5px 0 0 5px;
}

.box-filtre input.form-control.style-input-date-home-depart {
    border-radius: 0 5px 5px 0;
}

.box-filtre label {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.box-filtre .form .btn-filtre {
    height: 50px;
}

@media (max-width: 991px) {
    .box-filtre .form {
        position: relative;
        margin-top: 10px;
        margin-bottom: auto;
        z-index: 1;
        transform: none;
        border-radius: 10px;
        padding: 20px;

    }


    .box-filtre input.form-control {
        border-radius: 5px;
        margin-bottom: 10px;
        transition: none;

    }

}

.box-filtre .form .btn-filtre,
.btn.btn-secondary {
    position: relative;
    border: 1px solid transparent;
    background-color: #bb8257;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;

}

/*.box-filtre .form .btn-filtre:hover{*/
/*    background-color: #fff;*/
/*    color: #bb8257;*/
/*    border: 1px solid #bb8257;*/
/*}*/

.modal-body .btn.btn-secondary.btn-block:hover {
    color: #bb8257;
    background: #fff;
    border: 1px solid #bb8257;
}


.box-filtre input:focus {
    box-shadow: none;

}

.box-filtre .input-icon {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
}

.box-filtre .input-icon::before {
    position: absolute;


}

@media (max-width: 991px) {
    .box-filtre .input-icon::before {
        position: absolute;
        top: 10px;
        right: 15px;
    }

}


/*liste social media */
.social_media {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 11;
    text-align: center;

}

.social_media i {

    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 17px;
}

.social_media .bg-facebook {
    color: #fff;
    background-color: #3b5998;
}

.social_media .bg-facebook i:hover {
    color: #3B5998;
    background-color: #fff;
    border: 1px solid #3B5998;
}


.social_media .bg-instagram {
    color: #fff;
    background-color: #c32aa3;
}


.social_media .bg-instagram i:hover {
    color: #c32aa3;
    background-color: #fff;
    border: 1px solid #c32aa3;
}


.social_media .bg-twitter {
    background: #1DA1F2;
    color: #fff
}

.social_media .bg-twitter i:hover {
    color: #1DA1F2;
    background: #fff;
    border: 1px solid #1DA1F2;
}


@media (max-width: 991px) {
    .social_media {
        z-index: 10;
    }

}


.section-title > .title, .jumbotron .card .title {
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    position: relative;
}


.section-title > .description {
    font-size: 16px;
    color: #2d2e32;
    font-weight: 400;
    text-align: left;

}

.section-title > .title span, .jumbotron .card span {
    color: #ad4e59;
}


@media (max-width: 767.98px) {
    .section-title > .title, .jumbotron .card .title {
        font-size: 25px;
    }

}

section {
    padding: 3rem 0;
}

.gap-15 {
    gap: 15px;
}

.bg-blue {

    background-color: rgb(249, 247, 244);
}


.heading-section {
    font-size: 28px;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;

    height: auto;
}

.slider-hero {
    position: relative;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}



.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    color: white;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.owl-carousel .owl-nav .owl-prev {
    background: #fff !important;
    color: #bb8257 !important;
    border: 1px solid #bb8257
}

.owl-carousel .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #bb8257 !important;
    border: 1px solid #bb8257
}

.owl-carousel .owl-nav .owl-next {
    background: #bb8257 !important;
    color: #fff !important;
    border: 1px solid #bb8257 !important;
}

.owl-carousel .owl-nav .owl-next:hover {
    background: #fff !important;
    color: #bb8257 !important;
    border: 1px solid #bb8257 !important
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    font-size: 16px;
   
}

.owl-carousel .owl-nav .owl-prev {
    left: -31px;
}

.owl-carousel .owl-nav .owl-next {
    right: -31px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;

}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #bb8257;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}


/*banner */

.banner #carousel .carousel-inner .carousel-item .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;

}

.banner .owl-carousel .owl-nav .owl-next {
    right: 50px;
    background: #fff !important;
    color: #bb8257 !important;
    border: 1px solid #bb8257 !important;
}

.banner .owl-carousel .owl-nav .owl-prev {
    left: 50px;
    background: #fff !important;
    color: #bb8257 !important;
    border: 1px solid #bb8257 !important;
}

.banner {
    padding: 0 0 2rem 0;
}

@media (max-width: 991.98px) {
    .banner {
        padding: 0;
    }
    .banner .slider .owl-carousel .owl-nav {
        display: none;
    }
}


/***/

/*.super-promo span.promotion {*/
/*    position: absolute;*/
/*    top: 23px;*/
/*    left: 23px;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background-color: #ffc613;*/
/*    color: #fff;*/
/*    padding: 10px 5px 0 5px;*/
/*    border-radius: 50px;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*}*/

/*.circuits span.promotion span,*/
/*.super-promo span.promotion p {*/
/*    font-size: 17px;*/
/*    font-weight: 700;*/
/*    margin-top: -8px;*/
/*    margin-bottom: 0;*/
/*}*/


.voyages .card-body,
.super-promo .card-body {
    position: absolute;
    background: #fff;
    margin: 20px 14px;
    top: auto;
    right: 0;
    left: 0;
    padding: 10px;
    bottom: -10px;
    border-radius: 5px;
    width: calc(100% - 29px);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    z-index: 1100;
}


.voyages .card, .super-promo .card {
    border-radius: 10px;
    border: none;
    margin: 10px 0;

}

.voyages .card:hover .card-body,
.super-promo .card:hover .card-body {
    background: #ffffffd9;

}

.voyages .owl-carousel .owl-item img,
.super-promo .owl-carousel .owl-item img {
    border-radius: 10px;
    height: 370px;
    object-fit: cover;
}


.nos-hotels .img-recommande img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.pro-pic img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;

}

@media (max-width: 991px) {
    .super-promo .item {
        padding: 0 10px;
    }

    .pro-pic img {
        width: 100%;
        height: 100%;

    }

}

@media (max-width: 767.98px) {
    .super-promo .item {
        padding: 0 10px;
    }

    .pro-pic img {
        width: 100%;
        min-height: 270px;
        object-fit: cover;
    }

    .bg-card {
        width: 100% !important;
        margin-top: -100px;
    }

    .position-margin {
        margin-left: 0 !important;
    }
}

.card-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

i.fas.fa-star {
    color: #ffd15d;
    font-size: 12px;
}

.localisation {
    font-size: 14px;
    color: #2d2e32;
    font-weight: 400;
    margin-bottom: 2px;
}


.prix h3 {
    color: #ad4e59;
    font-weight: 600;
    line-height: 1.25rem;
    font-size: 23px;
    margin-bottom: 0
}

.circuits .box .price h3,
.voyages .box .price h3 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;

}

.super-promo .card-body hr {
    border-top: 1px solid #9e9e9e80;
}

.super-promo .card:hover hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.voyages .card-text,
.prix p {
    margin: 0 0 0.25rem 0;
    font-size: 13px;
    color: #2d2e32;
    font-weight: 400;
}


.voyages .card:hover .card-text,
.super-promo .card:hover .localisation,
.super-promo .card:hover .prix p {
    color: #2d2e32;
}

/**nos hotels rcommandes***/

.bg-card {
    background-color: #fff;
    width: calc(100% + 20.33%);
    border-radius: 5px;
    padding: 15px;
    transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
}

.box-filtre .typeahead.dropdown-menu {
    font-size: 15px;
}

.position-margin {
    padding-top: 23px;
    padding-bottom: 26px;
    margin-left: -8.333333%;
    margin-top: 1%;
}

@media (max-width: 991.98px) {

    .position-margin {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

.nos-hotels .nav-tabs .nav-link.active {
    /*color: #ad4e59;*/
    color: #fff;
    background: #ad4e59;
}

.nos-hotels .nav {
    justify-content: left;
    border-bottom: none;
    gap: 15px;

}

@media (max-width: 991.98px) {
    .nos-hotels .nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        justify-content: start;
        padding: 0 0 15px 0;
    }
}


.nos-hotels .nav-tabs .nav-link {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    border: 1px solid #c0c0c0;
    background: #fff;
    border-radius: 5px;

}


.circuits .box,
.voyages .box {
    background-color: #bb8257;
    color: #fff;
    position: absolute;
    top: 16px;
    left: auto;
    right: 16px;
    border-radius: 5px;
}

.circuits .box .price,
.voyages .box .price {
    border-radius: 4px;
    padding: 10px;
    text-align: left;
}

.voyages .box p,
.circuits .box p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 1;

}

/*.voyages .box .price h5,*/
/*.circuit-wrap .price h5 {*/
/*    font-size: 17px;*/
/*    color: #001A3D;*/
/*    font-weight: 700;*/
/*}*/


/* section omra */


/*.billets{*/
/*    padding-bottom: 3rem !important;*/
/*    padding-top: 0 !important;*/
/*}*/

.billets .jumbotron {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.jumbotron .lead {
    color: #2d2e32;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.billets .jumbotron:hover .card-overlay {
    transform: translateY(0);

}

.jumbotron:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.jumbotron {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.jumbotron .card {
    padding: 20px;
    width: 350px;
    position: absolute;
    right: 50px;
    border-radius: 15px;
    top: 50px;
    bottom: auto;
    margin-top: 0;

}

.jumbotron:hover img {
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.jumbotron .card .title {
    text-align: left;
}

@media (max-width: 991px) {

    .jumbotron .card .title {
        font-size: 25px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 0;
        text-align: left;
    }

    .jumbotron .card {
        padding: 20px;
        max-width: 350px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        right: auto;
        border-radius: 15px;

    }

}


/** section circuits**/


.circuit-wrap .img {
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-top: 40px;
    margin-right: -194px;
    margin-bottom: 40px;
    object-fit: cover;
    width: 50%;
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);


}


.circuit-wrap .text {
    background: #f9f7f4;
    border-radius: 15px;
    width: 70%;
}

.circuit-wrap .text h2 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;


}

@media (max-width: 991.98px) {
    .circuit-wrap .text h2 {
        font-size: 18px;
    }
}

.circuit-wrap .text p {
    font-size: 16px;
    color: #2d2e32;
    font-weight: 400;
    margin-bottom: 10px;
}

.circuit-wrap .prix p {
    font-size: 12px;
    color: #2d2e32;
    font-weight: 400;

}

.circuit-wrap .desc {
    background: #fff;
    margin-left: 200px;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
}

.circuits .carousel-circuits .owl-nav {
    top: 86%;
}

.circuits .carousel-circuits .owl-prev {

    left: 86%;
}

.circuits .carousel-circuits .owl-next {

    right: 5%;
}


@media (max-width: 991.98px) {
    .circuit-wrap .img {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .nos-hotels .img-recommande img,
    .circuit-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .circuit-wrap .text {
        width: 100%;
        background: none;
        border-radius: 15px;
        margin-top: -125px;
        position: relative;
        z-index: 555;
    }

    .circuit-wrap .text p {
        word-break: break-word;
    }

    .border-right {
        border: none !important
    }

    .circuit-wrap .desc {
        background: #fff;
        margin-left: 8px;
        margin-right: 7px;
        padding: 15px 20px;
        border-radius: 15px;
        text-align: center;


        border: 1px solid #ced4da;
    }




    .circuits .carousel-circuits .owl-nav {
        display: none;
    }

}


/*footer**/


footer .footer-big {
    padding: 30px 30px 0 30px;
}


footer .footer-big .border-right {
    border-right: 1px solid #bb825b !important;
}

footer .footer-big .border-bottom {
    border-bottom: 1px solid #bb825b !important;
}


footer .box-title h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

footer .box-title p {
    margin-bottom: 0;
    font-size: 14px;

}

.gap-2 {
    gap: 10px
}

footer #e-mail {
    border-radius: 5px;
    background-color: #ffffff;
}

footer .btn-inscrit {
    border-radius: 5px;
    background-color: #bb8257;
    color: #fff;
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;

}

footer .btn-inscrit:hover {
    background-color: #fff;
    color: #bb8257;
    border: 1px solid #bb8257;
}


footer.footer--light {
    background: #000000;
}

footer i.fas.fa-arrow-right {
    color: #bb8257;
    margin-right: 5px;
}

footer .footer-big .footer-menu ul li a, footer .footer-big p, footer .footer-big ul li {
    color: #fff;
    font-size: 15px;
    line-height: 2;
}

footer .footer-big ul {
    padding-left: 0;
    margin-bottom: 0;

}

footer .footer-big ul li {
    list-style: none;
}


footer .footer-menu ul li a:hover {
    color: #bb8257
}

footer .footer-menu--1 {
    width: 100%
}

footer .footer-widget-title {
    font-size: 18px;
    color: #ffffff;
    position: relative;

}

footer .footer-widget-title::after {
    background-color: #bb8257;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}


footer .mini-footer {

    padding: 10px 0;


}

footer .mini-footer ul.list-inline.m-0 {
    text-align: end;
}

footer .mini-footer .border-top {
    border-top: 1px solid #bb8257 !important;
}

@media (max-width: 991px) {
    footer .mini-footer ul.list-inline.m-0,
    footer .mini-footer {

        text-align: center;
    }

}

footer .space {
    white-space: nowrap;
}

footer .mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

footer .mini-footer p span,
footer .mini-footer p a {
    color: #ac4d58;
    font-weight: 600;
}


.modal .form-group select {
    min-height: 35px;
    padding: 5px 15px;
    background: #f5f5f5;
    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: 15px;
}

.modal .modal-header h5 {
    font-size: 20px;
    font-weight: 500;
}

.modal .modal-body h5 {
    font-size: 14px;
    font-weight: 500;
}

.modal .fa-trash:before {
    color: red;
}

.modal .modal-content {
    border-radius: 10px;
}

button.btn.btn-orange.btn-block.mt-2 {
    background: #ac5951;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ac5951;
    color: #fff;
}

button.btn.btn-orange.btn-block.mt-2:hover {
    color: #ac5951;
    background: #fff;
    border: 1px solid #ac5951;
}

@media (max-width: 991px) {
    .footer-menu {
        padding-left: 0
    }

    footer .footer-big {
        padding: 25px 0 15px 0
    }

    .mini-footer p {
        padding: 0 12px;
    }
}


@media (max-width: 767.98px) {
    footer .footer-big .border-bottom {
        border-bottom: none !important;
    }
}

/**header filter mobile ***/

@media (max-width: 991.98px) {


    header .header-logo img {
        width: 50%;
    }

    header {
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 1000 !important;
    }

    header ul.main-menu {
        padding-top: 50px !important;
    }

    header .main-menu > li:hover > a,
    header .main-menu > li.active > a {
        color: #ac4d58;

    }


    header .main-menu > li > a > i {
        color: #03328E;
    }

    header .main-menu > li > a:hover > i {
        color: #fff;
    }

    header .main-menu > li:hover > a i {
        color: #fff;
    }

    header .main-menu .dropdown-menu.show {
        position: static !important;
        transform: translate3d(30px, -5px, 0px) !important;
        border: none;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
    }

    header .header-logo figure img {
        max-width: 200px;
    }

    header .demo-link {
        margin-left: 1vw;
    }

    header .side-menu-close {
        background: transparent;
    }

    header .side-menu-close span {
        background: #000000;
        width: 28px;
    }


    /* side menu */
    .side-menu-wrap {
        width: 265px;
        position: fixed;
        left: -100%;
        top: 0;
        background: #fff;
        height: 100%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        overflow-y: auto;
        z-index: 15000;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .side-menu-wrap.opened {
        left: 0;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
    }


    .side-menu-nav .main-menu > li {
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    .side-menu-nav .main-menu > li > a > i {
        color: #000000;
    }


    .side-menu-nav .main-menu > li > a {
        color: #212529;
        padding: 15px 30px 15px 10px;
        font-weight: 600;
        display: block;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .side-menu-wrap .side-menu-close {
        position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        width: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .side-menu-close {
        height: 40px;
        width: 40px;
        background: #000000;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .side-menu-close span {
        height: 2px;
        width: 20px;
        background: #fff;
        position: relative;
        opacity: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .side-menu-close span:nth-child(1) {
        top: -5px;
    }

    .side-menu-close span:nth-child(3) {
        bottom: -5px;
    }

    .side-menu-close.closed span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
    }

    .side-menu-close.closed span:nth-child(2) {
        opacity: 0;
    }

    .side-menu-close.closed span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
    }


}

.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background: #bb825b;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #bb825b;
}


.Mybanner {
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 100%

}


a.menu_mobile {
    color: #2d2e32;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
}

a.menu_mobile:hover {
    color: #b2802d;

}

.dropdown-menu.voyage {
    position: absolute;
    transform: translate3d(5px, 40px, 0px);
    top: 0;
    left: 0;
    will-change: transform;
    border-radius: 15px;
}


/*header*/


.social-icon-svg {

    padding: 2px;
    border-radius: 50%;


}

.dropdown-login .dropdown-toggle::after {
    display: none
}

.dropdown-login .dropdown-menu.show .nav-link:hover {
    text-decoration: none;
    color: #ac4d58;
}


.dropdown-menu {
    font-size: 16px;
}


.site-navigation .dropdown-item:focus,
.site-navigation .dropdown-item.active,
.site-navigation .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #f6f3ee;
    border-radius: 15px;
}


/*footer**/


.widget-about img {
    display: block;
    margin-bottom: 30px
}

.widget-about p {
    font-weight: 400
}

.widget-about .contact-details {
    margin: 30px 0 0 0
}

.widget-about .contact-details li {
    margin-bottom: 10px
}

.widget-about .contact-details li:last-child {
    margin-bottom: 0
}

.widget-about .contact-details li span {
    padding-right: 12px
}

.widget-about .contact-details li a {
    color: #5867dd
}

.text-doree {
    color: #18345f;
    font-weight: 600;
}


/**amicale*/

.dropdown.dropdown-login a.nav-link.font-size {
    color: #000
}

.font-size {
    font-size: 14px
}

.mega-dropdown.dropdown-menu {
    width: max-content;
    left: auto !important;
    right: 0 !important;
    position: absolute;
    inset: 0 0 auto auto !important;
    margin: 0 !important;
    transform: translate3d(0px, 40px, 0px) !important;

}

@media (max-width: 767.98px) {
    .mega-dropdown.dropdown-menu {
        left: auto !important;
        width: 220px !important;
        right: 0 !important;
    }
}


/*/loding */

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0;


}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tp-preloader-content {
    text-align: center;
}

.tp-preloader-logo {
    width: 180px;
    height: 180px;
    line-height: 180px;
    position: relative;
    text-align: center;
    margin: auto;
}

.tp-preloader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tp-preloader-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: tp-rotate 5s linear infinite;
    -moz-animation: tp-rotate 5s linear infinite;
    -ms-animation: tp-rotate 5s linear infinite;
    -o-animation: tp-rotate 5s linear infinite;
    animation: tp-rotate 5s linear infinite;
}

.tp-preloader-logo img {
    width: 70%;
}

.tp-preloader-circle svg circle:last-child {
    stroke: #b27b45;
    stroke-dashoffset: 0;
    stroke-dasharray: 1128, 3150;
    -webkit-animation: tp-loading 4s linear infinite;
    -moz-animation: tp-loading 4s linear infinite;
    -ms-animation: tp-loading 4s linear infinite;
    -o-animation: tp-loading 4s linear infinite;
    animation: tp-loading 4s linear infinite;
    transform-origin: center center;
}

@-webkit-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-moz-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-ms-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-webkit-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}