#btn-chache{
    height:70VH;
    display: grid;
    place-content: center;
    background-color: rgba(125,125,125,0.66);
}
#section-btn-chache{
    background: url(img/pwoveb/candy.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1024px){
    .h1-light{
        display: none;
    }
}
@media (min-width: 1025px){
    .h1-primary{
        display: none;
    }
}