/*!
Theme Name: Energeo Solaire
Template: Divi
Version: 0.1
Description: Theme enfant du site energeosolaire.fr
Author: Startivia
Author URI: https://startivia.fr
*/

@media all and (max-width:980px){
	/*section rge accueil*/
	.section-rge .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4{
		width:100%;
		margin:0 0 15px 0 !important;
	}
	.section-rge .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4.et-last-child{
		margin-bottom:0 !important;
	}
	.section-rge .et_pb_gutters2 .et_pb_column_7{
		margin-bottom:15px;
	}
	.section-rge .et_pb_gutters2 .et_pb_column_8{
		padding:100px 20px 25px!important; 
	}
	/*Blocs en haut de page*/	
	.bloc-haut-page>.et_pb_column.et_pb_column_1_2,
	.bloc-haut-page>.et_pb_column.et_pb_column_1_3{
		width:48%!important;
		margin:0 10px 10px 0;
	}
	.bloc-haut-page>.et_pb_column.et_pb_column_1_2:nth-child(2n),
	.bloc-haut-page>.et_pb_column.et_pb_column_1_3:nth-child(2n){
		margin-right:0px;
	}
	.bloc-haut-page.et_pb_row .et_pb_column.et_pb_column_1_3.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_3:last-child{
		width:98.5%!important;
	}
}
@media all and (max-width:480px){
	/*Blocs en haut de page*/
	.bloc-haut-page.et_pb_row_5col>.et_pb_column.et_pb_column_1_5{
		width:48%!important;
		margin:0 10px 10px 0;
	}
	.bloc-haut-page.et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n){
		margin-right:0px;
	}
	.bloc-haut-page.et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child{
		width:98.5%!important;
	}
}

/*BOUTONs*/
body #page-container .et_pb_section .et_pb_button_module_wrapper .et_pb_button:after,
body #page-container .et_pb_section .ba_dual_button .dtq-btn-wrap .et_pb_button:after{
	font-size:18px!important;
	margin-left:0.5em;
}
body #page-container .et_pb_section .ba_dual_button .dtq-btn-wrap .et_pb_button{
	transition: all 300ms ease 0ms;
}
body #page-container .et_pb_section .ba_dual_button .dtq-btn-wrap .et_pb_button:hover{
	transform:translatey(-4px);
}