body{
    overflow-y:auto;
}
.mecontact{
    display: flex;
   flex-direction: column;
   position: absolute;
   width: 99%;
   margin-top: 6%;
}
.mecontact a{
    color: white;
}
.reseau{
    align-self: center;
    align-content: left;
}
h4{	
    display: inline;
}
.bas img{
    position: absolute;
    margin-top: -3%;
}
h5{
    display: inline;
}
@media screen and (min-width: 480px)
{
    body{
        overflow-x: hidden;
    }
    .mecontact img{
        width: 5%;
    }
    .reseau{
        margin-top: -1.5%;
        width: 70%;
        padding: 2%;
        margin-left: 25%;
    }
    h4{	
        font-size: 3vw;
    }
    .bas img{
        width: 20%;
        margin-top: -3%;
    }
}
@media screen and (min-width: 1024px)
{   
    .mecontact img{
        width: 4%;
    }
    .reseau{
        margin-top: -3%;
        width: 35%;
    }
    h4{	
        font-size: 1.3vw;
    }
    .bas img{
        width: 13%;
        margin-top: -3%;
    }
}