@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



header .border-right {
    border-right: 1px solid #ffffff;
}

.navbar-collapse {
    padding: 0;
}

.me-auto {
    margin-right: auto !important;
}

header .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}


.col-lg-9 {
    padding: 0;
}

.p-2 {
    padding: 8px !important;
}

header .web-header {
    background: #fff;
    position: relative;
}

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

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

header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
header .navbar-nav li.active > a.nav-link {
    color: #F26619;
}
header .img-logo {
    padding: 15px  0;
    width: 130px;
}
@media (max-width:991.98px) {
    header .img-logo {

        padding: 10px 0;

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

    }
}
header .top-main .text-topbar p,
header .top-main .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;
    display: block;
    padding: 8px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

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

}

header .d-lg-none {
    display: none;
}

/*liste social media */

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

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


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

header .navbar {
    margin-bottom: 0;
    border-radius: 0;
}

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

}


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


    header .dropdown.dropdown-login a {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        padding: 4px;
    }
}

@media (max-width: 991.98px) {
    header  .main-header.d-none {
        display: none !important;
    }

    header .navbar {
        margin-bottom: 0;
        position: relative;
        border: none;

    }

    header .navbar-toggler {
        font-size: 22px;
        background: #fff;
        float: right;
        padding: 8px;
        margin-top: 0;
    }

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

    }

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

    header  .d-lg-none {
        display: block;
    }

    header  .d-lg-block.d-none {
        display: none;
    }

    header  .dropdown.dropdown-login.mx-2 {
        padding-left: 365px;
    }
}

@media (max-width: 767px) {

    header  .dropdown.dropdown-login.mx-2 {
            padding-left: 100px;
        }

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


@media (min-width: 768px) {
    .social_media {
        padding-top: 5px;

    }
}


/* 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;
}

.p-0 {
    padding: 0;
}

/* 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: 18px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #e3e1e1;
    padding: 10px 15px;
}
.nav-side-mobile .menu-inner ul li.active > a{
    color: #F26619;
}
.menu-open {
    left: 0;
}

.navbar-collapse {
    display: none;
}

header .container {
    padding-right: 12px;
    padding-left: 12px;
}


@media (min-width: 992px) {
    header .navbar-expand-lg .navbar-toggler {
        display: none;
    }

}


@media (max-width: 1024px) {
    .top-main .gap-2 {
        gap: 5px !important;
    }
}


/************************/


.justify-content-center {

    justify-content: center !important;
}

.flex-wrap {

    flex-wrap: wrap !important;
}

.flex-column {

    flex-direction: column !important;
}

.pt-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

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


}

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

}

.top-header .list-inline-item a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;

}

.top-header .list-inline-item a.tel:hover,
.top-header .list-inline-item a.mail:hover {
    color: #b2802d;
}

.top-header .mr-2 {
    margin-right: 0.5rem !important;
}



.social-icon-svg {
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 50%;

}

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

#header_items nav .site-menu .text-end .dropdown-menu {
    border-radius: 4px;
    width: 15rem;
    font-size: 16px;

}

.text-dark {
    color: #343a40;
}

#header_items nav .site-menu .text-end .dropdown-menu > li > a {
    padding: 0;
}

#header_items nav .site-menu .text-end .dropdown-menu .nav-link {
    display: block;
    padding: 8px 19px;
    font-size: 14px;
}

#header_items nav .site-menu .text-end .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: unset !important;
}


hr {
    margin-top: 6px;
    margin-bottom: 6px;
    opacity: 1;
}


.dropdown-menu.show {
    border-radius: 25px;
    transform: translate3d(0px, 38px, 0px);
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #F26619;
}

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

.site-navbar .site-navigation .site-menu > li > a.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 3px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

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

.site-menu .dropdown-menu.liste_voyage {
    min-width: 200px !important;
    border-radius: 15px;
    padding: 8px 0;
}

.site-menu .dropdown-menu.liste_voyage a.dropdown-item {
    display: block;
    padding: 8px 24px !important;

    font-size: 14px;
}

ul.dropdown-menu.voyage {
    border-radius: 15px;
}

.site-menu .dropdown-menu.liste_voyage a.dropdown-item:hover {
    border-radius: 15px;
    background: #f6f3ee;
    color: #000000;
}

.site-navigation .site-menu #navbarDropdown .dropdown-menu a.dropdown-item:hover {
    border-radius: 15px;
    background: #f6f3ee;
}

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

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

.dropdown-menu > li > a {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
}

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



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


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


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

}

.gap-15 {
    gap: 15px
}

.mega-dropdown.dropdown-menu {
    left: auto !important;
    width: max-content !important;
    right: 0 !important;
}

.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: 991px) {

    hr {
        display: none;
    }

}

@media (max-width: 768px) {
    .navbar-collapse.collapse.d-lg-block.d-none {
        display: none !important;
    }

}

.mega-dropdown.dropdown-menu {
    width: max-content;
}

@media (max-width: 991.98px) {
    .navbar-collapse.collapse{
        display: none !important;
    }
    .connecter-mobile{
        display: flex;
        align-items: center;
        margin-top: 30px;
        justify-content: end;
    }
}



.ps-2 {
    padding-left: 8px !important;
}
.g-0 {
 margin-left: 0;
    margin-right: 0;
}


@media (max-width: 430px) {
    .connecter-mobile {
        display: flex;
        align-items: center;
        column-gap: 15px;
        margin-top: 15px;

    }
    header .img-logo{
        width: 90px;
    }
  header  .dropdown.dropdown-login a {
        font-size: 12px;
    }



}