
 footer {
    background: url(../Images/BgFooter.jpg) 50% 100% no-repeat !important;
    width: 100%;
    height: auto;
    font-family: Arial;
    color: #fff;
    background-attachment: fixed;
    /* padding: 100px 0px; */
    background-size: cover;
    position: relative;
    padding-top: 180px;
    overflow: hidden;
    padding-bottom: 20px;
}
 
footer:before{
	content:"";
	background: url(../Images/BeforeFooter.png) 50% 100% no-repeat !important;
	width: 100%;
	position:absolute;
	top:0px;
	height: 130px;
	left: 0px;
}
.LogoFooter {
    display: table;
    margin: auto;
}
 
 
.RejoignezNous {
    display: table;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.copyright {
        display: table;
    margin: auto;
    text-align: center;
}
 .RejoignezNous span{
	 color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Arsenal', sans-serif;
    font-weight: 400;
 
 }
 .copyright {
	 color: #fff;
    font-size: 12px;
    margin-top: 30px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;	 
 }
  .copyright a {
	   color:#fff;
	   text-decoration:none;
  }
.copyright a:hover{
	 color:#c00307; 	
	}
.ListResauSociauxFooter  a:hover{
		background:#34356b;
		color:#fff;
	 }
 .ListResauSociauxFooter  a{
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		width: 37px;
		height: 37px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		background: #fff;
		-webkit-transition: 0.500s linear;
		-ms-transition: 0.500s linear;
		-moz-transition: 0.500s linear;
		-o-transition: 0.500s linear;
		transition: 0.500s linear;
		justify-content: center;
		color:#34356b;
		cursor: pointer;
		font-size:20px;
		font-family: 'Arsenal', sans-serif;
		font-weight: 700;
		/* display: table; */
		margin: auto;
		margin-top: 20px;
		text-decoration: none;
		}
.ListMenuAdresse:after {
	content:"";
	height:170px;
	width:1px;
	background:rgba(255,255,255,0.3);
	left:60%;
	position:absolute;
	
}
.ListMenuAdresse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: end;
    -webkit-box-align: end;
    align-items: end;
    justify-content: space-between;
    position: relative;
}

.ListMenu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    -webkit-align-items: end;
    -webkit-box-align: end;
    align-items: end;
    /* justify-content: space-between; */
    width: 100%;
    /* margin: auto; */
}
.TitreFooter {
    font-family: 'Arsenal', sans-serif;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
	    margin-bottom: 20px;
}
.SousTitreFooter {
    font-family: 'Arimo', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
}
.ListAdresse p{
    font-family: 'Arimo', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight:400;
	margin-bottom: 10px;	
}
.ListMenuMfooter1 {
    width: calc(100% / 4);
}
.ListMenuMfooter2, .ListMenuMfooter3 {
    width: calc(100% / 3);
}
.ContentContact {
    font-family: 'Arimo', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
}
.RadMenu {
    white-space: inherit !important;
    padding-right: 15px !important;
}
@media screen  and (min-width:1300px)  and (max-width:1400px)    {
	 .contentFooter{
		    margin-left: 5% !important;
	}
.ListMenuAdresse {

    min-width: 1200px !important;
}
.contentFooter{
   min-width: 1200px !important;	
}
}
@media screen  and (max-width:767px)    {
	.ListMenuAdresse:after {display:none;}
.ListMenuAdresse {
 
    flex-direction: column;
}
.ListAdresse {
    display: table;
    margin: auto;
    text-align: center;
}
}
@media screen  and (max-width:768px)    {
.ContenueClient {
    margin-bottom: 40px !important;
}
}
.DescriptionFooter {
    font-family: Arial;
    font-size: 15px;
}

.DescriptionFooter a {
    font-family: Arial;
    font-size: 15px;
    color:#fff;
    text-decoration: none;
}
.DescriptionFooter a:hover{
     color: #f09f24;   
}

.ContenueClient {
    margin-bottom: 20vh;
}


}




a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ListMenu .Item {
    font-size: 15px !important;
    font-weight: 400 !important;
}
.ListMenu .Item  a:hover{
   color:#dc2726 !important;
}


@media screen and (min-width: 800px) and (max-width: 800px) {
footer {
    min-height: 1300px;
    padding-bottom: 20px;
    padding-top: 0px !important;
}
}
