#centre-ecrits{
	width: 60%;
	margin-left: 20%;
	margin-top: 50px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-indent: 4%;
}

.main_recherche_message2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #ccc;

}

.boites{
opacity: 1;
cursor: pointer;
background-color: #7971ea;
border-left: 5px solid #443ea0;
border-right: 5px solid #443ea0;
margin-left: 20px;
margin-right: 20px;
padding: 20px;
color : white;
font-size: 24px;
text-align: center;
flex-basis: 80%;
transition: all 0.3s;
}
.boites p{
  padding-bottom: 5px;
}

.boites:hover{
  opacity: 0.8;
}
@media screen and (max-width: 1200px){
	#centre-ecrits{
    width: 90%;
    margin-left: 5%;
  }
  .boites{
    font-size: 28px;
  }
}
