/*======================================
Theme Name: DiviChildSevaTheme
Description: Theme Enfant Divi Sevanova
Author: Sevanova 
Author URI: https://www.sevanova.com/
Template: Divi
Version: 1.2
======================================*/

/* ==== LYDIE */
/* ======== RESPONSIVE */
/* ============ INVERSE COLUMN mobile */
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 


/* ======== BLURB
/* Remove space blurb */
.et_pb_main_blurb_image {
  margin-bottom: 0px!important;
}

/* VERTICAL CENTER content */
.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
	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;
}

/* JEFF */
.no-video .et_pb_video_overlay {
	opacity: 1 !important;
	display: block !important;
}
/* AUGMENTER LA LARGEUR CHAMP RESULTAT CAPTCHA Parfois, suivant la taille du texte, certains chiffres du resultat sont masques */
.et_pb_contact_right p input {
	max-width: 50px;
}
/* METTRE EXPOSANTS ET INDICES A LA BONNE TAILLE */
sup,
sub {
	font-size: 70%;
}