/*
Theme Name: RG Patrimoine
Description: Theme de RG Patrimoine - Romain Grail - Gestion de Patrimoine
Author: Delphine LEVACHER DL Créa
Author URI: https://www.dlcrea.com
Template: Divi
Version: 1.1
*/
/* 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*/
@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 */
.et_pb_contact_right p input {
	max-width: 50px;
}
/* METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE*/
sup, sub {
    font-size: 70%;
}

/*ACCUEIL*/
.accueilservices > .et_pb_team_member_image {
    max-width:190px;
    height:auto;
    text-align:center;
    margin:auto auto 30px auto;

}
/*footer*/
footer li, footer ul,
footer .et_pb_menu .et_pb_menu__menu > nav > ul{
     display:block!important;}

footer nav li {
    line-height:1.3em!important;
}
/*Menu*/
.et-menu-nav>.et-menu > li:last-child {
    margin-top:1px!important;
}
@media only screen and (max-width : 1350px) {
    .et_pb_row_0_tb_header > .et_pb_column_1_4 {
        width: 15.875%!important;
        margin-right:2%!important;
    }
    .et_pb_row_0_tb_header > .et_pb_column_3_4 {
        width: 81.625%!important;
    }
}
@media only screen and (max-width : 1210px) {
    .et_pb_section_0_tb_header>.et_pb_row {
        width:90%!important;
    }
}
@media only screen and (max-width : 1071px) {
    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size:15px!important;
    }
        .et_pb_section_0_tb_header>.et_pb_row {
        width:95%!important;
    }
}
#accueil .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
    color:#ffffff!important;
}