.parallax {
    margin-top: 45px !important;
    position: relative;
    background: url(../images/coquelicot-mobile.png)100% 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 100%;
    height: 200px;

}
.box-texte {
    
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000;
    top:42px;
}
.texte-parallax {
    padding:6%;
    background-color: transparent;
    color:#bbd29e;
    font-size:1rem;
    margin:0;
}
.green {
    font-size:1rem;
    color:black;
    font-family: 'Quicksand', sans-serif;


}
/*MEDIA SCREEN */
@media (min-width: 576px) {
        .parallax {
    background: url(../images/coque.png)100% 30%;
    margin-top: 45px !important;
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    object-fit: contain;
    width: 100%;
    height: 200px;

    }
}
/* Tablettes */
@media screen and (min-width:768px) {
    .parallax {
        min-height:250px;
        position: relative;
        background: url(../images/coque.png)100% 30%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .green {
    font-size:1.30rem;
}  
 .texte-parallax {
    font-size:1.30rem;
    
}   
}
/* */
@media (min-width: 992px) {

}
/* Ordinateur de bureau */
@media screen and (min-width:1024px) {
}
@media screen and (min-width:1440px) {
}
/* HD Desktop */

@media screen and (min-width:1920px) {
}