.site-footer{
  width: 100%;
  margin: 0px;
}

.site-footer .wrap{
  width: 100%;
  margin: 0px;
  text-align: center;
  max-width: 100%;
  padding: 0px;
}

.site-footer .widget-area{
  background-color: #A36298;
  max-width: 100%;
  margin: inherit;
  padding: 0px;
}

.footer_color{
	background-color:#d7d9e6;
}

.widget{
  padding-bottom: 0px;
}

.footer-widget-2 .widget {
    position: relative;
    margin: 1em;
    overflow: hidden;

}

.footer-widget-2 .widget ul {
    display: inline-flex;
    margin-left: -1px;
}

.footer-widget-2 .widget ul li:first-child {
    border-left: 1px solid transparent;
}

.footer-widget-2 .widget li {
    padding: 0 1em;
    border-left: 1px solid #ccc;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: auto!important;
}
.footer-widget-2 .widget ul li a{
  color: white;
  box-shadow: none;
}

.social-navigation{
  text-align: center;
  width: 100%;
  padding-top: 1.2em;
  background-color: #0e4194;
  margin-bottom: 0;
}
.social-navigation a{
  border-radius: 10px;
  background-color: white;
  color: #0e4194;
  border: 1px solid transparent;

}
.social-navigation a:hover{
  border-radius: 10px;
  background-color:#0e4194 ;
  color: white;
  border: 1px solid white;

}

.site-footer{
  border: 0px solid transparent;
}

#BanniereFooter {
  background-color: transparent;
}
#BanniereFooter ul {
  margin-bottom: 0px;
}

#BanniereFooter ul li:first-child img {
  width: 1000px;
}

#BanniereESF{
	max-width:1000px;
	margin-left:auto;
	margin-right: auto;
}
.entry-content a img, .widget a img {
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: none;
	text-decoration:none !important;
}
.attachment-full{
	width:1000px;
	display: block;
	margin-top: 2%;
}

/*responsive*/

@media screen and (max-width:500px) {
	.footer-widget-2 .widget li{
		padding: 0em .5em;
	}

	#menu-menu-inferieur-fr{
		font-size:11px;
	}
}

@media screen and (max-width:678px){
	.footer-widget-2 .widget ul li a{
		font-size: 12px;
	}
}

/*footer sitemap*/
.menu-views{
	display:block;
	background-color: #0e4194;
	width: 100%;
	padding-bottom: 2%;
	padding-top: 1.2em;
}

#menu-footer-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1000px;
	padding: 0px 45px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}
#menu-footer-items > li{
	list-style: none!important;
    width: 33%;
    margin: 0px auto 15px auto;
}
@media screen and (max-width:679px) {
	#menu-footer-items > li{
		width: 100%;
		text-align: center!important;
	}
}
.menu-items > li{
	margin-right: 15px;
}
.menu-items > li > a {
	font-weight: 700;
}

.menu-views a{
	color: #fff !important;
	display: block;
	width: 100%;
	box-shadow: none !important;
}
.menu-views a:hover{
	/*border-radius: 10px;*/
	text-decoration : underline;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.menu-views li{
    padding: 0 0 !important;
	list-style: disc !important;
	text-align: left !important;
	color: #fff;
}
.footer-colonne{
	margin-left:auto;
	margin-right:auto;
	max-width: 700px;
}
.footer1{
	text-align:left;
	max-width:160px;
	float: left;
	margin-right: 27% !important;
}
.footer2{
	text-align:left;
	max-width:160px;
	float: left;
	margin-right: 17% !important; /*19%*/
}
.footer3{
	text-align:left;
	max-width:170px;
	float: right;
}
/*.footer4{
	text-align:left;
	max-width:160px;
	float: right;
}*/
@media screen and (max-width:1068px) {
	.carousel-slider .owl-nav [class*='owl-']:last-child {
		right: 15px!important;
	}
	.carousel-slider .owl-nav [class*='owl-']:first-child {
		left: 15px!important;
	}
}

/*fin footer sitemap*/