.footer {
    background: #1485c4;
    position: relative;
    overflow: hidden;
    margin-top: -5px;
    padding-top: 55px;
   z-index: 2;
}
.adr {
    display: flex;
    align-items: center;
    margin-top: 35px;
    white-space: normal;
}
.adr em {
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adr:last-child {align-items: flex-start;margin-bottom: 0;}
span.color {
    color: #add4ea;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Antipasto Pro';
    letter-spacing: 1px;
}
.boxkaabia {
    padding-left: 0;
}
.flexkaabia {
    margin-left: 25px;
}
.flexkaabia p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
}
.flexkaabia p a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
}
.menufooter {
    display: flex;
}
.boxplan {
    position: relative;
    margin-top: 15px;
    width: 50%;
    flex-wrap: wrap;
}
.titlefooter {
    font-family: 'Antipasto Pro';
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.liens-utiles li {
    list-style: none;
    margin-bottom: 5px;
}
.liens-utiles li a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    text-decoration: underline;
}
.liens-utiles li a:hover {
    color: #add4ea;
    text-decoration: none;
}
.boxsuivez-nous {
    margin-top: 15px;
}
.liste-sociaux {list-style: none;padding: 0;margin: 0;display: flex;align-items: center;}
.liste-sociaux li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.liste-sociaux li:last-child {
    margin-right: 0px;
}
.liste-sociaux li em {
    color: #fff;
    font-size: 18px;
}
.liste-sociaux a {
    position: relative;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    overflow: hidden;
}
.liste-sociaux a:hover { text-decoration: none;}
.boxsuivez-nous ul li a em:before {
    position: relative;
    z-index: 2;
    -webkit-transition: color 300ms cubic-bezier(0.86,0,.07,1) 0ms;
    -moz-transition: color 300ms cubic-bezier(0.86,0,.07,1) 0ms;
    -ms-transition: color 300ms cubic-bezier(0.86,0,.07,1) 0ms;
    -o-transition: color 300ms cubic-bezier(0.86,0,.07,1) 0ms;
    transition: color 300ms cubic-bezier(0.86,0,.07,1) 0ms;
}
.boxsuivez-nous ul li a:hover em, .boxsuivez-nous ul li a:hover em:before {
    color: #fff;
}
.boxsuivez-nous ul li a .fa-facebook-f:after {
    content: '';
    display: block;
    background-color: #3b5998;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-facebook-f:after {
    width: 100%;
}

.boxsuivez-nous ul li a .fa-twitter:after {
    content: '';
    display: block;
    background-color: #55acee;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-twitter:after {
    width: 100%;
}


.boxsuivez-nous ul li a .fa-linkedin-in:after {
    content: '';
    display: block;
    background-color: #0077B5;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-linkedin-in:after {
    width: 100%;
}
.boxsuivez-nous ul li a .fa-google-plus-g:after {
    content: '';
    display: block;
    background-color: #d34836;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-google-plus-g:after {
    width: 100%;
}
.boxsuivez-nous ul li a .fa-google-plus-g:after {
    content: '';
    display: block;
    background-color: #d34836;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-google-plus-g:after {
    width: 100%;
}
.boxsuivez-nous ul li a .fa-youtube:after {
    content: '';
    display: block;
    background-color: #cd201f;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-youtube:after {
    width: 100%;
}
.boxsuivez-nous ul li a .fa-instagram:after {
    content: '';
    display: block;
    background-color: #517fa6;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -moz-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -ms-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    -o-transition: width 400ms cubic-bezier(0.86,0,.07,1);
    transition: width 400ms cubic-bezier(0.86,0,.07,1);
}
.boxsuivez-nous ul li a:hover .fa-instagram:after {
    width: 100%;
}
.suivez-kaabia {
    padding-right: 0;
}
.copyright {
    background: #fff;
    padding: 20px 0;
    margin-top: 50px;
}
.copyright p {
    margin: 0;
    color: #989898;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
}
.copyright p a {
    color: #989898;
}
.logofooter a {
    display: block;
    width: 155px;
}
@media screen and (max-width: 991px) {
.flexfooter {
    position: relative;
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
}
.logofooter img {
    margin: 0 auto;
}
.boxkaabia {
    padding: 0;
}
.menufooter {
    margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.boxplan {
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
}
.menufooter {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 550px) {
.footer {
    padding-top: 30px;
}
.flexfooter {
    width: 70%;
}
.copyright {
    padding: 20px 15px;
    margin-top: 30px;
}
}
@media screen and (max-width: 420px) {
.flexfooter {
    width: 100%;
}
.flexkaabia {
    margin-left: 15px;
}
.adr {
    margin-top: 20px;
}
}
