
/* texte avec fond gris centrer  */
.texteavecfond {
    
    color: black;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    background-color: rgb(233, 222, 210);
    display: inline-block;
    text-align: center;
    opacity: 80%;
    border-radius: 20px 20px 20px 20px;
     margin-right: 10px;
     margin-left: 10px;
    
}

.texteavecfond.gris {
    
    color: black;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    background-color: rgba(240, 239, 239, 0.897);
    display: inline-block;
    text-align: center;
    
}

.texteavecfond p2 {
    
    color: black;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    background-color: rgb(233, 222, 210);
    display: inline-block;
    text-align: center;
    
}

.texteavecfond.gris p {
    
    color: black;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    background-color: rgba(240, 239, 239, 0.897);
    display: inline-block;
    text-align: center;
    
}