/*@todo engagements*/

#engagements #hauteValeur {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    background-image: url("https://larosevircoulon.fr/dev/public/images/images/engagements/image-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#engagements #hauteValeur picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

#engagements #hauteValeur img {
    max-width: 400px;
    width: 50vw;
    height: auto;
}
@media (max-width: 576px) {
    #engagements #hauteValeur {
        height: 200px;
    }
}

#engagements #hauteValeur {
    margin-bottom: 10rem;
    margin-top: 10rem;
}


@media (max-width: 759px) {
    #engagements #hauteValeur {
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
}

@media (min-width: 760px) and (max-width: 759px) {
    #vignobles #iconesAppellation{
        top:6rem;
    }

}
