/*
 Theme Name:     Le Boudoir
 Description:    Divi Child Theme
 Author:         Hubert Wasier
 Author URI:     https://atom-dev.io
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#menu { 
    font-family: 'serenity';
    text-transform: uppercase;
    font-size: 22px;
 }

 .serenity-medium {
    font-family: serenity, sans-serif;
    font-weight: 500;
    font-style: normal;
 }

 .serenity-bold {
    font-family: serenity, sans-serif;
    font-weight: 700;
    font-style: normal;
 }



 .lemonde-type-700 {
    font-family: le-monde-livre-classic-byol,serif;
    font-weight: 700;
    font-style: normal;
 }

 .lemonde-type-400 {
    font-family: le-monde-livre-classic-byol,serif;
    font-weight: 400;
    font-style: normal;
 }

.lemonde-livre-bold {
    font-family: le-monde-livre-std,serif;
    font-weight: 700;
    font-style: normal;
 }
 h2 {
    font-family: le-monde-livre-std,serif;
    font-weight: 700;
    font-style: normal;
 }

.lemonde-livre-italic {
    font-family: le-monde-livre-classic-byol,serif;
font-weight: 300;
font-style: italic;
}

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

    .fa-facebook-f {
        padding-left: 4rem;
    }

}
.menu-icon {
    transform: translateY(-15%);
}

#menu-menu {
    justify-content: space-between;
}

.et_pb_menu__menu, .et-menu-nav, .et-menu {
    width: 100%;
}

#soins-et-beaute {
    font-family: 'le-monde-livre-std';
    display: inline-block;
    position: relative;  v
}

#soins-et-beaute:before, #soins-et-beaute:after {
    content: '\2014';
    display:inline-block; 
    vertical-align: middle;
    position: absolute;
    right: 100%;
}
#soins-et-beaute:after {
    left: 100%;
    top: 0%;
}

/* X icon in expanded mobile menu */

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    }

/* Make mobile menu fullwidth */

.et_mobile_menu {
    min-width: 100vw;
    margin-left: -10vw;
    }

.svg {
    fill: blue;
}