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

/* header */

.et-menu .menu-item-has-children>a:first-child:after {
	right: auto !important;
	margin-right: 5px !important;
}
a{
	text-decoration:none!important;
}
/* Menu Réseaux sociaux */
@media (min-width:770px) and (max-width: 2600px) {
	.rsociaux_top ul {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: center !important;
		justify-content: flex-start !important;
		-ms-flex-align: center !important;
		align-items: left !important;	
	}
}
@media (max-width: 768px) {
	.rsociaux_top ul {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;	
	}
	
.section_spe1 {
  height: 400px;
  margin-bottom: 20px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}	
}

/* Menu */
#menu-menu-principal li a {
padding-bottom: 0!important;	
}

#menu-menu-principal li {
margin-top: 0!important;
padding: 0 1vw;	
}

/* Menu responsive desktop */

@media only screen and (max-width: 1500px) and (min-width: 1300px){
	#menu-menu-principal li {
		margin-top: 0!important;
		padding: 0 0.7vw!important;	
	}
}

/*
#menu-menu-principal li:nth-child(1) a::before {
background: url("img/accueil.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(1) a:hover::before, #menu-menu-principal li:nth-child(1).current-menu-item a::before {
background: url("img/accueil_roll.png") no-repeat scroll top/contain;
}

#menu-menu-principal li:nth-child(2) a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(2) a:hover::before, #menu-menu-principal li:nth-child(2).current-menu-item a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
}


#menu-menu-principal li:nth-child(3) a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(3) a:hover::before, #menu-menu-principal li:nth-child(3).current-menu-item a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
}


#menu-menu-principal li:nth-child(4) a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(4) a:hover::before, #menu-menu-principal li:nth-child(4).current-menu-item a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
}


#menu-menu-principal li:nth-child(5) a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(5) a:hover::before, #menu-menu-principal li:nth-child(5).current-menu-item a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
}


#menu-menu-principal li:nth-child(6) a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(6) a:hover::before, #menu-menu-principal li:nth-child(6).current-menu-item a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
}


#menu-menu-principal li:nth-child(7) a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(7) a:hover::before, #menu-menu-principal li:nth-child(7).current-menu-item a::before {
background: url("img/menu.png") no-repeat scroll top/contain;
}


#menu-menu-principal li:nth-child(8) a::before {
background: url("img/contact.png") no-repeat scroll top/contain;
width: 2vw;
height: 2vw;
content:"";
display:block;
margin: 0 auto 15px;	
}

#menu-menu-principal li:nth-child(8) a:hover::before, #menu-menu-principal li:nth-child(8).current-menu-item a::before {
background: url("img/contact_roll.png") no-repeat scroll top/contain;
}
*/
#menu-menu-principal li a::after {
	background: url("") no-repeat scroll bottom/contain;
	width: 2vw;
	height: 1.5vw;
	content:"";
	display:block;
	margin: 0 auto 15px;	
	font-weight:400!important;
}

#menu-menu-principal li a:hover::after, #menu-menu-principal li.current-menu-item a::after {
	background: url("/wp-content/uploads/2025/12/hover.svg") no-repeat scroll bottom/contain;
	font-weight:700!important;
}
#nav_menu-2 {
margin-bottom: 0!important;
}


@media only screen and (min-width: 981px){
	
.section_spe1 {
display: -ms-flexbox !important;
display: flex !important;	
height:53.28125vw;
-ms-flex-pack: end !important;
justify-content: flex-end !important;	
-ms-flex-direction: column !important;  
flex-direction: column !important;
margin-bottom: 20px !important;	
}	
}

.et-menu .menu-item-has-children>a:first-child:after {
	right: auto !important;
	margin-right: 5px !important;
}

/* Metaslider */
.metaslider .flexslider {
	margin: 0 0 0!important;
}

.metaslider .flex-control-nav {
	position: absolute;
	bottom: 60px!important;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {  
	background: url('/wp-content/uploads/2025/12/fleche-droite.webp') no-repeat!important;
	width: 4vw !important;
	height: 3vw!important;
	background-size:contain!important;
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev {  
	background: url('/wp-content/uploads/2025/12/fleche-gauche.png') no-repeat!important;
	width: 4vw !important;
	height: 3vw!important;	
	background-size:contain!important;	
}

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

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

/* Résolutions - 1024 */
@media (min-width: 981px) and (max-width: 1300px) {
	.header-infos-rs {
		font-size: 12px !important;
    	white-space: nowrap;
	}
	.section_spe1 {
		height: 40vw;
	}
	.footer-infos {
		font-size: 12px !important;
	}
	.footer-infos a {
		font-size: 12px !important;
		white-space: nowrap;
	}
}

/* menu burger - 1024 tablette mobile*/
/* @media (max-width: 1300px) {
	.pa-burger-menu {
		margin-top: 1em;
	}
    .pa-burger-menu .et_pb_menu__menu {
        display: none !important;
    }
    .pa-burger-menu .et_mobile_nav_menu {
        display: flex !important;
        float: none;
        margin: 0 6px;
        align-items: center;
    }
} */

@media (max-width: 981px) {
    
    .pa-hamburger-menu .et_mobile_nav_menu {  
		width:100vw!important;
    }
	.et_pb_sticky .col-1-head{
		display:none;
	}
		.et_pb_sticky .col-2-head{
		margin-bottom:0!important;
	}
	.et_pb_sticky .col-3-head{
		display:none;
	}
	.et_pb_sticky .et_pb_menu_0_tb_header{
		margin-top:0!important;
		padding:0!important;
	}
	.et_pb_sticky .row-head-resp{
		padding-top:0px!important;
		padding-bottom:5px!important;
	}
	.et_mobile_menu {
		left: 25%!important;
		width: 50%!important;
	}
	#mobile_menu1 li{
		text-align:center!important;
	}
	
}
@media (max-width: 767px) {
	.et_mobile_menu {
    left: 5%!important;
    width: 90%!important;
	}
	.et_pb_sticky .et_pb_menu_0_tb_header{
		top:0px!important;
	}
	
.section_spe1 {
  height: 400px;
  margin-bottom: 20px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
	-ms-flex-direction: column !important;  
  flex-direction: column !important;
}	
	
}


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

div.mobile_nav.opened .mobile_menu_bar:before {
    font-family: "ETmodules";
    content: "\4d"; 
}

/* Back to top */
.et_pb_scroll_top.et-pb-icon {
    background: #5e9b53!important;
    padding: 5px !important;
    color: #fff;
    bottom: 25%;
    right: 5%;
    border-radius:40px;
    font-size:44px;
}

.link-no-deco {
	text-decoration: none !important;
}

.home-last-encart p {
	margin-bottom: 0 !important;
}

/* map */
.hcent, .hcent .et_pb_code_inner, .hcent .et_pb_code_inner iframe {
	height:100% !important;
}

/* page contact */
.name_last {
	padding-right: 0 !important;
}

/***formulaire DIVI***/

.et_pb_contact_form{
margin-left:0%!important;
}

p.et_pb_contact_field{
padding: 0px 0 0 0.5%!important;
margin-bottom: 0.5%!important;
}

.et_contact_bottom_container{
margin-top:1vw!important;
}

.et_pb_contact_form_0 .input[type="checkbox"]+label{ /*couleur texte RGPD*/
color:#000!important;
}

.et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before {
color: #fff;/*** couleur picto check RGPD***/
}
.et_pb_contact_field_checkbox a:hover { /*couleur Hover lien RGPD*/
color: #7c7c7c !important;
}
#cmplz-document {
  max-width: 100% !important;
}

.gfield_consent_label a{ /*couleur Hover lien RGPD*/
	color: #5e9b53 !important;
text-decoration:underline;
}
.gfield_consent_label a:hover{ /*couleur Hover lien RGPD*/
	color: #000 !important;
	text-decoration:underline;
}
#cmplz-document a{
  color:#5e9b53 !important;
}
#cmplz-document a:hover{
  color:#000 !important;
}

/* Css mobile menu */

@media screen and (max-width: 980px) {
	.et_pb_menu__wrap {
		justify-content: start !important;
	}
}

#mobile_menu2 {
	border-top: none !important;
	left: 0 !important;
	width: 100% !important;
	padding: 0 !important;
	background-color: #fff !important;
}

@media screen and (max-width: 540px) {
	#mobile_menu2 {
		width: 92.5vw !important;
	}
}

#mobile_menu2 li a {
	color: #000 !important;
}

#mobile_menu2 li a:hover,
#mobile_menu2 li.current-menu-item a {
	background-color: transparent !important;
	color: #508f40 !important;
	text-decoration: none !important;
	opacity: 1 !important;
}

/* GF */

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

.gform_wrapper.gravity-theme .gfield_consent_label a {
	color: #508f40 !important;
	text-decoration: underline !important;
	transition: 400ms all ease !important;
}

.gform_wrapper.gravity-theme .gfield_consent_label a:hover {
	text-decoration: none !important;
}

.gform_wrapper.gravity-theme .name_first,
.gform_wrapper.gravity-theme .name_last {
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer {
	display: block !important;
}

.gform-icon--circle-error:before {
    display: none !important;
}

/* Complianz */

#cmplz-document {
	color: #000 !important;
	max-width: 100% !important;
	line-height: 1.6em !important;
}

#cmplz-document h2 {
	margin-top: 20px;
}

#cmplz-document div {
	text-align: left !important;
}

#cmplz-document .cmplz-categories div,
#cmplz-document .cmplz-categories span,
#cmplz-cookies-overview .cmplz-dropdown div {
	text-align: left !important;
	font-size: 14px !important;
	line-height: 1.6em !important;
}

#cmplz-document input[type="checkbox"] {
	accent-color: #508f40 !important;
}

#cmplz-document a {
	color: #000;
	transition: all 400ms ease;
}

#cmplz-document a:hover {
	text-decoration: none !important;
	color: #508f40;
}

@media screen and (min-width: 768px) {
	.cmplz-message,
	.cmplz-categories {
		width: 650px !important;
	}
}

#cc-window {
	font-family: "Open sans", sans-serif !important;
}