/*
Theme Name: Divi Enfant par Incomm
Description: Theme enfant du theme Divi
Author: Incomm
Author URI: https://www.incomm.fr
Template: Divi
Version: 2.00
*/

/* WAFKEY_Hd6dBtQ6DUQWhXi56VTEu7Y8esR4kRXxEWI */

/* RESET CSS DIVI */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FIN RESET CSS DIVI */


/*suppression du padding-right lié à la présence de sous-rubriques*/
.et-menu .menu-item-has-children>a:first-child{
		padding-right:0px!important;
}

/* Croix à l'ouverture du menu burger */
div.mobile_nav.opened .mobile_menu_bar:before {
    font-family: "ETmodules";
    content: "\4d"; 
}

.et_pb_menu .et_mobile_nav_menu li { 
    list-style-type: none; 
}

/* Display none des picto menu en version burger*/

@media (max-width:1300px){
	.et_mobile_menu li a img{
		display:none!important;
	}
}


.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: #808080 !important;
}

.flex-control-paging li a {
	background: #fff !important;
}

.metaslider .flex-control-nav{
	bottom:2.64vw!important;
}

@media (min-width:981px){
	
.rs-header .fb{
	width: 0.94vw!important;
	height: 0.94vw!important;
}	
	
.rs-header .lkd{
	width: 0.89vw!important;
	height: 0.83vw!important;
}
	
.rs-footer .fb{
	width: 1.302vw!important;
	height: 1.302vw!important;
}		
	
.rs-footer .lkd{
	width: 1.198vw!important;
	height: 1.146vw!important;
}
	
	
	
	
}

/* Organisation ordre éléments section images Tablette/mobile*/

@media (max-width:981px){
	.section1line_rsp, .section3line_rsp, .section5line_rsp{
		display:flex!important;
		flex-direction: column-reverse!important;
	}
}

.et_pb_column.et_pb_column_empty{
	display:block!important;
}


/* Back to top */
.et_pb_scroll_top.et-pb-icon {
    background: url("/wp-content/uploads/2024/07/Picto_fleche_haut.svg") no-repeat !important;
    padding: 28px !important;
	color:transparent!important;
    bottom: 25%;
    right: 10px;
}


/* Page contact */

/***formulaire DIVI***/

#cmplz-document {
  max-width: 100% !important;
}
.gfield_consent_label a{ /*couleur Hover lien RGPD*/
	color: #000 !important;
}
.gfield_consent_label a:hover{ /*couleur Hover lien RGPD*/
	color: #b25e43 !important;
}

.gform_wrapper .ginput_container_consent input[type="checkbox"] {
  accent-color: #000 !important;
}

.cmplz-dropdown div{
	color:#000 !important;
}

#menu-menu-principal li{
	padding-left: 1.5vw !important;
  padding-right: 1.5vw !important;
}
