/*
Theme Name: Divi Enfant
Description: Theme enfant de Divi.
Author: Rafisa
Author URI: https://informatique-et-autisme.ch/
Template: Divi
Version: 1.0
*/
/* header */
/* Aggrandissement du menu version mobile */

.et_mobile_menu li a {

	padding: 1.5% 0%!important;
	font-size: 22px;
}

/* Menu hamburger en blanc */
.mobile_menu_bar::before{
  color: white;
}
/*Taille logo responsive pour empêcher débordement sur le menu de navigation */
#logo{
	max-width:25%!important;
	height:auto!important;
}

/* menu fixe en affichage mobile (hamburger) */
@media screen and (max-width: 980px) {
		#main-header.et-fixed-header {
        position: fixed;
      }
}
/*menu sur 1 ligne avant transition mobile */
@media (min-width:981px) and (max-width:1200px){
	#top-menu li {
		padding-right:10px!important;
		
	}
	#top-menu li a{
		font-size:1.2em!important;
		
	}

}

/* Footer */
/* Mise en page du footer */
@media all {
  footer .et_pb_column {
    margin-bottom: 10px;
  }
	
  footer .et_pb_row {
    padding: 0 0;
  }
}

/* Customisation MEC */
/*Empêcher affichage de la catégorie */
.mec-wrap .mec-single-event .widget_categories{
	display:none;
}
/* Empêcher colonnage de la page pour 1 seul évènement du à l'absence du widget catégorie */
.mec-wrap .mec-single-event .col-md-8{
	width:100%!important;
	margin:auto;
	float:none;
}
/* slider MEC ajout fond pour la superposition du texte des évènements page d'accueil */
.mec-event-grid-modern{
	background:#40d9f1!important;
}

/*style placeholder pour première option motif de contact */

select#et_pb_contact_motif-contact_0  option:first-child{
	color:red!important;
}

