/*
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;
	}
}

/* ordre colonnes sur mobile */
@media all and (max-width: 980px) {

	/* envelopper la rangée dans une flexbox */
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari 6.1+ */
		flex-wrap: wrap;
	}

	/* classes personnalisées qui désigneront l'ordre
	des colonnes dans la ligne de la flexbox */
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}

	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}

	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}

	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}

}

/*
** 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%;
}

.et_pb_menu__logo {
	display: block;
	margin-right: -30px !important;
	margin-bottom: -30px !important;
	transform: translateX(-21px);
}

.boutonmenu {
	display: flex;
	align-items: center;
}

.englishcolor {
	background-color: #F5A14D;
    padding: 10px !important
}




.wpforms-submit:hover {
	background-color: purple;
}


.chiffres .percent {
	margin-bottom: 10px;
}

.charge {
	color: #055671;
	font-size: 1.5vw;
	font-family: 'cocogoose gras', Helvetica, Arial, Lucida, sans-serif;
}

.boutonplaquettepart .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.les3boutonspart {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around !important
}

.et_pb_pricing_content {
	height: 154px;
}

.et_pb_pricing_heading {
	min-height: 5.4vw;
}

.et_pb_pricing_heading.et_pb_pricing_tables_0 h6 {
	transform: translateX(2px) !important;
}

@media(max-width :1300px) {
	.s1part {
		transform: translateX(-44px) translateY(-226px) !important;
	}

	h2,
	h3 {
		font-size: 2.5vw !important
	}

	h4 {
		font-size: 1.8vw !important
	}

	.s1part {
		width: 32vw !important;

	}



	.Titreheader h3 {
		font-size: 3vw !important;
	}

	.Titreheader h2 {
		font-size: 3vw !important;
	}

	.chiffresaccueil h3 {
		font-size: 1vw !important;
	}

	.s1accueil {
		transform: translateY(-43%) translateX(-15%) !important;
		width: 72% !important;
	}

	.boutonplaquettepart {
		width: 90% !important;
	}
}


@media(max-width:1600px) {
	.s1accueil {
		left: 67px !important
	}

	.s1part {
		transform: translateX(-44px) translateY(-175px) !important;
	}
}

@media (max-width: 1430px) {
	.fleche1part {
		transform: translateY(-2vh)translateX(12vw)rotateX(0deg) rotateY(0deg) rotateZ(66deg) !important
	}
}

@media (max-width: 1400px) {
	.texte1part {
		width: 85% !important
	}

	.coursindividuel {
		width: 95% !important;
		transform: translateX(3vw) translateY(0px) !important
	}

	.et_pb_image_0_tb_header .smenpro {
		transform: translateX(8vw) translateY(33vh) !important;
	}

	.s1part {
		transform: translateX(-10px) translateY(-159px) !important;
	}

	.boutonplaquettepart {
		width: 84% !important;
	}
}

@media(max-width:1100px) {
	.s1part {
		transform: translateX(-52px) translateY(-199px) !important;
	}

	h1 {
		font-size: 19px !important;
	}

}

@media(max-width:1200px) {
	.s1part {
		transform: translateX(-52px) translateY(-217px) !important;
	}

	h1 {
		font-size: 19px !important;
	}
}

@media(max-width:1296px) {
	.s1part {
		transform: translateX(-50px) translateY(-227px) !important;
	}
}

@media(max-width:1062px) {
	.s1part {
		bottom: -267px !important;

	}

	.s1part {
		transform: translateX(-44px) translateY(-187px) !important;
	}

}

@media(max-width:1030px) {
	.s1part {
		bottom: -259px !important;
	}

}


@media (min-width: 981px) {
	.et_pb_menu_page_id-2319 {
		display: none !important;
	}
}


@media (max-width: 980px) {


	.texte1part {
		width: 92% !important;
	}

	.s1part {
		width: 19vw !important;
		top: 21px !important;
	}

	.financementspart .et_pb_column {
		width: 50% !important
	}

	.coursindividuel .et_pb_column {
		width: 100% !important
	}

	.et_pb_row--with-menu .et_pb_column {
		margin-bottom: 0 !important;
	}

	.mobile_menu_bar {
		transform: translateX(26vw) translateY(0vw) !important;
	}

	.et_mobile_menu {
		text-align: center !important;
		width: 69vw !important
	}

	.et_pb_menu__logo-wrap {
		width: 14% !important;

		transform: translateX(-86px) translateY(-7px) !important;
	}

	.footercolonnes .et_pb_column {
		width: 33% !important
	}

	.femmeheader {

		width: 35%;
	}

	h2,
	h3 {
		font-size: 3vw !important
	}

	h4 {
		font-size: 3vw !important
	}


	.questionsaccueil h2 {
		font-size: 4vw !important;
	}

	.questionsaccueil h3 {
		font-size: 4vw !important;
	}

	.chiffresaccueil h3 {
		font-size: 4vw !important;
	}

	.percent p {
		font-size: 4vw !important;
	}

	.boutonmenu {
		transform: translateX(0) translateY(0) !important;
	}

	#row-footer>.et_pb_column:first-child {
		width: 15% !important;
	}

	#row-footer>.et_pb_column:nth-child(2) {
		width: 42% !important;
	}

	#row-footer>.et_pb_column:last-child {
		width: 42% !important;
	}
    
    
    #row4col .et_pb_column:first-child {
		width: 22% !important;
        margin-right: 0%;
	}

	#row4col .et_pb_column:nth-child(2) {
		width: 22% !important;
	}
    	#row4col .et_pb_column:nth-child(3) {
		width: 22% !important;
        margin-right: 0% !important;
	}

	#row4col .et_pb_column:last-child {
		width: 22% !important;
	}
    .et_pb_row_1_tb_footer #row4col {width: 46% !important}

	.lignefooter {
		display: flex;
		flex-direction: row;
	}

	.et_pb_section #rs-footer .et_pb_column {
		width: 33% !important;
	}

	.prixcollectifs .et_pb_pricing_table {
		width: 33% !important;
	}

	.et_pb_column .et_pb_pricing_table:nth-child(n+3) {
		margin-top: 30px;
		height: 396px;
	}

	.et_pb_column .et_pb_pricing_table:nth-child(n+1) {
		margin-top: 30px !important;
		height: 432px !important;

	}
    .footermobile .et_pb_column {
    width: 25% !important;
    float: left;

}
.et_pb_code_1_tb_footer {
  width: 61% !important;
}
  .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 930px) {
	.s1part {
		width: 24vw !important
	}

	.s1part {
		display: none !important;
	}

}


@media(max-width: 767px) {
	.mobile_menu_bar {
		transform: translateX(12vw) translateY(0vw) !important;
	}



	.femmeheader {
		visibility: collapse;
	}

	.Titreheader h3 {
		font-size: 4vw !important;
	}

	.Titreheader h2 {
		font-size: 4vw !important;
	}

	.drapeau {
		width: 38vw !important;
	}

	.et_pb_menu__logo-wrap {
		width: 20% !important;
		transform: translateX(-10vw) translateY(-1vh) !important;
	}

	.prixcollectifs .et_pb_pricing_table {
		width: 52% !important;

	}

}



@media(max-width :700px) {

	h2,
	h3 {
		font-size: 3vw !important
	}



}

@media(max-width :600px) {

	h2,
	h3 {
		font-size: 3vw !important
	}

}

@media(max-width :530px) {

	h2,
	h3 {
		font-size: 3.5vw !important
	}
}

@media(max-width :500px) {

	h2,
	h3 {
		font-size: 3.5vw !important
	}

	h4 {
		font-size: 3.5vw !important
	}
}

@media(max-width :450px) {


	h4 {
		font-size: 4.5vw !important
	}

	h2,
	h3 {
		font-size: 4.5vw !important
	}

	.chiffresaccueil h3 {
		font-size: 5vw !important;
	}

	.percent p {
		font-size: 11vw !important;
	}
}


@media(max-width :400px) {


	h4 {
		font-size: 3.5vw !important
	}

	.Titreheader h3 {
		font-size: 6vw !important;
	}

	.Titreheader h2 {
		font-size: 6vw !important;
	}

	.drapeau {
		width: 40vw !important;
	}
}

@media(max-width :375px) {


	h4 {
		font-size: 3.5vw !important
	}

	.Titreheader h3 {
		font-size: 5vw !important;
	}

	.Titreheader h2 {
		font-size: 5vw !important;
	}

	.drapeau {
		width: 40vw !important;
	}


}