initial webp
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
resources
|
||||
.hugo_build*
|
||||
51
TODO.md
Normal file
@ -0,0 +1,51 @@
|
||||
- spectacles:
|
||||
- Oree du Bois:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [] crédits
|
||||
- [x] description
|
||||
- Dossier K:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [x] crédits
|
||||
- [x] description
|
||||
- Où sont les ogres:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [] crédits
|
||||
- [] description
|
||||
- Outrages:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [x] crédits
|
||||
- [x] description
|
||||
- Brume du soir:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [] crédits
|
||||
- [] description
|
||||
- La fiancée de Barbe Bleue:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [] crédits
|
||||
- [] description
|
||||
- Absinthe:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [x] crédits
|
||||
- [] description
|
||||
- La lettre:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [x] crédits
|
||||
- [] description
|
||||
- Dans les plis de sa langue:
|
||||
- [] image principale
|
||||
- [] images complémentaires
|
||||
- [x] crédits
|
||||
- [x] description
|
||||
- Derrière tes paupières:
|
||||
- [x] image principale
|
||||
- [x] images complémentaires
|
||||
- [] crédits
|
||||
- [x] description
|
||||
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
BIN
assets/actions_culturelles/action1/illustration.webp
Normal file
|
After Width: | Height: | Size: 4.0 MiB |
BIN
assets/actions_culturelles/action2/illustration.webp
Normal file
|
After Width: | Height: | Size: 3.0 MiB |
BIN
assets/actions_culturelles/action3/illustration.webp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
assets/carousel/carousel1.webp
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/carousel/carousel10.webp
Normal file
|
After Width: | Height: | Size: 2.9 MiB |
BIN
assets/carousel/carousel2.webp
Normal file
|
After Width: | Height: | Size: 4.9 MiB |
BIN
assets/carousel/carousel3.webp
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/carousel/carousel4.webp
Normal file
|
After Width: | Height: | Size: 3.9 MiB |
BIN
assets/carousel/carousel5.webp
Normal file
|
After Width: | Height: | Size: 3.8 MiB |
BIN
assets/carousel/carousel6.webp
Normal file
|
After Width: | Height: | Size: 652 KiB |
BIN
assets/carousel/carousel7.webp
Normal file
|
After Width: | Height: | Size: 372 KiB |
BIN
assets/carousel/carousel8.webp
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/carousel/carousel9.webp
Normal file
|
After Width: | Height: | Size: 6.3 MiB |
BIN
assets/compagnie/kahena/portrait.webp
Normal file
|
After Width: | Height: | Size: 384 KiB |
BIN
assets/compagnie/pierre/portrait.webp
Normal file
|
After Width: | Height: | Size: 133 KiB |
24
assets/css/agenda.css
Normal file
@ -0,0 +1,24 @@
|
||||
.section img {
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
.section h2, .section h3 {
|
||||
font-family: 'Advent Pro', sans-serif;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p, li, button {
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.section li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.column {
|
||||
border-radius: 20px;
|
||||
}
|
||||
3
assets/css/compagnie.css
Normal file
@ -0,0 +1,3 @@
|
||||
h2{
|
||||
font-family: 'Advent Pro', sans-serif;
|
||||
}
|
||||
43
assets/css/contact.css
Normal file
@ -0,0 +1,43 @@
|
||||
|
||||
.contact {
|
||||
/* border: 5px solid green; */
|
||||
margin-left: 0.1rem;
|
||||
}
|
||||
|
||||
.columns .adresse{
|
||||
/* border: 5px solid red; */
|
||||
background-color: black;
|
||||
color: white;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
|
||||
.columns .mail div{
|
||||
margin-bottom: 6%;
|
||||
}
|
||||
|
||||
.columns .phone div{
|
||||
margin-bottom: 10%;
|
||||
}
|
||||
|
||||
|
||||
.columns .mail{
|
||||
/* border: 5px solid blue; */
|
||||
background-color: black;
|
||||
color: white;
|
||||
height: 400px;
|
||||
|
||||
}
|
||||
.columns .phone{
|
||||
background-color: black;
|
||||
color: white;
|
||||
height: 400px;
|
||||
|
||||
}
|
||||
|
||||
.contactform h2{
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-size: 1.7rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
}
|
||||
56
assets/css/index.css
Normal file
@ -0,0 +1,56 @@
|
||||
.columns {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.section {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.carousel .image img {
|
||||
height: auto; /* Set a fixed height */
|
||||
width: fit-content; /* Maintain aspect ratio */
|
||||
overflow: hidden;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.slider {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.slider-navigation-previous {
|
||||
display: none;
|
||||
}
|
||||
.slider-navigation-next {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.overlay {
|
||||
z-index: 10;
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
right: 10%; /* Extending full width */
|
||||
bottom: 10%;
|
||||
width: 30%;
|
||||
height: 20%;
|
||||
background-color: rgba(255, 255, 255, 0.5); /* Voile clair */
|
||||
display: flex;
|
||||
justify-content: center; /* Center content horizontally */
|
||||
align-items: center; /* Center content vertically */
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.overlay {
|
||||
z-index: 10;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.5); /* Voile clair */
|
||||
}
|
||||
}
|
||||
8
assets/css/presse.css
Normal file
@ -0,0 +1,8 @@
|
||||
.border{
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
.fond{
|
||||
background-size: cover;
|
||||
background-position: 0% 22%; /* Ajuste la position horizontale (0%) et verticale (22%) de l'image de fond */
|
||||
}
|
||||
26
assets/css/single-spectacle.css
Normal file
@ -0,0 +1,26 @@
|
||||
#title-section {
|
||||
height: 20vh;
|
||||
}
|
||||
|
||||
.carousel .image img {
|
||||
height: 40vh; /* Set a fixed height */
|
||||
width: auto; /* Maintain aspect ratio */
|
||||
/*overflow: hidden;
|
||||
object-fit: contain; Ensure the whole image fits into the container */
|
||||
}
|
||||
|
||||
.slider-navigation-previous {
|
||||
display: none;
|
||||
}
|
||||
.slider-navigation-next {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.p-6 {
|
||||
padding-left: 1.5rem !important;
|
||||
padding-right: 1.5rem !important;
|
||||
padding-top: 1.5rem !important;
|
||||
padding-bottom: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
18
assets/css/spectacles.css
Normal file
@ -0,0 +1,18 @@
|
||||
.image:hover .overlay {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
transition: opacity .5s ease;
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.5); /* Voile clair */
|
||||
display: flex;
|
||||
justify-content: center; /* Centre horizontalement le texte */
|
||||
align-items: center; /* Centre verticalement le texte */
|
||||
text-align: center;
|
||||
}
|
||||
19
assets/css/style.css
Normal file
@ -0,0 +1,19 @@
|
||||
h1{
|
||||
font-family: 'Advent Pro', sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.subtitles {
|
||||
font-family: 'Advent Pro', sans-serif;
|
||||
color: black;
|
||||
font-size: 2rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
||||
.carousel {
|
||||
overflow: hidden;
|
||||
}
|
||||
105
assets/css/stylebak.css
Normal file
@ -0,0 +1,105 @@
|
||||
h1{
|
||||
font-family: 'Advent Pro', sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.subtitles {
|
||||
font-family: 'Advent Pro', sans-serif;
|
||||
color: black;
|
||||
font-size: 2rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
/*
|
||||
html, body, .hero, .columns, .column, .is-fullheight {
|
||||
height: 100%;
|
||||
}
|
||||
*/
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.menu, .menu--dark {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 20%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.menu-list a {
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
.menu-list a:hover {
|
||||
background-color: transparent;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
aside.home .menu-list a, aside.home a {
|
||||
color: white;
|
||||
}
|
||||
aside.not-home .menu-list a, aside.not-home a {
|
||||
color: black;
|
||||
}
|
||||
.social-icons{
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
/*
|
||||
.social-icons a {
|
||||
color: white;
|
||||
font-size: .8rem;
|
||||
}
|
||||
*/
|
||||
.navbar-bottom-icon {
|
||||
position: absolute;
|
||||
bottom: 2%;
|
||||
left: 50%;
|
||||
border: 2px solid black;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.home__main {
|
||||
display: flex;
|
||||
}
|
||||
.section--fixed {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.carousel {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.carousel-container {
|
||||
display: flex;
|
||||
transition: transform 0.5s ease-in-out;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
flex: 0 0 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.carousel-item img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
|
||||
}
|
||||
|
||||
/* Pulls out inactive pictures */
|
||||
.carousel-item:not(.active) {
|
||||
display: none;
|
||||
|
||||
}
|
||||
BIN
assets/partenaires/convention/logo-direction-regionale.webp
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
assets/partenaires/convention/logo-ministere-de-la-culture.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/partenaires/edition/logo-editions.webp
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
assets/partenaires/soutien/Logo-Arcadi.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 86 KiB |
BIN
assets/partenaires/soutien/logo-adami.webp
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
assets/partenaires/soutien/logo-copie-privée-logo.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/partenaires/soutien/logo-illustration.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/partenaires/soutien/logo-region-logo.webp
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
assets/partenaires/soutien/logo-sacd.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
assets/spectacles/absinthe/Image1.webp
Normal file
|
After Width: | Height: | Size: 698 KiB |
BIN
assets/spectacles/absinthe/Image2.webp
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/spectacles/absinthe/Image4.webp
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/spectacles/absinthe/Image5.webp
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
assets/spectacles/absinthe/Image6.webp
Normal file
|
After Width: | Height: | Size: 1012 KiB |
BIN
assets/spectacles/absinthe/Image7.webp
Normal file
|
After Width: | Height: | Size: 449 KiB |
BIN
assets/spectacles/absinthe/Image8.webp
Normal file
|
After Width: | Height: | Size: 488 KiB |
BIN
assets/spectacles/absinthe/Image9.webp
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
assets/spectacles/absinthe/dossier.pdf
Normal file
BIN
assets/spectacles/absinthe/image10.webp
Normal file
|
After Width: | Height: | Size: 974 KiB |
BIN
assets/spectacles/absinthe/presse1.pdf
Normal file
BIN
assets/spectacles/absinthe/principal.webp
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/spectacles/absinthe/savoir.webp
Normal file
|
After Width: | Height: | Size: 488 KiB |
BIN
assets/spectacles/brume-du-soir/Image1.webp
Normal file
|
After Width: | Height: | Size: 345 KiB |
BIN
assets/spectacles/brume-du-soir/Image2.webp
Normal file
|
After Width: | Height: | Size: 4.7 MiB |
BIN
assets/spectacles/brume-du-soir/Image4.webp
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/spectacles/brume-du-soir/Image5.webp
Normal file
|
After Width: | Height: | Size: 4.5 MiB |
BIN
assets/spectacles/brume-du-soir/Image6.webp
Normal file
|
After Width: | Height: | Size: 6.0 MiB |
BIN
assets/spectacles/brume-du-soir/Image7.webp
Normal file
|
After Width: | Height: | Size: 5.2 MiB |
BIN
assets/spectacles/brume-du-soir/dossier.pdf
Normal file
BIN
assets/spectacles/brume-du-soir/image8.webp
Normal file
|
After Width: | Height: | Size: 11 MiB |
BIN
assets/spectacles/brume-du-soir/last.webp
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/spectacles/brume-du-soir/presse1.pdf
Normal file
BIN
assets/spectacles/brume-du-soir/principal.webp
Normal file
|
After Width: | Height: | Size: 4.5 MiB |
BIN
assets/spectacles/brume-du-soir/savoir.webp
Normal file
|
After Width: | Height: | Size: 5.2 MiB |
BIN
assets/spectacles/dans-les-plis-de-sa-langue/dossier.pdf
Normal file
BIN
assets/spectacles/dans-les-plis-de-sa-langue/image1.webp
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/spectacles/dans-les-plis-de-sa-langue/image2.webp
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/spectacles/dans-les-plis-de-sa-langue/image3.webp
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
assets/spectacles/dans-les-plis-de-sa-langue/image4.webp
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/spectacles/dans-les-plis-de-sa-langue/principal.webp
Normal file
|
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/spectacles/dans-les-plis-de-sa-langue/savoir.webp
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/dossier.pdf
Normal file
BIN
assets/spectacles/derriere-tes-paupieres/image1.webp
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image10.webp
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image11.webp
Normal file
|
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image12.webp
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image13.webp
Normal file
|
After Width: | Height: | Size: 1014 KiB |
BIN
assets/spectacles/derriere-tes-paupieres/image14.webp
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image15.webp
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image16.webp
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image17.webp
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image18.webp
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image19.webp
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
assets/spectacles/derriere-tes-paupieres/image2.webp
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image20.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
assets/spectacles/derriere-tes-paupieres/image21.webp
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image22.webp
Normal file
|
After Width: | Height: | Size: 3.4 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image23.webp
Normal file
|
After Width: | Height: | Size: 440 KiB |
BIN
assets/spectacles/derriere-tes-paupieres/image24.webp
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image25.webp
Normal file
|
After Width: | Height: | Size: 3.4 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image3.webp
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image4.webp
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image5.webp
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image6.webp
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image7.webp
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/image8.webp
Normal file
|
After Width: | Height: | Size: 719 KiB |
BIN
assets/spectacles/derriere-tes-paupieres/image9.webp
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/principal.webp
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
assets/spectacles/derriere-tes-paupieres/savoir.webp
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/spectacles/dossier-k/Image1.webp
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
BIN
assets/spectacles/dossier-k/Image2.webp
Normal file
|
After Width: | Height: | Size: 7.4 MiB |