.nouveaute .two-btns{
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
}

.nouveaute .two-btns a{
    margin: 0;
}

.nouveaute .two-btns .btnvert3{
    height: fit-content;
    margin-top: 30px;
}

div.form{
    margin-top: 50px;
}

@media only screen and (min-width: 25em){
    .nouveaute{
        margin-top: 38px;
    }
}

@media only screen and (min-width: 31em){
    .nouveaute .two-btns {
        flex-direction: row;
    }
    .nouveaute .two-btns .btnvert3{
        margin-top: 0;
    }
}

@media only screen and (min-width: 48em){
    .nouveaute .two-btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .nouveaute .two-btns .btnvert3{   
        margin-top: 30px;
    }
}

@media only screen and (min-width: 64em){
    .nouveaute .two-btns {
        flex-direction: row;
        align-items: center;
    }
    .nouveaute .two-btns .btnvert3{   
        margin-top: 0;
    }
}