@charset "UTF-8";   
.blocmessage
{
display:flex; 
justify-content:space-around;
flex-direction:column;
align-items:flex-end;
text-align:right;
min-height:100px;
padding:10px;
margin:auto;
margin-top:10px;
min-width:300px;
max-width:1600px;
}
.inbloc{width:80%;background-color:rgba(200,220,240,0.2);}
.premier{width:100%;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;text-align:center;}
.premier > div:nth-child(1){width:auto;padding-right:10px;}
.premier > div:nth-child(2){width:60px;}
.premier > div:nth-child(2):hover{width:100px;}
.premier > div:nth-child(3){width:60px;}
.premier > div:nth-child(4){width:40px;}
/*.premier:first-child*/
.demandeur{width:80%;background-color:rgba(200,240,220,0.2);align-self:flex-start;text-align:left;}
.blocmessage > div{min-width:280px;margin:5px;padding:10px;border-radius:6px;}
@media all and (max-width:600px){.blocmessage{width:98%;padding:4px;}.blocmessage > div{padding:4px;margin:2px;}}