:root {
--color1: #50b7db;
--color2: #f7bfd9;
--color3: #292929;
--cmplz_banner_background_color: #50b7db!important;
--cmplz_text_color:white!important;
--cmplz_button_deny_border_color:white!important;
--cmplz_hyperlink_color:#FFF!important;
--cmplz_button_accept_background_color:#f7bfd9!important;
--cmplz_button_accept_border_color:#f7bfd9!important;
--cmplz_button_accept_text_color:#FFF!important;
--cmplz_button_deny_text_color:#50b7db!important;
--cmplz_button_settings_text_color:#50b7db!important;
--cmplz_button_settings_border_color:#50b7db!important;
}
@charset "UTF-8";

body {
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
}

svg g#batiment path {
    stroke: var(--color1)!important;
}

main {
  margin-right: 0px;
  /*margin-right: 80px;*/
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  main {
    margin-right: 0;
    /*margin-top: 80px;*/
    margin-top: 0px;
  }
}

h1,
h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  color: var(--color3);
  font-weight: 900;
  line-height: 70px;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {

  h1,
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 576px) {

  h1,
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

h1 span,
h2 span {
  display: block;
  -webkit-text-stroke: 2px var(--color3);
  color: transparent;
  margin-top: 0;
  opacity: 1;
}
h3 {
  font-family: Raleway, sans-serif;
  font-size: 55px;
  color: var(--color1);
  font-weight: 800;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 50px;
    line-height: 45px;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 35px;
    line-height: 35px;
  }
}

h4 {
  font-family: Raleway, sans-serif;
  font-size: 30px;
  color: var(--color1);
  font-weight: 400;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 25px;
    line-height: 20px;
  }
}

p,
li:not(.menu-item) {
  color: var(--color3);
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

a.button,
p.button,
select.button,
input.button {
  padding: 10px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

a.button option,
p.button option,
select.button option,
input.button option {
  background-color: var(--color1);
  border: none;
  color:#fff;
}

a.button svg,
p.button svg,
select.button svg,
input.button svg {
  margin-right: 10px;
}

a.button.violet,
p.button.violet,
select.button.violet,
input.button.violet {
  color: var(--color3);
  
  background-color: transparent;
  border: 2px solid var(--color1);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a.button.violet:hover,
p.button.violet:hover,
select.button.violet:hover,
input.button.violet:hover {
  background-color: var(--color2);
  border: 2px solid var(--color2);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a.button.turquoise,
p.button.turquoise,
select.button.turquoise,
input.button.turquoise {
  color: var(--color3);
  background-color: var(--color2);
  border: 2px solid var(--color2);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a.button.turquoise:hover,
p.button.turquoise:hover,
select.button.turquoise:hover,
input.button.turquoise:hover {
  background-color: white;
  border: 2px solid var(--color1);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: var(--color1);
}

a.button.turquoise:hover svg path,
p.button.turquoise:hover svg path,
select.button.turquoise:hover svg path,
input.button.turquoise:hover svg path {
  fill: var(--color1) !important;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a.button.transparent,
p.button.transparent,
select.button.transparent,
input.button.transparent {
  border: 2px solid var(--color2);
  /*color: var(--color2);*/
  background-color: transparent;
  outline:none;
}

a.button.annule,
a.button.complet,
p.button.annule,
p.button.complet,
select.button.annule,
select.button.complet,
input.button.annule,
input.button.complet {
  cursor: not-allowed;
}

div.bouton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

div.bouton div.bottom {
  left: -370px;
  bottom: 0;
  z-index: 0;
  top: unset;
  right: unset;
}

div.bouton a.button {
  z-index: 1;
}

div.bouton a.button:first-child {
  margin: 70px 0 70px 0;
}

div.bouton a.button:last-child {
  margin: 10px 0 70px 0;
}

div.filter {
  padding-top: 40px;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

div.filter span.categorie {
  margin-bottom: 15px;
}

@media screen and (max-width:576px) {
  div.filter {
    justify-content: center;
  }
}

span.categorie {
  background-color: transparent;
  border:2px solid white;
  border-radius: 20px;
  padding: 2px 15px;
  margin:5px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

span.categorie:not(:last-child) {
  margin-right: 15px;
}

span.categorie.active {
  background:white;
  color:var(--color1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.home span.categorie {
  border-color:var(--color1);
  color:var(--color1);
}

.home span.categorie.active {
  background:var(--color1);
  color:white;
}
.post-type-archive-programmation span.categorie,
.single-programmation span.categorie,
.post-type-archive-hors-murs span.categorie,
.single-hors-murs span.categorie {
  border-color:var(--color2);
  color:var(--color2);
}
.post-type-archive-programmation span.categorie.active,
.single-programmation span.categorie.active,
.post-type-archive-hors-murs span.categorie.active,
.single-hors-murs span.categorie.active {
  background:var(--color1);
  color:white;
}
div.encart-info span.categorie {
  cursor: default;
  display: inline-block;
  margin-bottom: 5px;
}

div.encart-info span.categorie:not(:last-child) {
  margin-right: 0;
}

div.deco-typo {
  position: absolute;
  right: -75px;
  top: 90px;
  width: auto;
  transform: rotate(-90deg);
}

@media screen and (max-width: 992px) {
  div.deco-typo {
    right: -40px;
    top: 150px;
  }
}

div.deco-typo p {
  position: relative;
  -webkit-text-stroke: 1px var(--color2);
  color: transparent;
  text-align: right;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  align-items: center;
}

@media screen and (max-width: 992px) {
  div.deco-typo p {
    font-size: 30px;
    line-height: 30px;
  }
}

div.deco-typo p span {
  display: block;
}

div.deco-typo p span::before {
  content: '';
  height: 2px;
  width: 260px;
  background-color: var(--color3);
  opacity: 0.3;
  margin-right: 10px;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 992px) {
  div.deco-typo p span::before {
    right: 90px;
    bottom: 13px;
  }
}

div.agenda {
  margin-top: 60px;
  z-index: 9;
  width: 100%;
}
.post-type-archive-dancing div.agenda {
  margin-top:0;
}

div.agenda div.agenda-item {
  margin-bottom: 40px;
}

div.agenda div.agenda-item:hover div.image img {
  mix-blend-mode: luminosity;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

div.agenda div.agenda-item:hover span.more {
  color: var(--color3);
  background-color: var(--color2);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

div.agenda div.agenda-item.past {
  opacity: .2;
}

div.agenda div.agenda-item>a {
  text-decoration: none;
  color:var(--color3);
}
div.agenda div.agenda-item a.resa {
  background-color: var(--color2);
  margin: 0 auto;
  display: block;
  width: 92%;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  color: var(--color3);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 4px solid var(--color2);
  border-top: none;
}
div.agenda div.agenda-item a.resa:hover {
  color: var(--color3);
  background-color: var(--color2);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
div.agenda div.agenda-item a.complet:before,
div.agenda div.agenda-item a.annulation:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: var(--color1);
  z-index: 15;
  opacity: .85;
  border: 5px solid white;
}
div.agenda div.agenda-item a.complet:after,
div.agenda div.agenda-item a.annulation:after {
  content: 'complet';
  display: flex;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 15;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.4rem;
  color: white;
}
div.agenda div.agenda-item a.annulation:after {
  content: 'annulé';
}
div.agenda div.agenda-item div.annule {
  width: 360px;
  height: 100%;
  background-color: var(--color3);
  position: absolute;
  z-index: 11;
  opacity: 0.8;
}

div.agenda div.agenda-item div.annule::after {
  content: 'annulé';
  text-transform: uppercase;
  font-size: 25px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

div.agenda div.agenda-item div.complet {
  width: 360px;
  height: 100%;
  background-color: var(--color1);
  position: absolute;
  z-index: 11;
  opacity: 0.9;
  border: 5px solid white;
}

div.agenda div.agenda-item div.complet::after {
  content: 'complet';
  text-transform: uppercase;
  font-size: 25px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

div.agenda div.agenda-item div.past {
  width: 360px;
  height: 100%;
  background-color: var(--color1);
  position: absolute;
  z-index: 11;
  opacity: 0.8;
}

div.agenda div.agenda-item div.image {
  position: relative;
  background-color: #fff;
}
div.agenda div.agenda-item div.image span.no-thumbnail {
  display: block;
}
div.agenda div.agenda-item div.image img,
div.agenda div.agenda-item div.image span.no-thumbnail {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  mix-blend-mode: unset;
}

div.agenda div.agenda-item div.image div.cat {
  position: absolute;
  right: 0;
  bottom: 50px;
  text-align: right;
}

div.agenda div.agenda-item div.image div.cat span {
  position: relative;
  background-color: var(--color1);
  bottom: 0;
  right: 15px;
  border-radius: 20px;
  color: #FFF;
  padding: 5px 22px;
  font-size: 11px;
  font-weight: 600;
  margin-right: 0;
  border:none;
}

div.agenda div.agenda-item div.info {
  background-color: #FFF;
  border: 4px solid var(--color2);
  border-bottom: none;
  width: 92%;
  margin: -35px auto 0;
  z-index: 9;
  position: relative;
  padding: 15px;
  height: 210px;
}

div.agenda div.agenda-item div.info a {
  color:var(--color1);
}
@media screen and (max-width: 768px) {
  div.agenda div.agenda-item div.info {
    height: 220px;
  }
}

@media screen and (max-width: 576px) {
  div.agenda div.agenda-item div.info {
    height: auto;
  }
}

div.agenda div.agenda-item div.info span {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color3);
  font-weight: 800;
}

div.agenda div.agenda-item div.info span::after {
  width: 90%;
  height: 5px;
  background-color: var(--color3);
  margin: 5px 0 7px;
}

div.agenda div.agenda-item div.info p {
  color: var(--color3);
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
}

div.agenda div.agenda-item div.info div.date {
  margin-bottom: 10px;
}

div.agenda div.agenda-item div.info div.date span {
  font-size: 16px;
  text-transform: lowercase;
  margin-left: 8px;
}
div.agenda div.agenda-item div.info div.date span.d-count {
  background: var(--color1);
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 5px;
  border-radius: 5px;
  font-size: .9rem;
}

div.agenda div.agenda-item span.more {
  background-color: var(--color2);
  margin: 0 auto;
  display: block;
  width: 92%;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  color: var(--color3);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 4px solid var(--color2);
  border-top: none;
}

div.agenda svg#decoupe {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

div.pagination {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
  margin: 0 auto;
}

div.pagination span.page-numbers,
div.pagination a.page-numbers {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  color: var(--color3);
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

div.pagination span.page-numbers:not(:last-child),
div.pagination a.page-numbers:not(:last-child) {
  margin-right: 10px;
}

div.pagination span.page-numbers.current,
div.pagination a.page-numbers.current {
  background-color: #2EDAC3;
}

div.round {
  width: 650px;
  height: 650px;
  border-radius: 650px;
  background-color: transparent;
  opacity: 0.3;
  position: absolute;
  z-index: 9;
}

div.round:first-of-type {
  right: -370px;
  top: 215px;
}

div.overlay {
  background: rgba(255, 255, 255, .8);
  /* background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 62%) 25%, rgb(255 255 255 / 0%) 100%); */
  height: 670px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
}
.single-programmation div.overlay,
.single-hors-murs div.overlay {
   /*background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 62%) 25%, rgb(255 255 255 / 0%) 100%);*/
   background: none;
}

section#bandeau-haut-programme {
  position: relative;
  /*height: 570px;*/
  background-color: var(--color1);
  /*background-image: url('../images/loup.svg');*/
  background-size:300px;
  background-repeat: no-repeat;
  background-position: calc(100% + 10rem) center;
  display: flex;
  align-items: flex-end;
  /*padding-top: 250px;*/
  padding-top: 45px;
  /*padding-bottom: 100px;*/
  padding-bottom: 0px;
  position: relative;
  border-bottom-right-radius: 300px;
  margin-bottom: 60px;
}
section#bandeau-haut-programme h1 {
  color:#fff;
  margin-bottom: 30px;
  line-height: 1;
}
section#bandeau-haut-programme h1 span {
  -webkit-text-stroke-color:#fff;
}
section#bandeau-haut-programme p {
  color:white;
}

@media screen and (max-width:992px) {
  section#bandeau-haut-programme {
    border-bottom-right-radius: 200px;
  }
  section#bandeau-haut-programme h1 {
    font-size:35px;
    text-align: left;
  }
}

section#bandeau-haut-programme img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.img-haut-presentation img {
  width: 400px !important;
  padding-bottom: 10px;
}

section#bandeau-haut-programme div.container div.titre h2 {
  margin-bottom: 40px;
}

@media screen and (max-width:576px) {
  section#bandeau-haut-programme {
    padding:50px 0;
    background-size:200px;
    background-position: calc(100% + 100px) center;
    border-bottom-right-radius: 100px;
  }
}

div.actu-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-color: var(--color3);
  margin-bottom: 30px;
}

div.actu-item:hover div.info {
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

div.actu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}

div.actu-item div.info {
  position: absolute;
  padding: 15px 0px 15px 40px;
  bottom: -74px;
  min-height: 180px;
  left: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  div.actu-item div.info {
    bottom: -102px;
  }
}

@media screen and (max-width: 768px) {
  div.actu-item div.info {
    bottom: -72px;
  }
}

div.actu-item div.info span {
  color: #2EDAC3;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

div.actu-item div.info span svg {
  margin-right: 10px;
}

div.actu-item div.info span svg path {
  fill: #2EDAC3;
}

div.actu-item div.info h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  color: #FFF;
  margin: 15px 0 30px;
}

div.actu-item div.info h4:after {
  content: '';
  display: block;
  width: auto;
  height: 4px;
  background-color: var(--color2);
  margin-top: 8px;
}

div.actu-item div.info p {
  font-size: 14px;
  color: #FFF;
  line-height: 14px;
  font-weight: normal;
}

div.slick-lightbox div.slick-lightbox-inner {
  width: calc(100% - 80px);
}

@media screen and (max-width: 576px) {
  div.slick-lightbox div.slick-lightbox-inner {
    width: 100%;
  }
}

div.slick-lightbox div.slick-lightbox-inner button.slick-lightbox-close {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 2px solid var(--color2);
  background-color: transparent;
}

div.slick-lightbox div.slick-lightbox-inner button.slick-lightbox-close::before {
  font-size: 50px;
  opacity: 1;
  color: var(--color2);
  line-height: 45px;
}

div.slick-lightbox div.slick-lightbox-inner svg.slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  div.slick-lightbox div.slick-lightbox-inner svg.slick-arrow {
    bottom: 10%;
    top: unset;
  }
}

div.slick-lightbox div.slick-lightbox-inner svg.slick-arrow path,
div.slick-lightbox div.slick-lightbox-inner svg.slick-arrow g {
  stroke: var(--color2);
}

div.slick-lightbox div.slick-lightbox-inner svg.slick-arrow:first-of-type {
  left: 50px;
  z-index: 999;
}

div.slick-lightbox div.slick-lightbox-inner svg.slick-arrow:last-of-type {
  right: 50px;
}

/*--------------------------------------------------------------
>>> ANIMATIONS
--------------------------------------------------------------*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
>>> MENU
--------------------------------------------------------------*/
header div.logo {
  /*position: absolute;*/
  z-index: 15000;
  top: 15px;
  /*width:150px;*/
  /*height:150px;*/
  /*background:white;*/
  border-radius: 100%;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

header div.logo a svg {
  /*height: 100px;*/
}
header div.logo a svg * {
  /*fill:var(--color3);*/
}

@media screen and (max-width: 992px) {
  header div.logo {
    top: 20px;
  }
}

@media screen and (max-width: 576px) {
  header div.logo {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  header div.logo svg {
    width: 100%;
    height:auto;
  }
}

header div.menu {
  height: 100vh;
  width: 95vw;
  position: fixed;
  z-index: 8000;
  background-color: #FFF;
  right: -100vw;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 576px) {
  header div.menu {
    width: 100vw;
    height: calc(100vh - 80px);
  }
}

header div.menu.active {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  right: 80px;
}

@media screen and (max-width: 576px) {
  header div.menu.active {
    right: 0;
  }
}

header div.menu img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  object-position: bottom right;
  border-bottom-right-radius: 300px;
}

@media screen and (max-width: 1400px) {
  header div.menu img {
    object-position: center;
  }
}

@media screen and (max-width: 576px) {
  header div.menu img {
    height: calc(100vh - 80px);
    top: 0;
  }
}

header div.menu div.overlay {
  height: 100vh;
  border-bottom-right-radius: 300px;
  background: var(--color1);
  width: 100%;
  position: absolute;
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 992px) {
  header div.menu div.overlay {
    border-radius: 0 0 100px 0;
  }
}

@media screen and (max-width: 576px) {
  header div.menu div.overlay {
    height: calc(100vh - 80px);
    top: 0;
    border-radius: 0;
  }
}

header div.menu div.navigation {
  position: relative;
  height: 100vh;
  z-index: 9;
}

@media screen and (max-width: 576px) {
  header div.menu div.navigation {
    height: calc(100vh - 80px);
  }
}

header div.menu div.navigation ul {
  font-size: 50px;
  font-weight: 800;
  list-style: none;
  text-align: right;
}

header div.menu div.navigation ul.sub-menu {
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  header div.menu div.navigation ul.sub-menu {
    font-size: 27px;
  }
}

@media screen and (max-width: 576px) {
  .logo.col-auto {
  display: none;
}
  header div.menu div.navigation ul.sub-menu {
    font-size: 22px;
    line-height: 22px;
  }
}

header div.menu div.navigation ul#menu-header {
  position: absolute;
  top: 50%;
  left: 55%;
  display: block;
  transform: translate(-30%, -50%);
}

@media screen and (max-width: 1400px) {
  header div.menu div.navigation ul#menu-header {
    width: 100%;
    transform: translate(-60%, -50%);
  }
}

@media screen and (max-height:600px) {
  header div.menu div.navigation ul#menu-header {
    font-size:35px;
  }
}

@media screen and (max-width: 768px) {
  header div.menu div.navigation ul#menu-header {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    transform: translate(-55%, -50%);
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  header div.menu div.navigation ul#menu-header {
    font-size: 28px;
    line-height: 31px;
  }
}

@media screen and (max-width: 576px) {
  header div.menu div.navigation ul#menu-header li {
    padding-bottom: 10px;
  }
}

header div.menu div.navigation ul li.menu-item-has-children:hover a {
  text-decoration: none;
  color: #FFF;
  position: relative;
}

header div.menu div.navigation ul li:not(.menu-item-has-children):hover a {
  right: 60px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-text-stroke: 1px #FFF;
  color: transparent;
}

header div.menu div.navigation ul li:not(.menu-item-has-children):hover a::after {
  width: 50px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  right: -90px;
}

header div.menu div.navigation ul li a {
  text-decoration: none;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  right: 0;
}

header div.menu div.navigation ul li a::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: 0;
}

header div.menu div.navigation ul li a span {
  color: var(--color2);
  -webkit-text-stroke: transparent;
}

header div.menu svg#decoupe {
  position: absolute;
  bottom: -3px;
}

header div.barre-menu {
  width: 80px;
  /*height: 100vh;*/
  /*position: fixed;*/
  position: inherit;
  top: 0;
  right: 0;
  z-index: 9000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
}

@media screen and (max-width: 576px) {
  header div.barre-menu {
    height: 80px;
    width: 100vw;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: 0;
    position: fixed;
  }
}

header div.barre-menu div.bouton-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  height: 80px;
  position: inherit;
  /*position: relative;*/
  width: 100%;
}

@media screen and (max-width: 576px) {
  header div.barre-menu div.bouton-menu {
    height: 80px;
    width: 80px;
    display: flex;
  }
}

header div.barre-menu div.bouton-menu:hover div.texte-menu span:last-child {
  left: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/*header div.barre-menu div.bouton-menu div.texte-menu {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }*/
header div.barre-menu div.bouton-menu div.texte-menu span {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}

header div.barre-menu div.bouton-menu div.texte-menu span:last-child {
  position: relative;
  left: 15px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

header div.barre-menu div.trait {
  height: 60px;
  width: 2px;
  background-color: var(--color3);
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  header div.barre-menu div.trait {
    height: 2px;
    width: 60px;
    margin: 0;
  }
}

header div.barre-menu div.reseaux-sociaux {
  margin-top: 15px;
  height: calc(660px - 140px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header div.barre-menu div.reseaux-sociaux svg circle {
    fill:var(--color2)!important;
}
@media screen and (max-width: 576px) {
  header div.barre-menu div.reseaux-sociaux {
    display: none;
  }
}

header div.barre-menu div.reseaux-sociaux a:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 576px) {
  header div.barre-menu div.reseaux-sociaux a:not(:last-child) {
    margin-right: 12px;
    margin-bottom: unset;
  }
}

@media screen and (max-width: 576px) {
  header div.barre-menu div.reseaux-sociaux a:last-child {
    margin-right: 12px;
  }
}

header div.barre-menu div.reseaux-sociaux svg:hover circle {
  fill: var(--color1);
}

header div.barre-menu div.reseaux-sociaux svg:hover path {
  fill: var(--color3);
}

header div.barre-menu a.logo {
  display: none;
  position: absolute;
  left: 0;
  height: 65px;
}

@media screen and (max-width: 576px) {
  header div.barre-menu a.logo {
    display: block;
  }
}

header div.barre-menu a.logo svg {
  height: 100%;
}

header div.barre-menu a.logo svg path {
  fill: #000;
}

header div.barre-menu div.acces {
  position: absolute;
  bottom: 15px;
}

@media screen and (max-width: 576px) {
  header div.barre-menu div.acces {
    display: none;
  }
}

header div.barre-menu div.acces a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--color3);
  position: relative;
}

header div.barre-menu div.acces a:hover span {
  bottom: 50px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

header div.barre-menu div.acces a:hover span::before {
  height: 50px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

header div.barre-menu div.acces a span {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: regular;
  margin-bottom: 20px;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

header div.barre-menu div.acces a span::before {
  content: '';
  position: absolute;
  height: 0;
  width: 2px;
  bottom: 180px;
  left: 10px;
  background-color: var(--color3);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
>>> CONTENT
--------------------------------------------------------------*/

section#slider-intro {
  height:100%;
  background:#fff;
  overflow: hidden;
  position: relative;
}
section#slider-intro .prochainement {
  background: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-weight: bold;
  font-size: 4rem;
  -webkit-text-stroke: 1px white;
  text-transform: uppercase;
}
section#slider-intro .slider-image {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
section#slider-intro .slider-image.slick-initialized {
  opacity: 1;
}
section#slider-intro .slider-image .slick-slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
section#slider-intro .slider-image .slick-slide img {
  /*width: 70%;*/
  width: 50%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
section#slider-intro .slider-image .slick-slide .complet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  background: rgb(255 79 73 / 86%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size:4rem;
  text-transform: uppercase;
  font-weight: 900;
}
/* section#slider-intro .slider-image .slick-slide:before {
  content:'';
  display: block;
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  left:50%;
  background: rgb(255,255,255);
  background: linear-gradient(280deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0.62) 35%, rgba(255,255,255,0) 100%);
} */
section#slider-intro .slider-image .slick-slide .content {
  /* position: absolute; */
  right:0;
  top:0;
  bottom:0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /*padding: 2rem;
  width: 30%;*/
  padding: 2rem 5rem;
  width: 50%;
  /*max-width: 600px;*/
  text-align: right;
  background-color:var(--color1);
}
section#slider-intro > div > div > div > div > div > p {
    text-align: left;
}
section#slider-intro .slider-image .slick-slide .content ul.categories {
  /*display: flex;*/
  display: block;
  justify-content: flex-end;
  list-style-type:none;
  padding:0;
  margin:0;
}
section#slider-intro .slider-image .slick-slide .content ul.categories li {
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 15px;
  color: var(--color3);
  font-weight: bold;
  cursor: pointer;
  font-size: .8rem;
  float: left;
}
section#slider-intro .slider-image .slick-slide .content ul.categories li:not(:last-child) {
  margin-right:5px;
  margin-bottom: 10px;
}
section#slider-intro .slider-image .slick-slide .content .date {
  font-size: 45px;
  font-family: raleway;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--color2);
  color: var(--color2);
  margin-left: 15px;
}
section#slider-intro .slider-image .slick-slide .content span.titre {
  color:#fff;
  font-family: Raleway, sans-serif;
  font-size: 2.413rem;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}
section#slider-intro .slider-image .slick-slide .content ul.actions li a {
  background-color: var(--color2);
  border: 2px solid var(--color2);
  padding: 10px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color:var(--color3);
  transition:all .5s ease-in-out;
}
section#slider-intro .slider-image .slick-slide .content ul.actions li a:hover {
  background:white;
  border-color:white;
  color:var(--color1);
}
section#slider-intro .slider-image .slick-slide .content ul.actions li p {
  background-color: var(--color3);
  border-color: var(--color3);
  color:white;
  padding: 10px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
section#slider-intro .slider-image .slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: flex;
  justify-content: center;
  left: 30px;
  right: 30px;
  margin:0;
  padding:0;
}
section#slider-intro .slider-image .slick-dots li {
  margin:2.5px;
}
section#slider-intro .slider-image .slick-dots li button {
  background: transparent;
  border: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color1);
  text-indent: -99999px;
  transition:all .4s ease-in-out;
}
section#slider-intro .slider-image .slick-dots li.slick-active button,
section#slider-intro .slider-image .slick-dots li:hover button {
  background:var(--color1);
}
section#slider-intro .slider-image .slick-slide .content ul.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style-type: none;
}
section#slider-intro .slider-image .slick-slide .content ul.actions li {
  width: 100%;
  text-align: right;
}
section#slider-intro .slider-image .slick-slide .content ul.actions li:not(:last-child) {
  margin-bottom:15px;
}
@media screen and (max-width:1200px) {
  section#slider-intro .slider-image .slick-slide img {
    width: 60%;
  }
  section#slider-intro .slider-image .slick-slide .content {
    width: 40%;
  }
}
@media screen and (max-width:992px) {
  section#slider-intro {
    height: auto;
  }
  section#slider-intro .slider-image .slick-slide img,
  section#slider-intro .slider-image .slick-slide .content {
    width: 100%;
    max-width: 100%;
  }
  section#slider-intro .slider-image .slick-slide .content {
    padding:2rem;
  }
}

@media screen and (max-width:992px) {
  section#slider-intro .slider-image .slick-slide:before {
    content:none;
  }
  section#slider-intro .slider-image .slick-slide img {
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
  }
  section#slider-intro .slider-image .slick-slide .content {
    position: initial;
    align-items: center;
    text-align: center;
  }
  section#slider-intro .slider-image .slick-slide .content ul.actions {
    justify-content: center;
    padding:0;
  }
  section#slider-intro .slider-image .slick-slide .content ul.actions li {
    text-align: center;
  }
  section#slider-intro .slider-image .slick-slide .content span.titre {
    line-height:1;
    font-size:25px;
    text-align: center;
    margin-bottom: 15px;
  }
  section#slider-intro .slider-image .slick-slide .content .date {
    margin:0;
  }
  section#slider-intro div.slider-image svg.slick-arrow:first-child {
    left:15px;
  }
}

@keyframes marquee {
  0% {
    transform: translate(100%, 0);
    -webkit-transform: translateX(100%);
  }

  100% {
    transform: translate(-100%, 0);
    -webkit-transform: translateX(-100%);
  }
}

section#bandeau-presentation {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
section#bandeau-presentation h1 {
  color:var(--color1);
  margin-bottom:30px;
}
section#bandeau-presentation h1 span {
  -webkit-text-stroke: 2px var(--color1);
}
@media screen and (max-width: 576px) {
  section#bandeau-presentation {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

section#bandeau-presentation div.contenu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section#bandeau-presentation div.contenu div.texte span.sous-titre {
  color: var(--color1);
  font-size: 40px;
  font-weight: 900;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  section#bandeau-presentation div.contenu div.texte span.sous-titre {
    font-size: 35px;
    line-height: 35px;
  }
}

section#bandeau-presentation div.contenu div.texte span.sous-titre:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: var(--color1);
  margin-top: 8px;
  position: relative;
  display: block;
}

section#bandeau-presentation div.contenu div.texte p {
  padding: 0;
  color: var(--color3);
}

section#bandeau-presentation div.contenu div.texte a.button {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  section#bandeau-presentation div.contenu div.illu {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  section#bandeau-presentation div.contenu div.illu svg {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  section#bandeau-presentation div.contenu div.illu svg {
    opacity: 0.6;
  }
}

@media screen and (max-width: 576px) {
  section#bandeau-presentation div.contenu div.illu svg {
    opacity: 0.4;
  }
}

section#bandeau-agenda {
  background-color: #FFF;
  padding-top: 60px;
  position: relative;
}

section#bandeau-agenda::before {
  content: '';
  border-bottom-right-radius: 300px;
  /*background-color: var(--color1);*/
  bottom: 150px;
  position: absolute;
  width: 100%;
  height: calc(100% - 150px);
  left: 0;
  bottom: 150px;
  top: 0;
}
section#bandeau-agenda h2 {
  color:var(--color1);
}
section#bandeau-agenda h2 span {
  -webkit-text-stroke: 1px var(--color1);
}
@media screen and (max-width: 576px) {
  section#bandeau-agenda {
    padding-top: 70px;
  }
}

section#bandeau-agenda div.titre {
  position: relative;
}

section#bandeau-agenda div.titre div.deco-typo p::before {
  background-color: var(--color2);
  right: 280px;
  bottom: 23px;
  content: '';
  height: 2px;
  width: 250px;
  opacity: 0.3;
  position: absolute;
}

@media screen and (max-width: 992px) {
  section#bandeau-agenda div.titre div.deco-typo p::before {
    right: 200px;
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  section#bandeau-agenda div.titre div.deco-typo {
    display: none;
  }
}

section#bandeau-agenda div.top {
  right: -320px;
  /* 		top: 215px; */
}

section#bandeau-agenda div.contenu div.calendar {
  z-index: 999;
}

@media only screen and (max-width:576px) {
  section#bandeau-agenda div.contenu div.calendar {
    text-align: center;
  }
}

section#dancing {
  padding: 150px 0 120px;
  background:var(--color1);
  border-radius:0 300px 0 0;
}

section#dancing div.container {
  position: relative;
}
section#dancing h2 {
  color:white;
}
section#dancing a.button.violet {
  border-color:var(--color2);
  color:white;
}
section#dancing a.button.violet:hover {
    background-color:var(--color2);
  border-color:var(--color2);
  color:var(--color3);
}
section#bandeau-agenda h2 span
section#dancing div.container div.titre h2 {
  color: white;
}

section#dancing div.container div.titre h2 span {
  -webkit-text-stroke: 1px white;
}

section#dancing div.container div.titre div.deco-typo {
  position: absolute;
  right: -50px;
  top: unset;
  width: auto;
  transform: rotate(-90deg);
  z-index: -1;
}

@media screen and (max-width: 992px) {
  section#dancing div.container div.titre div.deco-typo {
    top: 40px;
  }
}

section#dancing div.container div.titre div.deco-typo p {
  -webkit-text-stroke: 1px var(--color2);
  display: flex;
  align-items: center;
}

section#dancing div.container div.titre div.deco-typo p::before {
  background-color: var(--color2);
  right: unset;
  bottom: unset;
  content: '';
  height: 1px;
  width: 80px;
  opacity: 0.7;
  position: unset;
  margin-right: 10px;
}

@media screen and (max-width: 992px) {
  section#dancing div.container div.titre div.deco-typo p::before {
    right: 200px;
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  section#dancing div.container div.titre div.deco-typo {
    display: none;
  }
}

section#dancing div.container div.texte p {
  color: white;
  text-align: left;
  padding-right: 0;
}

section#dancing div.container div.texte a.button {
  margin-top: 30px;
}

section#dancing div.container div.illu img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  section#dancing div.container div.illu {
    margin-top: 65px;
  }
}

section#actualites {
  padding-top: 70px;
  z-index: 9;
  position: relative;
}

section#actualites div.titre {
  position: relative;
}

section#actualites div.titre div.deco-typo {
  position: absolute;
  top: -100px;
  left: 50px;
  right: unset;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
}

@media screen and (max-width: 992px) {
  section#actualites div.titre div.deco-typo {
    top: -40px;
  }
}

section#actualites div.titre div.deco-typo p {
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px var(--color3);
}

section#actualites div.titre div.deco-typo p::before {
  background-color: var(--color3);
  content: '';
  height: 2px;
  width: 100px;
  opacity: 0.3;
  margin-right: 10px;
}

section#actualites div.texte {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
}

section#actualites div.texte p {
  color: var(--color3);
  text-align: right;
  padding-right: 0;
}

section#actualites div.texte svg {
  position: absolute;
  right: 30px;
  bottom: -5px;
}

section#actualites div.slider-actu {
  margin-top: 100px;
}

section#actualites div.slider-actu svg.slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}

section#actualites div.slider-actu svg.slick-arrow path,
section#actualites div.slider-actu svg.slick-arrow g {
  stroke: var(--color3);
}

section#actualites div.slider-actu svg.slick-arrow:first-of-type {
  left: -50px;
}

section#actualites div.slider-actu svg.slick-arrow:last-of-type {
  right: -50px;
}

section#actualites div.slider-actu div.actu {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-color: var(--color3);
}

section#actualites div.slider-actu div.actu:hover div.info {
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

section#actualites div.slider-actu div.actu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}

section#actualites div.slider-actu div.actu div.info {
  position: absolute;
  padding: 15px 0px 15px 40px;
  bottom: -74px;
  left: 0;
  min-height: 180px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  section#actualites div.slider-actu div.actu div.info {
    bottom: -102px;
  }
}

@media screen and (max-width: 768px) {
  section#actualites div.slider-actu div.actu div.info {
    bottom: -74px;
  }
}

@media screen and (max-width: 420px) {
  section#actualites div.slider-actu div.actu div.info {
    bottom: -102px;
  }
}

section#actualites div.slider-actu div.actu div.info span {
  color: #2EDAC3;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

section#actualites div.slider-actu div.actu div.info span svg {
  margin-right: 10px;
}

section#actualites div.slider-actu div.actu div.info span svg path {
  fill: #2EDAC3;
}

section#actualites div.slider-actu div.actu div.info h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  color: #FFF;
  margin: 15px 0 30px;
}

section#actualites div.slider-actu div.actu div.info h4:after {
  content: '';
  display: block;
  width: auto;
  height: 4px;
  background-color: #2EDAC3;
  margin-top: 8px;
}

section#actualites div.slider-actu div.actu div.info p {
  font-size: 14px;
  color: #FFF;
  line-height: 14px;
  font-weight: normal;
}

/*** PRESENTATION ***/
section#bandeau-presentation-page {
  background-color: #FFF;
  position: relative;
  padding-bottom: 100px;
  padding-top: 30px;
}

section#bandeau-presentation-page div.texte-presentation span.sous-titre {
  color: var(--color1);
  font-size: 40px;
  font-weight: 900;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  section#bandeau-presentation-page {
    background:transparent;
  }
  section#bandeau-presentation-page div.texte-presentation span.sous-titre {
    font-size: 25px;
    line-height: 30px;
  }
}

section#bandeau-presentation-page div.texte-presentation span.sous-titre:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: var(--color1);
  margin-top: 8px;
  position: relative;
  display: block;
}

section#bandeau-presentation-page div.texte-presentation p {
  padding: 0;
}

section#bandeau-presentation-page div.texte-presentation div.bouton {
  -webkit-box-pack: unset;
  -moz-box-pack: unset;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  padding: 0;
}

section#bandeau-presentation-page div.texte-presentation div.bouton a.button {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  section#bandeau-presentation-page div.chiffre-cle {
    margin: 0 auto;
    padding-top: 70px;
  }
}

section#bandeau-presentation-page div.chiffre-cle div.deco-typo {
  left: unset;
  top: unset;
  right: unset;
  transform: rotate(-90deg) translate(-100%, -130px);
  transform-origin: top left;
}

@media screen and (max-width: 992px) {
  section#bandeau-presentation-page div.chiffre-cle div.deco-typo {
    left: 0;
    top: 0;
    position: relative;
    transform: unset;
  }
}

section#bandeau-presentation-page div.chiffre-cle div.deco-typo p {
  display: block;
  -webkit-text-stroke: 1px var(--color1);
}

section#bandeau-presentation-page div.chiffre-cle div.deco-typo p span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section#bandeau-presentation-page div.chiffre-cle div.deco-typo p span::before {
  background-color: var(--color1);
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  section#bandeau-presentation-page div.chiffre-cle div.chiffres {
    margin: 0 auto;
  }
}

section#bandeau-presentation-page div.chiffre-cle div.chiffres p.chiffre-item {
  position: relative;
}

section#bandeau-presentation-page div.chiffre-cle div.chiffres p.chiffre-item::before {
  content: '';
  height: 2px;
  width: 30px;
  background-color: var(--color1);
  position: absolute;
  top: 12px;
  left: -40px;
}

section#bandeau-presentation-page div.chiffre-cle div.chiffres p.chiffre-item span {
  font-size: 30px;
  font-weight: 900;
  color: var(--color1);
}

section#galerie-artistes {
  padding: 50px 15px;
}

section#galerie-artistes div.deco-typo {
  position: absolute;
  left: 15%;
  right: unset;
  top: unset;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
}

@media screen and (max-width: 768px) {
  section#galerie-artistes div.deco-typo {
    transform: unset;
    position: relative;
    left: unset;
  }
}

section#galerie-artistes div.deco-typo p {
  display: block;
  -webkit-text-stroke: 1px var(--color3);
}

section#galerie-artistes div.deco-typo p span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section#galerie-artistes div.deco-typo p span::before {
  background-color: var(--color3);
  margin-right: 10px;
  width: 105px;
}

section#galerie-artistes div.slider-artistes {
  height: 365px;
  position: relative;
}

section#galerie-artistes div.slider-artistes div.slick-list {
  margin-right: -10px;
}

section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item {
  width: 550px;
  height: 365px;
  position: relative;
  background-color: #fff;
  opacity: 1;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-align: center;
}

section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item:not(.slick-active) {
  opacity: 0.3;
}

@media screen and (max-width: 576px) {
  section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item:not(.slick-active) {
    opacity: 1;
  }
}

section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item img:not(:last-of-type) {
  margin-right: 10px;
}

section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item img:not(.slick-active) {
  opacity: 0.3;
}

@media screen and (max-width: 576px) {
  section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item img:not(.slick-active) {
    opacity: 1;
  }
}

section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  color: var(--color1);
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section#galerie-artistes div.slider-artistes div.slick-list div.artiste-item span {
    font-size: 35px;
    line-height: 35px;
  }
}

section#galerie-artistes div.slider-artistes svg.slick-arrow path,
section#galerie-artistes div.slider-artistes svg.slick-arrow g {
  stroke: #2EDAC3;
}

/***FICHES TECHNIQUES***/
section#bandeau-technique {
  background-color: #FFF;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 992px) {
  section#bandeau-technique {
    padding: 50px 0;
  }
}

section#bandeau-technique div.container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  section#bandeau-technique div.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#bandeau-technique div.container div.texte-technique {
  padding-bottom: 70px;
}

section#bandeau-technique div.container div.texte-technique span.sous-titre {
  color: var(--color1);
  font-size: 40px;
  font-weight: 900;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  section#bandeau-technique div.container div.texte-technique span.sous-titre {
    font-size: 25px;
    line-height: 30px;
  }
}

section#bandeau-technique div.container div.texte-technique span.sous-titre:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: var(--color1);
  margin-top: 8px;
  position: relative;
  display: block;
}

section#bandeau-technique div.container div.texte-technique p {
  padding: 0;
}

section#bandeau-technique div.container div.fichiers div.deco-typo {
  position: absolute;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
  width: auto;
  top: unset;
  right: unset;
}

@media screen and (max-width: 992px) {
  section#bandeau-technique div.container div.fichiers div.deco-typo {
    left: unset;
    right: 0;
    transform: none;
    position: relative;
    transform: unset;
  }
}

section#bandeau-technique div.container div.fichiers div.deco-typo p {
  display: block;
  font-size: 30px;
  line-height: 32px;
}

section#bandeau-technique div.container div.fichiers div.deco-typo p span::before {
  right: 235px;
  bottom: 15px;
  width: 185px;
}

section#bandeau-technique div.container div.fichiers div.contenu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  section#bandeau-technique div.container div.fichiers div.contenu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

section#bandeau-technique div.container div.fichiers div.contenu a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 40px;
  text-align: center;
}

section#bandeau-technique div.container div.fichiers div.contenu a:hover {
  text-decoration: none;
}

section#bandeau-technique div.container div.fichiers div.contenu a:hover img {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
  top: 10px;
}

section#bandeau-technique div.container div.fichiers div.contenu a img {
  width: 80px;
  height:auto;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  section#bandeau-technique div.container div.fichiers div.contenu a img {
    width: 60px;
  }
}

section#bandeau-technique div.container div.fichiers div.contenu a span {
  color: var(--color3);
  padding-top: 15px;
  font-weight: 800;
}

/*** PROGRAMMATION ARCHIVE ***/
section#agenda-archive {
  background-color: #FFF;
  position: relative;
  padding-bottom: 70px;
}
section#agenda-archive div.contenu {
  padding-top: 30px;
}

.post-type-archive-dancing section#agenda-archive div.contenu {
  padding-top:0;
}

section#agenda-archive div.contenu div.calendar {
  z-index: 2;
}

@media screen and (max-width: 576px) {
  section#agenda-archive div.contenu a.brochure {
    margin-bottom: 20px;
  }
}

/*** PROGRAMMATION SINGLE ***/
a#bouton-resa {
  display: none;
}

@media screen and (max-width: 576px) {
  a#bouton-resa {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: var(--color1);
    border-color: var(--color1);
    border-radius: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    z-index: 99999;
    left: 0;
  }

  a#bouton-resa svg path {
    fill: #FFF;
  }
}

section#bandeau-photo-spectacle,
section#bandeau-photo-actu {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#bandeau-photo-spectacle img,
section#bandeau-photo-actu img,
section#bandeau-photo-spectacle .no-thumbnail {
  width: 100%;
  height: 670px;
  object-fit: cover;
}
section#bandeau-photo-spectacle .no-thumbnail {
  display: block;
}
@media screen and (max-width: 576px) {

  section#bandeau-photo-spectacle img,
  section#bandeau-photo-actu img {
    height: calc(70vh - 80px - 50px);
  }
}

@media screen and (max-width: 576px) {

  section#bandeau-photo-spectacle div.overlay,
  section#bandeau-photo-actu div.overlay {
    height: calc(70vh - 80px - 50px);
  }
}

section#bandeau-photo-spectacle div.info-spectacle,
section#bandeau-photo-spectacle div.info-actu,
section#bandeau-photo-actu div.info-spectacle,
section#bandeau-photo-actu div.info-actu {
  position: absolute;
  bottom: 35px;
  height: 670px;
  padding-top: 80px;
}

@media screen and (max-width: 576px) {

  section#bandeau-photo-spectacle div.info-spectacle,
  section#bandeau-photo-spectacle div.info-actu,
  section#bandeau-photo-actu div.info-spectacle,
  section#bandeau-photo-actu div.info-actu {
    height: calc(80vh - 80px - 50px);
    padding-top: unset;
    height: auto;
    bottom: 0;
  }
}

section#bandeau-photo-spectacle div.info-spectacle a.button,
section#bandeau-photo-spectacle div.info-actu a.button,
section#bandeau-photo-actu div.info-spectacle a.button,
section#bandeau-photo-actu div.info-actu a.button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 576px) {

  section#bandeau-photo-spectacle div.info-spectacle a.button,
  section#bandeau-photo-spectacle div.info-actu a.button,
  section#bandeau-photo-actu div.info-spectacle a.button,
  section#bandeau-photo-actu div.info-actu a.button {
    display: none;
  }
}

section#bandeau-photo-spectacle div.info-spectacle a.button.transparent,
section#bandeau-photo-spectacle div.info-actu a.button.transparent,
section#bandeau-photo-actu div.info-spectacle a.button.transparent,
section#bandeau-photo-actu div.info-actu a.button.transparent {
  color: var(--color1);
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle,
section#bandeau-photo-spectacle div.info-actu div.titre-actu,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle,
section#bandeau-photo-actu div.info-spectacle div.titre-actu,
section#bandeau-photo-actu div.info-actu div.titre-spectacle,
section#bandeau-photo-actu div.info-actu div.titre-actu {
  position: absolute;
  width: 100%;
  bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.titre div.date,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.titre div.date,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.titre div.date,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.titre div.date,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.titre div.date,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.titre div.date,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.titre div.date,
section#bandeau-photo-actu div.info-actu div.titre-actu div.titre div.date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.titre div.date svg,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.titre div.date svg,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.titre div.date svg,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.titre div.date svg,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.titre div.date svg,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.titre div.date svg,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.titre div.date svg,
section#bandeau-photo-actu div.info-actu div.titre-actu div.titre div.date svg {
  width: 35px;
  height: 38px;
  margin-right: 10px;
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.titre div.date svg path,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.titre div.date svg path,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.titre div.date svg path,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.titre div.date svg path,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.titre div.date svg path,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.titre div.date svg path,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.titre div.date svg path,
section#bandeau-photo-actu div.info-actu div.titre-actu div.titre div.date svg path {
  fill: var(--color3)!important;
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.titre div.date span,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.titre div.date span,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.titre div.date span,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.titre div.date span,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.titre div.date span,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.titre div.date span,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.titre div.date span,
section#bandeau-photo-actu div.info-actu div.titre-actu div.titre div.date span {
  color: var(--color3);
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

#desc-spectacle h1,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.titre h1,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.titre h1,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.titre h1,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.titre h1,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.titre h1,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.titre h1,
section#bandeau-photo-actu div.info-actu div.titre-actu div.titre h1 {
  color: var(--color1);
  text-transform: none;
  margin-bottom: 15px;
  opacity: 1;
  line-height: .8;
}
section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage div.date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  
  margin-bottom: 30px;
}
section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage div.date span {
  font-size:20px;
  font-weight: bold;
}
section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage div.date svg {
  width: 30px;
  height: auto;
  margin-right:10px;
}
section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.partage,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.partage,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.partage,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.partage,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.partage,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.partage,
section#bandeau-photo-actu div.info-actu div.titre-actu div.partage {
  text-align: right;
}
section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage svg path {
  fill:var(--color3);
}
@media screen and (max-width: 576px) {

  section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage,
  section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.partage,
  section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.partage,
  section#bandeau-photo-spectacle div.info-actu div.titre-actu div.partage,
  section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.partage,
  section#bandeau-photo-actu div.info-spectacle div.titre-actu div.partage,
  section#bandeau-photo-actu div.info-actu div.titre-spectacle div.partage,
  section#bandeau-photo-actu div.info-actu div.titre-actu div.partage {
    display: none;
  }
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage span,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.partage span,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.partage span,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.partage span,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.partage span,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.partage span,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.partage span,
section#bandeau-photo-actu div.info-actu div.titre-actu div.partage span {
  color: var(--color3);
  font-size: 16px;
  font-weight: 400;
}

section#bandeau-photo-spectacle div.info-spectacle div.titre-spectacle div.partage a.social,
section#bandeau-photo-spectacle div.info-spectacle div.titre-actu div.partage a.social,
section#bandeau-photo-spectacle div.info-actu div.titre-spectacle div.partage a.social,
section#bandeau-photo-spectacle div.info-actu div.titre-actu div.partage a.social,
section#bandeau-photo-actu div.info-spectacle div.titre-spectacle div.partage a.social,
section#bandeau-photo-actu div.info-spectacle div.titre-actu div.partage a.social,
section#bandeau-photo-actu div.info-actu div.titre-spectacle div.partage a.social,
section#bandeau-photo-actu div.info-actu div.titre-actu div.partage a.social {
  margin-left: 10px;
}

section#desc-spectacle { 
  padding-top: 0;
}

section#desc-spectacle svg {
  width: 66px;
  height: 59px;
}

section#desc-spectacle svg path {
  fill: #FFF;
}

section#desc-spectacle.end-section {
  position: relative;
  padding-bottom: 115px;
  background-color: #FFF;
}

section#desc-spectacle.end-section::before {
  content: '';
  border-bottom-right-radius: 300px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section#desc-spectacle div.info-resa {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
  z-index:1;
}
section#desc-spectacle div.info-resa .texte a {
  color:var(--color1);
}
section#desc-spectacle blockquote {
  color: var(--color1);
  font-size: .9rem;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1;
}

section#desc-spectacle blockquote a {
  color: var(--color3);
}

section#desc-spectacle blockquote small {
  color: var(--color3);
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  section#desc-spectacle div.info-resa {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#desc-spectacle div.info-resa div.desc-text {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 576px) {
  section#desc-spectacle div.info-resa div.desc-text {
    padding-bottom: 70px;
  }
}

section#desc-spectacle div.info-resa div.desc-text p.chapo {
  color: var(--color1);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}

@media screen and (max-width: 1200px) {
  section#desc-spectacle div.info-resa div.date-tarif {
    padding: 0;
  }
}

section#desc-spectacle div.info-resa div.date-tarif div.deco-typo {
  transform: rotate(-90deg) translate(-100%, -100px);
  transform-origin: top left;
  left: unset;
  top: unset;
  right: unset;
}

@media screen and (max-width: 992px) {
  section#desc-spectacle div.info-resa div.date-tarif div.deco-typo {
    left: 0;
    top: 0;
    position: relative;
    transform: unset;
    margin-bottom: 30px;
  }
}

section#desc-spectacle div.info-resa div.date-tarif div.deco-typo p {
  transform: none;
  font-size: 30px;
  line-height: 32px;
  -webkit-text-stroke: 1px var(--color1);
  margin-bottom: 0;
}

section#desc-spectacle div.info-resa div.date-tarif div.deco-typo span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section#desc-spectacle div.info-resa div.date-tarif div.deco-typo span::before {
  width: 100%;
  background-color: var(--color1);
  right: unset;
  margin-right: 10px;
  position: unset;
  bottom: unset;
}

@media screen and (max-width: 992px) {
  section#desc-spectacle div.info-resa div.date-tarif div.deco-typo span::before {
    left: 0;
    right: unset;
  }
}

section#desc-spectacle div.info-resa div.date-tarif div.date svg {
  width: 27px;
  height: 30px;
  margin-right: 10px;
}

section#desc-spectacle div.info-resa div.date-tarif div.date span {
  color: #FFF;
  font-weight: 700;
}

section#desc-spectacle div.info-resa div.date-tarif div.seance p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
  font-size:17px;
}

section#desc-spectacle div.info-resa div.date-tarif div.seance p::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color1);
  position: absolute;
  bottom: -5px;
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif {
  margin-top: 40px;
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif>span {
  color: var(--color1);
  font-size: 20px;
  font-weight: 700;
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif p {
  font-weight: 400;
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif p a.grille-tarif {
  color: var(--color1);
  font-size: 12px;
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif a.button {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  /* section#desc-spectacle div.info-resa div.date-tarif div.tarif a.button {
    display: none;
  } */
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif a.button svg {
  width: 32px;
  height: 28px;
}

section#desc-spectacle div.info-resa div.date-tarif div.tarif a.button svg path {
  fill: var(--color3);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

section#tech-spectacle {
  background-color: #fff;
  padding-top: 150px;
  position: relative;
  padding-bottom: 115px;
}

section#tech-spectacle::before {
  content: '';
  border-bottom-right-radius: 300px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
}

@media screen and (max-width: 576px) {
  section#tech-spectacle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

section#tech-spectacle div.container {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#tech-spectacle div.container div.deco-typo {
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
  left: unset;
  right: unset;
  top: unset;
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container div.deco-typo {
    left: 0;
    top: 0;
    position: relative;
    transform: unset;
    margin-bottom: 30px;
  }
}

section#tech-spectacle div.container div.deco-typo p {
  -webkit-text-stroke: 1px var(--color1);
}

section#tech-spectacle div.container div.deco-typo p span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section#tech-spectacle div.container div.deco-typo p span::before {
  background-color: var(--color1);
  bottom: unset;
  position: unset;
  right: unset;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container div.deco-typo p span::before {
    left: 0;
    right: unset;
  }
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container div.deco-typo p span::before {
    width: 82%;
  }
}

@media screen and (max-width: 576px) {
  section#tech-spectacle div.container div.deco-typo p span::before {
    width: 78%;
  }
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container div.spec {
    padding: 0;
  }
}

section#tech-spectacle div.container div.distribution>span,
section#tech-spectacle div.container div.presse>span {
  color: var(--color1);
  font-size: 20px;
  font-weight: 600;
}

section#tech-spectacle div.container div.distribution>span svg,
section#tech-spectacle div.container div.presse>span svg {
  width: 29px;
  height: 26px;
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container div.presse div.slider-presse div.critique {
    width: 100%;
  }
}

section#tech-spectacle div.container div.presse div.slider-presse p {
  margin-bottom: 0;
}

section#tech-spectacle div.container div.presse div.slider-presse span {
  font-style: italic;
  color: var(--color1);
}

section#tech-spectacle div.container .slick-slider-dots {
  margin-top: 10px;
}

section#tech-spectacle div.container .slick-slider-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

section#tech-spectacle div.container .slick-slider-dots ul li {
  margin: 0 4px;
}

section#tech-spectacle div.container .slick-slider-dots ul li:first-child:last-child {
  display: none;
}

section#tech-spectacle div.container .slick-slider-dots ul li button {
  background: transparent;
  height: 16px;
  width: 16px;
  color: transparent;
  border: 2px solid var(--color1);
  border-radius: 16px;
}

section#tech-spectacle div.container .slick-slider-dots ul li.slick-active button {
  background: var(--color1);
}

section#tech-spectacle div.container a.button {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  section#tech-spectacle div.container div.video {
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  section#tech-spectacle div.container div.video {
    margin-top: 30px;
  }
}

section#tech-spectacle div.container div.video video,
section#tech-spectacle div.container div.video iframe {
  width: 100%;
  max-height: 360px;
}

section#tech-spectacle svg#decoupe {
  position: absolute;
  bottom: 0;
  left: 0;
}

section#galerie-photo,
section#galerie-artistes {
  padding: 50px 0;
  position: relative;
}

section#galerie-photo div.round,
section#galerie-artistes div.round {
  right: -300px;
  top: -400px;
  z-index: 0;
}

section#galerie-photo div.slider-galerie,
section#galerie-photo div.slider-artistes,
section#galerie-artistes div.slider-galerie,
section#galerie-artistes div.slider-artistes {
  z-index: 99;
}

section#galerie-photo div.slider-galerie svg.slick-arrow,
section#galerie-photo div.slider-artistes svg.slick-arrow,
section#galerie-artistes div.slider-galerie svg.slick-arrow,
section#galerie-artistes div.slider-artistes svg.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  opacity: 1;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 99;
}

section#galerie-photo div.slider-galerie svg.slick-arrow:last-of-type,
section#galerie-photo div.slider-artistes svg.slick-arrow:last-of-type,
section#galerie-artistes div.slider-galerie svg.slick-arrow:last-of-type,
section#galerie-artistes div.slider-artistes svg.slick-arrow:last-of-type {
  right: 15px;
}

section#galerie-photo div.slider-galerie svg.slick-arrow:first-of-type,
section#galerie-photo div.slider-artistes svg.slick-arrow:first-of-type,
section#galerie-artistes div.slider-galerie svg.slick-arrow:first-of-type,
section#galerie-artistes div.slider-artistes svg.slick-arrow:first-of-type {
  left: 45px;
}

section#galerie-photo div.slider-galerie svg.slick-arrow.slick-disabled,
section#galerie-photo div.slider-artistes svg.slick-arrow.slick-disabled,
section#galerie-artistes div.slider-galerie svg.slick-arrow.slick-disabled,
section#galerie-artistes div.slider-artistes svg.slick-arrow.slick-disabled {
  opacity: 0;
  display: none;
}

section#galerie-photo div.slider-galerie svg.slick-arrow path,
section#galerie-photo div.slider-galerie svg.slick-arrow g,
section#galerie-photo div.slider-artistes svg.slick-arrow path,
section#galerie-photo div.slider-artistes svg.slick-arrow g,
section#galerie-artistes div.slider-galerie svg.slick-arrow path,
section#galerie-artistes div.slider-galerie svg.slick-arrow g,
section#galerie-artistes div.slider-artistes svg.slick-arrow path,
section#galerie-artistes div.slider-artistes svg.slick-arrow g {
  stroke: var(--color3);
}

@media screen and (max-width: 576px) {

  section#galerie-photo div.slider-galerie svg.slick-arrow path,
  section#galerie-photo div.slider-galerie svg.slick-arrow g,
  section#galerie-photo div.slider-artistes svg.slick-arrow path,
  section#galerie-photo div.slider-artistes svg.slick-arrow g,
  section#galerie-artistes div.slider-galerie svg.slick-arrow path,
  section#galerie-artistes div.slider-galerie svg.slick-arrow g,
  section#galerie-artistes div.slider-artistes svg.slick-arrow path,
  section#galerie-artistes div.slider-artistes svg.slick-arrow g {
    stroke: #2EDAC3;
  }
}

section#galerie-photo div.slider-galerie div.slick-list,
section#galerie-photo div.slider-artistes div.slick-list,
section#galerie-artistes div.slider-galerie div.slick-list,
section#galerie-artistes div.slider-artistes div.slick-list {
  margin-right: -10px;
}

section#galerie-photo div.slider-galerie div.slick-list iframe,
section#galerie-photo div.slider-galerie div.slick-list video,
section#galerie-photo div.slider-artistes div.slick-list iframe,
section#galerie-photo div.slider-artistes div.slick-list video,
section#galerie-artistes div.slider-galerie div.slick-list iframe,
section#galerie-artistes div.slider-galerie div.slick-list video,
section#galerie-artistes div.slider-artistes div.slick-list iframe,
section#galerie-artistes div.slider-artistes div.slick-list video {
  height: 365px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {

  section#galerie-photo div.slider-galerie div.slick-list iframe,
  section#galerie-photo div.slider-galerie div.slick-list video,
  section#galerie-photo div.slider-artistes div.slick-list iframe,
  section#galerie-photo div.slider-artistes div.slick-list video,
  section#galerie-artistes div.slider-galerie div.slick-list iframe,
  section#galerie-artistes div.slider-galerie div.slick-list video,
  section#galerie-artistes div.slider-artistes div.slick-list iframe,
  section#galerie-artistes div.slider-artistes div.slick-list video {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {

  section#galerie-photo div.slider-galerie div.slick-list iframe,
  section#galerie-photo div.slider-galerie div.slick-list video,
  section#galerie-photo div.slider-artistes div.slick-list iframe,
  section#galerie-photo div.slider-artistes div.slick-list video,
  section#galerie-artistes div.slider-galerie div.slick-list iframe,
  section#galerie-artistes div.slider-galerie div.slick-list video,
  section#galerie-artistes div.slider-artistes div.slick-list iframe,
  section#galerie-artistes div.slider-artistes div.slick-list video {
    height: 250px;
  }
}

section#galerie-photo div.slider-galerie div.slick-list img,
section#galerie-photo div.slider-artistes div.slick-list img,
section#galerie-artistes div.slider-galerie div.slick-list img,
section#galerie-artistes div.slider-artistes div.slick-list img {
  height: 365px;
  object-fit: cover;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {

  section#galerie-photo div.slider-galerie div.slick-list img,
  section#galerie-photo div.slider-artistes div.slick-list img,
  section#galerie-artistes div.slider-galerie div.slick-list img,
  section#galerie-artistes div.slider-artistes div.slick-list img {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {

  section#galerie-photo div.slider-galerie div.slick-list img,
  section#galerie-photo div.slider-artistes div.slick-list img,
  section#galerie-artistes div.slider-galerie div.slick-list img,
  section#galerie-artistes div.slider-artistes div.slick-list img {
    height: 250px;
  }
}

section#galerie-photo div.slider-galerie div.slick-list img:not(:last-of-type),
section#galerie-photo div.slider-artistes div.slick-list img:not(:last-of-type),
section#galerie-artistes div.slider-galerie div.slick-list img:not(:last-of-type),
section#galerie-artistes div.slider-artistes div.slick-list img:not(:last-of-type) {
  margin-right: 10px;
}

section#galerie-photo div.slider-galerie div.slick-list img:not(.slick-active),
section#galerie-photo div.slider-artistes div.slick-list img:not(.slick-active),
section#galerie-artistes div.slider-galerie div.slick-list img:not(.slick-active),
section#galerie-artistes div.slider-artistes div.slick-list img:not(.slick-active) {
  opacity: 0.3;
}

section#galerie-photo div.slider-artistes svg.slick-arrow,
section#galerie-artistes div.slider-artistes svg.slick-arrow {
  filter: invert(1) brightness(100);
}

section#suggestions {
  padding: 50px 0 100px;
  position: relative;
}

@media screen and (max-width: 576px) {
  section#suggestions {
    padding: 20px 0 70px;
  }
}

section#suggestions div.deco-typo {
  right: unset;
  top: unset;
  left: unset;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
}

@media screen and (max-width: 768px) {
  section#suggestions div.deco-typo {
    position: relative;
    transform-origin: unset;
    transform: rotate(0) translate(0, 0);
    top: 0;
    right: 0;
    left: unset;
    padding: 0 15px;
  }
}

section#suggestions div.deco-typo p {
  -webkit-text-stroke: 1px var(--color3);
  font-size: 30px;
  line-height: 32px;
}

section#suggestions div.deco-typo p span {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  section#suggestions div.deco-typo p span {
    justify-content: flex-end;
  }
}

section#suggestions div.deco-typo p span::before {
  position: unset;
  right: unset;
  bottom: 14px;
  width: 170px;
  background-color: var(--color3);
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  section#suggestions div.deco-typo p span::before {
    width: 100%;
  }
}

section#suggestions div.spec-propal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  section#suggestions div.spec-propal {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#suggestions div.spec-propal div.propal-item {
  width: 100%;
  height: 220px;
  position: relative;
}

section#suggestions div.spec-propal div.propal-item:hover div.image img {
  mix-blend-mode: luminosity;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  section#suggestions div.spec-propal div.propal-item:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  section#suggestions div.spec-propal div.propal-item {
    height: 250px;
    margin-bottom: 30px;
  }
}

section#suggestions div.spec-propal div.propal-item div.image {
  background-color: #000;
  height: 220px;
}

@media screen and (max-width: 576px) {
  section#suggestions div.spec-propal div.propal-item div.image {
    height: 250px;
  }
}

section#suggestions div.spec-propal div.propal-item div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: .9;
}
section#suggestions div.spec-propal div.propal-item:hover div.image img {
  filter:grayscale(0);
  mix-blend-mode: normal;
}

section#suggestions div.spec-propal div.propal-item div.info {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 40px;
  width: 100%;
  transform: translateY(-50%);
}

section#suggestions div.spec-propal div.propal-item div.info span:not(.categorie) {
  color: #fff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}

section#suggestions div.spec-propal div.propal-item div.info span.categorie {
  margin-bottom: 5px;
  font-size: 12px;
  padding:2px 5px;
  display: inline-block;
}
section#suggestions div.spec-propal div.propal-item div.info span.categorie:not(:last-child) {
  margin-right:5px;
}

section#suggestions div.spec-propal div.propal-item div.info div.date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section#suggestions div.spec-propal div.propal-item div.info div.date span {
  font-size: 16px;
  margin-left: 8px;
  text-transform: lowercase;
}
section#suggestions div.spec-propal div.propal-item div.info .cat {
  margin-top:10px;
}
section#suggestions div.spec-propal div.propal-item div.info svg path {
  fill: #fff;
}

/*** ACTUALITES ***/
section#bandeau-photo-actu div.titre h1 {
  font-size: 60px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  section#bandeau-photo-actu div.titre h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 576px) {
  section#bandeau-photo-actu div.titre h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  section#bandeau-photo-actu div.partage {
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  section#bandeau-photo-actu div.partage a svg {
    width: 30px;
    height: 30px;
  }
}

section#contenu-actu {
  background-color: #FFF;
  position: relative;
  padding: 50px 0 100px;
}

section#contenu-actu::before {
  content: '';
  border-bottom-right-radius: 300px;
  background-color: var(--color3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
}

section#contenu-actu svg {
  position: relative;
  width: 66px;
  height: 59px;
}

section#contenu-actu svg path {
  fill: #FFF;
}

section#contenu-actu article.texte-actu {
  padding-top: 30px;
}

section#contenu-actu article.texte-actu img,
section#contenu-actu article.texte-actu video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  section#contenu-actu aside.autre-actu {
    padding-top: 70px;
  }
}

section#contenu-actu aside.autre-actu div.deco-typo {
  position: relative;
  transform: unset;
  top: 0;
  right: 0;
}

section#contenu-actu aside.autre-actu div.deco-typo span::before {
  width: 62%;
}

@media screen and (max-width: 1200px) {
  section#contenu-actu aside.autre-actu div.deco-typo span::before {
    width: 86%;
  }
}

@media screen and (max-width: 1200px) {
  section#contenu-actu aside.autre-actu div.autre-article {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  section#contenu-actu aside.autre-actu div.autre-article {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#contenu-actu aside.autre-actu div.autre-article div.actu-item {
  height: 200px;
}

@media screen and (max-width: 1200px) {
  section#contenu-actu aside.autre-actu div.autre-article div.actu-item {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  section#contenu-actu aside.autre-actu div.autre-article div.actu-item {
    height: 200px;
  }
}

section#contenu-actu aside.autre-actu div.autre-article div.actu-item:hover img {
  mix-blend-mode: luminosity;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

section#contenu-actu aside.autre-actu div.autre-article div.actu-item img {
  mix-blend-mode: normal;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

section#contenu-actu aside.autre-actu div.autre-article div.actu-item div.info {
  bottom: 0;
}

section#contenu-actu aside.autre-actu div.autre-article div.actu-item div.info span {
  color: #FFF;
}

section#contenu-actu aside.autre-actu div.autre-article div.actu-item div.info span svg {
  width: 30px;
  height: 30px;
}

/*** ACTUALITES ARCHIVES***/
section#actualites-archive {
  padding: 100px 0;
}

section#actualites-archive div.container {
  position: relative;
}

section#actualites-archive div.container div.quote {
  position: absolute;
  top: -90px;
  right: 0;
}

section#actualites-archive div.container div.actus {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  section#actualites-archive div.container div.actus div.info {
    bottom: -102px;
  }
}

/***INFORMATIONS PRATIQUES***/
section#bandeau-transport {
  background-color: #ffffff;
  padding-top: 0;
}
section#bandeau-transport .pictogramme {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background:var(--color1);
    
}
section#bandeau-transport .pictogramme img {
    width: 25px;
    filter:brightness(0) invert(1);
}

section#bandeau-transport div.titre span {
  color: var(--color1);
  font-size: 40px;
  font-weight: 900;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

section#bandeau-transport div.titre span:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: var(--color1);
  margin-top: 8px;
  position: relative;
  display: block;
}

section#bandeau-transport div.moyens {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 0;
}

@media screen and (max-width: 992px) {
  section#bandeau-transport div.moyens {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  section#bandeau-transport div.moyens {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#bandeau-transport div.moyens div.moyen {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  section#bandeau-transport div.moyens div.moyen {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  section#bandeau-transport div.moyens div.moyen {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  section#bandeau-transport div.moyens div.moyen:not(:last-child) {
    margin-bottom: 20px;
  }
}

section#bandeau-transport div.moyens div.moyen img {
  padding-top: 4px;
}

@media screen and (max-width: 992px) {
  section#bandeau-transport div.moyens div.moyen img {
    margin-bottom: 30px;
  }
}

section#bandeau-transport div.moyens div.moyen div.texte-moyen p {
  word-break: break-word;
}

section#bandeau-transport div.moyens div.moyen div.texte-moyen p span {
  color: #2EDAC3;
}

section#bandeau-transport div.moyens div.moyen div.texte-moyen p a {
  color: #FFF;
  text-decoration: none;
}

section#bandeau-transport div.moyens div.moyen div.texte-moyen p a:hover {
  color: #2EDAC3;
}

section#bandeau-faq {
  background-color: #ffffff;
  padding: 0 0 100px;
}

section#bandeau-faq div.container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 992px) {
  section#bandeau-faq div.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}

section#bandeau-faq div.container div.deco-typo {
  left: 0;
  right: unset;
  top: 0;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
}

@media screen and (max-width: 576px) {
  section#bandeau-faq div.container div.deco-typo {
    transform: unset;
    position: relative;
    left: 0;
  }
}

section#bandeau-faq div.container div.deco-typo p {
  position: relative;
  -webkit-text-stroke: 1px var(--color1);
  align-items: center;
  justify-content: flex-end;
}

section#bandeau-faq div.container div.deco-typo p::before {
  content: '';
  height: 2px;
  width: 260px;
  background-color: var(--color1);
  opacity: 0.3;
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  section#bandeau-faq div.container div.faq-texte {
    margin: 30px 0;
  }
}

section#bandeau-faq div.container div.faq-texte>p:first-child {
  display: none;
}

section#bandeau-faq div.container div#accordion-faq div.card {
  background-color: transparent;
  border: 2px solid var(--color1);
}

section#bandeau-faq div.container div#accordion-faq div.card:not(:last-child) {
  margin-bottom: 20px;
}

section#bandeau-faq div.container div#accordion-faq div.card div.card-header {
  background-color: transparent;
  border: none;
}

section#bandeau-faq div.container div#accordion-faq div.card div.card-header button {
  background-color: transparent;
  color: var(--color1);
  font-weight: 600;
  position: relative;
  padding: 1rem 3rem 1rem 0rem;
}

section#bandeau-faq div.container div#accordion-faq div.card div.card-header button:focus {
  box-shadow: none;
}

section#bandeau-faq div.container div#accordion-faq div.card div.card-header button:not(.collapsed)::after {
  content: '';
  background-image: url("../images/icone-minus.svg");
  right: 0;
  width: 18px;
  height: 3px;
}

section#bandeau-faq div.container div#accordion-faq div.card div.card-header button::after {
  content: '';
  background-image: url("../images/icone-plus.svg");
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
}

section#bandeau-faq div.container div#accordion-faq div.card div.card-body p {
  font-weight: 400px;
}

section#bandeau-contact {
  background-color: #ffffff;
  padding: 50px 0;
  position: relative;
}

section#bandeau-contact div.container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  section#bandeau-contact div.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#bandeau-contact div.container div.deco-typo {
  left: 0;
  right: unset;
  top: 0;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
}

@media screen and (max-width: 576px) {
  section#bandeau-contact div.container div.deco-typo {
    transform: unset;
    position: relative;
    left: 0;
  }
}

section#bandeau-contact div.container div.deco-typo p {
  position: relative;
  -webkit-text-stroke: 1px var(--color1);
  align-items: center;
  justify-content: flex-end;
}

section#bandeau-contact div.container div.deco-typo p::before {
  content: '';
  height: 2px;
  width: 260px;
  background-color: var(--color1);
  opacity: 0.3;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  section#bandeau-contact div.container div.map {
    height: 400px;
    margin-bottom: 30px;
  }
}

section#bandeau-contact div.container div.map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  section#bandeau-contact div.container div.map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 576px) {
  section#bandeau-contact div.container div.coords div.coords-item.first {
    margin-bottom: 30px;
  }
}

section#bandeau-contact div.container div.coords div.coords-item.first div.contenu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section#bandeau-contact div.container div.coords div.coords-item.first div.contenu p {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom:0;
}

section#bandeau-contact div.container div.coords div.coords-item.first div.contenu p:first-of-type {
  margin-right: 10px;
}

@media screen and (min-width: 576px) {
  section#bandeau-contact div.container div.coords div.coords-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  section#bandeau-contact div.container div.coords div.coords-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

section#bandeau-contact div.container div.coords div.coords-item div.contenu {
  border: 4px solid var(--color1);
  height: 100%;
  padding: 15px;
  border-radius: 5px;
}

section#bandeau-contact div.container div.coords div.coords-item div.contenu p:not(.service) {
  font-weight: 400;
  font-size: 14px;
}

section#bandeau-contact div.container div.coords div.coords-item div.contenu p.service {
  color: var(--color1);
}

section#bandeau-contact div.container div.coords div.coords-item div.contenu a {
  text-decoration: none;
  color: var(--color1);
}

/*** TARIFS ***/
section#bandeau-tarifs {
  background-color:white;
  padding-top: 100px;
  padding-bottom:100px;
}

section#bandeau-tarifs div.titre span {
  color: var(--color1);
  font-size: 40px;
  font-weight: 900;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

section#bandeau-tarifs div.titre span:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: var(--color1);
  margin-top: 8px;
  position: relative;
  display: block;
}

section#bandeau-tarifs div.table-tarifs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  section#bandeau-tarifs div.table-tarifs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  section#bandeau-tarifs div.table-tarifs {
    overflow-x: scroll;
  }
}

section#bandeau-tarifs div.table-tarifs table {
  text-align: center;
  border: 2px solid var(--color1);
}

section#bandeau-tarifs div.table-tarifs table tbody tr:hover {
  background:transparent;
}

section#bandeau-tarifs div.table-tarifs table thead {
  border-top: 2px solid var(--color1);
  background: var(--color1);
}

section#bandeau-tarifs div.table-tarifs table th,
section#bandeau-tarifs div.table-tarifs table td {
  color: var(--color3);
  border-bottom: 2px solid var(--color1);
}

@media screen and (max-width: 992px) {
  section#bandeau-tarifs div.table-tarifs div.plan-salle {
    padding: 30px 0 15px;
  }
}

section#bandeau-tarifs div.table-tarifs div.plan-salle a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color1);
  position: relative;
  text-align: center;
}

@media screen and (max-width: 992px) {
  section#bandeau-tarifs div.table-tarifs div.plan-salle a {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

section#bandeau-tarifs div.table-tarifs div.plan-salle a:hover {
  text-decoration: none;
}

section#bandeau-tarifs div.table-tarifs div.plan-salle a:hover img {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
  top: 10px;
}

section#bandeau-tarifs div.table-tarifs div.plan-salle a span.pictogramme {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color:var(--color2);
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom:20px;
}
section#bandeau-tarifs div.table-tarifs div.plan-salle a span.pictogramme img {
    width: 40px;
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 992px) {
  section#bandeau-tarifs div.table-tarifs div.plan-salle a img {
    width: 60px;
  }
}

section#bandeau-tarifs div.table-tarifs div.plan-salle a span {
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  section#bandeau-tarifs div.table-tarifs div.plan-salle a span {
    padding-left: 15px;
  }
}

section#bandeau-reduit {
  position: relative;
  padding: 0 0 100px 0;
  background-color: #FFF;
}

section#bandeau-reduit::before {
  content: '';
  border-bottom-right-radius: 300px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section#bandeau-reduit div.round {
  top: 150px;
  left: -315px;
  right: unset;
}

section#bandeau-reduit div.deco-typo {
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
  left: unset;
  right: unset;
  top: unset;
}

@media screen and (max-width: 768px) {
  section#bandeau-reduit div.deco-typo {
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    left: unset;
  }
}

section#bandeau-reduit div.deco-typo p {
  display: block;
}

section#bandeau-reduit div.deco-typo p span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section#bandeau-reduit div.deco-typo p span::before {
  margin-right: 10px;
}

section#bandeau-reduit div.reducs h4 {
  color: var(--color1);
  margin-bottom:15px;
}
section#bandeau-reduit div.reducs ul {
  margin-bottom:30px;
}
/*** Réservations ***/
body.page-template-template-inscriptions section#bandeau-haut-programme div.container div.row {
  height: 100%;
}

body.page-template-template-inscriptions section#bandeau-haut-programme div.container div.titre {
  position: unset;
  top: unset;
  transform: unset;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

body.page-template-template-inscriptions input[type=checkbox] {
  margin-right: 10px;
}

section#bandeau-resa {
  background-color: #FFF;
  position: relative;
  padding-bottom: 130px;
}

section#bandeau-resa::before {
  content: none;
  border-bottom-right-radius: 300px;
  background-color: var(--color3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section#bandeau-resa h2 {
  color: var(--color1);
  font-size: 40px;
  font-weight: 900;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  section#bandeau-resa h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

section#bandeau-resa form {
  position: relative;
}

section#bandeau-resa form label,
section#bandeau-resa form span {
  color: var(--color1);
}

section#bandeau-resa form input.button {
  margin-top: 30px;
  margin-left: 15px;
}

section#bandeau-resa form input.button.disabled {
  opacity: 0.6;
}

section#bandeau-resa form span.wpcf7-form-control-wrap label {
  padding: 0 15px;
}

section#bandeau-resa form div.wpcf7-response-output {
  color: #2EDAC3;
  margin-top: 30px;
  margin-left: 15px;
}

/*--------------------------------------------------------------
>>> FOOTER
--------------------------------------------------------------*/
footer#upper-footer,
footer#lower-footer {
  margin-right: 0px;
  /*margin-right: 80px;*/
}

@media screen and (max-width: 576px) {

  footer#upper-footer,
  footer#lower-footer {
    margin-right: 0;
  }
}

@media screen and (max-width: 576px) {
  /* body.single-programmation footer#lower-footer {
    margin-bottom: 50px;
  } */
}

footer#upper-footer {
  background-color: var(--color1);
  padding: 25px 0;
}

@media screen and (max-width: 992px) {
  footer#upper-footer div.info div.logo {
    text-align: center;
    margin-bottom: 25px;
  }
}

footer#upper-footer div.info div.logo svg {
  width: 100%;
}

footer#upper-footer div.info div.coords {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer#upper-footer div.info div.coords {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  footer#upper-footer div.info div.coords {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer#upper-footer div.info div.coords a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

footer#upper-footer div.info div.coords a:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

@media screen and (max-width: 576px) {
  footer#upper-footer div.info div.coords a:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: block;
  }
}

footer#upper-footer div.info div.coords a div.coord-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer#upper-footer div.info div.coords a div.coord-item svg circle {
    fill:var(--color2)!important;
}
@media screen and (max-width: 992px) {
  footer#upper-footer div.info div.coords a div.coord-item {
    margin-bottom: 10px;
  }
}

footer#upper-footer div.info div.coords a div.coord-item:hover svg circle {
  filter: brightness(100);
}

footer#upper-footer div.info div.coords a div.coord-item svg {
  margin-right: 15px;
}

footer#lower-footer {
  background-color: #fff;
  color: var(--color3);
  font-size: 12px;
  font-weight: bold;
}

footer#lower-footer div.info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
}

footer#lower-footer div.info a {
  color: var(--color3);
}

@media screen and (max-width: 992px) {
  footer#lower-footer div.info {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

footer#lower-footer div.info div.copyright {
  text-align: right;
}

@media screen and (max-width: 992px) {
  footer#lower-footer div.info div.copyright {
    text-align: center;
  }
}

footer#lower-footer div.info div.credits {
  text-align: left;
}

@media screen and (max-width: 992px) {
  footer#lower-footer div.info div.credits {
    text-align: center;
  }
}

/*--------------------------------------------------------------
>>> 404 ERROR
--------------------------------------------------------------*/
section#error {
  height: calc(100vh - 129px);
  background-color: #FFF;
}

section#error div.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  text-align: center;
}

section#error div.container div.erreur {
  font-weight: 900;
  font-size: 200px;
  -webkit-text-stroke: 2px var(--color1);
  color: transparent;
}

section#error div.container div.titre {
  color: var(--color1);
  font-size: 25px;
}

section#error div.container p {
  text-align: center;
}

section#error div.container p a {
  color: var(--color1);
  text-decoration: underline;
}

div#cc-window {
  width: calc(100% - 80px);
}

@media screen and (max-width: 576px) {
  div#cc-window {
    width: 100%;
  }
}
.page-template-template-obligations #bandeau-technique {
  margin-bottom: 30px;
}
.page-template-template-obligations #bandeau-technique .spectacle {
  border: 2px solid var(--color1);
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}
.page-template-template-obligations #bandeau-technique .spectacle:not(:last-child) {
  margin-bottom:px;
}
.page-template-template-obligations #bandeau-technique h2 {
  font-size: 20px;
  color: var(--color1);
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 2px solid var(--color1);
  padding-bottom: 10px;
}
  
@media (max-width:992px) {
  a.brochure {
    text-align: center;
    font-size:14px;
    width: 100%;
    margin-top:15px;
    max-width: 280px;
  }
}

/*//////////// Ajout Miguel  */
.logo {
  /*background-color: var(--color1);*/
  padding: 20px 30px;
}
/* svg scene decouverte */

section#desc-spectacle svg path.st0 {
  fill: #b7dcef;
}
section#desc-spectacle svg path.st1 {
  fill: #50b7db;
}
section#desc-spectacle svg path.st2 {
  fill: #1d1d1b;
}
#Calque_1 {
  position: absolute;
  right: 0;
  top: 0;
}
#Calque_2 {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 63px;
}

/* Liste de niveau 1 */
.menu-header-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; /* espace entre les éléments */
    align-items: center;
}

/* Liens */
.menu-header-container ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover & active */
.menu-header-container ul li a:hover,
.menu-header-container ul li.current-menu-item a
/*.menu-header-container ul li.menu-item-35 a,
.menu-header-container ul li.menu-item-1641 a,
.menu-header-container ul li.menu-item-475 a*/ {
    color: #ffffff;
    background-color: var(--color2);
    border-radius: 5px;
}

/* Sous-menu (dropdown) */
.menu-header-container ul ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    z-index: 999;
    flex-direction: column;
}

.menu-header-container ul li:hover > ul {
    display: flex;
}

/* Liens du sous-menu */
.menu-header-container ul ul li {
    position: relative;
    width: 100%; /* Ajouté pour que <li> ait une largeur définie */
}

.menu-header-container ul ul li a {
    display: block;          /* Obligatoire */
    width: 100%;             /* Prend toute la largeur du li */
    padding: 8px 15px;
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

.menu-header-container ul ul li a:hover {
    background-color: var(--color2); /* Ta variable CSS */
}
header div.barre-menu div.reseaux-sociaux svg circle {
  fill: var(--color2) !important;
}
.reseaux-sociaux {
  position: absolute;
  top: 0;
  right: 0;
}
.reseaux-sociaux > a {
  padding: 10px 10px 0 10px;
  display: inline-block;
}
div.reseaux-sociaux svg circle {
  fill: var(--color2);
}
.logositesvg > svg * {
  fill: var(--color3);
}
.menunews {
  width: 80%;
  float: right;
  margin-top: 30px;
}
.logositesvg > svg:nth-child(1) {
  height: 100px;
  margin-bottom: 20px;
}
@media (max-width:875px) {
  .menunews {
    width: 100%;
    float: none;
    margin-top: 34px;
  }
}
@media screen and (max-width: 576px) {
  section#bandeau-haut-programme {
    padding: 120px 0 15px 0;
    margin: 0;
  }
}
@media (max-width:576px) {
  .logo {
   /*background-color: var(--color1);*/
   padding: 0px;
  }
}
@media screen and (max-width: 576px) {
  section#slider-intro {
    padding-top: 73px;
  }
}
/*----------------------*/
header div.menu div.navigation ul#menu-header-1 {
  position: absolute;
  top: 50%;
  left: 55%;
  display: block;
  transform: translate(-30%, -50%);
}

@media screen and (max-width: 1400px) {
  header div.menu div.navigation ul#menu-header-1 {
    width: 100%;
    transform: translate(-60%, -50%);
  }
}

@media screen and (max-height:600px) {
  header div.menu div.navigation ul#menu-header-1 {
    font-size:35px;
  }
}

@media screen and (max-width: 768px) {
  header div.menu div.navigation ul#menu-header-1 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    transform: translate(-55%, -50%);
    font-size: 40px;
  }
  section.img-haut-presentation img {
    width: 100% !important;
  }
}

@media screen and (max-width: 576px) {
  header div.menu div.navigation ul#menu-header-1 {
    font-size: 28px;
    line-height: 31px;
  }
}

@media screen and (max-width: 576px) {
  header div.menu div.navigation ul#menu-header-1 li {
    padding-bottom: 10px;
  }
}