#phrase{
    text-align: center;
    padding-top: 40px;
    color:#f25848;
    font-size: 20px;
    font-weight: bold;
    background-image: url('images/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
}

#formulaire{
    display: flex;
    justify-content: center;
    padding: 30px 0 60px 0;
}

.tableau{
    width: 300px;
}

/* --- Entre Tablet et Mobile L --- */

@media(max-width:699px){

    #phrase{
        font-size: 18px;
    }
    }
    
    
    @media(max-width:629px){
    
    #phrase{
        font-size: 16px;
    }
    }
    
    @media(max-width:564px){
        
    #phrase{
        font-size: 14px;
        padding: 50px 0 0 0;
    }
    }
    
    @media(max-width:491px){
        
    #phrase{
        font-size: 12px;
    }
}