/*
 Theme Name:   Divi-child
 Theme URI:    http://localhost:8888/Divi-child/
 Description:  Divi Child Theme
 Author:       Sandra Heegaard
 Author URI:   http://localhost:8888
 Template:     Divi
 Version:      3.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         Démo
 Text Domain:  Divi-child
}
/*Menu Natel*/
.select_page
{
  display: none !important;
}
.mobile_nav
{
  background-color: transparent !important;
}
.mobile_menu_bar
{
    position: static;
    top: 0px;
    left: 0px;
    display: flex !important;
    justify-content: center !important;
}
.mobile_menu_bar:before
{
	color: #bdb76b !important;
	top: -45px;
}
#mobile_menu
{
	background-color: #141829 !important;
	top: -20px;
	left:-25%;
	width: 150%;
}
#mobile_menu li
{
	text-align: center;
}
/*Voile Page d'accueil sur les portables*/
@media screen and (max-width: 980px)
{
	.header-content
	{
		background-color: rgba(20,24,41,0.73);
	}
}