/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_text_inner h3{
	line-height:1.5em;
}
.et_pb_text_inner h1{
	font-size:36px !important;
}
.et_pb_text_inner h2{
	font-size:32px !important;
}
.et_pb_testimonial_author {
    margin-top: 0px;
}

/*Politique de confidentialité*/
#post-3 .et_pb_text_inner h2{
	font-size:18px !important;
}

@media (max-width: 768px) {
	.et_pb_text_inner h1{
		font-size:32px !important;
		line-height:1.5em !important;
	}
	.et_pb_text_inner h2{
		font-size:24px !important;
		line-height:1.5em !important;
	}
	.col-reverse{
		display:flex;
		flex-direction:column-reverse
	}
}