html {
    margin: 0;
}

@media screen and (max-width: 570px){
    .fond>img{
        height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60px;
        
    }

    .coordonnees{
        height: 100px;
        width: 80px;
      	margin-left: -80px;
    }

    .renvoi{
        width: 125px;
      	margin-left: -80px;
    }

    .mentions{
        width: 400px;
        font-size: 10px;
        display: flex;
        justify-content: space-around;
      	margin-left: -40px;
    }
       
    .fond>.coordonnees>p{
        font-size: 10px;
        color: orange;
        font-family: Tangerine;
        width: 80px;
        height: 20px !important;
        padding: 10px;
       
    }
    footer{
        background-color: black;
        height: 200px;
        width: 415px;
        
            }
    .fond{
        display: flex;
       justify-content: space-around;
       align-items:center;
       width: 400px;
       height: 150px;
      margin-left : -30px;
    }
    .renvoi1>a{
        font-size: 10px;
        color: white;
        text-decoration: none;
        
        
    }
    .renvoi1>a:hover{
        color: orange;
    }
    .renvoi1{
        padding: 5px;
        width: 125px;
    }
    .mentions a{
        text-decoration: none;
        color: white;
    }

    .mentions a:hover{
        color:orange;
    }
}


@media screen and (min-width: 450px) and (max-width: 899px){
    .fond>img{
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;        
    }
       
    .coordonnees>p{
        font-size: 20px;
        color: orange;
        font-family: Tangerine;
    }
    footer{
        background-color: black;
            }
    .fond{
        display: flex;
       justify-content: space-around;
       align-items: center;
    }
    .renvoi1>a{
        font-size: 20px;
        color: white;
        text-decoration: none;
        
        
    }
    .renvoi1>a:hover{
        color: orange;
    }
    .renvoi1{
        padding: 20px;
    }
    .mentions a{
        text-decoration: none;
        color: white;
    }

    .mentions a:hover{
        color:orange;
    }
}


@media screen and (min-width: 900px){
    .fond>img{
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .coordonnees{
        text-align: center;
    } 
    .coordonnees>p{
        font-size: 25px;
        color: orange;
        font-family: Tangerine;
    }
    footer{
        background-color: black;
        border: 1px solid orange;
            }
    .fond{
        display: flex;
       justify-content: space-around;
       align-items: center;
    }
    .renvoi1>a{
        font-size: 30px;
        color: white;
        text-decoration: none;
        
        
    }
    .renvoi1>a:hover{
        color: orange;
    }
    .renvoi1{
        padding: 20px;
    }

    .mentions{
        color: white;
        text-align: center;
        display: flex;
        justify-content: space-around;
    }

    .mentions a{
        text-decoration: none;
        color: white;
    }

    .mentions a:hover{
        color:orange;
    }
}