html {
    text-decoration: none;



    
}
body {
    text-decoration: none;
    padding-top: 2rem;
    

}







/* ********************************************* TEXTES ****************************************************************************** */

.textvert{
    color: #527c5b;    
}

.textnoir{
    color: #000000;    
}

.textblanc{
    color: #527c5b;    
}

.textlila{
    color: #875caf;    
}




/* ********************************************* BACKGROUND ****************************************************************************** */

.bg-blanc-20{
    background-color: #ffffff54;
    margin-left: 10rem;
    margin-right: 10rem;
   
}

.bgelodie{
        width: 100vw;
        min-height: 100vh;
        background-image: url('https://www.edcspa.fr/images/P1022873.JPG');
        background-position: center;
        background-repeat: no-repeat;
}

.bggris{
    background-color: #aaaaaa;
}

.carousel1{
width: 100vw;
margin-top: 3rem;
position: center;


}

/* ********************************************* BORDER COLOR ****************************************************************************** */

.bdcolornoir{
    border: black;
    border-style:groove;
}
