.selection {
    background-image: url('../charte/fond_traits.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 91px;
}
.selection-content {
    z-index: 10;
    position: relative;
}
.selection-content h2 {
    margin-bottom: 15px;
    font-weight: 300;
}
.selection-content p {
    font-size: 18px;
}
@media screen and (min-width: 300px) and (max-width: 990px) {
    .selection {
        background-image: none;
    }
    .selection-content {
        z-index: 10;
        position: relative;
        padding-bottom: 2rem;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }
}