agecem-org/public/css/general.css

37 lines
698 B
CSS
Raw Normal View History

*{
font-family: 'Poppins';
}
2023-07-25 13:52:41 -04:00
.header {
2023-07-25 12:48:41 -04:00
width: 100%;
2023-07-25 13:52:41 -04:00
}
2023-07-25 12:48:41 -04:00
2023-07-25 13:52:41 -04:00
.headerMenu {
font-weight: 400; /*regular*/
font-size: 1.25rem; /*20px*/
color: #000; /*Noir pur*/
display: flex;
flex-flow: row;
2023-07-25 12:48:41 -04:00
justify-content: space-around;
align-items: center;
2023-07-25 13:52:41 -04:00
}
.headerMenuElement:hover {
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
}
2023-07-25 13:52:41 -04:00
.heading1 {
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-25 13:52:41 -04:00
.heading2 {
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;
}