2024-01-14 17:12:05 +01:00
|
|
|
body {
|
2024-01-16 18:39:27 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
body h1 {
|
|
|
|
color: white;
|
|
|
|
margin-top: 0%;
|
|
|
|
margin-bottom: 0%;
|
|
|
|
font-size: 8rem;
|
|
|
|
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
|
|
-webkit-text-stroke: 4px black;
|
2024-01-16 20:49:34 +01:00
|
|
|
background-image: url(img/banière\ site\ def.png);
|
2024-01-16 18:39:27 +01:00
|
|
|
background-size:cover;
|
|
|
|
background-position: center;
|
2024-01-14 17:12:05 +01:00
|
|
|
width: 100%;
|
2024-01-16 18:39:27 +01:00
|
|
|
height: 55vh;
|
|
|
|
}
|
|
|
|
body .site_content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
body .site_content .main_content h2 {
|
2024-01-17 17:18:28 +01:00
|
|
|
color: black;
|
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
2024-01-16 18:39:27 +01:00
|
|
|
}
|
|
|
|
body .site_content .vertical_banner {
|
2024-01-16 20:49:34 +01:00
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
|
|
font-size: 2rem;
|
2024-01-14 18:34:20 +01:00
|
|
|
color: white;
|
2024-01-16 18:39:27 +01:00
|
|
|
background-color: #9F0A0A;
|
2024-01-17 17:18:28 +01:00
|
|
|
background-size: contain;
|
2024-01-18 00:14:40 +01:00
|
|
|
z-index: 1;
|
2024-01-16 18:39:27 +01:00
|
|
|
}
|
|
|
|
body .site_content .vertical_banner .category {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 1vh;
|
|
|
|
margin: 5px;
|
|
|
|
margin-top: 2%;
|
|
|
|
}
|
2024-01-16 20:49:34 +01:00
|
|
|
body .site_content .vertical_banner .category a {
|
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
|
|
font-size: 2rem;
|
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
2024-01-17 17:18:28 +01:00
|
|
|
background-size: contain;
|
2024-01-16 20:49:34 +01:00
|
|
|
}
|
2024-01-16 18:39:27 +01:00
|
|
|
body .site_content .vertical_banner .category a:visited {
|
2024-01-16 20:49:34 +01:00
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
|
|
font-size: 2rem;
|
2024-01-16 18:39:27 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
2024-01-17 17:18:28 +01:00
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
body h3 {
|
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
|
|
}
|
|
|
|
body p {
|
|
|
|
text-align: left;
|
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
2024-01-18 00:14:40 +01:00
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
background-color: #9F0A0A;
|
|
|
|
padding: 20px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2024-01-21 18:45:46 +01:00
|
|
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
2024-01-18 00:14:40 +01:00
|
|
|
}
|
|
|
|
.social-links {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.social-links li {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.social-links a img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2024-01-17 17:18:28 +01:00
|
|
|
}
|
|
|
|
/*# sourceMappingURL=style.css.map
|