.footer{
    position: relative;
    width: 100%;
    height: auto;
    background: black;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.footer__items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer__apropos-left{
    margin-right: 30px;
    width: 40%;

}

.footer__liens-center{
    position: relative;
    width: 25%;

}

.footer__contact-right{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.footer__apropos-title{
    position: relative;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__apropos-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #8900ff;
}

.footer__apropos-text{
    color: #999999;

}

.footer__apropos-réseaux {
    margin-top: 20px;
    display: flex;

}

.footer__apropos-réseaux li {
    list-style: none;
    margin-top: 20px;
}

.footer__apropos-réseaux li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.footer__apropos-réseaux li a:hover {
    background: #8900ff;
}

.footer__apropos-réseaux li a i{
    color: white;
    font-size: 20px;
}


.footer__liens-title{
    position: relative;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__liens-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #8900ff;
}

.footer__li{
    list-style: none;
    margin-top: 15px;
}

.footer__li .footer__a{
    color: #999;
    text-decoration: none;
    margin-bottom: 1px;
    display: inline-block;
}

.footer__li .footer__a:hover{
    color: #8900ff;
}


.footer__contact-title{
    position: relative;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__contact-title:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #8900ff;
}


.footer__contact-right .footer__info{
    position: relative;
}

.footer__contact-right .footer__info li {
    display: flex;
    margin-bottom: 16px;
}

.footer__contact-right .footer__info li span:nth-child(1){
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.footer__contact-right .footer__info li span
{
    color: #999999;
}

.footer__contact-right .footer__info li a
{
    color: #999999;
    text-decoration: none;
}

.footer__contact-right .footer__info li a:hover
{
    color: #8900ff;
}

.copyright{
    width: 100%;
    background:#181818;
    padding: 8px 40px;
    text-align: center;
    color: #999999;
}

@media only screen and (max-width: 900px){

    .footer__items{

        margin-bottom: 40px;
        flex-direction: column;
    }

    .footer__apropos-left  {
        width: 100%;
    }

    .footer__liens-center{
        width: 100%;
    }

    .footer__contact-right{
        width: 100%;
    }
}
