*{
    margin: 0 auto;
    padding: 0;
 text-decoration: none;
 text-decoration: underline none;
   }
@font-face{
    font-family: roboto-regular,  sans-serif;
    src:url(font/Roboto-Light.ttf)
}
.mention{
    width: 90%;
    background: rgba(225, 232, 245, 0.808);
   padding-top: 80px;
}
h1{
    padding-top: 50px;
    text-align: center;
    color: rgb(2, 2, 2);
}
h2{
    color: rgb(2, 2, 2);
    margin-top: 20px;
}

h3{
    margin-bottom: 20px;
    margin-top: 20px;
}

.identite{
    margin-left: 10%;
    padding-bottom: 10px;
    
}
P{
    margin-bottom: 2vh;
    color: rgb(58, 56, 56);
}
.texte{
    width:80%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.texte h4 p{
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.texte a{
    color: rgb(65, 63, 63);
}
h4.lien {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: underline;
}


