#first article{
    border: solid;
    border-color: #bf3b5e ;
    border-radius: 20px; 
    margin-top: 3rem;  
}

.saumon{
    color: #e69656;
}

.pt-5{
    color: #9b1801;
    font-weight: bold;
}

span{
    color: #9b1801;
    text-decoration: underline;    
}

#dirigeante{
    color: #9b1801;  
    font-weight: bold;
}

.marron{
    color: #9b1801;    
}

.titre{
    background-color:  #e69656;
    color: white;
    font-weight: bold;
    font-size: 2rem;

}

.sous-titre{
    background-color:  #f8b5ac;
    color: white;    
}


.tableau{
    background-color: #f8b5ac;
}