/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Lydie Boffy https://www.lydie-boffy.net/
Template: Divi
*/

@import url("../Divi/style.css");

h2 {
    line-height: 1.4em;
	padding-top: 15px;
}

@media all and (min-width: 981px) and (max-width: 1100px) {
#logo {
height: 57px;
}
#top-menu li {
    display: inline-block;
    padding-right: 16px;
    font-size: 12px;
}
}

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

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

#main-header .et_mobile_menu {
    background-color: rgba(20,20,20,0.95) !important;
}