@media (max-width: 577px){
    #to-top{ display: none; }
    #notif{
        display: inline-block;
        width: auto;
    }
    h2{
        margin-top: 30px;
        font-size: 55px;
        text-transform: uppercase;
        color: coral;
    }
    h4{ color: rgb(167, 167, 167); font-size: 25px; }
    #hero {
        background-color: coral;
        height: auto;
    }
    #hero h1{
        text-transform: uppercase;
        z-index: 100;
        position: absolute;
        color: white;
        font-size: 60px;
        top: 25%;
        left: 10%;
        right: 10%;
    }
    #hero h1 span{ color: coral; }
    #hero h3{
        left: 10%;
        right: 10%;
        z-index: 100;
        position: absolute;
        top: 45%;
        padding: 10px;
        color: rgba(255, 255, 255, 0.89);
        font-size: 25px;
    }
    #hero video{
        mask-image: linear-gradient(rgba(255, 127, 80, 0.606),rgba(255, 127, 80, 0.606));
        min-height: auto;
        width: 250%;
    }
    #bio img{ display: none; }
    form img{ display: none; }
    #bio{ background-color: coral; padding-top: 10%; padding-bottom: 10%;}
    #bio h2{ color: white; }
    #bio h4{
        margin-top: 2%;
        padding: 10px;
        color: maroon;
    }
    #bio p{
        margin: 25px;
        margin-top: 10%;
        font-size: 16px;
        line-height: 20px;
        color: white;
    }
    .b-compt{ 
        margin: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .b-compt a{
        border: solid coral 2px;
        border-radius: 20px;
        color: coral;
        margin: 20px;
        padding: 10px;
        text-decoration: none;
    }
    #grid{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10%;
    }
    #grid h3{ display: none;}
    #grid img{ background-color: coral; margin-top: 50px;}
    form{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 5%;
        background-color: coral;
    }
    form h2{
        margin: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        color: white;
    }
    form input{
        border: none;
        margin: 5px;
        border-radius: 10px;
        height: 50px;
    }
    form textarea{
        display: flex;
        padding-top: 10%;
        border: none;
        margin: 5px;
        border-radius: 10px;
        height: 200px;
        font-size: 13px;
    }
    #send{
        border: solid white 2px;
        margin: 10px;
        border-radius: 30px;
        cursor: pointer;
        color: white;
        background-color: coral;
    }
    #contact-autre{
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        height: 10vh;
        padding-bottom: 20%;
    }
    #contact-autre p{
        position: relative;
        border: solid coral 2px;
        width: 350px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 30px;
        color: coral;
        background-color: white;
    }
    #contact-autre a{
        position: relative;
        width: 200px;
    }
}