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

    color: #000;
}

.bg-section {
    background-color: #f3f4f6;
}



a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

section {
    padding: 3rem 0;
}

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

.search-button,
.btn-card {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    background-color: #303980;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    border: none;
}

.search-button::before,
.btn-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ff6e00;
    transform: scalex(0.0);
    transform-style: preserve-3d;
    transition: transform 0.4s ease-in-out;
    transform-origin: right center;
    z-index: -1;
    border: none;
}

.search-button:hover::before,
.btn-card:hover::before {
    transform: scalex(1.0);
    transform-origin: left center;
}

.search-button:hover,
.btn-card:hover {
    color: #fff;
}

hr {
    margin: 10px 0;
    color: #ff6e00;
}

.title {
    color: #0e3293;
    font-size: 35px;
    font-weight: 600;
}

.title .sous-title {
    color: #c0993c;
}

.description {
    font-size: 16px;
    color: #595564;
}

@media (max-width: 991px) {
    .title {
        color: #0e3293;
        font-size: 25px;
        font-weight: 600;
    }
}

.btn-list {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-list:hover {
    color: #e66300;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e66300;
}

.card-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

a.menu_mobile:hover {
    color: #FF6600;

}

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


/*header*/

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


}

header .top-header a {
    font-size: 12px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.border-right {
    border-right: 1px solid #fff;
}
.social-icon-svg {
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 50%;
}
header .navbar-nav li.active > a.nav-link {
    color: #F26619;
}
.dropdown-login .dropdown-toggle::after {
    display: none
}
a.dropdown-item{
    font-size: 14px;
}
.dropdown-login .dropdown-menu.show .nav-link:hover {
    text-decoration: none;
    color: #FF6600;
}


header hr {
    margin: 8px 0;
}

@media screen and (max-width: 991px) {

    header hr {
        display: none;
    }
}


/*!******************* header *********************!*/

@media (max-width: 991.98px) {

    .connecter-mobile {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }


    header .img-logo {
        padding:  0;

    }
}

@media (max-width: 767px) {
    header .navbar .icon-user {
        margin-right: 0;
    }

}


header .topbar {
    background-color: #afd6ef75;
    padding: 7px 0;
}

header .topbar p {
    color: #4e5153;
    font-size: 15px;
    font-weight: 500;
}

header .web-header {
    position: relative;
}

footer .logo-footer,
header .web-header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .img-logo {
    padding: 10px 0 0 0;
    width: 130px;
}
@media (max-width: 991.98px) {


    header .img-logo {
        padding:  0;

    }
}


header .text-topbar {
    color: #335F8A;
    font-size: 14px;
    font-weight: 500;
}


header .nav-link.active {
    color: #F26619;
    font-weight: 500;
}

header .nav-link:focus,
header .nav-link:hover {
    color: #F26619;
}

header .nav-link {
    color: #2F4558;
    font-size: 16px;
    font-weight: 500;
    /*padding: 0;*/
}

@media (max-width: 1200px) {
    header .nav-link {
        color: #2F4558;
        font-size: 14px;
        font-weight: 500;
        padding-right: 3px !important;
        padding-left: 8px !important;
    }

}


@media (max-width: 1024px) {
    header .top-main .text-topbar {
        color: #2F4558;
        font-size: 13px;
        font-weight: 500;
    }


}

/*liste social media */

header .social_media {
    display: flex;
    align-items: center;
}

header .social_media i {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    font-size: 16px;
}

header .social_media a {
    color: #fff;
}

header .social_media .bg-facebook {
    margin: 0 10px;
    border-radius: 50px;
    color: #fff;
    background-color: #3b5998;
}

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


header .social_media .bg-instagram {
    color: #fff;
    border-radius: 50px;
    background-color: #c32aa3;
}

@media (max-width: 768px) {
    header .web-header .d-flex.justify-content-center.align-items-center {
        display: block !important;
    }

}

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

header .navbar-brand {
    margin-right: 0 !important;
    padding: 0;
}

header .navbar-toggler {
    padding: 0;
    border: none;
}

header .header ul.navbar-nav li.nav-item {
    margin-left: 30px;
}

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

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

.dropdown.dropdown-login a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .dropdown.dropdown-login a {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        /*padding: 4px;*/
    }
}

.text-doree {
    color: #F26619;
    font-size: 15px;
}

.gap-15 {
    gap: 15px
}

.dropdown-toggle {
    white-space: nowrap;
}

@media screen and (min-width: 992px) {

    #header_items .d-none.d-lg-block {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {
    .d-none.d-lg-block {
        display: none
    }
}

#header_items .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}


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

/* Mobile-menu */
.nav-side-mobile {
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    overflow-y: auto;
    z-index: 20;
    padding: 10px 0;
    top: 0;

}

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


}

.nav-side-mobile .top-menu-title .icon-close {
    position: relative;
    border: 0;
    color: #999;
    background-color: #fff;
    padding: 0 19px;
    font-size: 40px;
    cursor: pointer;
}

.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;
}

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

.nav-side-mobile .menu-inner ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #e3e1e1;
    padding: 10px 15px;
}
.nav-side-mobile .menu-inner ul li.active > a{
    color: #FF6600;
}
.menu-open {
    left: 0;
}

.navbar-collapse {
    display: none;
}


@media (max-width: 991px) {
    header .navbar-toggler {
        font-size: 25px;
    }

}



@media (max-width: 767.98px) {
    header .img-logo {
        padding: 0;
        width: 90px;
    }

    .dropdown.dropdown-login a {
        font-size: 12px;
    }


}


/* banner  */
.filtre {
    padding-bottom: 40px;
}

.filtre .bg-filtre {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    margin-top: -140px;
    padding: 15px 30px;
    background: rgba(6, 50, 133, 0.68);

}

@media (max-width: 991.98px) {

    .filtre .bg-filtre {
        margin-top: 12px;
    }
}

.filtre .bg-filtre .form-group {
    position: relative;
}

.filtre .advanced-search-wander .search-button {
    background-color: #F26619;
    color: #ffffff;
    position: relative;
    height: 70px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    border: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: white;
    outline: 0;
    box-shadow: none;
}


@media (max-width: 768px) {

    .form-group {
        margin-bottom: 1rem !important;
    }

    .filtre .bg-filtre {
        margin-top: 12px;
    }

    .filtre {
        padding-bottom: 0;
    }
}

.filtre .advanced-search-wander label {
    position: absolute;
    top: 8px;
    left: 20px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
}

.filtre .form-control {
    height: 70px;
    padding: 25px 0 0 20px;
    font-size: 13px;
}

input::placeholder {
    color: #363636;
    font-size: 13px;
    font-weight: 500;
}

input:focus {
    box-shadow: none;
    border: none;
}


.owl-theme .owl-dots .owl-dot span,
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #000;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.carousel-indicators .active {
    opacity: 1;
    background: #000;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

@media (max-width: 992px) {

    .carousel-item img {
        height: auto;
        object-fit: cover;

    }

}


/* hotel  */

.card .position-relative {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.info-hotel {
    position: absolute;
    top: auto;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px;
    left: 0;
    right: 0;
    background-image: linear-gradient(359deg, rgba(0, 0, 0, 1.8) 28%, rgba(0, 0, 0, 0));


}

.localisation {
    font-size: 14px;
    font-weight: 400;
}

i.fas.fa-star {
    color: #f8d510;
    font-size: 13px;
}

.price {
    font-weight: 600;
    color: #FF6600;
    line-height: 1.25rem;
    font-size: 23px;
}

.card {
    position: relative;
    border-radius: 0;
    margin: 10px 0;

}

.card:hover {
    border-radius: 0;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .16);

}

.card .position-relative > img {
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.card .position-relative > img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}


.owl-nav {
    position: absolute;
    top: -100px;
    bottom: auto;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    right: 0;
    transition: all 500ms linear;

}

.circuits .owl-nav {
    position: absolute;
    top: -70px;
    bottom: auto;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    right: 0;
    transition: all 500ms linear;
}

.owl-prev, .owl-next {
    width: 54px;
    height: 54px;
    border-radius: 50% !important;
    font-size: 25px !important;
}

.owl-prev {
    background: #e5e6e8 !important;
}

.owl-next {
    background: #fff !important;
    border: 1px solid #212529 !important;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
    border: 1px solid #000 !important;
    background: #fff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #000;

}

.voyages .card-img-top,
.super-promo .card-img-top {
    border-radius: 0;
    height: 300px;
    object-fit: cover;
}

.voyages .card-body,
.super-promo .card-body {
    padding: 10px 16px;
}

.card-text {
    font-size: 12px;
    color: #595564;
    font-weight: 400;
}


/*hotel recommandes */
.h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0

}

.img-hotel-recommandes {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.Hotel-recommandes .nav-pills .nav-link.active {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
}

.Hotel-recommandes .nav-pills .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}

.Hotel-recommandes .nav-item {
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .Hotel-recommandes .nav-item {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

.Hotel-recommandes .nav-item {
    margin-right: 4px;
}

.Hotel-recommandes .nav-pills {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;

}

.banner-omra a img {
    height: auto;
    max-width: 100%;
}

/*footer**/
footer.footer--light {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
}


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


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

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



footer .box-title h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

footer .box-title p {
    margin-bottom: 0
}

footer .gap2 {
    gap: 5px
}

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


footer i.fas.fa-arrow-right {
    color: #F26619;
    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: 1.8;
}

footer .footer-big ul {
    padding-left: 0
}

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

footer .footer-menu ul li a {
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

footer .footer-menu ul li a:hover,
footer .footer-big {
    color: #F26619
}

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

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

}

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


footer .mini-footer {
    padding: 10px 0;
    background-color: #FF6600;
    border-radius: 0;

}


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

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

footer .mini-footer p a:hover {
    color: #757575;
}


.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
}


@media (max-width: 991px) {
    .modal {
        top: 0;
    }
    .modal h5{
        font-size: 18px;
    }
}

.modal .form-group select {
    min-height: 35px;
    padding: 5px 15px;
    border: 1px solid #e3e3e3;
    width: 100%;
    font-size: 16px;
}

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



.modal .modal-content {
    border-radius: 0;
}

button.btn.btn-orange.btn-block.mt-2 {

    padding: 10px;
    font-size: 16px;
}


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

footer .img-logo-footer {
    width: 130px;

}
@media (max-width: 991.98px) {
    footer .logo-footer {
        display: flex;
        justify-content: start;
    }

    .carousel-indicators{
        display: none;
    }
    footer .footer-big {
        padding: 15px 0 15px 0
    }

    footer .footer-big .border-right {
        border-right: none !important;
    }



}



@media (max-width: 768.98px) {

    footer .footer-big .border-bottom-footer {
        border-bottom: none !important
    }
}
/**header filter mobile ***/

.footer-widget-contenu .list-inline-item a img:hover {
    background-color: #FF6600;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #303980 !important;
    border-color: #303980 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.flatpickr-day.selected:hover {
    background: #FF6600 !important;
    box-shadow: none;
    color: #fff;

}


.modal-header button.close {
    background: #fff;
    border: none;

}
.modal-header button.close i{
    font-size: 20px;
}


.modal #vjs-advanced-search label {
    font-size: 14px;
}

.modal .btn.btn-card.btn-block ,
.modal .btn.btn-demande{
    padding: 10px 20px;
}


.modal .btn.btn-demande{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    background-color: #000 !important;
    border: none;
    text-transform: uppercase;
    padding: 10px 0;
    box-shadow: none;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}
.modal .btn.btn-demande::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    transform: scalex(0.0);
    transform-style: preserve-3d;
    transition: transform 0.4s ease-in-out;
    transform-origin: right center;
    z-index: -1;
}
.modal .btn.btn-demande:hover::before {
    transform: scalex(1.0);
    transform-origin: left center;
}

.modal .btn.btn-demande:hover {
    background: #fff !important;
}




