
footer{

    height: 120px;

    text-align: center;
    border-top: 1.5px solid black;

    bottom: 0px;
    background-color: #202020;

}

#footerResaux{

    width: 100%;
    height: 40%;    
}

.footerIcon{

    font-size: 25px;
    text-decoration: none;
    color: white;
    cursor: pointer;

    padding-top: 15px;
    margin-left: 10px;

}


#footerContact{

    width: 100%;
    height: 40%;    
}

#footerContact nav{

    padding-top: 10px;

}

#footerContact a{

    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: "Calibri";
    font-weight: bold;
    margin-left: 15px;

}


.footerIcon:hover, #footerContact a:hover{

    transition: color 0.3s ease;
    color: rgba(255, 150, 0,1);

}


#footerMagafor{

    width: 100%;
    height: 20%;

    color: white;
    font-size: 14px;
    font-family: "Calibri";

} 