/*
Theme Name: hello-elementor-child
Author: myFlow
Description: Child Theme for hello-elementor
Template: hello-elementor
Version: 1.0
*/

/*taille du logo*/
.elementor-widget-theme-site-logo img {
  width: 115px;
  height: auto;
}
/*menu en gras page actuelle*/
.elementor-item.elementor-item-active {
  font-weight: 700 !important;
}
/*bandeau logos sous header home*/
.bandeau-logos div img {
  height: 14px;
  width: auto;
}
/*texte sous chiffres dynamiques*/
.elementor-counter-title {
  text-align: center;
}
/*Services tabs active en gras*/
.elementor-1292 .elementor-element.elementor-element-2c9816d.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
	font-weight: 600!important;
}
/*Footer centrer menu en responsive*/
footer .elementor-nav-menu li {
  text-align: center;
}