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

.metaslider .flexslider {
margin: 0!important;
}

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

a{
	text-decoration:none!important;
}
@media (min-width:981px){
header {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
}

@media (min-width:1401px){
	#menu-menu-principal li a{
		font-size: 16px!important;
	}
	#menu-menu-principal li{
		margin: 0 1vw;
	}
	
}
@media (min-width:981px) and (max-width:1400px){
	#menu-menu-principal li a{
		font-size: 13px!important;
	}
	#menu-menu-principal li{
		margin: 0 0.3vw;
	}
	
}


.et_pb_menu__menu {
margin-left: 0;
margin-right: 0;
}

.et_pb_menu__wrap {
margin: 0;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {  
background-image: url('/wp-content/uploads/2022/12/fleche2.png')!important;
width: 3.3333333333333335vw !important;
height: 3.3333333333333335vw !important;	
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev {  
background-image: url('/wp-content/uploads/2022/12/fleche.png')!important;
width: 3.3333333333333335vw !important;
height: 3.3333333333333335vw !important;	
}


.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: #000 !important;
}
.flex-control-paging{
	display:none;
}
.metaslider .flex-control-nav{
	display:none;
}

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

}

/* Back to top */
.et_pb_scroll_top.et-pb-icon {
	color: #000;
    background-color: #fff;
    border-radius: 40px;
    bottom: 5px;
    right: 15px;
}

.et_pb_scroll_top:before{
	padding-right:1px;
}

@media only screen and (max-width: 991px) {
	
#menu-menu_footer {	
-ms-flex-pack: center !important;
justify-content: center !important;	

}
	
}

@media only screen and (max-width: 767px) {
	
.metaslider .flexslider .flex-direction-nav li a {
 width: 8.333vw !important;
 height: 8.333vw !important;
}
	
}


/******************Edito****************/

.edito strong {
	font-weight: 700;
}

.edito a {
	color: #304b00;
	font-weight: 700;
    transition: all 1s ease;
}

.edito a:hover{
    color: #bad061;
}

.edito h2 {
	color: #304a00;
	font-weight:600;
}

.edito h2::after {
	content: "";
	background-image: url("/wp-content/uploads/2022/12/Deco_titre_h1.svg");
	display: block;
	width: 80px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 0.2em;
}

.edito .centrer h2::after{
    margin: auto;
}

.edito h3{
    position: relative;
}

.edito h3::before {
	width: 5px;
	height: 25px;
	content: "";
	display: inline-block;
	background-color: #bad061;
	margin-right: 5px;
}