   .FooterContent a{
       -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    }
.FooterContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.BlokLeftFooter {
    background: #022862;
	width:60%;
 
}

.BlokRightFooter {
    background: #ebebeb;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	width:40%;
}
.no-padding{padding:0px !important;}

.CopyLeft_Content, .CopyRight_Content{
    padding: 30px 20px;
}
.FooterTitre {
    font-family: 'Mayeka Bold Demo';
    color: #fff;
    font-size: 18px;
    /* display: block; */
    margin-bottom: 20px;
}
.FooterTitreSuiver{
    font-family: 'Mayeka Bold Demo';
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.CopyLeft_Content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.contacterNous {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
	padding:0;
}
.DesFooter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: left;
}
.DesFooter p{
    margin-right: 10px;
}
.DesFooter a{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
.DesFooter a:hover{
color:#f9dd06;
}

a.linkR {
    font-size: 16px;
    color: #fff;
}

.ListResauSociaux {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}
a.linkR:hover {
color:#f9dd06;
}


.CopyRight_Content {color:#3d3d3d;font-size:12px;font-family: 'Lato', sans-serif;}
.CopyRight_Content a {color:#3d3d3d;font-size:14px;font-family: 'Lato', sans-serif;}
.CopyRight_Content img{
 margin-right:6px ;
  margin-left:6px;
}
@media screen   and (max-width:991px)  {
.BlokRightFooter{width:100%;}
.BlokLeftFooter {width:100%;}
}
@media screen   and (max-width:767px)  {
.CopyLeft_Content {
   text-align:center;
   /* display: table; */
   /* margin: auto; */
   /* float: none; */
   /* width: auto; */
   flex-direction: column;
}
.DesFooter {
    flex-direction: column;
    display: block;
    text-align: center;
    width: 100%;
}
.ListResauSociaux {
    justify-content: center;
}
a.linkR {
   
    margin-left: 5px;
    margin-right: 5px;
}
.CopyRight_Content {

    width: 100%;
    text-align: center;
}
.DesFooter p{margin-right:0px !important;}
.FooterTitre {
    margin-bottom: 7px;
}
.FooterTitreSuiver{
    margin-bottom: 7px;
     margin-top:25px;
}
}
