site_web_karafon/karafon_style.css
2025-05-28 14:37:31 +02:00

193 lines
3.4 KiB
CSS

@font-face {
font-family: 'KarafonCustom';
src: url('fonts/SuperLarky-nALLR.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html, body {
margin: 0;
padding: 0;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
background-color: #e3bd98;
color: #6c324b;
}
header {
width: 100vw;
align-items: center;
background-color: #411431;
padding: 20px;
text-align: center;
}
img {
margin: 2%;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
li {
display: inline;
}
li a {
color: #fdcb74;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: large;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
#citi {
position: absolute;
left: 80%;
max-width: 8%;
}
#logo {
position: absolute;
left: 5%;
max-width: 13%;
}
#collectif_karafon {
color: #fdcb74;
font-size: 2.2em;
margin: 0;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
#festival_itinerant {
color: #fdcb74;
font-size: 1.3em;
margin: 1em 0 1.2em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
.corps {
margin: 4em 10%;
text-align: center;
font-size: 1em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
#on_attend {
margin: 2em auto;
max-width: 80%;
text-align: center;
font-size: 2.5em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
.titre-accueil {
font-size: 2.2em;
font-weight: bold;
margin-bottom: 0.5em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
.soustitre {
font-size: 1.5em;
margin-bottom: 0.5em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
strong {
font-weight: bold;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
#equipe {
position: absolute;
right: 7%;
top: 30%;
max-height: 40%;
}
#intro-prochain {
margin: 8% 50% -10% 4%;
}
.images {
max-width: 80%;
}
.centrer {
text-align: center;
}
.encadre {
color: #6c324b;
padding: 5%;
font-size: 1.7em;
font-weight: 600;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
footer {
background-color: #411431;
color: #fdcb74;
text-align: center;
padding: 20px;
margin-top: 3em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
.footer-content {
font-size: 1.2em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
.facebook-icon {
width: 10%;
margin-top: 10px;
}
.jour-container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
gap: 1.5em;
margin: 3em auto;
max-width: 90%;
}
.image-jour {
flex: 0 1 45%;
max-width: 45%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
}
#premier-jour {
flex: 0 1 45%;
max-width: 45%;
margin: 0;
box-sizing: border-box;
text-align: left;
color: #6c324b;
font-size: 1em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}
#deuxieme-jour {
flex: 0 1 45%;
max-width: 45%;
margin: 0;
box-sizing: border-box;
text-align: right;
color: #6c324b;
font-size: 1em;
font-family: 'KarafonCustom', Georgia, Verdana, sans-serif;
}