

.contain-mention{
    background-color: blanchedalmond;
}


.contain-mention h1{
    text-align: center;
}

.contain-mention .identite{
    display:flex;
    flex-direction: column;
   justify-content: flex-start;
   align-content: flex-start;
   width: 70%;
}
.contain-mention hr{
    width: 70%;
    border: 0.5px solid #AF3232;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contain-mention h2{
    font-size:23px ;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
.contain-mention h2 span{
    text-align: left;
    margin: 0;
    font-weight: lighter;
  font-family: great;
  color: #AF3232;
  font-size: 40px;
  margin: 0;
  padding: 40px;

 }

.contain-mention h3{
    text-align: left;
    margin: 0;
    font-weight: lighter;
    font-size: 20px;
    margin: 0;
    color: black;
  
}
.contain-mention p{
    text-align: left;
   padding-bottom: 15px;
    margin: 0;
    font-size: 20px;
    color: rgb(80, 80, 80);
    margin: 0;
    font-style: italic;
  
}

.texte2{
    width: 70%;
}
/*....liens attribution...*/
.attribution{
    display:flex;
    flex-direction: column;
   justify-content: flex-start;
   align-content: flex-start;
   width: 70%;
  padding-bottom: 100px;
}
.attribution h3{
    padding-bottom: 20px;
}
.attribution ul{
    margin:0 ;
 
}
.attribution ul li {
text-decoration: none;
list-style: none;
font-size: 14px;

}
.attribution a{
    font-size: 14px;
    color: rgb(5, 5, 5);
}
.attribution img{
    width: 50px;
}

