/******************************************************************
Stylesheet: Plus Stylesheet
******************************************************************/
.menu-menu-decouvrir-container ul {
	padding:0;
	margin:0;
}
.menu-menu-decouvrir-container li {
	margin: 0 10px 10px 0;
    display: inline-block;
	width:45%;
	text-align:center;
}
.menu-menu-decouvrir-container li a {
    color: #fff;
	font-size: 15px;
    display: block;
	padding: 2px 15px 3px 15px;
    background-color: #21b79a;
    font-weight: bold;
	border-radius: 20px;
}
.menu-menu-decouvrir-container li a:hover {
	text-decoration:none;
    background-color: #df5829;
}
body .menu-menu-decouvrir-container .current-menu-item a{
    background-color: #df5829;
}

/* line 102, ../scss/_footer.scss */
  body footer ul.site-footer-widgets > li:first-child {
    width: 35%;
  }
  /* line 105, ../scss/_footer.scss */
  body footer ul.site-footer-widgets > li:nth-child(2) {
    width: 25%;
  }
  /* line 108, ../scss/_footer.scss */
  body footer ul.site-footer-widgets > li:nth-child(3) {
    width: 12%;
  }
  /* line 108, ../scss/_footer.scss */
  body footer ul.site-footer-widgets > li:nth-child(4) {
    width: 20%;
  }
  
  
  
   /* line 113, ../scss/_footer.scss */
  /* body #footer, #footer-contact { */
    /* height: auto; */
    /* background: url("../images/footer-img.png") center top no-repeat #21b79a; */
    /* background-size: cover; */
  /* } */
 
 
 body footer li#text-21 {
    margin-bottom: 0;
}