/*

Theme Name: Divi Community Child Theme

Description: Theme enfant de Divi par Divi Community

Author: Julien - WebMate

Author URI: https://www.divi-community.fr

Template: Divi

Version: 1.1

*/



/*

  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __

 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /

 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /

 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |

 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|



*/





/* 

** CENTRER DU CONTENU VERTICALEMENT 

** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement

*/





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

}





/*

** INVERSER LE SENS DES COLONNES SUR MOBILE

** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile

*/



@media only screen and (max-width : 980px) {

	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {

		display: -webkit-flex;

		display: -ms-flex;

		display: flex;

		-webkit-flex-direction: column-reverse;

		-ms-flex-direction: column-reverse;

		flex-direction: column-reverse;

	}

}





/*

** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer

*/



.et_mobile_menu {

	margin-left: -30px;

	padding: 5%;

	width: calc( 100% + 60px);

}



.mobile_nav.opened .mobile_menu_bar:before {

	content: "\4d";

}





/* 

** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 

** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués

*/



.et_pb_contact_right p input {

	max-width: 50px;

}





/*

** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE

** Généralement, ils sont bien trop gros…

*/



sup, sub {

    font-size: 70%;

}



/* rendre beau le formulmaire de contact */

/* Align the submit button on contact form – center */



.et_contact_bottom_container{

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100% !important;

}

.et_pb_contact_main_title {

    text-align: center;

}

.et_pb_contact_forms_0 input {



}

.et_pb_contact_forms_0 textarea.et_pb_contact_message {

    

}



/* rendre beau le formulmaire de vote */



.encadre {

    border: solid 1px #3c3e3f;

    padding: 20px;

    

}



.cf7md-label--static {

    font-weight: bold;

    color: darkgreen;

}



.presentation {

    font-size: 16px;

    color: black;

}

#cf7md-form .presentation p {

	padding-bottom: 1em;

}

/*.label {

    font-size: 16px;

    color: black;

    margin-bottom: 10px;

    

}*/



#cf7md-form .label {

    font-size: 16px;

    color: black;

    margin-bottom: 10px;

    font-weight: 400;

}



#BTNV {

	text-align: center;

}

#BTNVG {

	text-align: center;

	cursor: not-allowed;

}

#BTNVA {

	text-align: center;

	cursor: not-allowed;

}

#cf7md-form h4 {

	font-weight: 500;

}

.avert {

	color:darkorange;

}

.candidat {

	color:rgb(0, 158, 224);

	font-weight:500;

	margin-top: 10px;

	margin-bottom: 10px;

	padding-bottom: 10px;

}

p .candidat {

	padding-bottom: 10px;

}

.poste {

	color:rgb(0, 0, 130);

	font-weight: 650;

	margin-top: 20px;

	margin-bottom: 10px;

	padding-top: 20px;

	padding-bottom: 10px;

	text-decoration: underline;



}

#cf7md-form p {

	padding-bottom: 2px;

}

.info {

	font-style: italic;

	margin-bottom: 10px;

}