/***********************************************************************************************************************************/
/* FOOTER **************************************************************************************************************************/
/***********************************************************************************************************************************/

/*Rubriques*/


.footer-nav{
    background-color: rgba(55, 101, 154, 0.9);
    border: 0;
}
.footer-nav li{
    border-right: 1px solid #fff;
}
.footer-nav li:last-child{
    border-right: 0;
}
#footer-nav li a{
    position: relative;
    display: block;
    height: 2.75rem;
    width: 100%;
    box-sizing: border-box;
    padding: .675rem;
    margin: 0 auto;
}
#footer-nav .content-icon-svg{
    width: 28px;
    height: 28px;
}
.footer-nav a::before{
    content:"";
    position: absolute;
    z-index: -1;
    background-color: #7dd2fe;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    border-radius: 100%;
}
.footer-nav a .svg{
    transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}
.footer-nav a:active::before{
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 0%;
}
.footer-nav a:active .svg{
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
}

/** maintenance *********************************************************************************************************************************/

.footer__social .level-1{
    display: inline-block;
    padding: 5px 5px 0;
}
.footer__social .svg{
    fill: #fff;
}