/*
Theme Name: Divi-child
Description: Divi-child par Webuz
Author: Tiphaine Jan - Webuz
Author URI: https://www.webuz.fr
Template: Divi 
Version: 0.1.0
*/

.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;}

h1,h2,h3,h4,h5 
{font-variant: small-caps;
}
h2 {font-size:22px;}
h3 {font-size:20px;
	color:#00aba8;}
h4 {font-size:18px;}

/*.footer-widget h4 {
	font-size:17px;
	text-align:center;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
	align-content:center;
}*/

.wp-gr .wp-google-powered {
	display: none;
}

.footer-widget {
	text-align: center;
}