.ligne{
    width: 100%;
    height: 1px;
    background-color: lightgray;
}
.Grandtitre{
    font-weight: bolder;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.soustitre{
    font-weight: bold;
    width: 100%;
    font-size: 1.2rem;
}
.texte{
    width: 100%;
    font-size: 1rem;
}
.Titresection img{
    width: 100%;
}