.RSE__header {
    height: 25vh;
    background-image: url('../img/layer711.jpg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    background-size: cover;
    padding: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    text-shadow: -4px 4px 4px #222;
}

.rse__container {
    margin-top: 25px !important;
    height:  fit-content;
    padding: 100px;
    background-image: url('../img/Layer 71.jpg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    background-size: 100% 100%;
     
}

.rse__title {
    text-align: center; 
    font-size: 38px ; 
    font-weight: bold; 
    color: #252421 ; 
    padding: 70px 0 50px 0;
}

.rse__contenu {
    width: 70%;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 16px;
    color: white;
    text-shadow: -3px 2px 4px black;
    /* filter: drop-shadow(0px 4px 1px black); */
    padding: 10px 0;
}

.rse_wrapper {
    width: 100%;
    background: linear-gradient(to left, rgb(255 255 255 / 0%),#1111114f, rgb(255 255 255 / 0%)) 
}


hr {
    background: linear-gradient(to left, rgb(195 76 76 / 12%),rgb(255 0 0 / 93%), rgb(195 76 76 / 12%));
    width: 500px; 
    height: 2px; 
}

.treeIcon {
    width: 100% !important; 
    height: fit-content !important;   
    /*border: 1px solid red ;*/ 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 50px 0 ; 
}

.treeIcon img {
    width: 10%;
    margin: 20px auto !important;
      
}