#mere_des_a{
    display: inline-flex;
    background-color: rgb(250, 224, 224);
}
#mere_des_a p{
    padding: 89px;
}
 #mere_des_a a:active{

    background-color: blueviolet;
    background-color: rgb(170, 158, 158);
    background-color: darkolivegreen;
    width: 22px;

}
body{
    padding-left: 80px;
}



@media screen and (max-width:600px) {

    #mere_des_a{
        display: inline-flex;
        background-color: rgb(250, 224, 224);

    }
    #mere_des_a p{
        padding: 15px;
        width: 60px;

    }
     #mere_des_a a:active{
    
        background-color: blueviolet;
        background-color: rgb(170, 158, 158);
        background-color: darkolivegreen;
        width: 20px;
    
    }
    body{
        
padding-left: 20px;

    }

   


    
}


@media screen and (max-width:1000px) and (min-width:600px) {
    #mere_des_a{
        display: inline-flex;
        background-color: rgb(250, 224, 224);

    }
    #mere_des_a p{
        padding: 40px;
        width: 40px;

    }
     #mere_des_a a:active{
    
        background-color: blueviolet;
        background-color: rgb(170, 158, 158);
        background-color: darkolivegreen;
        width: 19px;
    
    }
    body{
    
padding-left: 8px;
    }
 
    
}



