/*courriers litigieux*/

#courriers_litigieux{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 25px;
}

#courriers_litigieux p{
padding: 0 10px;
background-color: aliceblue;
text-align: center;
}

#courriers_litigieux div{
height: 25px;
width: 100vw;
text-align: center;
background: #37378f;
color: #37378f;
margin: 10px 0;
}