@charset "UTF-8";
/*
Theme Name: Les Misérables - La Comédie Musicale
Description: Les Misérables - La Comédie Musicale
Author: Amelie Durand
Version: 1.0
Tags: Les Misérables la comédie musicale, Misérables, Comédie, Musical, Humour, ComediHa!, Juste pour Rire
*/
@font-face {
  font-family: "abc-whyte-regular";
  src: url("/wp-content/themes/miserables_theme/assets/ABCWhyte-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "abc-whyte-super";
  src: url("/wp-content/themes/miserables_theme/assets/ABCWhyte-Super-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
#wpadminbar {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  background-color: #000;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "abc-whyte-super";
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0px;
}

p {
  font-family: "abc-whyte-regular";
  font-weight: 400;
  margin: 0;
}

.billets-btn {
  background-color: #fff;
  font-family: "abc-whyte-super";
  color: #000;
  border: 2px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em !important;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 113px;
}
.billets-btn:hover {
  border-color: #3293dc;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

#header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  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%;
  height: 80px;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #fff;
}
#header .header-section {
  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: 100%;
  padding: 0px 15px;
}
#header .header-section .logo-header {
  width: 150px;
  height: auto;
  padding-left: 25px;
}
#header .header-section .btns-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-section .btns-section .socials-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .header-section .btns-section .socials-ctn .social-icon {
  padding: 0px 10px;
}
#header .header-section .btns-section .socials-ctn .social-icon svg {
  width: 35px;
  height: 35px;
  fill: #fff;
  margin-left: 10px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#header .header-section .btns-section .socials-ctn .social-icon svg:hover {
  fill: #3293dc;
}

#container {
  width: 100%;
  margin: 0 auto;
  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;
}
#container #accueil {
  width: 100%;
  background-color: #000;
}
#container #accueil .hero-banner {
  width: 100%;
  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: 80px;
  background-color: #000;
  position: relative;
}
#container #accueil .hero-banner .hero-logo-banner {
  width: 100%;
  margin: 0px 0 70px 0;
}
#container #accueil .hero-banner .hero-logo-banner.desktop-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container #accueil .hero-banner .hero-logo-banner.laptop-banner {
  display: none;
}
#container #accueil .hero-banner .hero-logo-banner.mobile-banner {
  display: none;
}
#container #accueil .hero-banner .linear-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* if it's purely visual */
  background: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 20%, transparent 40%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 20%, transparent 40%), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(10%, rgba(0, 0, 0, 0.2)), color-stop(25%, transparent));
  background: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 20%, transparent 40%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 20%, transparent 40%), linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 10%, transparent 25%);
}
#container #accueil .infos-section {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
  background-color: #000;
}
#container #accueil .infos-section h1 {
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  margin: 25px 0px 20px;
  text-align: center;
  padding: 1% 10% 0%;
}
#container #accueil .infos-section .quote-bloc {
  padding: 100px 0px;
}
#container #accueil .infos-section .quote-bloc h3 {
  font-size: 30px;
  color: #3293dc;
  text-align: center;
}
#container #accueil .infos-section p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0px 0px 15px;
  width: 80%;
  padding: 10px 0px;
}
#container #accueil .infos-section .legal {
  font-size: 16px !important;
  margin-top: 15px;
}
#container #accueil .billets-section {
  -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;
}
#container #accueil .billets-section .billets-ctn {
  width: 93%;
  margin: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #accueil .billets-section .billets-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: 100%;
  padding: 0px 20px 25px;
}
#container #accueil .billets-section .billets-ctn .tickets-title .line-box {
  width: 22%;
  height: 2px;
  border-bottom: 2px solid #fff;
  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;
}
#container #accueil .billets-section .billets-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;
  text-align: center;
  width: 100%;
}
#container #accueil .billets-section .billets-ctn .tickets-title .title-box h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  color: #fff;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn {
  width: 98%;
  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;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3%;
  max-width: 450px;
  min-width: 300px;
  width: 48%;
  padding: 10px 0px;
  -webkit-box-shadow: 10px 10px 15px rgb(50, 50, 50), -10px -10px 15px rgb(72, 72, 72);
          box-shadow: 10px 10px 15px rgb(50, 50, 50), -10px -10px 15px rgb(72, 72, 72);
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle .img-wrapper {
  max-width: 170px;
  margin: 10px 0px;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle .img-wrapper img {
  width: 100%;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle p {
  color: #fff;
  font-size: 32px;
  margin: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle p.pink-border {
  padding: 0px 15px;
  font-size: 24px;
  font-weight: 400;
  color: #ed0521;
  text-align: center;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle p.pink-border .pink-border-smaller-text {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed0521;
  padding: 10px 0px;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .billets-btn {
  margin: 10px 15px;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle.group-tickets {
  height: 200px;
  min-width: 500px;
  margin: 2% 10%;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle.group-tickets h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0 15px;
  margin-top: 35px;
  text-align: center;
}
#container #accueil .billets-section .billets-ctn .tickets-ctn .salle.group-tickets p {
  font-size: 20px;
  padding: 0 15px;
}
#container #accueil .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: 45px 15px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}
#container #accueil .newsletter-custom-ctn h3 {
  font-size: 28px;
  margin: 0px 0px 20px 0px;
  color: #fff;
  text-align: center;
}
#container #accueil .newsletter-custom-ctn .infolettre-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;
}

#footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-top: 2px solid #fff;
  -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%;
}
#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%;
}
#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;
  width: 100%;
}
#footer .footer-ctn .ligne h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
#footer .footer-ctn .ligne .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-ctn .ligne .socials .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0px 10px;
  margin: 10px 0px 15px 0px;
}
#footer .footer-ctn .ligne .socials .social-icon:hover svg g path, #footer .footer-ctn .ligne .socials .social-icon:hover svg path {
  fill: #3293dc;
}
#footer .footer-ctn .ligne .socials .social-icon svg {
  width: 35px;
  height: 35px;
}
#footer .footer-ctn .ligne .socials .social-icon svg g path, #footer .footer-ctn .ligne .socials .social-icon svg path {
  fill: #fff;
}
#footer .footer-ctn .ligne .btn-section-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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%;
  height: 60px;
}
#footer .footer-ctn .ligne .btn-section-ctn a {
  color: #000;
}
#footer .footer-ctn .ligne .btn-section-ctn a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-ctn .ligne .logo {
  width: 100%;
  max-width: 170px;
  margin: 15px 0px;
}
#footer .footer-ctn .ligne .contact-press {
  margin: 10px 0px 15px 0px;
}
#footer .footer-ctn .ligne .contact-press a {
  margin: 0px;
}
#footer .footer-ctn .ligne .footer-logo-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px;
}
#footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper {
  width: 100px;
  height: auto;
  margin: 0px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper a {
  width: 100%;
  margin: 0;
}
#footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper a img {
  width: 100%;
}
#footer .footer-ctn .ligne .liens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#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;
}
#footer .footer-ctn .ligne .liens a:hover {
  text-decoration: underline;
}
#footer .footer-ctn .ligne a {
  font-size: 12px;
  margin-left: 0px;
}
#footer .footer-ctn .ligne.footer-text p {
  font-size: 10px;
}
#footer .footer-ctn .ligne.footer-text p a {
  font-family: "abc-whyte-super";
  font-size: 14px;
}
#footer .footer-ctn .ligne.footer-text p span {
  font-family: "abc-whyte-super";
  font-size: 20px;
}
#footer .footer-ctn p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
#footer .footer-ctn a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
#footer .footer-ctn a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  #header .header-section .logo-header {
    width: 120px;
  }
  #container #accueil .hero-section .hero-imgs-ctn .hero-logo {
    max-width: 730px;
  }
  #container #accueil .infos-section h1 {
    margin: 0px 0px 20px;
  }
  #container #accueil .infos-section p {
    width: 90%;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle {
    max-width: 375px;
  }
  .billets-btn {
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  #header .header-section .logo-header {
    width: 120px;
  }
  #container #accueil .infos-section h1 {
    font-size: 35px;
  }
  #container #accueil .billets-section .billets-ctn {
    width: 95%;
    padding: 0 10px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-title {
    padding: 35px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container #accueil .billets-section .billets-ctn .tickets-title .title-box {
    padding: 0px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-title .title-box h3 {
    font-size: 30px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn {
    width: 100%;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle {
    max-width: 320px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle p {
    font-size: 28px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle p.pink-border {
    font-size: 20px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .exp-ctn {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .exp-ctn .other-btn {
    margin: 5px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .exp-ctn .other-btn.exp-vip {
    width: 85px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .exp-ctn .other-btn:hover {
    font-size: 18px;
  }
  .billets-btn {
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-section .logo-header {
    width: 100px;
    padding-left: 15px;
  }
  #header .header-section .btn-section-ctn .header-text-btn {
    font-size: 16px;
    margin: 0px 5px;
  }
  #header .header-section .socials-ctn {
    padding-right: 15px;
  }
  #container #accueil .hero-banner .hero-logo-banner.desktop-banner {
    display: none;
  }
  #container #accueil .hero-banner .hero-logo-banner.mobile-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #container #accueil .infos-section h1 {
    font-size: 30px;
    padding: 1% 5% 0%;
    margin: 110px 0px 20px;
  }
  #container #accueil .infos-section .quote-bloc h3 {
    font-size: 22px;
  }
  #container #accueil .infos-section p {
    font-size: 18px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle {
    width: 100%;
    max-width: 450px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .exp-ctn .other-btn {
    margin: 10px;
  }
  .billets-btn {
    min-width: unset;
  }
  #footer {
    padding-bottom: 55px;
  }
  #footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper {
    width: 50px;
    margin: 0px 25px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-section .btns-section .billets-btn {
    margin-right: 20px;
  }
  #header .header-section .btns-section .socials-ctn {
    padding: unset;
  }
  #header .header-section .btns-section .socials-ctn .social-icon svg {
    width: 25px;
    height: 25px;
  }
  #container #accueil .infos-section {
    padding: 0px;
  }
  #container #accueil .infos-section h1 {
    font-size: 26px;
    padding: 1% 2% 0%;
    margin: 0px 0px 20px;
  }
  #container #accueil .infos-section .quote-bloc h3 {
    font-size: 22px;
  }
  #container #accueil .infos-section p {
    font-size: 16px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-title .title-box h3 {
    font-size: 22px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle {
    min-height: 250px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .billets-btn {
    max-width: 225px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle p {
    font-size: 20px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle p.pink-border {
    font-size: 18px;
  }
  #container #accueil .newsletter-custom-ctn h3 {
    font-size: 22px;
  }
  #footer .footer-ctn .ligne .btn-section-ctn .header-text-btn {
    display: none;
  }
  .billets-btn {
    max-width: 190px;
  }
}
@media screen and (max-width: 385px) {
  #container #accueil .hero-section {
    height: calc(100vh - 85px);
  }
  #container #accueil .hero-section .hero-quote-ctn .hero-top-quote {
    max-width: 325px;
  }
  #container #accueil .hero-section .hero-imgs-ctn .hero-logo {
    max-width: 320px;
  }
  #container #accueil .hero-section .hero-imgs-ctn .hero-celine {
    max-width: 275px;
  }
  #container #accueil .infos-section {
    padding: 0px;
  }
  #container #accueil .infos-section h1 {
    font-size: 26px;
    padding: 1% 2% 0%;
    margin: 60px 0px 20px;
  }
  #container #accueil .infos-section p {
    font-size: 16px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-title .title-box h3 {
    font-size: 26px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .billets-btn {
    max-width: 225px;
  }
  #container #accueil .billets-section .billets-ctn .tickets-ctn .salle .billets-cta-ctn .exp-ctn .other-btn {
    margin: 5px;
  }
  #footer .footer-ctn .ligne .footer-logo-ctn .img-wrapper {
    width: 60px;
  }
  .billets-btn {
    max-width: 150px;
  }
}/*# sourceMappingURL=style.css.map */