/* #NAVIGATION + Croix 991
================================================== */
@media (max-width:991px) {
    .navbar-collapse {
        background-color: #f16100;
        max-height: 480px;
        overflow-x: hidden;
    }
}

.navbar-collapse {
    justify-content: space-between;
}

@media (max-width:991px) {
    .navbar-nav {
        padding: 20px 20px 20px;
        background-color: #f16100;
    }
}

.navbar-toggler {
    border: none;
    padding-right: 0;
    position: absolute;
    right: 30px;
    top: 25px;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #6a6a6a;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #6a6a6a;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    transition: all 200ms linear;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: inline-block;
}

.nav-item.active .nav-link {
    color: #ffdec7;
}

/* =======================
  NAV DROPDOWN
======================= */
.over-hide {
    overflow: hidden;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 30px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    margin: 0;
    transition: all 200ms linear;
    display: block;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, -1px, 0);
}

.dropdown-menu {
    font-size: 12px;
    background-color: #ff771b;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.4);
}

.dropdown-item {
    color: #4d4848;
    transition: all 300ms linear;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
    border-style: solid;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    color: #ffffff;
    background-color: #81979f;
}

@media (max-width:991px) {
    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item:active {
        color: #ffffff;
        background-color: #f8944f;
    }
}

.dropdown-menu li::before {
    display: none;
}

.dropdown-menu .nav-item {
    width: 100%;
}

@media (max-width: 991px) {
    .dropdown-menu .nav-item {
        padding-left: 0;
    }
}

/* # NAV 991 AJUST
================================================== */
@media (max-width: 991px) {
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 16px;
        left: 12px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #ffc69f;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
}

@media (max-width:991px) {
    .nav-item::before {
        position: absolute;
        display: block;
        top: 21px;
        left: 10px;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #ffc69f;
        z-index: 1;
    }
}

@media (max-width:991px) {
    .nav-item:after {
        display: none;
    }
}

@media (max-width:991px) {
    .nav-item {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width:991px) {
    .dropdown-menu {
        background-color: #ed7d31;
        box-shadow: none;
        transition: all 200ms linear;
        padding: 0px !important;
        border: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width:991px) {
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: -2px !important;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:991px) {
    .nav-item .dropdown-menu {
        border-top: none;
        display: table-column;
    }
}

@media (max-width:991px) {
    .dropdown-item {
        color: #ffffff !important;
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        margin: 0;
        outline-color: rgba(255, 255, 255, 0);
        line-height: 30px;
    }
}

/* FIXE LA NAVIGATION
---------------------------------------- */
.navbar-me .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/logo-CEET-Expert-B%C3%A2timent.png');
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    transition: all 0.6s;
}

@media (max-width:991px) {
    .navbar-me .navbar-brand {
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 10px auto;
        position: relative;
    }
}

.fixed-me .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    z-index: 46;
    position: absolute;
    transition: all 0.6;
}

@media (max-width:991px) {
    .fixed-me .navbar-brand {
        width: 60px;
        height: 60px;
        position: relative;
    }
}

.navbar-me {
    z-index: 100;
    background-color: #f16100;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width:991px) {
    .navbar-me {
        padding: 0px 0px;
        border: 0px;
        border-radius: 0px;
        display: block;
        top: 43px;
        position: fixed;
        width: 100%;
        border-bottom: 5px solid #ed7d31;
        background-color: #ffffff;
    }
}

.fixed-me {
    position: fixed;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f16100;
    top: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width:991px) {
    .fixed-me {
        padding: 0px !important;
        top: 43px;
        z-index: 100;
        border-bottom: 5px solid #ed7d31;
        background-color: #ffffff;
    }
}

.navbar-me .navbar-nav .nav-link {
    padding: 40px 9px;
}

@media (max-width:991px) {
    .navbar-me .navbar-nav .nav-link {
        padding-top: 12px;
        padding-bottom: 12px;
        width: 100%;
        padding-left: 32px;
        color: #ffffff;
    }
}

.fixed-me .navbar-nav .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dropdown-toggle .nav-link {
    color: #ffffff;
}

@media (max-width:991px) {
    .fixed-me .navbar-nav .nav-link {
        padding-top: 12px;
        padding-bottom: 12px;
        color: #ffffff;
    }
}

/* =======================
  NAVBAR EFFECT
======================= */
.snip1490 {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-left: 62px;
}

.snip1490 *,
.snip1490 *:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.snip1490 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    position: relative;
    float: left;
}

.snip1490 > li:first-of-type {
    border-left: none;
}

.snip1490 > li:last-of-type {
    border-right: none;
}

.snip1490 a {
    color: #ffffff;
    display: block;
    padding: 1.1em 2em 1.3em;
    position: relative;
    text-decoration: none;
}

.snip1490 a:hover {
    color: #ffffff !important;
}

.snip1490 > li:before,
.snip1490 > li:after {
    position: absolute;
    content: '';
}

.snip1490 > li:before {
    background-color: #81979f;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    opacity: 0;
}

.snip1490 ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    white-space: nowrap;
    background-color: #ff771b;
    color: #ffffff;
    font-weight: 400;
}

.snip1490 ul li {
    display: list-item;
    float: none;
    position: relative;
}

.snip1490 ul li a {
    text-transform: uppercase;
    opacity: 1;
    font-size: 12px;
}

.snip1490 ul li a:hover {
    opacity: 1;
}

.snip1490 li:hover > ul {
    display: inherit;
}

.snip1490 li > a:after {
    content: ' \f3d0';
    font-family: "Ionicons";
    display: none;
}

.snip1490 li > a:only-child:after {
    content: '';
}

.snip1490 ul ul {
    background-color: #ffffff;
    top: 0px;
    left: 100%;
    list-style: none;
    font-size: 1em;
}

.snip1490 ul li > a:after {
    content: ' \f3d1';
}

.snip1490 > li:hover > a,
.snip1490 > li.current > a {
    color: #fff;
}

.snip1490 > li:hover:before,
.snip1490 > li.current:before {
    bottom: 0;
    opacity: 1;
}

/* =================================
  NAV SOCIAL ICON
=================================== */
.navbar-me .f_social_icon a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    background: transparent;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.fixed-me .f_social_icon a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

@media (max-width:991px) {
    .fixed-me .f_social_icon a {
        color: #ffffff;
        border: 1px solid #ffffff;
    }
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

.navbar .f_social_icon a:hover {
    background: #81979f;
    border-color: #ffffff;
    color: #ffffff;
}