.tree-bg.left {
    width: 245px;
    height: 485px;
    background-repeat: no-repeat;
    position: absolute;
    background-position-x: 0;
    opacity: 0.5;
    top: 15%;
    background-image: url(../charte/Arbre_cote_gauche.png);
}

.tree-bg.right {
    width: 245px;
    height: 486px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.5;
    right: 0%;
    top: 15%;
    background-position-x: 0;
    background-image: url(../charte/Arbre_cote_droit.png);
}

.bon-plan-content {
    z-index: 10;
    position: relative;
}
.bon-plan-content h2 {
    margin-bottom: 15px;
    font-weight: 300;
}
.bon-plan-content p {
    font-size: 18px;
}
.bon-plan {
    padding-bottom: 3rem;
    padding-top: 2rem;
}


@media screen and (min-width: 300px) and (max-width: 990px) {
    .bon-plan {
        padding-bottom: 1rem;
        padding-top: 0rem;
    }

    .bon-plan-content {
        z-index: 10;
        position: relative;
        padding-bottom: 2rem;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }

    .tree-bg.right {
        display: none;
    }

    .tree-bg.left {
        display: none;
    }
}