/* #NAVIGATION + Croix 991
================================================== */
nav {
    top: 0;
}

.navbar-collapse {
    background-color: rgba(255, 255, 255, 0);
    align-items: center;
    flex-direction: column;
}

.navbar-nav {
    padding-left: 0;
}

@media (max-width:991px) {
    .navbar-collapse {
        max-height: 480px;
        overflow-x: hidden;
    }

    .navbar-nav {
        padding: 20px 10px;
    }
}

.navbar-brand img {
    height: 70px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width:991px) {
    .navbar-brand img {
        height: 70px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

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

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

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

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #ffffff;
    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 {
    color: rgba(255, 255, 255, 0.7);
    transition: all 200ms linear;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: inline-block;
}

.nav-item:hover .nav-link {
    color: #ffffff;
    background: rgb(134, 58, 30);
}

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

.nav-item {
    position: static;
}

/* #Primary style
================================================== */
.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;
}

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

.dropdown-menu {
    font-size: 13px;
    letter-spacing: 1px;
    background-color: rgb(134, 58, 30);
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

.dropdown-item {
    color: #ffffff;
    transition: all 300ms linear;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;

    /* margin-bottom: 5px */
    padding-left: 10px;
    padding-right: 10px;
    display: table;
    border-style: solid;
}

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

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

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

@media (max-width: 991px) {
    .dropdown-menu .nav-item {
        padding-left: 0;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom-width: 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: #ffffff;
        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: #ffffff;
        vertical-align: 0;
        z-index: 1;
    }
}

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

@media (max-width:991px) {
    .nav-item {
        position: relative;
    }
}

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

@media (max-width:991px) {
    .dropdown-menu {
        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: 0;
        margin-bottom: 0;
    }
}

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

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

/* FIXE LA NAVIGATION
---------------------------------------- */
@media (min-width:992px) {
    .navbar-me img {
        height: 1px;
        opacity: 0;
        transition: all 1s;
    }
}

.fixed-me img {
    height: 70px;
    opacity: 1;
    width: auto;
}

.navbar-me {
    z-index: 90;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    background-color: #75280c;
}

@media (max-width:991px) {
    .navbar-me {
        padding: 0px 0px;
        border: 0px;
        border-radius: 0px;
        display: block;
        top: 84px;
        position: fixed;
        background-color: #75280c;
        width: 100%;
    }
}

.fixed-me {
    position: fixed;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #75280c;
    top: 0;
}

@media (max-width:991px) {
    .fixed-me {
        padding: 0px !important;
        top: 84px;
        z-index: 90;
        border-bottom: 0 solid;
        background-color: #75280c;
    }
}

.fixed-me img {
    display: block;
    transition: all 1s ;
    position: relative;
}

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

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

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

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

@media (max-width:991px) {
    .barre-logo {
        display: block;
        background-color: #ffffff;
    }
}

/* =======================
  NAV DROPDOWN
======================= */
.mega-menu1 {
    position: relative;
}

.mega-menu1 .dropdown-menu {
    display: flex;
    flex-direction: column;
    padding: 15px 20px 20px;
}

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

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

.mega-menu2 .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 20px 20px;
}

@media (min-width:992px) {
    .mega-menu2 .dropdown-menu {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
    }

    .mega-menu2 .dropdown-menu .nav-item {
        width: 24%;
    }
}

.mega-menu3 .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 20px 20px;
}

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

@media (min-width:992px) {
    .mega-menu3 .dropdown-menu {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
    }

    .mega-menu3 .dropdown-menu .nav-item {
        width: 49%;
    }
}

/* ===========================
  DROPDOWN Boutons highlight styles
============================== */
.dropdown-menu li a {
    position: relative;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    cursor: pointer;
    user-select: none;
    background-color: #813114;
}

@media (max-width:991px) {
    .dropdown-menu li a {
        border: none;
    }

    .dropdown-menu li a {
        font-size: 12px;
        text-align: left;
        letter-spacing: 1px;
        line-height: 28px;
        height: auto;
    }

    .dropdown-menu li a:hover::before,
    .dropdown-menu li a:hover::after {
        display: none;
    }
}

.dropdown-menu li a::before,
.dropdown-menu li a::after {
    content: '';
    width: 0%;
    height: 0%;
    position: absolute;
    visibility: hidden;
    border-radius: 2px;
}

.dropdown-menu li a::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
    top: 0;
    left: 0;
}

.dropdown-menu li a::after {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    bottom: 0;
    right: 0;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.dropdown-menu li a:hover {
    color: #ffffff;
    background-color: rgb(134, 58, 30);
}

.dropdown-menu li a:hover::before,
.dropdown-menu li a:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.dropdown-menu li a:hover::before {
    transition: width .1s ease, height .1s ease .1s;
}

.dropdown-menu li a:hover::after {
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

/* =================================
  NAV SOCIAL ICON
=================================== */
.navbar .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 rgba(255, 255, 255, 0.4);
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #ffffff;
    display: inline-block;
    background: #ebeef5;
    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: #8f4327;
    border-color: rgb(134, 58, 30);
    color: white;
}



/*
     FILE ARCHIVED ON 02:00:18 Aug 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:59:36 Mar 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 32.083
  load_resource: 121.357
  PetaboxLoader3.resolve: 45.738
  PetaboxLoader3.datanode: 52.196 (2)
  loaddict: 50.763
*/