/* navbar globale */
.navbar div ul li a {
    text-decoration: none;
}
.dropdown-toggle, .nav-link, .dropdown-item {
    color: #707070;
}

/* Liens navbar */
.navbar div ul li .active, .navbar div ul li a:hover  {
    border-bottom: 2px solid #CE5292;
    color: #CE5292;
    /* box-sizing: content-box; */
    margin-bottom: -2px;
}

/* Liens Megamenu */
a.dropdown-item:hover,
a.dropdown-item.active
 {
    border-bottom: none;
    color: white !important;
    background-color: #CE5292 !important;
}

/* navbar phone icon */
/* .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    color : #0a0a0a !important;
} */
/* Reseaux sociaux */
.rs {
    text-decoration: none;
    color: #CE5292;
    margin-left: 1rem;
}

@media (min-width: 992px) { 
    .rs {
        margin-left: 1.2rem;
    }
}
@media (max-width: 992px) { 
    .row-reverse {
        flex-direction: row-reverse;
    }
}

.rs:hover {
    color: #CE5292 !important;
}
.fa-perso {
    font-size:14px;
}
.navbar-magasin-text {
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.2;
    font-size: 14px;
    /* light */
    font-weight:300;
}
/* megamenu */
.megamenu-li {
    position: static;
}
.nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.navbar-top {
    z-index: 1030;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .megamenu {
        left: 39%;
    }
}
@media (min-width: 992px) { 
    .megamenu {
        left: 50%;
        position: absolute !important;
        padding-top: 0;
        padding-bottom: 0;
        width: 100vw;
        background-color: rgba(255, 255, 255, 0.96);
        margin-left: -50vw;
    }
    .navbar-top {
        max-height: 200px;
        background-color: #FFFFFF;
    }
    #familleProduitNavbar, #sousFamilleNavbar, #textFamilleProduitNavbar, #inspirationNavbar, #inspirationSousThematiqueNavbar, #inspirationTextNavbar{
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
    .no-header{
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) { 
    .navbar-collapse {
        z-index: 1010;
    }
    .navbar-top {
        background-color: #FFFFFF;
    }
    .megamenu {
        margin-top: 0;
        margin-bottom: 0;
    }
    #sousFamilleNavbar a:first-child, #inspirationSousThematiqueNavbar a:first-child {
        border-top: 1px solid #333E47;
    }
}

.dropdown-menu {
    top: auto !important;
    padding: .5rem .5rem;
}
.dropdown-item {
    display: block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .25rem;
    font-size: 16px;

}

/* mdb */
.navbar { 
    box-shadow: none !important; 
} 

/* Recherche */
.active-red-2 input[type=text]:focus:not([readonly]) {
    border: 1px solid #CE5292;
    box-shadow: none;
    background: none;
    color: #707070;
    font-size: 14px;
}
.active-red-2 input[type=text] {
    background: none;
    color: #707070;
    font-size: 14px;
}
.recherche-icon{
    color: white;
}
.recherche::placeholder{
    color: #B1ADAD;
    font-size: 14px;
    font-weight: 300;
}
.recherche {
    border: 1px solid #B1ADAD;
}
.fa-search:hover {
    cursor: pointer;
}

.main-logo{
    position: absolute;
    z-index: 2;
}
.lock-scroll{
    overflow: hidden;
}
.nav-link {
    font-size: 18px;
    /* light */
    font-weight:300;
}
/* .navbar-top .dropdown-item, .navbar-top .dropdown-item strong {
    margin-top: 0.5em;
    font-size: 16px !important;
} */
.top-nav {
    border-bottom: 1px solid #707070;
}
/* body assombri pour megamenu */
@media (min-width: 992px){
    .bg-megamenu {
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        
    }
    .bg-body {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }
}

.lang:hover{
    background-color: #CE5292;
    border-color: #CE5292 !important;
    color: #FFFFFF;
}