/*
Theme Name:     com-on
Theme URI:      https://www.entoiledefond.com
Template:       Divi
Version:        1.0
*/

#main-header {
	-webkit-box-shadow: none;
	box-shadow:none;
}

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}

.menu_mobile_bar:after {
	color:#000;
}

.partenaire {
	display:none;
}