@charset "UTF-8";
/*
Theme Name: Chicago - La comédie musicale
Theme URI: chicagolacomediemusicale.com
Description: Thème Chicago - La comédie musicale
Author: Amelie Durand
Author URI: 
Template: blankslate
Version: 1.0.0
Tags: Chicago la comédie musicale, Chicago, Comédie, Musical, Humour, ComediHa!
Text Domain: blankslate-child
*/
#wpadminbar {
  display: none !important;
}

html {
  scroll-padding-top: 4rem;
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

h1 {
  font-size: 45px;
  color: #ed1c24;
  text-align: center;
  margin: 55px 0px 25px 0px;
}

li,
a,
button,
span {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

span {
  font-size: inherit;
}

p {
  line-height: 1.4;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}

.fade-in-section {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.fade-in-section.fade-in-section-delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fade-in-section.fade-in-section-delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in-section.fade-in-section-delay-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fade-in-section.fade-in-section-delay-4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fade-in-section.is-visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.no-scroll {
  overflow: hidden; /* Prevents scrolling */
  height: 100%; /* Ensures the body takes the full height */
}

.compensate-scroll {
  padding-right: 17px;
}

.strong-text {
  font-weight: 700;
}

.italic-text {
  font-style: italic;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.banner_underline {
  text-decoration: underline;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.spacer-div {
  height: 35px;
}

body {
  margin: 0;
  width: 100%;
  background-color: #000;
}
body header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7803921569);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body header .promo-banner {
  width: 100%;
  background-color: #ed1c24;
  padding: 10px 0px;
  text-align: center;
}
body header .promo-banner a, body header .promo-banner p {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
body header .promo-banner a .underline-casting, body header .promo-banner p .underline-casting {
  text-decoration: underline;
}
body header .mobile__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  height: 80px;
}
body header .mobile__nav .hbgrContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 250;
  margin-left: 15px;
}
body header .mobile__nav .hbgrContainer p {
  margin-top: 3px;
  margin-left: 1px;
  color: #fff;
  text-align: center;
}
body header .mobile__nav .hbgrContainer #nav-icon1 {
  width: 50px;
  height: 28px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span,
body header .mobile__nav .hbgrContainer #nav-icon3 span,
body header .mobile__nav .hbgrContainer #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span:nth-child(1) {
  top: 0px;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span:nth-child(2) {
  top: 13px;
}
body header .mobile__nav .hbgrContainer #nav-icon1 span:nth-child(3) {
  top: 26px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
body header .mobile__nav .hbgrContainer #nav-icon1:hover span {
  background: #ed1c24;
}
body header .mobile__nav .hbgrContainer #nav-icon1:hover span:nth-child(1) {
  left: -5px;
}
body header .mobile__nav .hbgrContainer #nav-icon1:hover span:nth-child(2) {
  left: 5px;
}
body header .mobile__nav .hbgrContainer #nav-icon1:hover span:nth-child(3) {
  left: -5px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open span {
  background: #ed1c24;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open:hover span {
  background: #fff;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open:hover span:nth-child(1) {
  left: 0px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open:hover span:nth-child(2) {
  left: 0px;
}
body header .mobile__nav .hbgrContainer #nav-icon1.open:hover span:nth-child(3) {
  left: 0px;
}
body header .mobile__nav .billets-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
body header .mobile__nav .billets-socials .sociaux {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
body header .mobile__nav .billets-socials .sociaux .social-icon {
  color: #fff;
  text-decoration: none;
  padding: 0px 10px;
  width: 50px;
}
body header .mobile__nav .billets-socials .sociaux .social-icon:hover svg g path, body header .mobile__nav .billets-socials .sociaux .social-icon:hover svg path {
  fill: #ed1c24;
}
body header .mobile__nav .billets-socials .sociaux .social-icon svg {
  width: 40px;
  height: 40px;
}
body header .mobile__nav .billets-socials .sociaux .social-icon svg g path, body header .mobile__nav .billets-socials .sociaux .social-icon svg path {
  fill: #fff;
}
body header .mobile__nav .billets-socials .sociaux a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 25px;
}
body header .mobile__nav .billets-socials .sociaux a .white-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body header .mobile__nav .billets-socials .sociaux a .pink-icon {
  display: none;
}
body header .mobile__nav .billets-socials .sociaux a img {
  position: absolute;
  width: 100%;
}
body header .mobile__nav .billets-socials .billets-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body header .mobile__nav .billets-socials .billets-btn a {
  background-color: #ed1c24;
  color: #fff;
  border: 2px solid #ed1c24;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 20px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
body header .mobile__nav .billets-socials .billets-btn a:hover {
  background-color: #fff;
  color: #ed1c24;
}
body header .slide__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  height: 100vh;
  overflow: auto;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
}
body header .slide__menu .slide__menu__links__container {
  margin-top: 85px;
  padding: 10px 15px;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links {
  padding-top: 30px;
  font-family: "futura-pt", sans-serif;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links a {
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links a:hover {
  color: #ed1c24;
  width: 100%;
  left: 10px;
}
body header .slide__menu .slide__menu__links__container .slide__menu__links .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
body header .slide__menu .slide__menu__links__container .billets-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
}
body header .slide__menu .slide__menu__links__container .billets-btn a {
  background-color: #ed1c24;
  color: #fff;
  border: 2px solid #ed1c24;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 20px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
body header .slide__menu .slide__menu__links__container .billets-btn a:hover {
  background-color: #fff;
  color: #ed1c24;
}
body header .slide__menu .logo {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
body header .slide__menu .logo img {
  width: 175px;
}
body header .slide__menu .logo:hover {
  opacity: 0.8;
}
body #container {
  width: 100%;
}
body #container main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
body #container main .accueil-section #chicago-banner {
  width: 100%;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
}
body #container main .accueil-section #chicago-banner a {
  width: 200px;
  margin: 25px auto;
  text-decoration: none;
  text-align: center;
}
body #container main .accueil-section #chicago-banner a .comediHa-logo {
  width: 100%;
}
body #container main .accueil-section #chicago-banner .chicago-logo {
  width: 100%;
  margin: 50px 0 70px 0;
}
body #container main .accueil-section #chicago-banner .chicago-logo.logo-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #container main .accueil-section #chicago-banner .chicago-logo.logo-mobile {
  display: none;
}
body #container main .accueil-section #chicago-banner p {
  font-style: normal;
  width: 80%;
  margin: 5px auto;
  text-align: center;
  font-size: 22px;
}
body #container main .accueil-section #chicago-banner h1 {
  margin: 35px auto 50px;
  width: 80%;
  color: #fff;
}
body #container main .accueil-section #chicago-banner h2 {
  font-size: 45px;
  margin: 25px 0px 50px 0px;
  text-align: center;
}
body #container main .accueil-section #chicago-banner h3 {
  font-size: 30px;
  margin: 0px;
  text-align: center;
}
body #container main .accueil-section #chicago-banner .credits {
  width: 60%;
  margin: 0px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
body #container main .accueil-section #chicago-banner .credits .credit-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  margin-bottom: 20px;
}
body #container main .accueil-section #chicago-banner .credits .credit-author p {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
}
body #container main .accueil-section #chicago-banner .credits .credit-author h3 {
  font-size: 19px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
body #container main .accueil-section .salles-ctn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #000;
  padding: 25px 0px 50px 0px;
}
body #container main .accueil-section .salles-ctn .tickets-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}
body #container main .accueil-section .salles-ctn .tickets-title .line-box {
  width: 24%;
  height: 2px;
  border-bottom: 2px solid #ed1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .accueil-section .salles-ctn .tickets-title .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}
body #container main .accueil-section .salles-ctn .tickets-title .title-box h3 {
  font-size: 26px;
  margin: 0px;
  text-align: center;
}
body #container main .accueil-section .salles-ctn .tickets-ctn {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: 2px solid #ed1c24;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5px;
  max-width: 560px;
  min-width: 300px;
  width: 32%;
  padding: 10px 0px;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle .img-wrapper {
  max-width: 170px;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle p {
  color: #fff;
  font-size: 32px;
  margin: 0;
  line-height: 1.2 !important;
  text-transform: uppercase;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle p.pink-border {
  padding: 0px 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2 !important;
  color: #ed1c24;
  text-align: center;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle p.pink-border .pink-border-smaller-text {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed1c24;
  padding: 10px 0px;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle a {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle a:hover {
  background-color: #fff;
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets {
  height: 200px;
  min-width: 500px;
  margin: 2% 10%;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0 15px;
  margin-top: 35px;
  text-align: center;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets p {
  font-size: 20px;
  padding: 0 15px;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets .salle-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets .salle-btns a {
  background-color: #ed1c24;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 145px;
  margin: 5px 15px;
  text-align: center;
  border: 2px solid #ed1c24;
}
body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets .salle-btns a:hover {
  background-color: #fff;
  color: #ed1c24;
  border: 2px solid #ed1c24;
}
body #container main .accueil-section .salles-ctn .calendar-btn {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 25px auto 0px;
  max-width: 80%;
}
body #container main .accueil-section .salles-ctn .calendar-btn:hover {
  background-color: #fff;
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
body #container main .accueil-section .text-mobile-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  margin: auto;
}
body #container main .accueil-section .text-mobile-ctn h1 {
  margin: 35px auto 50px;
  width: 80%;
  color: #fff;
}
body #container main .accueil-section .text-mobile-ctn p {
  font-style: normal;
  width: 80%;
  margin: 5px auto;
  text-align: center;
  font-size: 22px;
}
body #container main .accueil-section #video-ctn {
  width: 80%;
  margin: auto;
}
body #container main .accueil-section #video-ctn .n2-ow {
  font-family: "futura-pt-bold", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase !important;
  font-size: 20px;
}
body #container main .accueil-section #instagram-feed-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 25px auto 85px;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_btn_text, body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a {
  text-transform: uppercase;
  font-family: "futura-pt-bold", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  border-radius: 0px;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_btn_text svg path, body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a svg path {
  fill: #000;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_btn_text span, body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a span {
  color: #000;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_load_btn {
  border: 2px solid #ed1c24;
  border-radius: 0px;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_load_btn:hover span {
  color: #ed1c24 !important;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a {
  border: 2px solid #fff;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a:hover {
  color: #ed1c24;
  background: unset;
  background-color: #ed1c24;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a:hover svg path {
  fill: #fff;
}
body #container main .accueil-section #instagram-feed-ctn .sbi_follow_btn a:hover span {
  color: #fff;
}
body #container main .accueil-section #instagram-feed-ctn #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, body #container main .accueil-section #instagram-feed-ctn .sb_instagram_header.sbi_medium .sbi_header_img {
  border: 2px solid #ed1c24;
}
body #container main .accueil-section #instagram-feed-ctn #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img:hover, body #container main .accueil-section #instagram-feed-ctn .sb_instagram_header.sbi_medium .sbi_header_img:hover {
  border: 2px solid #fff;
}
body #container main .calendrier-section {
  width: 100%;
  margin: 80px auto;
  padding: 1% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main .calendrier-section h2, body #container main .calendrier-section p {
  text-align: center;
  font-size: 20px;
  padding: 15px 0px;
}
body #container main .calendrier-section #show-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 15px auto 85px;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 20px 0px;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn .status_legend {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn .status_legend span {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn .status_legend span.status-complet-color {
  background: #939597;
  color: #000;
  display: none;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn .status_legend span.status-presque-complet-color {
  background: #ed1c24;
  color: #fff;
  display: none;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn .status_legend span.status-bon-choix-color {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  display: none;
}
body #container main .calendrier-section #show-calendar .status-legend-ctn .status_legend span.status-supplementaire-color {
  background: #fff;
  color: #ed1c24;
  border: 1px solid #fff;
}
body #container main .calendrier-section #show-calendar .fc-button.disabled {
  color: #cccccc;
  cursor: not-allowed;
  pointer-events: none;
}
body #container main .calendrier-section #show-calendar .fc-button-primary {
  margin: 0px 5px;
  background-color: unset;
  border: unset;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ed1c24;
  font-size: 35px;
}
body #container main .calendrier-section #show-calendar .fc-button-primary.piecal-controls__prev-button {
  margin-right: 100px;
}
body #container main .calendrier-section #show-calendar .fc-button-primary.piecal-controls__next-button {
  margin-left: 100px;
}
body #container main .calendrier-section #show-calendar .fc-button-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
body #container main .calendrier-section #show-calendar .fc-daygrid-day-number {
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
}
body #container main .calendrier-section #show-calendar .fc-daygrid-day-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .calendrier-section #show-calendar .fc-daygrid-day-top a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body #container main .calendrier-section #show-calendar .fc-event-time {
  margin: unset;
  font-size: 16px;
  color: #fff;
  padding: 2px 4px;
}
body #container main .calendrier-section #show-calendar .fc-event-time.status-unknown {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
body #container main .calendrier-section #show-calendar .fc-event-time.status-disponible {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
body #container main .calendrier-section #show-calendar .fc-event-time.status-presque-complet {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
body #container main .calendrier-section #show-calendar .fc-event-time.status-complet {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
body #container main .calendrier-section #show-calendar .fc-event-time.status-bon-choix-places {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
body #container main .calendrier-section #show-calendar .fc-event-time.status-supplementaire {
  background-color: #fff;
  color: #ed1c24;
}
body #container main .calendrier-section #show-calendar .piecal-controls {
  margin-bottom: 25px;
}
body #container main .calendrier-section #show-calendar .piecal-controls__view-title {
  text-align: center;
  text-transform: uppercase;
}
body #container main .calendrier-section #show-calendar .piecal-controls__view-chooser, body #container main .calendrier-section #show-calendar .piecal-controls__today-button {
  display: none;
}
body #container main .calendrier-section #show-calendar .piecal-controls__navigation-button-group {
  margin: auto;
  width: 100%;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .calendrier-section #show-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .calendrier-section #show-calendar .piecal-grid-day-header-text {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  width: 3ch;
}
body #container main .calendrier-section #show-calendar .fc-daygrid-day-frame {
  min-height: 91px;
}
body #container main .calendrier-section #show-calendar .live-event {
  background-color: #ed1c24;
}
body #container main .calendrier-section #show-calendar .past-event {
  opacity: 0.5;
}
body #container main .calendrier-section #show-calendar .calendar-location {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
body #container main .about-section {
  width: 100%;
  margin: 80px auto;
  padding: 1% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main .about-section h2 {
  font-size: 32px;
  margin: 10px 0px 15px;
  text-align: center;
}
body #container main .about-section h2 sup {
  font-size: 12px;
}
body #container main .about-section h3, body #container main .about-section h4 {
  font-size: 24px;
  margin: 35px 0px 5px 0px;
  line-height: 1.3;
}
body #container main .about-section .about-quotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px;
}
body #container main .about-section .about-quotation h4 {
  color: #ed1c24;
  text-align: center;
  margin: 0px;
}
body #container main .about-section .about-quotation .span-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main .about-section .about-quotation .span-lines.left-lines {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body #container main .about-section .about-quotation .span-lines.left-lines .long-line, body #container main .about-section .about-quotation .span-lines.left-lines .short-line {
  margin: 10px 15px 0px 0px;
}
body #container main .about-section .about-quotation .span-lines.right-lines .long-line, body #container main .about-section .about-quotation .span-lines.right-lines .short-line {
  margin: 10px 0px 0px 15px;
}
body #container main .about-section .about-quotation .span-lines .long-line {
  width: 150px;
  border-top: 2px solid white;
}
body #container main .about-section .about-quotation .span-lines .short-line {
  width: 75px;
  border-top: 2px solid white;
}
body #container main .about-section .about-quotation p {
  font-size: 35px;
}
body #container main .about-section .about-quotation p.first-quotation-mark {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body #container main .about-section p {
  font-size: 20px;
  margin: 5px 0px;
  text-align: justify;
}
body #container main .about-section .about-synopsis {
  border: 2px solid #ed1c24;
  text-align: center;
  padding: 10px 15px 25px 15px;
  margin: 25px 0px;
}
body #container main .about-section .about-synopsis h3 {
  margin: 15px 0px 5px;
}
body #container main .about-section .about-synopsis p {
  text-align: center;
}
body #container main .equipe-section {
  width: 100%;
  margin: 80px auto;
  padding: 1% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main .equipe-section .comediens-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
body #container main .equipe-section .comediens-container .comedien-fiche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 5px;
}
body #container main .equipe-section .comediens-container .comedien-fiche:hover {
  cursor: pointer;
}
body #container main .equipe-section .comediens-container .comedien-fiche .casting-img {
  width: 250px;
  border: 2px solid #000;
}
body #container main .equipe-section .comediens-container .comedien-fiche .casting-img:hover {
  border: 2px solid #ed1c24;
}
body #container main .equipe-section .comediens-container .comedien-fiche .comedien-nom {
  font-weight: 700;
  margin: 5px 0px 2px 0px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
body #container main .equipe-section .comediens-container .comedien-fiche .personnage_nom {
  font-size: 16px;
  text-align: center;
}
body #container main .equipe-section .comediens-container .comedien-fiche:hover .comedien-nom, body #container main .equipe-section .comediens-container .comedien-fiche:hover .personnage_nom {
  color: #ed1c24;
}
body #container main .equipe-section h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 75px 0px 25px;
}
body #container main .equipe-section .creative-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body #container main .equipe-section .creative-container .creative-fiche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 1%;
  text-align: center;
  width: 23%;
  min-height: 78px;
}
body #container main .equipe-section .creative-container .creative-fiche .creative-nom {
  font-weight: 700;
  margin: 5px 0px 2px 0px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ed1c24;
}
body #container main .equipe-section .creative-container .creative-fiche .poste_job {
  font-size: 16px;
  text-transform: uppercase;
}
body #container main .equipe-section .creative-container .creative-fiche.non-clickable {
  cursor: default;
}
body #container main .equipe-section .creative-container .creative-fiche.clickable {
  cursor: pointer;
}
body #container main .equipe-section .creative-container .creative-fiche.clickable:hover .creative-nom {
  color: #fff;
}
body #container main .equipe-section .popup-comedien {
  display: none; /* Hidden by default */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(20px);
          transform: translateY(20px); /* Start below its original position */
  opacity: 0; /* Start invisible */
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out; /* Transition properties */
}
body #container main .equipe-section .popup-comedien.show {
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Move to its original position */
  opacity: 1; /* Fade in */
}
body #container main .equipe-section .popup-comedien .popup-content {
  background-color: #000;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 1000px;
  max-height: 700px;
  min-height: 350px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2588235294);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2588235294);
  overflow: hidden;
  /* Arrows styling */
}
body #container main .equipe-section .popup-comedien .popup-content .close-popup {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
body #container main .equipe-section .popup-comedien .popup-content .close-popup:hover, body #container main .equipe-section .popup-comedien .popup-content .close-popup:focus {
  color: #ed1c24;
  text-decoration: none;
  cursor: pointer;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header img {
  width: 150px;
  margin: auto;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header h2 {
  color: #ed1c24;
  text-align: center;
  width: 90%;
  margin: 20px auto 10px;
  font-size: 22px;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header h3 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0px auto 10px;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header .popup-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header .popup-social-icons a {
  width: 30px;
  margin: 0px 10px 25px;
  text-align: center;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header .popup-social-icons a svg {
  width: 25px;
  height: 25px;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header .popup-social-icons a svg path {
  fill: #fff;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-header .popup-social-icons a svg:hover path {
  fill: #ed1c24;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body {
  max-height: 250px;
  overflow-y: auto;
  width: 90%;
  margin: auto;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body p {
  color: #fff;
  text-align: center;
  width: 95%;
  margin: auto;
}
body #container main .equipe-section .popup-comedien .popup-content .arrow {
  cursor: pointer;
  position: absolute;
  top: 45%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Hide arrow if at first or last fiche */
}
body #container main .equipe-section .popup-comedien .popup-content .arrow.left-arrow {
  left: 10px;
}
body #container main .equipe-section .popup-comedien .popup-content .arrow.right-arrow {
  right: 10px;
}
body #container main .equipe-section .popup-comedien .popup-content .arrow:hover {
  color: #ed1c24;
}
body #container main .equipe-section .popup-comedien .popup-content .arrow[style*=none] {
  display: none;
}
body #container main .equipe-section .popup-creative {
  display: none; /* Hidden by default */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
body #container main .equipe-section .popup-creative .popup-content {
  background-color: #000;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 1000px;
  max-height: 700px;
  min-height: 350px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2588235294);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2588235294);
  overflow: hidden;
  /* Arrows styling */
}
body #container main .equipe-section .popup-creative .popup-content .close-popup-creative {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
body #container main .equipe-section .popup-creative .popup-content .close-popup-creative:hover, body #container main .equipe-section .popup-creative .popup-content .close-popup-creative:focus {
  color: #ed1c24;
  text-decoration: none;
  cursor: pointer;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text img {
  width: 150px;
  margin: auto;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text h2 {
  color: #ed1c24;
  text-align: center;
  width: 90%;
  margin: 10px auto 10px;
  font-size: 25px;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text h3 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0px auto 10px;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-social-icons a {
  width: 30px;
  margin: 0px 10px 25px;
  text-align: center;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-social-icons a svg {
  width: 25px;
  height: 25px;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-social-icons a svg path {
  fill: #fff;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-social-icons a svg:hover path {
  fill: #ed1c24;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body {
  max-height: 250px;
  overflow-y: auto;
  width: 90%;
  margin: auto;
}
body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body p {
  color: #fff;
  text-align: center;
  width: 95%;
  margin: auto;
}
body #container main .equipe-section .popup-creative .popup-content .arrow {
  cursor: pointer;
  position: absolute;
  top: 45%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Hide arrow if at first or last fiche */
}
body #container main .equipe-section .popup-creative .popup-content .arrow.left-arrow-creative {
  left: 10px;
}
body #container main .equipe-section .popup-creative .popup-content .arrow.right-arrow-creative {
  right: 10px;
}
body #container main .equipe-section .popup-creative .popup-content .arrow:hover {
  color: #ed1c24;
}
body #container main .equipe-section .popup-creative .popup-content .arrow[style*=none] {
  display: none;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body, body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body::-webkit-scrollbar, body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body::-webkit-scrollbar {
  width: 10px;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body::-webkit-scrollbar-track, body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body::-webkit-scrollbar-track {
  background: #1f1f1f;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body::-webkit-scrollbar-thumb, body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body::-webkit-scrollbar-thumb {
  background: #ed1c24;
}
body #container main .equipe-section .popup-comedien .popup-content .popup-body::-webkit-scrollbar-thumb:hover, body #container main .equipe-section .popup-creative .popup-content .popup-content-text .popup-creative-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body #container main .equipe-section .distribution-soon {
  font-size: 22px;
  color: #ed1c24;
  text-align: center;
  margin: 50px 0px 0px;
}
body #container main .equipe-section .infos {
  width: 80%;
  margin: 100px auto 0px;
  font-size: 16px;
  text-align: center;
}
body #container main .faq-section {
  width: 100%;
  margin: 80px auto;
  padding: 1% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main .faq-section .faqs {
  width: 70%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main .faq-section .faqs .faq-question {
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
  border-top: 2px solid #ed1c24;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px 10px;
  font-family: "futura-pt", sans-serif;
  text-transform: none;
}
body #container main .faq-section .faqs .faq-question.active {
  color: #ed1c24;
}
body #container main .faq-section .faqs .faq-question.active .arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); /* Rotate the arrow when active */
}
body #container main .faq-section .faqs .arrow {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* Rotate the arrow when active */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* Smooth transition for the arrow */
  border: solid #ed1c24;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-right: 15px;
  margin-bottom: 3px;
}
body #container main .faq-section .faqs .faq-answer {
  max-height: 0; /* Start hidden */
  overflow: hidden; /* Hide overflow */
  font-size: 18px;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  opacity: 0;
  font-family: "futura-pt", sans-serif;
  margin-left: 15px;
}
body #container main .faq-section .faqs .faq-answer.open {
  max-height: 500px; /* Set a high enough value for the tallest answer */
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 10px 10px 25px 10px;
  opacity: 1;
}
body #container main #infolettre-section {
  width: 100%;
  margin: 80px auto 20px;
  padding: 1% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #container main #infolettre-section p {
  color: #fff;
  font-size: 24px;
  margin: 15px auto 25px auto;
  width: 80%;
  text-align: center;
}
body #container main #infolettre-section a {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 8px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
body #container main #infolettre-section a:hover {
  background-color: #fff;
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
body #container main #infolettre-section #sib-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: auto;
  background-color: #2BB2FC !important;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container input::-webkit-input-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container input::-moz-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container input::-ms-input-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container input::placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container textarea::-webkit-input-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container textarea::-moz-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container textarea:-ms-input-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container textarea::-ms-input-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container textarea::placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #c0ccda;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container a {
  text-decoration: underline;
  color: #2BB2FC;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container {
  background: #000000 !important;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-sms-tooltip__icon {
  color: #ed1c24;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-input, body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-sms-field, body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-radiobutton-group {
  width: 100%;
  min-width: 400px;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container .entry__label, body #container main #infolettre-section #sib-form #sib-form-container #sib-container .entry__choice, body #container main #infolettre-section #sib-form #sib-form-container #sib-container .checkbox__label {
  text-align: center;
  color: #fff;
  font-family: "futura-pt", sans-serif;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-checkbox-group {
  width: 1150px;
  text-align: center;
  margin: 25px auto;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-form-block__button {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 8px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
body #container main #infolettre-section #sib-form #sib-form-container #sib-container .sib-form-block__button:hover {
  background-color: #fff;
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
body #container main .newsletter-custom-ctn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 3% 100px 3%;
  width: 90%;
}
body #container main .newsletter-custom-ctn h3 {
  font-size: 28px;
  margin: 0px 0px 20px 0px;
}
body #container main .newsletter-custom-ctn .billets-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #container main .newsletter-custom-ctn .billets-btn a {
  background-color: #ed1c24;
  color: #fff;
  border: 2px solid #ed1c24;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 20px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
body #container main .newsletter-custom-ctn .billets-btn a:hover {
  background-color: #fff;
  color: #ed1c24;
}
body footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-top: 2px solid #ed1c24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 10px;
  width: 100%;
}
body footer .footer-ctn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 100%;
}
body footer .footer-ctn .ligne {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0px;
}
body footer .footer-ctn .ligne h3 {
  font-size: 18px;
  margin: 0;
}
body footer .footer-ctn .ligne .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body footer .footer-ctn .ligne .socials .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0px 10px;
  margin: 5px 0px 35px 0px;
}
body footer .footer-ctn .ligne .socials .social-icon:hover svg g path, body footer .footer-ctn .ligne .socials .social-icon:hover svg path {
  fill: #ed1c24;
}
body footer .footer-ctn .ligne .socials .social-icon svg {
  width: 35px;
  height: 35px;
}
body footer .footer-ctn .ligne .socials .social-icon svg g path, body footer .footer-ctn .ligne .socials .social-icon svg path {
  fill: #fff;
}
body footer .footer-ctn .ligne .contact-press {
  margin: 0px 0px 15px 0px;
}
body footer .footer-ctn .ligne .contact-press a {
  margin: 0px;
}
body footer .footer-ctn .ligne .footer-logo-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper {
  width: 220px;
  height: auto;
  margin: 0px 15px;
}
body footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper a {
  width: 100%;
  margin: 0;
}
body footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper a img {
  width: 100%;
}
body footer .footer-ctn .ligne .liens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body footer .footer-ctn .ligne .liens a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin: 0 10px;
}
body footer .footer-ctn .ligne .liens a:hover {
  text-decoration: underline;
}
body footer .footer-ctn .ligne a {
  font-size: 12px;
  margin-left: 0px;
}
body footer .footer-ctn p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body footer .footer-ctn a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body footer .footer-ctn a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1350px) {
  body #container main .accueil-section .salles-ctn .tickets-title .line-box {
    width: 22%;
  }
  body #container main .accueil-section .salles-ctn .tickets-title .title-box h3 {
    font-size: 28px;
  }
  body #container main .about-section {
    padding: 1% 6%;
  }
  body #container main .about-section .about-quotation {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1150px) {
  body #container main .accueil-section .salles-ctn .tickets-title {
    width: 92%;
  }
  body #container main .accueil-section .salles-ctn .tickets-title .title-box h3 {
    font-size: 26px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn {
    width: 90%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle {
    margin: 2%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle p {
    font-size: 26px;
  }
  body #container main .about-section {
    padding: 1% 6%;
  }
  body #container main .about-section .about-quotation {
    padding: 50px 0px;
  }
  body #container main .about-section .about-quotation h4 {
    font-size: 22px;
  }
  body #container main .equipe-section .creative-container .creative-fiche {
    width: 30%;
    min-height: 90px;
  }
  body #container main .equipe-section .popup-creative .popup-content, body #container main .equipe-section .popup-comedien .popup-content {
    max-width: 900px;
  }
  body #container main .faq-section .faqs {
    width: 80%;
  }
}
@media screen and (max-width: 950px) {
  h1 {
    font-size: 35px;
  }
  body #container main .accueil-section #chicago-banner .chicago-logo {
    width: 100%;
    margin: 100px auto 50px auto;
  }
  body #container main .accueil-section .salles-ctn .tickets-title {
    width: 95%;
  }
  body #container main .accueil-section .salles-ctn .tickets-title .line-box {
    width: 30%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn {
    width: 92%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle p {
    font-size: 24px;
  }
  body #container main .accueil-section #show-calendar {
    width: 95%;
  }
  body #container main .about-section h2 {
    font-size: 28px;
  }
  body #container main .about-section .about-quotation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body #container main .about-section .about-quotation .span-lines.left-lines {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body #container main .about-section .about-quotation .span-lines.left-lines .long-line {
    border-top: unset;
    border-left: 2px solid #fff;
    width: 5px;
    height: 100px;
    margin: 0px 5px 0px 15px;
  }
  body #container main .about-section .about-quotation .span-lines.left-lines .short-line {
    border-top: unset;
    border-left: 2px solid #fff;
    width: 5px;
    height: 50px;
    margin: 0px 15px 0px 0px;
  }
  body #container main .about-section .about-quotation .span-lines.right-lines {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  body #container main .about-section .about-quotation .span-lines.right-lines .long-line {
    border-top: unset;
    border-right: 2px solid #fff;
    width: 5px;
    height: 100px;
    margin: 15px 5px 0px 5px;
  }
  body #container main .about-section .about-quotation .span-lines.right-lines .short-line {
    border-top: unset;
    border-right: 2px solid #fff;
    width: 5px;
    height: 50px;
    margin: 10px 0px 0px 15px;
  }
  body #container main .equipe-section {
    padding: 1% 2%;
  }
  body #container main .equipe-section .creative-container .creative-fiche {
    min-height: 110px;
  }
  body #container main .equipe-section .popup-comedien .popup-content, body #container main .equipe-section .popup-creative .popup-content {
    max-width: 600px;
  }
  body #container main .equipe-section .popup-comedien .popup-content .popup-body, body #container main .equipe-section .popup-comedien .popup-content .popup-creative-body, body #container main .equipe-section .popup-creative .popup-content .popup-body, body #container main .equipe-section .popup-creative .popup-content .popup-creative-body {
    max-height: 250px;
  }
  body #container main .faq-section .faqs {
    width: 100%;
  }
  body #container main .infolettre-section p {
    width: 90%;
  }
  body #container main .newsletter-custom-ctn {
    width: 98%;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm #SIGNUP_HEADING {
    font-size: 24px;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm .newsletter-form-ctn .zcsffieldsdiv {
    grid-template-columns: auto auto;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm .newsletter-form-ctn .zcsffieldsdiv .zcsffield {
    margin: 5px 10px;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm .newsletter-form-ctn #zcWebOptin {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  body header .promo-banner a {
    font-size: 18px;
  }
  body header .mobile__nav .billets-socials {
    margin-right: 0px;
  }
  body #container main .accueil-section #chicago-banner {
    padding: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: unset;
  }
  body #container main .accueil-section #chicago-banner .chicago-logo {
    margin: 60px auto 40px auto;
  }
  body #container main .accueil-section #chicago-banner .chicago-logo.logo-desktop {
    display: none;
  }
  body #container main .accueil-section #chicago-banner .chicago-logo.logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #container main .accueil-section #chicago-banner h1 {
    font-size: 30px;
    width: 95%;
    margin: 0px 10px;
  }
  body #container main .accueil-section #chicago-banner p {
    width: 90%;
  }
  body #container main .accueil-section #chicago-banner h2 {
    font-size: 45px;
    margin: 10px 0px 40px 0px;
  }
  body #container main .accueil-section #chicago-banner h3 {
    font-size: 25px;
    margin: 0px;
  }
  body #container main .accueil-section #chicago-banner .text-desktop {
    display: none;
  }
  body #container main .accueil-section #chicago-banner .credits {
    margin: 0px auto 30px auto;
  }
  body #container main .accueil-section #chicago-banner .credits .credit-author {
    width: 200px;
  }
  body #container main .accueil-section #chicago-banner .credits .credit-author p {
    font-size: 16px;
  }
  body #container main .accueil-section #chicago-banner .credits .credit-author h3 {
    font-size: 16px;
  }
  body #container main .accueil-section .salles-ctn .tickets-title {
    width: 95%;
  }
  body #container main .accueil-section .salles-ctn .tickets-title .title-box {
    width: 90%;
  }
  body #container main .accueil-section .salles-ctn .tickets-title .title-box h3 {
    font-size: 24px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn {
    width: 90%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle {
    width: 80%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle p {
    font-size: 22px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle a {
    font-size: 16px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets {
    min-width: unset;
    width: 90%;
    margin: auto;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets .salle-btns a {
    width: 115px;
    padding: 8px 10px;
    font-size: 16px;
  }
  body #container main .accueil-section .text-mobile-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    text-align: center;
    margin: auto;
  }
  body #container main .accueil-section .text-mobile-ctn h2 {
    font-size: 25px;
    margin: 20px 0px 10px 0px;
  }
  body #container main .accueil-section .text-mobile-ctn p {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 18px;
  }
  body #container main .about-section h2 {
    font-size: 25px;
  }
  body #container main .about-section h3, body #container main .about-section h4 {
    font-size: 22px;
  }
  body #container main .about-section p {
    font-size: 18px;
  }
  body #container main .equipe-section .comediens-container {
    width: 98%;
  }
  body #container main .equipe-section .comediens-container .comedien-fiche .casting-img {
    width: 150px;
  }
  body #container main .equipe-section .comediens-container .comedien-fiche .comedien-nom {
    max-width: 200px;
  }
  body #container main .equipe-section .creative-container .creative-fiche {
    width: 47%;
    min-height: 90px;
  }
  body #container main .equipe-section .popup-comedien .popup-content, body #container main .equipe-section .popup-creative .popup-content {
    width: 90%;
  }
  body #container main .equipe-section .popup-comedien .popup-content .arrow, body #container main .equipe-section .popup-creative .popup-content .arrow {
    font-size: 35px;
  }
  body #container main .equipe-section .infos {
    width: 95%;
  }
  body #container main .faq-section .faqs .faq-question {
    font-size: 18px;
  }
  body #container main .infolettre-section {
    padding-top: 50px;
  }
  body #container main .infolettre-section p {
    font-size: 20px;
  }
  body #container main .calendrier-section {
    padding: 1% 3%;
  }
  body #container main .calendrier-section #show-calendar {
    width: 100%;
  }
  body #container main .calendrier-section #show-calendar .fc-event-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  body header .promo-banner a {
    font-size: 16px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn {
    width: 95%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle {
    width: 90%;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle p {
    font-size: 20px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets h2 {
    font-size: 20px;
  }
  body #container main .accueil-section .salles-ctn .tickets-ctn .salle.group-tickets .salle-btns a {
    margin: 5px 8px;
  }
  body #container main .accueil-section #show-calendar {
    width: 98%;
  }
  body #container main .accueil-section #show-calendar .fc-event-time {
    font-size: 14px;
  }
  body #container main .about-section h3, body #container main .about-section h4, body #container main .about-section p {
    text-align: center;
  }
  body #container main .equipe-section .comediens-container {
    width: 98%;
  }
  body #container main .equipe-section .comediens-container .comedien-fiche .casting-img {
    width: 120px;
  }
  body #container main .equipe-section .comediens-container .comedien-fiche .comedien-nom {
    max-width: 150px;
    font-size: 16px;
  }
  body #container main .equipe-section .creative-container .creative-fiche {
    width: 95%;
    min-height: 60px;
  }
  body #container main .equipe-section .popup-comedien .popup-content, body #container main .equipe-section .popup-creative .popup-content {
    width: 90%;
  }
  body #container main .equipe-section .popup-comedien .popup-content .popup-header img, body #container main .equipe-section .popup-comedien .popup-content .popup-content-text img, body #container main .equipe-section .popup-creative .popup-content .popup-header img, body #container main .equipe-section .popup-creative .popup-content .popup-content-text img {
    width: 120px;
  }
  body #container main .equipe-section .popup-comedien .popup-content .popup-header h2, body #container main .equipe-section .popup-comedien .popup-content .popup-content-text h2, body #container main .equipe-section .popup-creative .popup-content .popup-header h2, body #container main .equipe-section .popup-creative .popup-content .popup-content-text h2 {
    font-size: 20px;
  }
  body #container main #infolettre-section iframe {
    height: 1500px;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm #errorMsgDiv {
    padding: 5px 0px;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm .newsletter-form-ctn .zcsffieldsdiv {
    grid-template-columns: auto;
  }
  body #container main .newsletter-custom-ctn #zcampaignOptinForm .newsletter-form-ctn .zcsffieldsdiv .zcsffield input {
    width: 250px;
  }
  body #container main .newsletter-custom-ctn #sib-container {
    width: 95%;
  }
  body #container main .newsletter-custom-ctn #sib-container .sib-input, body #container main .newsletter-custom-ctn #sib-container .sib-sms-field {
    min-width: 300px;
  }
  body #container main .newsletter-custom-ctn #sib-container .sib-checkbox-group {
    width: 350px;
  }
}
@media screen and (max-width: 375px) {
  body header .mobile__nav .hbgrContainer #nav-icon1 {
    width: 40px;
  }
  body header .promo-banner a {
    font-size: 16px;
  }
  body #container main #chicago-banner a .comediHa-logo {
    width: 100px;
  }
  body #container main #chicago-banner h2 {
    font-size: 30px;
  }
  body #container main #chicago-banner h3 {
    font-size: 16px;
  }
  body #container main #infolettre-section iframe {
    height: 1600px;
  }
}/*# sourceMappingURL=style.css.map */