/* 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) */
.mboxb{
/* background-color: #52b782; */
background-color: rgba(223, 240, 247, 0.5);
border-radius: 15px;
border-style: solid;
border-width: 1px;
border-color: rgba(223, 240, 247, 0.9);
} |