agecem-org/public/css/general.css

35 lines
702 B
CSS
Raw Normal View History

h1 {
text-align: center;
}
2023-07-25 12:48:41 -04:00
.header{
width: 100%;
}
.enteteMenu{
font-family: Poppins;
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 12:48:41 -04:00
.enteteMenuElement:hover{
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
}
2023-07-25 12:48:41 -04:00
.titre1Page{
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 6rem; /*96px*/
color: #394596; /*Bleu AGECEM*/
}
2023-07-25 12:48:41 -04:00
.titre2Page{
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 1.5rem; /*24px*/
color: #394596; /*Bleu AGECEM*/
}