/*
 Theme Name:   Divi Mods'hair
 Theme URI:    https://modshair.com
 Description:  Thème enfant de Divi
 Author:       Révolutions Technologies
 Author URI:   https://revolutions.digital
 Template:     Divi
 Version:      1.0.0
*/

/* HEADER */
#main-header,
.et_pb_section {
	background: none;
}

#main-header.et-fixed-header {
	box-shadow: none !important;
}

/* MENU */
#top-menu a {
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#top-menu li.current-menu-item>a, 
#top-menu li.current_page_item>a {
	color: #e00828 !important;
}

/* CONTENT */
.et_pb_title_container h1 {
	font-size: clamp(50px, 5vw + 1rem, 72px) !important;
}

.et_pb_text h2 {
	font-size: clamp(40px, 4vw + 1rem, 58px);
}

.et_pb_text h3 {
	font-size: clamp(30px, 3vw + 1rem, 50px);
}

.et_pb_text h4 {
	font-size: clamp(26px, 2vw + 1rem, 38px);
}


/* FOOTER */
@media (max-width: 980px) {
    footer .et_pb_menu .et_pb_menu__menu {
        display: block;
    }
}

@media (max-width: 980px) {
    footer .et_pb_menu .et_mobile_nav_menu {
        display: none;
    }
}