/* Boite */
/* VERT - UdeM foncé = #024244 = (0,66,67) */
/* VERT - UdeM pâle = #52b782 = (0,184,133) */
.mboxv{ 
	/* background-color: #52b782; */
	background-color: rgba(0, 184, 133, 0.2);
    border-radius: 15px;
  	border-style: solid;
  	border-width: 1px;
	border-color: rgba(0, 184, 133, 0.9);
}
 
/* BLEU - UdeM pâle = #e5f0f8 = (223, 240, 247) */
/* BLEU - UdeM standard = #0057ac (0, 85, 170)*/
/* BLEU - UdeM foncé = #0b113a (7, 14, 58)*/
.mboxb{ 
	/* background-color: #52b782; */
	background-color: rgba(0, 85, 170, 0.2);
    border-radius: 15px;
  	border-style: solid;
  	border-width: 1px;
	border-color: rgba(0, 85, 170, 0.9);
}