/* CSS pour les gros boutons */
/* */
/* BLEUE - UdeM = #0057ac */
/* BoiteVERT fonce du= haut#024244 */
/* JAUNE - UdeM = #0057ac#ffca40 */
/* VERTBLANC fonce = #0057ac#ffffff */
/* BLANCBoite =du #ffffffhaut */
.blocpcyc_h {
color: #ffffff;
text-align: center;
font-weight: bold;
font-size: large;
}
/* JAUNE - UdeM = #ffca40Boite milieu */
.blocpcyc {
color: #ffffff; /* BLANC */
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite du bas */
/* JAUNE - UdeM = #ffca40 */
.blocpcyc_b {
color: #ffffff; /* BLANC */
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite pour nous joindre au bas */
/* VERT - UdeM foncélight = #024244 = (0,66,67)#F2FFED */
/* VERT - UdeM pâle = #52b782 = (0,184,133) */
.mbox2{
background-color: #F2FFED;
border-radius: 15px;
border-style: solid;
border-width: 1px;
border-color: rgba(0, 184, 133, 0.1);
color: #0b113a;
font-weight: bold;
font-size: x-large;
}
|