@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 400;
  src: url(fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 400;
  font-style: italic;
  src: url(fonts/PlayfairDisplay-Italic.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 500;
  src: url(fonts/PlayfairDisplay-SemiBold.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 500;
  font-style: italic;
  src: url(fonts/PlayfairDisplay-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 800;
  src: url(fonts/PlayfairDisplay-Bold.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 800;
  font-style: italic;
  src: url(fonts/PlayfairDisplay-BoldItalic.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  src: url(fonts/PlayfairDisplay-Black.ttf);
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-style: italic;
  src: url(fonts/PlayfairDisplay-BlackItalic.ttf);
}
@font-face {
  font-family: "nan";
  font-weight: 400;
  src: url(fonts/NaNJaune-MidiMedium-1.woff2);
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  text-decoration: none;
  outline: none;
}
#logo svg.grand {
  display: none;
  position: relative;
  z-index: 10;
  max-width: 90%;
  min-width: 90%;
  height: auto;
}
@media (min-width: 600px) {
  #logo svg.grand {
    max-width: 432px;
    min-width: 432px;
  }
}
@media (min-width: 768px) {
  #logo svg.grand {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }
}
#logo img.petit {
  display: block;
  position: relative;
  z-index: 10;
  margin: 11px 16px;
  max-width: 58px;
  min-width: 58px;
}
@media (min-width: 768px) {
  #logo img.petit {
    display: none;
  }
}

@keyframes animationBas {
  from, to {
    transform: matrix(1, 0, 0, 1, 6.45, 33.5);
  }
  27.7% {
    transform: matrix(1, 0, 0, 1, 4.45, 33.5);
  }
  66.16% {
    transform: matrix(1, 0, 0, 1, 11.6, 33.5);
  }
}
@keyframes animationMilieu {
  from, to {
    transform: matrix(1, 0, 0, 1, 3.2, 0.4);
  }
  49.2% {
    transform: matrix(1, 0, 0, 1, 4.55, 0.4);
  }
  76.9% {
    transform: matrix(1, 0, 0, 1, 6.35, 0.4);
  }
}
@keyframes animationHaut {
  from, to {
    transform: matrix(1, 0, 0, 1, 3.2, 70.85);
  }
  27.7% {
    transform: matrix(1, 0, 0, 1, 1.35, 70.85);
  }
  49.2% {
    transform: matrix(1, 0, 0, 1, 6.35, 70.85);
  }
  83% {
    transform: matrix(1, 0, 0, 1, 3, 70.85);
  }
}
svg.logo.grand g {
  fill: #000;
}
svg.logo.grand g#FL_4_0_Layer0_0_FILL {
  fill: #0014ff;
}
svg.logo.grand g#lettresBas {
  animation: 3s linear 0s infinite animationBas;
}
svg.logo.grand g#lettresMilieu {
  animation: 3s linear 0s infinite animationMilieu;
}
svg.logo.grand g#lettresHaut {
  animation: 3s linear 0s infinite animationHaut;
}
svg.logo.grand.blanc g, svg.logo.grand.rondBlanc g#FL_4_0_Layer0_0_FILL {
  fill: #FFF;
}

#burger {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  color: #0014ff;
  font-size: 1.5em;
}
#burger.blanc {
  color: #FFF;
}

#email {
  display: none;
  color: #0014ff;
  font-size: 1.5em;
}
#email.blanc {
  color: #FFF;
}
@media screen and (min-width: 900px) {
  #email {
    display: initial;
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: 10;
    cursor: pointer;
  }
}

#menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  min-height: 100vh;
  background-color: #0014ff;
  color: #FFF;
}
#menu .fermer {
  position: absolute;
  top: 30px;
  right: 34px;
  cursor: pointer;
  font-size: 1.5em;
}
#menu nav {
  max-width: 350px;
  margin: 58px auto 50px auto;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu nav #menuPrincipal {
  padding-bottom: 50px;
}
#menu nav #menuPrincipal ul, #menu nav #menuPrincipal li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu nav #menuPrincipal ul li a {
  display: block;
  color: white;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.15em;
  font-family: "Playfair Display", sans-serif;
  padding: 16px;
  border-bottom: 1px solid #FFF;
}
#menu nav #menuPrincipal ul li a:hover {
  transform: scale(1.02);
}
#menu nav #menuPied ul, #menu nav #menuPied li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu nav #menuPied ul li a {
  display: block;
  color: white;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.15em;
  font-family: "Playfair Display", sans-serif;
  padding: 16px;
  border-bottom: 1px solid #FFF;
}
#menu nav #menuPied ul li a:hover {
  transform: scale(1.02);
}
#menu nav #reseaux {
  box-sizing: border-box;
  padding: 16px;
}
#menu nav #reseaux a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  margin-right: 10px;
}

#contact {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  min-height: 100vh;
  background-color: #0014ff;
  color: #FFF;
}
#contact .fermer {
  position: absolute;
  top: 30px;
  right: 34px;
  cursor: pointer;
  font-size: 1.5em;
}
#contact .contact {
  max-width: 350px;
  margin: 58px auto 50px auto;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contact .contact textarea, #contact .contact input[type=text], #contact .contact input[type=email] {
  background-color: transparent;
  border: 0px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: white;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.15em;
  font-family: "Playfair Display", sans-serif;
  padding: 16px;
  max-width: 100%;
  outline: none;
}
#contact .contact textarea::placeholder, #contact .contact input[type=text]::placeholder, #contact .contact input[type=email]::placeholder {
  color: #FFF;
}
#contact .contact textarea {
  margin-bottom: 20px;
}
#contact .contact input[type=submit] {
  background-color: transparent;
  border: 0px solid #FFF;
  color: white;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.15em;
  font-family: "Playfair Display", sans-serif;
  padding: 0 16px;
  max-width: 100%;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
}
#contact .contact .tos {
  font-size: 0.9em;
}
#contact .contact .adresse {
  font-size: 18px;
  font-weight: 400;
  padding: 0 16px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
}

@media (min-width: 900px) {
  header {
    position: sticky;
    top: 0;
    z-index: 10;
  }
  #page .diaporama {
    position: sticky;
    top: 0;
    z-index: -1;
  }
}
#page {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 900px) {
  #page {
    flex-direction: row;
  }
}
#page .diaporama .owl-carousel-page {
  position: relative;
  z-index: 1;
}
#page .diaporama .owl-carousel-page .diapo {
  min-height: 130vw;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 450px) {
  #page .diaporama .owl-carousel-page .diapo {
    min-height: 100vh;
  }
}
@media (min-width: 900px) {
  #page .diaporama .owl-carousel-page .diapo {
    min-height: 100vh;
  }
}
@media (min-width: 900px) {
  #page .diaporama {
    max-width: 40%;
    min-width: 40%;
    max-height: 100vh;
  }
}
#page .contenu {
  padding: 13px;
  width: 100%;
  max-width: 1500px;
}
#page .contenu .header {
  z-index: 5;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  padding: 13px;
  background: linear-gradient(0deg, #0014ff 0%, #0014ff 50%, rgba(0, 20, 255, 0.75) 100%);
}
#page .contenu .header * {
  color: #FFF;
  border-color: #FFF;
}
#page .contenu .header a.parent {
  z-index: 1000;
}
#page .contenu .header a.parent img {
  min-width: 100px;
  max-width: 100px;
}
@media screen and (min-width: 900px) {
  #page .contenu .header {
    background: inherit;
    position: relative;
    transform: initial;
    padding: initial;
  }
  #page .contenu .header a.parent {
    position: absolute;
    top: -35px;
    left: 0;
  }
  #page .contenu .header h1 {
    color: #0014ff;
  }
  #page .contenu .header span.entete {
    color: #000;
    border-bottom: 1px solid #0014ff;
  }
}
#page .contenu .pastille-calendrier {
  display: flex;
  float: right;
}
@media (min-width: 768px) {
  #page .contenu .pastille-calendrier {
    display: none;
  }
}
#page .contenu .pastille-calendrier span {
  color: #FFF;
  z-index: 12;
  background-image: url("images/pastille.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
@media (min-width: 900px) {
  #page .contenu {
    padding: 184px 50px 50px 50px;
  }
}

.accordeon {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.accordeon .titre {
  font-family: nan, serif;
  line-height: 1.15em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accordeon .titre .icone {
  min-width: 25px;
  max-width: 25px;
}
.accordeon .titre > .ouvrir {
  display: block;
  margin-left: auto;
  font-size: 15px;
}
.accordeon .titre > .fermer {
  display: none;
  margin-left: auto;
  font-size: 15px;
}
.accordeon .titre .titre_accordeon {
  font-size: 1em;
  margin-left: 10px;
}
.accordeon .titre .titre_accordeon.Petit {
  font-size: 0.6em;
}
.accordeon.demarrer_ouvert > .titre > .ouvrir {
  display: none;
}
.accordeon.demarrer_ouvert > .titre > .fermer {
  display: block;
  cursor: pointer;
}
.accordeon.demarrer_ouvert > .texte {
  margin-top: 1rem;
  display: block;
}
.accordeon .texte {
  font-size: 14px;
  line-height: 1.15em;
  display: none;
}
.accordeon .texte .liens {
  margin-top: 16px;
}
.accordeon .texte .liens .lien {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #000;
}
.accordeon .texte .liens .lien a {
  padding: 3px 10px;
  font-family: nan, serif;
  font-size: 16px;
  text-decoration: underline;
}
.accordeon.bleu {
  border-top: 1px solid #0014ff;
  border-bottom: 1px solid #0014ff;
  color: #0014ff;
}
.accordeon.bleu .texte .date {
  border-top: 1px solid #0014ff;
}
.accordeon.bleu .texte .date .contenuDate .titre {
  border-bottom: 1px solid #0014ff;
}
.accordeon.accordeon-presse > .texte {
  margin-top: 1em;
}

.fond_bleu .accordeon {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.fond_bleu .accordeon.bleu {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

.accordeon.accordeon-presse > .texte > .document {
  margin: 0.25rem 0;
}
.accordeon.accordeon-presse > .texte > .document a {
  line-height: normal;
}

.accordeon_galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image_galerie {
  max-width: 100%;
  padding: 15px;
  height: 120px;
}
@media screen and (min-width: 1550px) {
  .image_galerie {
    height: 150px;
  }
}

.fond_bleu {
  color: #FFF;
  background-color: #0014ff;
  padding: 25px;
  width: 100%;
  position: relative;
}

.fond_bleu:before {
  background: #0014ff;
  height: 100%;
  width: 100vw;
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: -13px;
}

@media (min-width: 900px) {
  .fond_bleu:before,
  .fond_bleu:after {
    background: #0014ff;
    height: 100%;
    width: 51px;
    display: block;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
  }
  .fond_bleu:before {
    left: -50px;
  }
  .fond_bleu:after {
    right: -50px;
  }
}
.calendrier-spectacle {
  margin-bottom: 0;
}
.calendrier-spectacle.accordeon {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
}
.calendrier-spectacle.accordeon .titre .titre_accordeon {
  margin-left: 0;
}
.calendrier-spectacle.accordeon .titre .ouvrir {
  color: #0014ff;
}
.calendrier-spectacle.accordeon .titre .fermer {
  color: #0014ff;
}
.calendrier-spectacle.accordeon.demarrer_ouvert > .texte {
  margin-top: 0;
}
.calendrier-spectacle span {
  color: #0014ff;
}
.calendrier-spectacle span.titre_calendrier {
  display: block;
  font-family: "nan", sans-serif;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #0014ff;
  padding: 10px 0;
}
.calendrier-spectacle .spectacle {
  border-bottom: 1px solid #0014ff;
  padding: 0.5em 0 0.5em 0;
}
.calendrier-spectacle .spectacle:last-child {
  border-bottom: none;
}
.calendrier-spectacle .spectacle .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 1em;
}
.calendrier-spectacle .spectacle .info span.etiquette {
  font-family: nan, serif;
  font-size: 10px;
  background-color: #001196;
  color: #FFF;
  border-radius: 50%;
}

body {
  position: relative;
  font-family: "PlayfairDisplay", sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #000;
}

.pastille {
  margin: 10px 10px;
  float: right;
}

h1 {
  color: #0014ff;
  font-family: nan;
  font-weight: initial;
  font-size: 38px;
  line-height: 1.15em;
  margin: 10px 0;
}

h2 {
  color: #0014ff;
  font-family: nan;
  font-size: 27px;
  line-height: 1.15em;
  margin: 10px 0;
}

h2.sousTitre {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #0014ff;
  max-width: 80%;
  padding: 20px 0 20px 0;
}
@media (min-width: 900px) {
  h2.sousTitre {
    padding: 0 0 20px 0;
  }
}

h3 {
  color: #0014ff;
  font-family: nan;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.15em;
  margin: 0;
}

h3.chapo {
  font-family: nan;
  font-size: 17px;
  font-weight: initial;
  padding: 21px 0;
  border-bottom: 1px solid #0014ff;
}

span.entete {
  display: block;
  min-width: 50%;
  width: fit-content;
  font-style: italic;
  padding: 10px 0;
  border-bottom: 1px solid #0014ff;
}

a {
  color: #0014ff;
}

blockquote {
  font-size: 20px;
  font-family: nan;
  font-weight: normal;
  line-height: 1.15em;
  color: #0014ff;
  text-align: center;
}

hr.wp-block-separator {
  margin: 20px 0;
  border: 0 none;
  border-top: 1px solid;
}

.has-bleu-color {
  color: #0014ff;
}

.has-blanc-color {
  color: #FFF;
}

.has-noir-color {
  color: #000;
}

.wp-block-columns {
  gap: 3em !important;
}

.container .fleche {
  position: relative;
  top: -28px;
  z-index: -1;
  transition: 0.5s all ease;
}
.container .fleche div {
  height: 8px;
  border-top: 1px solid black;
}
.container .fleche::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 3px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg) scale(1);
  transition: 0.5s all ease;
}
.container.left .fleche::after {
  left: 2px;
  transform: rotate(45deg) scale(-1);
}
.container.ouvert .fleche {
  padding-right: 11.3px;
  padding-left: 0;
}
.container.ouvert .fleche::after {
  right: -8px;
  transform: rotate(45deg) scale(-1);
}
.container.ouvert.left .fleche {
  padding-right: 0;
  padding-left: 11.3px;
}
.container.ouvert.left .fleche::after {
  left: -8px;
  transform: rotate(45deg) scale(1);
}

.contenu.saison .colonnes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contenu.saison .colonnes .colonne {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
}
@media screen and (min-width: 1300px) {
  .contenu.saison .colonnes .colonne {
    width: 50%;
  }
}
.contenu.saison .colonnes .colonne .container {
  padding: 0 1em;
}
.contenu.saison .colonnes .colonne .container h3 {
  font-family: "Playfair Display", sans-serif;
  color: #000;
  cursor: pointer;
  font-size: 2em;
  font-weight: lighter;
  min-width: 50%;
  width: min-content;
  word-wrap: normal;
}
.contenu.saison .colonnes .colonne .container h3 span {
  background-color: #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 6px 0 0;
}
.contenu.saison .colonnes .colonne .container.left h3 {
  margin-left: auto;
  text-align: right;
}
.contenu.saison .colonnes .colonne .container.left h3 span {
  padding: 0 0 0 6px;
}
.contenu.saison .colonnes .colonne .container ul {
  display: none;
  padding: 0;
}
.contenu.saison .colonnes .colonne .container ul li {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  text-align: right;
}
.contenu.saison .colonnes .colonne .container ul li a {
  color: #000;
}
.contenu.saison .colonnes .colonne .container ul li a span.fal {
  margin-left: 0.2em;
  font-size: 2em;
  font-weight: lighter;
  transform: scale(1, -1);
  transition: all 0.5s ease-in-out;
}
.contenu.saison .colonnes .colonne .container ul li a:hover span.fal {
  transform: scale(-1, -1);
}
.contenu.saison .colonnes .colonne .container ul li span.sous-titre {
  color: #0014ff;
  font-size: 0.75em;
  align-self: baseline;
}

.saison-header {
  width: 100%;
  max-width: 450px;
  height: 280px;
}
.saison-header .pastille_saison {
  display: flex;
  width: 100%;
  max-width: 231px;
  height: auto;
}
.saison-header .logo_title {
  width: 100%;
  height: auto;
  position: relative;
  top: 80px;
  max-width: 170px;
  margin-left: 110px;
}
@media screen and (min-width: 375px) {
  .saison-header .logo_title {
    position: relative;
    top: 90px;
    max-width: 200px;
    margin-left: 130px;
  }
}
@media screen and (min-width: 425px) {
  .saison-header .logo_title {
    top: 105px;
    max-width: 220px;
    margin-left: 150px;
  }
}
@media screen and (min-width: 768px) {
  .saison-header .logo_title {
    position: relative;
    top: 126px;
    margin-left: 170px;
  }
}
.saison-header .title_saison {
  width: 100%;
  position: absolute;
  top: 35%;
  text-align: center;
}
.saison-header .title_saison h1, .saison-header .title_saison h2, .saison-header .title_saison .faux-h1, .saison-header .title_saison .faux-h2 {
  font-family: "Playfair Display", sans-serif;
  color: #fff;
  text-transform: lowercase;
  margin: 10px 0;
  line-height: 0.49em;
}
@media (min-width: 360px) {
  .saison-header .title_saison h1, .saison-header .title_saison h2, .saison-header .title_saison .faux-h1, .saison-header .title_saison .faux-h2 {
    line-height: 0.7em;
  }
}
@media (min-width: 900px) {
  .saison-header .title_saison h1, .saison-header .title_saison h2, .saison-header .title_saison .faux-h1, .saison-header .title_saison .faux-h2 {
    line-height: 0.49em;
  }
}
@media (min-width: 1200px) {
  .saison-header .title_saison h1, .saison-header .title_saison h2, .saison-header .title_saison .faux-h1, .saison-header .title_saison .faux-h2 {
    line-height: 0.7em;
  }
}
.saison-header .title_saison h1, .saison-header .title_saison .faux-h1 {
  font-size: 1.19em;
  font-weight: 900;
}
@media (min-width: 375px) {
  .saison-header .title_saison h1, .saison-header .title_saison .faux-h1 {
    font-size: 1.7em;
  }
}
.saison-header .title_saison h2, .saison-header .title_saison .faux-h2 {
  font-size: 0.56em;
  font-weight: 500;
}
@media (min-width: 375px) {
  .saison-header .title_saison h2, .saison-header .title_saison .faux-h2 {
    font-size: 0.8em;
  }
}
.saison-header .title_saison img {
  margin-top: 5px;
  max-width: 60%;
}
@media (min-width: 400px) {
  .saison-header .title_saison img {
    margin-top: 10px;
    max-width: 100%;
  }
}

body.page-template-saison #logo svg.grand {
  display: block !important;
}
body.page-template-saison #logo img.petit {
  display: none !important;
}
@media (min-width: 768px) {
  body.page-template-saison #logo svg.grand {
    display: block !important;
  }
  body.page-template-saison #logo img.petit {
    display: none !important;
  }
}
body.page-template-saison .pastille-calendrier {
  display: none !important;
}

.hidden {
  display: none !important;
}

#agenda {
  padding: 0 40px 20px;
  background-color: #0014ff;
  color: #FFF;
  min-height: 100vh;
}
#agenda h1, #agenda h2 {
  color: #FFF;
}
#agenda h1 {
  z-index: 5;
  background-color: #0014ff;
  padding-top: 170px;
  padding-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  #agenda h1 {
    position: sticky;
    top: 0;
    padding-left: 150px;
  }
}
#agenda h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}
#agenda section.liste-agenda .mois {
  padding-bottom: 45px;
}
#agenda section.liste-agenda .mois .liste-mois .date {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding: 10px 10px;
  display: grid;
  grid-column-gap: 1em;
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "jour wrapper" "description description" "artistes artistes" "lieu lieu" "heure fleche";
}
@media screen and (min-width: 900px) {
  #agenda section.liste-agenda .mois .liste-mois .date {
    grid-template-columns: calc(10% - 1em) calc(30% - 1em) calc(30% - 1em) 20% calc(10% - 1em);
    grid-template-areas: "jour wrapper artistes lieu fleche" "jour description artistes heure fleche";
  }
}
#agenda section.liste-agenda .mois .liste-mois .date span.jour {
  grid-area: jour;
  font-family: nan, serif;
  font-size: 38px;
  margin: 15px 0;
}
#agenda section.liste-agenda .mois .liste-mois .date span.jour .complement {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
#agenda section.liste-agenda .mois .liste-mois .date .wrapper {
  grid-area: wrapper;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 0.5em;
  margin: 15px 0;
}
#agenda section.liste-agenda .mois .liste-mois .date .wrapper span.spectacle {
  font-family: nan, serif;
  font-size: 23px;
}
#agenda section.liste-agenda .mois .liste-mois .date .wrapper span.etiquette {
  font-family: nan, serif;
  font-size: 13px;
  background-color: #001196;
  border-radius: 50%;
  /* background-image: url("../css/images/pastille_agenda.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}
#agenda section.liste-agenda .mois .liste-mois .date span.description {
  grid-area: description;
  padding: 1em 0 0;
}
@media screen and (min-width: 900px) {
  #agenda section.liste-agenda .mois .liste-mois .date span.description {
    padding: 0 0 1em;
  }
}
#agenda section.liste-agenda .mois .liste-mois .date .artistes {
  grid-area: artistes;
  margin: 15px 0;
  font-size: 15px;
}
#agenda section.liste-agenda .mois .liste-mois .date .artistes p {
  margin: 0;
}
#agenda section.liste-agenda .mois .liste-mois .date div.lieu {
  grid-area: lieu;
  margin: 15px 0;
  font-size: 19px;
}
#agenda section.liste-agenda .mois .liste-mois .date div.lieu p {
  margin: 0;
}
#agenda section.liste-agenda .mois .liste-mois .date span.heure {
  grid-area: heure;
  padding: 0 0 1em;
}
#agenda section.liste-agenda .mois .liste-mois .date span.heure .lien {
  display: block;
  margin-top: 5px;
  color: white;
}
#agenda section.liste-agenda .mois .liste-mois .date a.fleche-lien {
  grid-area: fleche;
  margin: 10px 0;
  padding: 20px 0;
}
#agenda section.liste-agenda .mois .liste-mois .date a.fleche-lien .fleche {
  position: relative;
  transition: 0.5s all ease;
}
#agenda section.liste-agenda .mois .liste-mois .date a.fleche-lien .fleche div {
  height: 8px;
  border-top: 1px solid #FFF;
}
#agenda section.liste-agenda .mois .liste-mois .date a.fleche-lien .fleche::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 3px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg) scale(1);
  transition: 0.5s all ease;
}
#agenda section.liste-agenda .mois.passe h2 {
  color: #FFF;
  opacity: 60%;
  border-bottom: 1px solid #FFF;
}
#agenda section.liste-agenda .mois.passe .liste-mois .date {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  opacity: 60%;
}
#agenda section.liste-agenda .mois.passe .liste-mois .date a.fleche-lien .fleche div {
  border-top: 1px solid #FFF;
}
#agenda section.liste-agenda .mois.passe .liste-mois .date a.fleche-lien .fleche::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

footer.agenda-ouvert .bandeau-bleu {
  background-color: #FFF;
}
footer.agenda-ouvert span.btn-agenda {
  background-image: url("images/btn_agenda_blanc.svg");
  color: #0014ff;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
footer .btn-agenda {
  cursor: pointer;
  font-family: nan;
  font-weight: normal;
  font-size: 17px;
  transition: 0.5s ease-in-out all;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 60px;
  transform: translateY(5px);
  background-image: url("images/btn_agenda.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}
@media screen and (min-width: 900px) {
  footer .btn-agenda {
    margin: 0 0 0 170px;
  }
}
footer .bandeau-bleu {
  transition: 0.5s ease-in-out all;
  background-color: #0014ff;
  height: 16px;
}

.url {
  margin: 150px auto 0 auto;
  height: 100vh;
  padding: 10px;
}
.url span {
  font-family: nan, serif;
  font-size: 30px;
  color: #000;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all ease 0.2s;
}

/*# sourceMappingURL=styles.css.map */
