/* CSS pour nos services */
@media screen {
    
    #listeServices .service-item:hover {
        background: #00209F;
    }

    #listeServices .service-item:hover .service-icon {
        color: #00209F;
    }

    #listeServices .service-item .service-icon i {
        font-size: 30px;
    }
}


footer .logo {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* box-shadow: 0px 0px 10px 5px #fff; */
    border-radius: 10px;
}




footer img {
    width: 100%;
    max-width: 300px;
}

footer h5 {
    color: #fcf7ff;
}

footer p {
    color: #ffffffd6;
}

footer .socialMedia a {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .3s ease-in;
}

footer .socialMedia a i {
    color: #00209f;
}

footer .socialMedia a:hover {
    border-radius: 5px;
    transform: translateY(-8px);
}

footer .liens a {
    display: block;
    margin-bottom: .6rem;
    color: #ffffffd4;
    font-weight: 100;
    transition: all .2s ease-in;
}

footer .liens a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

footer .liens a:hover {
    color: #fff;
    transform: translateX(5px);
}
