2023-07-25 12:48:41 -04:00
|
|
|
|
2023-07-18 14:12:37 -04:00
|
|
|
|
2023-07-25 13:52:41 -04:00
|
|
|
.heading1 {
|
2023-08-01 14:25:21 -04:00
|
|
|
font-family: "Poppins";
|
2023-07-18 14:12:37 -04:00
|
|
|
font-weight: 600; /*semi-bold*/
|
|
|
|
font-size: 6rem; /*96px*/
|
|
|
|
color: #394596; /*Bleu AGECEM*/
|
2023-07-25 13:52:41 -04:00
|
|
|
text-align: center;
|
2023-07-18 14:12:37 -04:00
|
|
|
}
|
2023-07-25 13:52:41 -04:00
|
|
|
|
|
|
|
.heading2 {
|
2023-08-01 14:25:21 -04:00
|
|
|
font-family: "Poppins";
|
2023-07-18 14:12:37 -04:00
|
|
|
font-weight: 600; /*semi-bold*/
|
|
|
|
font-size: 1.5rem; /*24px*/
|
|
|
|
color: #394596; /*Bleu AGECEM*/
|
2023-07-25 13:52:41 -04:00
|
|
|
text-align: center;
|
2023-07-18 14:12:37 -04:00
|
|
|
}
|