


.footer{
    position: absolute;  
    width: 100%;  
}

.footer__fond{
    height: 50px;
    background-color: dimgrey;
}


.p__footer{
    float: left;
    margin-left: 200px;
    color: white;
}

.p__footer-fin{
    float: left;
    margin-left: 100px;
    color: white;
}

.link_footer{
    text-decoration: underline;
    color: white;
}

.link_footer:active{

color: orangered;
}


@media only screen and (max-width: 1400px){



    .footer{
        width: 100vw;
        background-color: dimgrey;
        height: 250px;
    }

    .p__footer{
        margin-left: 100px;
        border-right: 0px;
    }

    
    }