:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.color-display {
    width: 100px;
    height: 100px;
    border: 0px solid #333333;
    border-radius: 10px;
    float:left;
    padding: 24px;
    font
}

.content {
    width: 100%;
    border-radius: 10px;
}
.content_box {
    border-radius: 10px;
    margin:auto;
    display: flex; /* Active Flexbox */
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    flex-direction: row; /* Empile les éléments verticalement */
}


#result {
    margin-top: 20px;
    font-size: 1.2em;
}
@media (max-width: 600px) {
    .slider {
        width: 100%;
    }
}
.slider-container {
    display: flex; /* Utilisation de flexbox pour aligner les éléments en ligne */
    justify-content: center; /* Centrer les éléments horizontalement */
    align-items: center; /* Centrer les éléments verticalement */
    margin:auto;
}

.slider {
    -webkit-appearance: slider-vertical; /* Pour Chrome */
    writing-mode: bt-lr; /* IE */
    width: 40px; /* Largeur du slider */
    height: 120px; /* Hauteur du slider */
}

.test {
    float:left;
    text-align: center;
    width: 40px;
    margin: 20px;
    
}
.titre_jeu {
    font-size: 1vw;
}

.slider-label {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.button_arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 2px 0;
    background-color: #ddd;
    border: 1px solid #ccc;
}

#confetti-canvas {
  position: absolute;
  z-index: 999;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section_heros_interaction {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.section_heros_interaction.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section_heros_interaction.cc-store-home-wrap {
  width: 100vw;
  height: 87vh;
  max-height: 61.8047vw;
  min-height: 600px;
  object-fit: cover;
  background-image: linear-gradient(#fdf4ec, #fdf4ec);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container_prog {
  text-align: left;
  justify-content: space-between;
  margin-left: 56px;
  margin-right: 56px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container_prog.reste {
  z-index: 0;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 63px;
  margin-bottom: 0;
  font-weight: 200;
  position: absolute;
}

.paragraph-bigger.cc-bigger-white-light.eju {
  width: 200px;
  opacity: 1;
  color: #000;
  background-color: rgba(7, 7, 7, 0);
  background-image: linear-gradient(#fcfaf2, #fcfaf2);
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.button_white_icon {
  color: #1f1f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid rgba(224, 179, 63, 0);
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  position: static;
  top: auto;
  bottom: 48px;
  left: 48px;
  right: auto;
}

.button_white_icon:hover {
  color: #000;
  background-color: rgba(50, 52, 58, 0);
  background-image: url('../images/Vector-134_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  border-color: #e0b33f;
  padding-left: 8px;
  padding-right: 8px;
}

.button_white_icon:active {
  background-color: #43464d;
}

.button_white_icon.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_white_icon.cc-contact-us {
  z-index: 5;
  background-color: #ec3b35;
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  position: relative;
}

.button_white_icon.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_white_icon.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button_white_icon.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button_white_icon.autrtuiej {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  top: 304px;
  left: 287px;
}

.button_white_icon.autrtuiej:hover {
  background-size: 100% 100%;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: #000;
  letter-spacing: 4px;
  margin-bottom: 34px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.label.cc-light.citation {
  width: 66%;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.label.cc-light.citation-copy {
  width: 327px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  line-height: 39px;
  text-decoration: line-through;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  width: 80px;
  height: 80px;
  background-image: url('../images/black.svg');
  background-position: 0 0;
  background-size: cover;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/black.svg');
  background-position: 0 0;
  background-size: cover;
}

.menu {
  z-index: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  height: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.navigation {
  width: 100vw;
  height: 104px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fdf4ec, #fdf4ec);
  align-items: center;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.navigation-item {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  transition: opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #d63f19;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 80px;
  height: 80px;
  background-color: rgba(150, 130, 130, 0);
  display: block;
}

.navigation-items {
  background-image: linear-gradient(#fdf4ec, #fdf4ec);
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.hero_content {
  width: 100%;
  height: 100%;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #b15353;
  background-image: url('../images/homepage_pioche.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_content.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 1vw;
  max-width: 100vw;
  text-align: left;
  align-self: flex-end;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.box_prog_poster {
  width: 50%;
  text-align: left;
  background-image: linear-gradient(#fffbf7, #fffbf7);
  border: 4px #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: -102px 0 40px;
  padding: 32px 40px 40px;
  display: flex;
  position: relative;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
  line-height: 41px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.75fr 2fr;
  align-content: start;
  align-items: center;
  justify-items: end;
  margin-bottom: 80px;
  padding-left: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 30%;
  height: 150px;
  -webkit-text-stroke-color: #fdfcef;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text.eju {
  background-image: linear-gradient(#fcfaf2, #fcfaf2);
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.intro-header-eju {
  height: 620px;
  color: #fff;
  background-color: #fff;
  background-image: url('../images/hfdskfh.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.heading-jumbo-eju {
  width: 170px;
  color: #e5521a;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
}

.poster_prog {
  width: 100%;
}

.voir-les-salles {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.new-page {
  width: 100%;
  height: 1153px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-40 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-6 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-7 {
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 900;
}

.text-8 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.frame-6 {
  width: 100%;
  height: 44px;
  max-width: 288px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.frame-13 {
  width: 100%;
  height: 44px;
  max-width: 288px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.voir-les-salles-2 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

._8-euros-ht-par-personnes-et-par-salles-hors-consommation-0 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

._8-euros-ht-par-personnes-et-par-salles-hors-consommation-1 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero_image {
  width: auto;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: absolute;
  bottom: auto;
  overflow: visible;
}

.overlap_illustration_box {
  height: 100vh;
  max-height: 100%;
  min-height: 600px;
  min-width: 100vw;
  aspect-ratio: 16 / 9;
  background-image: radial-gradient(circle, #000, #000), linear-gradient(rgba(27, 2, 2, .4), rgba(107, 8, 8, 0) 26%), linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

.overlap_illustration_box.illustration {
  height: auto;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(5, 1, 1, .71), rgba(107, 8, 8, 0) 19%);
  align-self: auto;
  align-items: flex-start;
  display: block;
  position: absolute;
}

.image-2-copy {
  width: 10%;
  height: auto;
  min-height: 0%;
  min-width: 0%;
  aspect-ratio: 16 / 9;
  opacity: 0;
  object-fit: cover;
  align-self: auto;
  transition: opacity .3s;
  display: none;
  position: relative;
  top: 18%;
  bottom: auto;
  left: 20%;
  overflow: visible;
}

.image-2-copy:hover {
  opacity: 1;
}

.image-2-copy.autreautre {
  opacity: 0;
  top: 20%;
  left: 71%;
}

.image-2-copy.autreautre:hover {
  opacity: 1;
}

.image-2-copy.autreautre-copy-copy-copy-copy {
  width: 12%;
  opacity: 0;
  top: 79%;
  left: 8%;
}

.image-2-copy.autreautre-copy-copy-copy-copy:hover {
  opacity: 1;
}

.image-2-copy.autreautre-copy-copy-copy-copy {
  width: 12%;
  opacity: 0;
  display: none;
  top: 18%;
  left: 46%;
}

.image-2-copy.autreautre-copy-copy-copy-copy:hover {
  opacity: 1;
}

.box_citation_homepage {
  width: 47%;
  aspect-ratio: 1 / 1;
  text-align: left;
  background-image: url('../images/lamartine_white.png'), linear-gradient(#4a52f4, #4a52f4);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 55%, auto;
  border: 4px #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin: auto auto 126px 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.box_citation_homepage.mobile {
  display: none;
}

.section_prog {
  width: 100%;
  background-image: url('../images/lighting_boule.svg'), linear-gradient(#fdf4ec, #fdf4ec);
  background-position: 0 -10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
}

.image-3 {
  mix-blend-mode: multiply;
}

.text-block {
  background-color: #fff;
  align-self: center;
}

.text-block-2 {
  height: 44px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.section-heading-copy {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 73px;
}

.image-5 {
  width: 624px;
  border-radius: 0 12px 12px 0;
}

.div-block-4 {
  position: relative;
}

.button-copy {
  color: #1f1f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.button-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-copy:active {
  background-color: #43464d;
}

.div-block-5 {
  z-index: -1;
  width: 500px;
  height: 510px;
  background-color: #fbf2e1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  top: 218px;
  right: 0;
}

.about-grid-copy {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1.75fr;
  align-content: start;
  align-items: center;
  justify-items: end;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 80px;
}

.image-5-copy {
  width: 624px;
  border-radius: 12px 0 0 12px;
}

.div-block-5-copy {
  z-index: -1;
  width: 500px;
  height: 510px;
  background-color: #fbf2e1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  top: 482px;
  left: 0;
  right: auto;
}

.body-content {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header {
  width: 100%;
  height: 99px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  padding-right: 56px;
  display: flex;
}

.vectors-wrapper-2 {
  width: 48px;
  height: 76.8261px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_header {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.vectors-wrapper-3 {
  width: 121px;
  height: 41px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.navigation-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-name {
  color: #d63f19;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.link-name-2 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.link-name-3 {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.section-top-content {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 56px 38px;
  display: flex;
}

.section-top-content.secondary_page, .section-top-content.info {
  background-color: #fdf4ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-content {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-content.info {
  width: 50%;
}

.top-text {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.top-text.prog {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 120px;
}

.top-text.anniversaire {
  width: 50%;
}

.text {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 73px;
}

.text-9 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.book-button {
  height: 52px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f25a5a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  display: flex;
}

.voir-les-salles-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.price-button {
  height: 52px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d7d7d7;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  display: flex;
}

.voir-les-salles-4 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.box_quote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fdf4ec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.box_quote.evenement {
  width: 60%;
}

.text-10 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 56px;
}

.text-11 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: line-through;
}

.section-room {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 38px 56px 80px;
  display: flex;
}

.section-room.evenement {
  padding-top: 100px;
}

.title_lowcap {
  width: 100%;
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
}

.title_lowcap.caps {
  text-transform: uppercase;
}

.frame-57 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.room_link_square {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/Frame-62.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.corpore-sano---aka-tape-sur-les-lumi-res {
  width: 100%;
  clear: left;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 9px 12px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 6px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-63 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f3d4cf;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-72 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.frame-54 {
  width: 100%;
  height: 182px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-r-f-rencememt-acc-s-mentions-l-gales {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.frame-53 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-facebook-logo-blue-white-f-png {
  object-fit: cover;
}

.copyright-pioche-site-internet-par-les-facteurs {
  color: #000;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1242.01px;
  left: 2023px;
}

.vectors-wrapper-6 {
  width: 191px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 169px;
  bottom: auto;
  left: auto;
  right: 0;
}

.room_name {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.room_catchphrase {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.room_catchphrase.eveenement_description {
  font-style: normal;
}

.copyright-pioche-site-internet-par-les-facteurs-1 {
  color: #000;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.room_link {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 2;
  background-image: url('../images/corpore_sano_detail.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.room_link.photobunker {
  background-image: url('../images/footobunker.jpg');
}

.white_button_background {
  height: 44px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 16px 12px 8px;
  display: flex;
}

.div-block-6-copy {
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 24px;
}

.div-block-6-copy:hover {
  background-image: url('../images/Vector-134.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.button_no_background {
  color: #1f1f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid rgba(224, 179, 63, 0);
  border-radius: 8px;
  flex-direction: column;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 48px;
  left: 302px;
  right: auto;
}

.button_no_background:hover {
  color: #000;
  background-color: rgba(50, 52, 58, 0);
  background-image: url('../images/Vector-134_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  border-color: #e0b33f;
  padding-left: 8px;
  padding-right: 8px;
}

.button_no_background:active {
  background-color: #43464d;
}

.button_no_background.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_no_background.cc-contact-us {
  z-index: 5;
  background-color: #ec3b35;
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  position: relative;
}

.button_no_background.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_no_background.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button_no_background.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button_no_background.autrtuiej {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  left: 287px;
}

.button_no_background.autrtuiej:hover {
  background-size: 100% 100%;
}

.blue_button_background {
  width: auto;
  height: 44px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(#4a53f4, #4a53f4);
  border-radius: 4px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 12px 24px;
  display: flex;
}

.blue_button_background:hover {
  background-image: linear-gradient(#4a53f4, #4a53f4);
}

.text-block-copy {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.div-block-7 {
  width: 100%;
  height: 87px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top_section {
  width: 100%;
  height: 100%;
  max-width: none;
  justify-content: center;
  display: flex;
}

.div-block-8 {
  width: 48px;
  height: 100%;
  background-image: linear-gradient(#4a53f5, #4a53f5);
  border-bottom-right-radius: 8px;
}

.image-6 {
  padding-top: 32px;
  padding-left: 16px;
}

.div-block-8-copy {
  width: 48px;
  height: 100%;
  background-image: linear-gradient(#4a53f5, #4a53f5);
  border-bottom-right-radius: 8px;
  padding-left: 4px;
}

.text-block-copy {
  background-color: rgba(255, 154, 154, 0);
  margin-top: 26px;
  font-size: 18px;
  font-weight: 900;
}

.text-block-copy-copy {
  color: #fff;
  background-color: rgba(255, 154, 154, 0);
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.navbar.homepage {
  display: block;
}

.navbar.all_page {
  color: #1a1b1f;
  background-color: #fff;
  padding-right: 56px;
  position: static;
}

.navbar.paper {
  background-color: #fdf4ed;
  padding-right: 56px;
  position: static;
}

.top_navbar {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 56px;
}

.top_navbar.homepage {
  padding-right: 24px;
}

.brand-eju {
  width: 48px;
  height: 87px;
  background-color: #4a53f4;
  border-bottom-right-radius: 8px;
  padding-left: 4px;
}

.brand-eju.small {
  height: 72px;
  background-color: #1f1f1f;
}

.brand-pioche {
  position: absolute;
  left: 46px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.nav-link:hover {
  color: #fff;
  background-image: url('../images/Line-7.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 8px;
}

.nav-link.small {
  color: #000;
  font-size: 12px;
}

.nav-link.small:hover {
  color: #f25c5a;
}

.nav-link.small.w--current {
  color: #f25c5a;
  background-image: url('../images/Line-7.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 8px;
}

.nav-link.small.jeux, .nav-link.small.jeux.w--current, .nav-link.small.prog, .nav-link.small.evenement, .nav-link.small.info, .nav-link.small.extramuros {
  font-size: 16px;
  font-style: normal;
}

.nav-menu {
  height: 87px;
  min-height: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.text_button {
  width: 100%;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: center;
  display: flex;
}

.text_button.black {
  color: #000;
}

.button_icons {
  width: 32px;
}

.cta-cowboy {
  z-index: 15;
  width: 3%;
  height: 14%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 40%;
  left: 48%;
  overflow: visible;
}

.cta-cowboy:hover {
  opacity: 1;
  overflow: visible;
}

.illu_cowbow {
  width: 128%;
  height: 80px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/16.central.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -4%;
  left: -1%;
}

.cta-mineur {
  width: 18%;
  height: 42%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 43%;
  left: 14%;
  overflow: hidden;
}

.cta-mineur:hover {
  opacity: 1;
  overflow: visible;
}

.illu_mineur {
  width: 100%;
  height: 100%;
  background-image: url('../images/1.illu_mineur.svg');
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  top: 5%;
  left: -8%;
}

.cta-camera {
  width: 4%;
  height: 6%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 54%;
  left: 47%;
  overflow: hidden;
}

.cta-camera:hover {
  opacity: 1;
  overflow: visible;
}

.illu_fire {
  width: 260px;
  height: 80px;
  background-image: url('../images/7.illu_feu.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 25px;
  left: 43px;
}

.cta-fire {
  width: 360px;
  height: 210px;
  opacity: 0;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-fire:hover {
  opacity: 1;
}

.illu_camera {
  width: 80%;
  height: 100px;
  background-image: url('../images/13.click.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -57%;
  left: 61%;
  overflow: visible;
}

.cta-minigame {
  width: 30%;
  height: 6%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 64%;
  left: 35%;
  overflow: hidden;
}

.cta-minigame:hover {
  opacity: 1;
  overflow: visible;
}

.illu_minigame {
  width: 100%;
  height: 50px;
  background-image: url('../images/11.mini_game.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.modal_game {
  z-index: 30;
  width: 100vw;
  height: 100vh;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 100px;
  display: flex;
  position: fixed;
  top: -100vh;
  bottom: auto;
  left: 0%;
  right: auto;
}

.modal_game.page {
  position: static;
  top: 0%;
}

.spotlight_center {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000 22%);
  display: none;
  position: absolute;
}

.cta-bomb {
  width: 14%;
  height: 17%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 68%;
  left: 43%;
  overflow: hidden;
}

.cta-bomb:hover {
  opacity: 1;
  overflow: visible;
}

.illu_bomb {
  width: 67%;
  height: 126px;
  background-image: url('../images/10.bombe.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 14px;
}

.cta-beer {
  width: 16%;
  height: 20%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 15%;
  left: 39%;
  overflow: visible;
}

.cta-beer:hover {
  opacity: 1;
  overflow: visible;
}

.illu_beer {
  width: 50%;
  height: 150px;
  background-image: url('../images/4.beer.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 31px;
  left: 32px;
}

.cta-dress {
  width: 8%;
  height: 22%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 22%;
  left: 22%;
  overflow: hidden;
}

.cta-dress:hover {
  opacity: 1;
  overflow: visible;
}

.illu_dress {
  width: 107%;
  height: 285px;
  opacity: 1;
  background-image: url('../images/3.dress.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -4%;
  left: -3%;
}

.homepage_cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  order: 0;
  align-self: flex-start;
  display: flex;
  position: absolute;
  bottom: 48px;
  left: 48px;
}

.game_title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.content_presentation_homepage {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.titre_homepage {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-left: 56px;
  line-height: .8;
  display: flex;
}

.pioche-c-est-quoi {
  line-height: 1.2;
}

.content_description_pioche {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.content_right_picture {
  grid-column-gap: 99px;
  grid-row-gap: 99px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 56px;
  display: flex;
  position: relative;
}

.content_text_cta {
  width: 100%;
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-et-texte {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub_title_32 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
}

.text_18 {
  width: 100%;
  color: #1f1f1f;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text_18.white {
  color: #fff;
}

.button-2 {
  height: 44px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #4a52f4;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.image_1 {
  width: 50%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.image_1.left {
  border-radius: 0 8px 8px 0;
}

.vectors-wrapper-7 {
  width: 15%;
  height: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -16%;
  left: 57%;
  overflow: visible;
}

.section_prez_picture {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content_left_picture {
  grid-column-gap: 99px;
  grid-row-gap: 99px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.content_text_cta-2 {
  width: 100%;
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-8 {
  width: 10%;
  height: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 91%;
  left: 6%;
}

.text-16 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vectors-wrapper-9 {
  width: 14%;
  height: auto;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -17%;
  left: 57%;
}

.section_prez_picture-2 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-10 {
  width: 14.8893%;
  height: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -9%;
  left: 40%;
}

.pioche-c-est-quoi-0 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.pioche-c-est-quoi-1 {
  color: #f25a5a;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.content_eju_marto {
  width: 100%;
  height: 932px;
  max-width: 1280px;
  grid-column-gap: 91px;
  grid-row-gap: 91px;
  background-color: #fbf2e1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.content_eju {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.eju_presentation {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11 {
  height: 175.969px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_text_cta-3 {
  width: 100%;
  max-width: 514px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title_description {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
}

.text_description {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-3 {
  height: 44px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f25a5a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text_citation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text_citation.white {
  width: 66%;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.quote_text {
  color: #f25a5a;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
}

.quote_text.black {
  color: #000;
}

.text-19 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
}

.marto_presentation {
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card_marto {
  width: 100%;
  max-width: 548px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fffbf7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.vectors-wrapper-12 {
  height: 116.909px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_text_cta-4 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-et-texte-2 {
  width: 100%;
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.footer-2 {
  width: 100%;
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #af5f06;
  background-image: linear-gradient(#d7a874, #d7a874);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer_content {
  width: 100%;
  grid-column-gap: 155px;
  grid-row-gap: 155px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 70px;
  left: 67px;
}

.left_footer {
  width: 50%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-20 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link_social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.facebook_icon {
  object-fit: cover;
}

.copyright-pioche-site-internet-par-les-facteurs-2 {
  width: 50%;
  color: #000;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.copyright-pioche-site-internet-par-les-facteurs-3 {
  color: #000;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.homepage_bottom_content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.button_blue {
  width: auto;
  color: #1f1f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid rgba(224, 179, 63, 0);
  border-radius: 8px;
  flex-flow: column wrap;
  align-content: flex-start;
  margin-bottom: -8px;
  margin-left: -8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 48px;
  left: 302px;
  right: auto;
}

.button_blue:hover {
  color: #000;
  background-color: rgba(50, 52, 58, 0);
  background-image: url('../images/Vector-353.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  border-color: #e0b33f;
  padding-left: 8px;
  padding-right: 8px;
}

.button_blue:active {
  background-color: #43464d;
}

.button_blue.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_blue.cc-contact-us {
  z-index: 5;
  background-color: #ec3b35;
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  position: relative;
}

.button_blue.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_blue.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button_blue.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button_blue.autrtuiej {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  left: 287px;
}

.button_blue.autrtuiej:hover {
  background-size: 100% 100%;
}

.button_blue.light_background {
  width: auto;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.transparent_button_background {
  height: 44px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 12px 24px;
}

.text_citation_sources {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-decoration: line-through;
  display: flex;
}

.text_citation_sources.white {
  width: 66%;
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: line-through;
}

.button_red {
  color: #1f1f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid rgba(224, 179, 63, 0);
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: -8px;
  margin-left: -8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 48px;
  left: 302px;
  right: auto;
}

.button_red:hover {
  color: #000;
  background-color: rgba(50, 52, 58, 0);
  background-image: url('../images/Vector-353.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  border-color: #e0b33f;
  padding-left: 8px;
  padding-right: 8px;
}

.button_red:active {
  background-color: #43464d;
}

.button_red.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_red.cc-contact-us {
  z-index: 5;
  background-color: #ec3b35;
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  position: relative;
}

.button_red.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_red.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button_red.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button_red.autrtuiej {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  left: 287px;
}

.button_red.autrtuiej:hover {
  background-size: 100% 100%;
}

.button_red.light_background {
  width: auto;
  flex-direction: column;
  align-items: stretch;
}

.button_red.light_background:hover {
  background-image: url('../images/Vector-193.svg');
}

.red_button_background {
  height: 44px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(#f25b5a, #f25b5a);
  border-radius: 4px;
  padding: 12px 24px;
}

.red_button_background:hover {
  background-image: linear-gradient(#f25b5a, #f25b5a);
}

.frame-7 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.small-facebook-logo-blue-white-f-png-2 {
  object-fit: cover;
}

.suivez-nous-sur-les-r-seaux-pour-ne-rien-manquer {
  width: 200px;
  color: #1f1f1f;
  letter-spacing: .1em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.image-9 {
  padding-top: 32px;
  padding-left: 8px;
}

.nav-link-copy {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.nav-link-copy:hover {
  color: #fff;
  background-image: url('../images/Line-7.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 8px;
}

.logo_pioche_black {
  width: 121px;
  height: 41px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-left: 10px;
  display: flex;
}

.big_title {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 46px;
}

.big_title.caps {
  text-transform: uppercase;
}

.big_title.other {
  margin-bottom: 24px;
}

.text-10-copy {
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 56px;
}

.top_room {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content_salle {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.section-top-content-2 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 56px 38px;
  display: flex;
}

.top-content-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-text-2 {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 120px;
  display: flex;
}

.big_title-2 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 73px;
}

.text_18-2 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cta-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.book-button-2 {
  height: 52px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f25a5a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  display: flex;
}

.voir-les-salles-5 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.price-button-2 {
  height: 52px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d7d7d7;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  display: flex;
}

.voir-les-salles-6 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.section_mozaic_photo {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.content_mozaic_photo {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-73 {
  width: 100%;
  height: auto;
  max-width: 1168px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-64 {
  width: 100%;
  min-height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 32px;
  display: flex;
  position: relative;
}

.box_info_salle {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: static;
  top: -28%;
  bottom: auto;
  left: auto;
  right: 40px;
}

.text-21 {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.info_salle_content {
  width: 100%;
  max-width: 363px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-74 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-75 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.alarmclock_light {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/Pioche_logo_v3-5-uai-258x258.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.vectors-wrapper-13 {
  width: 71.25px;
  height: 60px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group_light {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 16px;
  display: flex;
}

.vectors-wrapper-14 {
  width: 58.6859px;
  height: 52.5px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.date_range_light {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 17px 14px;
  display: flex;
}

.vectors-wrapper-15 {
  width: 56px;
  height: 56px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-23 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-24 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.frame-76 {
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.frame-62 {
  width: 50%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.section_mozaic_photo-2 {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-77 {
  width: 100%;
  max-width: 1168px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.text-25 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
}

.text-26 {
  color: #f25a5a;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.le-plus-de-la-salle-va-faire-ressortir-votre-c-t-zen-la-d-licatesse-est-de-mise-0 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.le-plus-de-la-salle-va-faire-ressortir-votre-c-t-zen-la-d-licatesse-est-de-mise-1 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.le-plus-de-la-salle-va-faire-ressortir-votre-c-t-zen-la-d-licatesse-est-de-mise-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.top-content-left {
  width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-content-left.anniversaire {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.text_26_bold {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.text_26_bold.caps {
  text-transform: uppercase;
  font-weight: 900;
}

.text_26_bold.anniversaire {
  line-height: 28px;
}

.text_26_bold.info_event {
  color: #fff;
}

.text_26_bold.faq {
  color: #fff;
  margin-bottom: 16px;
}

.data_salle {
  width: 100px;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.text_26_bold-copy {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.text_26_bold-copy.evenement {
  padding-right: 140px;
}

.big_title-2-copy {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 73px;
}

.big_title-2-copy.white {
  color: #fff;
}

.box_network {
  z-index: 2;
  width: 50%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fdf4ec;
  border-radius: 12px 12px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
  padding: 40px;
  display: flex;
  position: static;
  top: -28%;
  bottom: auto;
  left: auto;
  right: 40px;
}

.section-prog {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 56px 80px;
  display: flex;
}

.section-top-prog {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 56px 0;
  display: flex;
}

.image-10, .image-prog {
  width: 100%;
}

.image-prog.big {
  border-radius: 12px;
}

.network_link_box {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.frame-78 {
  width: 100%;
  max-width: 1168px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-4 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-59 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 3 / 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-59.eju {
  margin-top: 24px;
}

.images_games {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.frame-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 214px;
  left: 0;
}

.frame-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-top-right-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  padding: 12px 24px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.frame-79.paper {
  background-color: #fdf4ed;
}

.text-27 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-27.caps {
  text-transform: uppercase;
}

.frame-80 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.frame-80.paper {
  background-color: #fdf4ee;
}

.text-28 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content_famous_game {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 56px;
  display: grid;
}

.section_famous-games {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fdf4ed;
  flex-direction: column;
  padding: 60px 56px;
  display: flex;
}

.description_evenement {
  width: 100%;
}

.text_16 {
  width: 100%;
  color: #1f1f1f;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.text_16.info_evenement {
  aspect-ratio: auto;
  color: #fff;
  justify-content: flex-start;
  padding-bottom: 24px;
}

.content_evenements {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_presentaion_evenement {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 56px;
  display: flex;
}

.content_presentaion_evenement {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image_pr-sentation {
  width: 100%;
  min-height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 32px;
  display: flex;
  position: relative;
}

.image_pr-sentation.anniversaire {
  background-image: url('../images/whydote_lots_of_object_that_are_references_to_theater_8585e940-b7fe-4564-b77f-f4e019db6770.png');
}

.frame-61 {
  width: 100%;
  height: 78px;
  max-width: 382px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-29 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 80px;
}

.frame-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ht-par-enfant-et-par-activit-salle-de-jeux-hors-consommations-0 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.ht-par-enfant-et-par-activit-salle-de-jeux-hors-consommations-1 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 24px;
}

.ht-par-enfant-et-par-activit-salle-de-jeux-hors-consommations-2 {
  color: #1f1f1f;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.pricing {
  width: 100%;
  height: 78px;
  max-width: 382px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing.anniversaire {
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.box_card_evenement {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: -50%;
}

.card_evenement {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: 1 / 1;
  background-color: #fdf4ee;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -100px;
  padding: 24px;
  display: flex;
  position: relative;
}

.section_information_evenement {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #4a53f4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 56px 140px;
  display: flex;
}

.section_information_evenement.secondary_page {
  background-color: #fdf4ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.box_info_evenement {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  top: 0%;
}

.info_evenement {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  background-color: rgba(253, 244, 238, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-10 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -8px;
  margin-left: -8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: flex;
  overflow: visible;
}

.thumbnail {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  margin-right: 10px;
}

.main-media-player {
  z-index: 999;
  width: 100%;
  height: 100px;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: rgba(5, 5, 5, .9);
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.previous-song-icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.progress-bar {
  width: 50%;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.progress-bar-background {
  background-color: rgba(240, 240, 240, .06);
}

.progress-bar-wrapper {
  height: 3px;
  cursor: pointer;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.media-player-bar-wrapper {
  width: 100%;
  color: rgba(255, 255, 255, .45);
  flex: 1;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.media-player-exit-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.media-player-play-button {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.volume-bar-wrapper {
  width: 100px;
  height: 3px;
  background-color: rgba(240, 240, 240, .06);
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.volume-toggle {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 10px;
}

.pause-button-icon {
  width: 11px;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title.truncate {
  color: rgba(255, 255, 255, .95);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.volume-bar {
  width: 50%;
  height: 3px;
  background-color: #fff;
}

.genre {
  color: rgba(255, 255, 255, .7);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player {
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.next-song-icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.true-progress-head {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.media-player-pause-button {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.media-player-song {
  width: 100%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.track-time {
  color: rgba(255, 255, 255, .5);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.track-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.thumbnail-wrapper {
  align-items: center;
  display: flex;
}

.track {
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track:hover {
  background-color: rgba(255, 255, 255, .05);
}

.true-media-player-track {
  display: none;
}

.track-thumbnail {
  width: 65px;
  height: 65px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-right: 15px;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.track-genre {
  color: rgba(255, 255, 255, .85);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.track-number {
  color: rgba(255, 255, 255, .5);
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.track-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.mp-audio-bar {
  width: 15px;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

.sp-progress-bar-wrapper {
  height: 3px;
  cursor: pointer;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.sp-media-player-bar-wrapper {
  width: 100%;
  color: rgba(255, 255, 255, .45);
  flex: 1;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-track-wrapper {
  width: 100%;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #aa4a3b;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  padding: 25px 30px;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-progress-bar-background {
  background-color: rgba(240, 240, 240, .06);
}

.true-media-player-single-track {
  display: none;
}

.sp-details-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-pause {
  width: 30px;
  cursor: pointer;
  margin-right: 10px;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title {
  color: rgba(255, 255, 255, .85);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.sp-play {
  width: 30px;
  cursor: pointer;
  margin-right: 10px;
}

.sp-controla-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.section_information_evenement-copy {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #4a53f4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 56px 140px;
  display: flex;
}

.section_information_evenement-copy.secondary_page {
  background-color: #fdf4ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_information_acces {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 56px 120px;
  display: flex;
}

.section_information_acces.secondary_page {
  background-color: #fdf4ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_faq {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #4a53f4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 56px 140px;
  display: flex;
}

.section_faq.secondary_page {
  background-color: #fdf4ed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dropdown-toggle {
  width: 100%;
  border-top: 2px solid #fff;
  padding-left: 0;
}

.dropdown-toggle.w--open {
  padding-left: 0;
}

.dropdown {
  width: 100%;
  border: 2px #fff;
  top: 0;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, 0);
  position: relative;
}

.icon-2, .icon-3 {
  color: #fff;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column_faq_right {
  width: 100%;
  padding-left: 20px;
}

.column_faq_left {
  width: 100%;
  padding-right: 20px;
}

.second_page {
  background-color: #fdf4ed;
}

.cta-switch {
  width: 4%;
  height: 6%;
  opacity: 1;
  transition: opacity .2s;
  display: none;
  position: absolute;
  top: 9%;
  left: 49%;
  overflow: visible;
}

.cta-switch:hover {
  opacity: 1;
  overflow: visible;
}

.illu_switch {
  width: 40px;
  height: 51px;
  background-image: url('../images/8.interupteur_on.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
  position: relative;
  top: 3px;
  left: 0;
  overflow: visible;
}

.spot {
  width: 83%;
  height: 580px;
  opacity: 0;
  background-image: url('../images/spot.svg');
  background-position: 0 0;
  background-size: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 9%;
  left: 6%;
  overflow: hidden;
}

.spot:hover {
  opacity: 0;
  overflow: visible;
}

.section_product_eju {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  padding: 60px 56px;
  display: flex;
}

.section-eju-presentation {
  width: 100%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Panorama_2001bx.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 20% 56px 80px;
  display: flex;
}

.section-eju-presentation.evenement {
  padding-top: 100px;
}

.sign1 {
  width: 20%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/Pioche_logo_v3-5-uai-258x258.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.sign2 {
  width: 20%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/Pioche_logo_v3-5-uai-258x258.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-11 {
  width: 100%;
}

.content_evenements-copy {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.eju_header {
  aspect-ratio: 16 / 9;
  background-image: url('../images/EJU-Basegraphique-1.svg');
  background-position: 0 0;
  background-size: auto;
}

.cta-camera-copy {
  width: 4%;
  height: 6%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 54%;
  left: 47%;
  overflow: hidden;
}

.cta-camera-copy:hover {
  opacity: 1;
  overflow: visible;
}

.cta-noalcool {
  width: 4%;
  height: 7%;
  opacity: 1;
  transition: opacity .2s;
  position: absolute;
  top: 54%;
  left: 56%;
  overflow: visible;
}

.cta-noalcool:hover {
  opacity: 1;
  overflow: visible;
}

.illu_noalcool {
  width: 250%;
  height: 100px;
  opacity: 0;
  background-image: url('../images/14.sans_alcool.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -68%;
  left: 0%;
  overflow: hidden;
}

.cta-canard {
  width: 4%;
  height: 7%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 46%;
  left: 51%;
  overflow: hidden;
}

.cta-canard:hover {
  opacity: 1;
  overflow: visible;
}

.illu_canard {
  width: 180%;
  height: 100px;
  background-image: url('../images/15.coincoin.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -144%;
  left: 63%;
  overflow: visible;
}

.cta-balance {
  width: 5%;
  height: 7%;
  opacity: 0;
  border-radius: 0;
  transition: opacity .2s;
  position: absolute;
  top: 44%;
  left: 40%;
  overflow: hidden;
}

.cta-balance:hover {
  opacity: 1;
  overflow: visible;
}

.illu_balance {
  width: 90%;
  height: 100px;
  background-image: url('../images/12.balance.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5%;
  left: 6%;
  overflow: visible;
}

.cta-cosmonote {
  width: 10%;
  height: 15%;
  opacity: 0;
  border-radius: 0;
  transition: opacity .2s;
  position: absolute;
  top: 21%;
  left: 54%;
  overflow: hidden;
}

.cta-cosmonote:hover {
  opacity: 1;
  overflow: visible;
}

.illu_cosmonote {
  width: 90%;
  height: 120px;
  background-image: url('../images/5.cosmonote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -22%;
  left: 13%;
  overflow: visible;
}

.cta-thinking {
  width: 9%;
  height: 15%;
  opacity: 0;
  border-radius: 0;
  transition: opacity .2s;
  position: absolute;
  top: 32%;
  left: 4%;
  overflow: hidden;
}

.cta-thinking:hover {
  opacity: 1;
  overflow: visible;
}

.illu_thinking {
  width: 120%;
  height: 120px;
  background-image: url('../images/2.thinking.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -85%;
  left: 52%;
  overflow: visible;
}

.cta-whipe {
  width: 10%;
  height: 30%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 15%;
  left: 67%;
  overflow: hidden;
}

.cta-whipe:hover {
  opacity: 1;
  overflow: visible;
}

.illu_whipe {
  width: 240%;
  height: 310px;
  background-image: url('../images/6.fouet.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -24%;
  left: 16%;
}

.cta-guitare {
  width: 10%;
  height: 42%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 42%;
  left: 84%;
  overflow: hidden;
}

.cta-guitare:hover {
  opacity: 1;
  overflow: visible;
}

.illu_guitare {
  width: 60%;
  height: 140px;
  background-image: url('../images/9.musique.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 31%;
  left: -32%;
}

.cta-room {
  width: 15%;
  height: 32%;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 11%;
  left: 80%;
  overflow: hidden;
}

.cta-room:hover {
  opacity: 1;
  overflow: visible;
}

.illu_room {
  width: 101%;
  height: 340px;
  background-image: url('../images/7.salles.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1%;
  left: 12%;
}

.close {
  width: 72px;
  height: 72px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: 72px;
  bottom: auto;
  left: auto;
  right: 72px;
}

.image-12 {
  width: 25%;
  position: absolute;
  left: 24%;
}

.stars {
  margin-bottom: 4px;
}

@media screen and (min-width: 1280px) {
  .section_heros_interaction.cc-store-home-wrap {
    height: 100vh;
    max-height: 56.25vw;
  }

  .container_prog {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .button_white_icon {
    z-index: 6;
    padding-left: 8px;
  }

  .hero_content {
    max-height: 56.25vw;
    background-image: none;
  }

  .box_prog_poster {
    z-index: 6;
    width: 100%;
    margin-top: -126px;
    margin-bottom: 80px;
    margin-left: 20px;
  }

  .image-2-copy {
    opacity: 1;
    display: none;
    top: 40%;
    left: 47%;
  }

  .image-2-copy.autreautre {
    opacity: 1;
    top: 21%;
  }

  .image-2-copy.autreautre-copy-copy-copy-copy {
    opacity: .98;
    opacity: 1;
    top: -5%;
    left: 19%;
  }

  .box_citation_homepage {
    width: 100%;
    margin-right: 20px;
    padding: 4vw 4px 4px 4vw;
  }

  .section_prog {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-top-content.secondary_page {
    justify-content: center;
    align-items: flex-start;
  }

  .section-room.evenement {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }

  .room_link_square {
    height: auto;
  }

  .room_link {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .room_link.corpore-sano, .room_link.photobunker {
    background-position: 50%;
    background-size: cover;
  }

  .white_button_background {
    height: 44px;
    padding: 12px 24px;
  }

  .div-block-6-copy {
    padding: 12px 24px;
  }

  .button_no_background {
    z-index: 6;
    padding-left: 8px;
    left: 327px;
  }

  .blue_button_background {
    padding: 12px 24px;
  }

  .top_section {
    max-height: 56.25vw;
  }

  .image-6 {
    padding-left: 24px;
  }

  .top_navbar.homepage {
    padding-right: 80px;
  }

  .cta-cowboy {
    z-index: 3;
    width: 3%;
    height: 14%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 40%;
    left: 48%;
    overflow: hidden;
  }

  .cta-cowboy:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .image-8 {
    width: 150px;
    object-fit: none;
    position: relative;
    top: -4px;
    left: 73px;
    overflow: visible;
  }

  .image-8-copy {
    width: 120px;
    object-fit: fill;
    position: absolute;
    top: -4px;
    left: 73px;
    overflow: visible;
  }

  .illu_cowbow {
    width: 128%;
    height: auto;
    aspect-ratio: auto;
    background-image: url('../images/16.central.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5%;
    bottom: 0%;
    left: -1%;
    right: 0%;
  }

  .cta-mineur {
    width: 18%;
    height: 42%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 43%;
    left: 14%;
    overflow: visible;
  }

  .cta-mineur:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_mineur {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    background-image: url('../images/1.illu_mineur.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5%;
    bottom: 0%;
    left: -8%;
    right: 0%;
  }

  .cta-camera {
    width: 4%;
    height: 6%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 54%;
    left: 47%;
    overflow: hidden;
  }

  .cta-camera:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_fire {
    width: 260px;
    height: 80px;
    aspect-ratio: auto;
    background-image: url('../images/7.illu_feu.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 54px;
    margin-left: 57px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .cta-fire {
    z-index: 5;
    width: 632px;
    height: 240px;
    opacity: 0;
    object-fit: none;
    background-color: rgba(228, 52, 52, 0);
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .cta-fire:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_camera {
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/13.click.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -57%;
    left: 61%;
  }

  .cta-minigame {
    width: 30%;
    height: 6%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 64%;
    left: 35%;
    overflow: hidden;
  }

  .cta-minigame:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_minigame {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 1;
    background-image: url('../images/11.mini_game.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal_game {
    z-index: 20;
    height: 90%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 100px;
    display: flex;
    position: fixed;
    top: -194%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .spotlight_center {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, .62) 12%, #000 21%);
    display: none;
    position: absolute;
  }

  .cta-bomb {
    width: 14%;
    height: 17%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 68%;
    left: 43%;
    overflow: hidden;
  }

  .cta-bomb:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_bomb {
    width: 67%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/10.bombe.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 15%;
    left: 6%;
  }

  .cta-beer {
    width: 16%;
    height: 20%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 15%;
    left: 39%;
    overflow: visible;
  }

  .cta-beer:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_beer {
    width: 50%;
    height: 150px;
    background-image: url('../images/4.beer.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 31%;
    left: 33%;
  }

  .cta-dress {
    width: 8%;
    height: 250px;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 22%;
    left: 22%;
    overflow: hidden;
  }

  .cta-dress:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_dress {
    width: 107%;
    height: 410px;
    opacity: 1;
    background-image: url('../images/3.dress.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -2%;
    left: -3%;
  }

  .homepage_cta {
    bottom: 72px;
    left: 72px;
  }

  .content_presentation_homepage {
    align-items: center;
  }

  .titre_homepage {
    align-items: flex-start;
    padding-left: 80px;
  }

  .pioche-c-est-quoi {
    width: 100%;
    max-width: 1280px;
  }

  .content_right_picture {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
  }

  .content_text_cta {
    width: 47%;
    align-items: flex-start;
    padding-right: 80px;
  }

  .title-et-texte {
    width: 100%;
  }

  .sub_title_32 {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .text_18 {
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .image_1 {
    width: 50%;
    height: auto;
    aspect-ratio: auto;
    margin-right: 0;
    position: relative;
    right: 0;
  }

  .image_1.left {
    width: 50%;
  }

  .vectors-wrapper-7 {
    width: 10%;
    top: -14%;
    left: 56%;
  }

  .section_prez_picture {
    align-items: center;
  }

  .content_left_picture {
    width: 100%;
    max-width: none;
    padding-right: 80px;
  }

  .content_text_cta-2 {
    width: 47%;
    padding-right: 80px;
  }

  .vectors-wrapper-8 {
    width: 7%;
  }

  .vectors-wrapper-9 {
    width: 10%;
    top: -10%;
    left: 66%;
  }

  .section_prez_picture-2 {
    align-items: center;
  }

  .vectors-wrapper-10 {
    width: 12%;
    top: -8%;
    left: 41%;
  }

  .pioche-c-est-quoi-1 {
    font-size: 60px;
  }

  .content_eju_marto {
    height: auto;
    max-width: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px;
  }

  .content_eju {
    width: 100%;
  }

  .eju_presentation {
    width: 100%;
    padding-right: 0%;
  }

  .content_text_cta-3 {
    width: 80%;
    max-width: none;
  }

  .text_citation.white {
    width: 70%;
    font-size: 3vw;
    line-height: 3vw;
  }

  .marto_presentation {
    width: 100%;
    height: auto;
  }

  .card_marto {
    max-width: none;
  }

  .title-et-texte-2 {
    height: auto;
  }

  .homepage_bottom_content {
    flex-direction: column;
    display: flex;
  }

  .button_blue {
    z-index: 6;
    padding-left: 8px;
    left: 327px;
  }

  .transparent_button_background {
    padding: 12px 24px;
  }

  .text_citation_sources.white {
    text-decoration: none;
  }

  .button_red {
    z-index: 6;
    padding-left: 8px;
    left: 327px;
  }

  .red_button_background {
    padding: 12px 24px;
  }

  .big_title {
    font-size: 60px;
  }

  .frame-73 {
    max-width: 1280px;
  }

  .frame-77 {
    max-width: none;
  }

  .top-content-left.anniversaire {
    max-width: 1280px;
  }

  .text_26_bold.caps {
    width: 100%;
    max-width: 1280px;
  }

  .section-top-prog {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-79 {
    margin-top: -47px;
    margin-left: 0;
  }

  .content_famous_game {
    margin-right: 0;
  }

  .section_famous-games {
    width: 100%;
    align-self: flex-start;
    align-items: center;
  }

  .content_evenements {
    padding-top: 60px;
  }

  .section_presentaion_evenement {
    max-width: none;
  }

  .content_presentaion_evenement, .image_pr-sentation.anniversaire, .box_card_evenement {
    max-width: 1280px;
  }

  .section_information_evenement {
    align-items: center;
  }

  .sp-track-wrapper {
    background-color: #e54f17;
  }

  .section_information_evenement-copy, .section_information_acces, .section_faq {
    align-items: center;
  }

  .cta-switch {
    width: 5%;
    height: 7%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 53%;
    left: 60%;
    overflow: visible;
  }

  .cta-switch:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_switch {
    width: 100%;
    height: 100px;
    background-image: url('../images/3.illu_cloche.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -70px;
    left: 55px;
  }

  .spot {
    width: 18%;
    height: 48%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    display: none;
    position: absolute;
    top: 37%;
    left: 66%;
    overflow: visible;
  }

  .spot:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .section_product_eju {
    width: 100%;
    align-self: flex-start;
    align-items: center;
  }

  .section-eju-presentation.evenement {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }

  .content_evenements-copy {
    padding-top: 60px;
  }

  .eju_header {
    background-size: cover;
  }

  .cta-camera-copy {
    width: 5%;
    height: 7%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 53%;
    left: 60%;
    overflow: visible;
  }

  .cta-camera-copy:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .cta-noalcool {
    width: 4%;
    height: 7%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 54%;
    left: 56%;
    overflow: visible;
  }

  .cta-noalcool:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_noalcool {
    width: 250%;
    height: auto;
    aspect-ratio: 1 / 1;
    opacity: 1;
    background-image: url('../images/14.sans_alcool.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -68%;
    left: 0%;
  }

  .cta-canard {
    width: 4%;
    height: 7%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 46%;
    left: 51%;
    overflow: visible;
  }

  .cta-canard:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_canard {
    width: 180%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/15.coincoin.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -144%;
    left: 63%;
  }

  .cta-balance {
    width: 5%;
    height: 7%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 44%;
    left: 40%;
    overflow: visible;
  }

  .cta-balance:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_balance {
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/12.balance.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5%;
    left: 6%;
  }

  .cta-cosmonote {
    width: 10%;
    height: 15%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 21%;
    left: 54%;
    overflow: hidden;
  }

  .cta-cosmonote:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_cosmonote {
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/5.cosmonote.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -22%;
    left: 13%;
  }

  .cta-thinking {
    width: 9%;
    height: 15%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 32%;
    left: 4%;
    overflow: hidden;
  }

  .cta-thinking:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_thinking {
    width: 120%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url('../images/2.thinking.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -85%;
    left: 52%;
  }

  .cta-whipe {
    width: 10%;
    height: 30%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 15%;
    left: 67%;
    overflow: hidden;
  }

  .cta-whipe:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_whipe {
    width: 240%;
    height: auto;
    aspect-ratio: 3 / 2;
    background-image: url('../images/6.fouet.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: -24%;
    left: 16%;
  }

  .cta-guitare {
    width: 10%;
    height: 42%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 42%;
    left: 84%;
    overflow: hidden;
  }

  .cta-guitare:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_guitare {
    width: 60%;
    height: auto;
    aspect-ratio: 2 / 3;
    background-image: url('../images/9.musique.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 31%;
    left: -32%;
  }

  .cta-room {
    width: 15%;
    height: 32%;
    opacity: 0;
    object-fit: none;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .2s;
    position: absolute;
    top: 11%;
    left: 80%;
    overflow: visible;
  }

  .cta-room:hover {
    opacity: 1;
    background-image: none;
    overflow: visible;
  }

  .illu_room {
    width: 101%;
    height: auto;
    aspect-ratio: 2 / 3;
    background-image: url('../images/7.salles.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1%;
    left: 12%;
  }

  .image-12 {
    width: 22%;
    left: 28%;
  }

  .stars {
    width: 50%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .section_heros_interaction.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container_prog {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button_white_icon {
    justify-content: center;
  }

  .button_white_icon.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fdf4ec;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .box_prog_poster {
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .heading-jumbo-eju {
    font-size: 56px;
    line-height: 70px;
  }

  .hero_image {
    overflow: visible;
  }

  .overlap_illustration_box {
    width: 100vw;
    height: 87vh;
    position: absolute;
  }

  .image-2-copy {
    overflow: visible;
  }

  .box_citation_homepage {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    display: none;
  }

  .box_citation_homepage.mobile {
    width: 100%;
    display: block;
  }

  .button-copy {
    justify-content: center;
  }

  .about-grid-copy {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .section-top-content {
    flex-direction: row;
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-top-content.secondary_page, .section-top-content.info {
    margin-top: 0;
  }

  .top-content {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .top-content.info {
    width: 80%;
  }

  .top-text {
    width: 100%;
    padding-right: 40px;
  }

  .top-text.prog {
    width: 100%;
    padding-left: 24px;
    padding-right: 0;
  }

  .top-text.anniversaire {
    width: 100%;
  }

  .cta {
    width: 100%;
    flex-direction: row;
  }

  .box_quote {
    width: 50%;
  }

  .box_quote.evenement {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    margin-bottom: 40px;
    padding: 24px;
  }

  .section-room {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-room.evenement {
    padding-top: 40px;
  }

  .frame-57 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .room_link_square {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .room_catchphrase.eveenement_description {
    width: 66%;
  }

  .button_no_background {
    justify-content: center;
  }

  .button_no_background.cc-contact-us {
    display: none;
  }

  .navbar.all_page {
    z-index: 30;
    padding-right: 24px;
    position: relative;
  }

  .top_navbar {
    padding-right: 0;
  }

  .top_navbar.homepage {
    height: 72px;
    background-color: rgba(255, 255, 255, 0);
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .brand-eju.small {
    position: static;
  }

  .nav-link.small.jeux {
    width: 124px;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.jeux:hover, .nav-link.small.jeux:lang(en) {
    font-size: 26px;
  }

  .nav-link.small.prog {
    width: 116px;
    color: #fff;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.evenement {
    width: 251px;
    color: #fff;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.info {
    width: 62px;
    color: #fff;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.extramuros {
    width: 297px;
    color: #fff;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-menu {
    z-index: 7;
    width: 100%;
    height: 100%;
    background-color: #4a53f4;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .menu-button-2 {
    z-index: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    bottom: auto;
    right: auto;
  }

  .icon {
    color: #000;
  }

  .icon.homepage {
    color: #fff;
  }

  .homepage_cta {
    bottom: 40px;
    left: 40px;
  }

  .titre_homepage {
    padding-left: 40px;
  }

  .content_right_picture {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    padding-left: 40px;
  }

  .content_text_cta {
    width: 100%;
    max-width: none;
  }

  .text_18 {
    width: auto;
  }

  .image_1 {
    width: 50%;
  }

  .vectors-wrapper-7 {
    left: 512.738px;
  }

  .content_left_picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 40px;
  }

  .vectors-wrapper-10 {
    top: 4520px;
    left: 262px;
  }

  .content_eju_marto {
    height: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
    padding: 40px;
  }

  .content_eju {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quote_text.black {
    font-size: 32px;
    line-height: 40px;
  }

  .marto_presentation {
    width: 100%;
    height: auto;
  }

  .card_marto {
    height: auto;
    max-width: none;
  }

  .vectors-wrapper-12 {
    height: 81px;
  }

  .content_text_cta-4, .title-et-texte-2 {
    height: auto;
  }

  .button_blue {
    justify-content: center;
  }

  .button_blue.cc-contact-us {
    display: none;
  }

  .button_red {
    justify-content: center;
  }

  .button_red.cc-contact-us {
    display: none;
  }

  .button_red.light_background {
    width: auto;
  }

  .red_button_background {
    width: 100%;
  }

  .menu-button-light {
    z-index: 32;
    height: 100%;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 0;
    padding-top: 30px;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-light.w--open {
    z-index: 30;
    background-color: rgba(216, 216, 216, 0);
    margin-right: 24px;
    position: absolute;
  }

  .big_title {
    width: 100%;
  }

  .big_title.caps {
    font-size: 48px;
    line-height: 56px;
  }

  .top_room {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content_salle {
    padding-bottom: 0;
  }

  .cta-2 {
    flex-direction: row;
  }

  .section_mozaic_photo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-73 {
    flex-direction: column;
  }

  .box_info_salle {
    width: 66%;
    position: relative;
    left: 0;
  }

  .text-21 {
    font-size: 26px;
  }

  .info_salle_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .frame-75 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 16px;
  }

  .alarmclock_light {
    aspect-ratio: 1 / 1;
    background-image: url('../images/Pioche_logo_v3-5-uai-258x258.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    padding: 0;
  }

  .vectors-wrapper-13 {
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
  }

  .vectors-wrapper-14 {
    height: 39px;
  }

  .vectors-wrapper-15 {
    height: 44px;
  }

  .top-content-left {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .text_26_bold {
    width: 100%;
  }

  .text_26_bold.anniversaire {
    width: auto;
  }

  .data_salle {
    font-size: 16px;
    line-height: 24px;
  }

  .text_26_bold-copy {
    width: 100%;
    font-size: 26px;
  }

  .text_26_bold-copy.evenement {
    padding-right: 0;
  }

  .big_title-2-copy {
    font-size: 48px;
    line-height: 56px;
  }

  .box_network {
    width: 100%;
    margin-top: 94px;
    margin-right: 24px;
    position: relative;
    top: 0%;
    left: 0;
  }

  .section-prog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-top-prog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content_famous_game {
    grid-template-columns: 1fr 1fr;
  }

  .section_famous-games {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_16 {
    width: 100%;
  }

  .section_presentaion_evenement {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image_pr-sentation.anniversaire {
    background-size: cover;
    border-radius: 0;
  }

  .text-29 {
    font-size: 80px;
    line-height: 60px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing.anniversaire {
    width: 270px;
    max-width: none;
    align-items: flex-start;
  }

  .box_card_evenement {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -120px;
    padding-top: 0;
    display: grid;
    top: 0%;
  }

  .card_evenement {
    margin-top: 0;
  }

  .section_information_evenement {
    flex-direction: column;
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .box_info_evenement {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-media-player {
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-player-bar-wrapper {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .duration, .elapsed, .media-player-volume-wrapper {
    display: none;
  }

  .sp-duration, .sp-elapsed {
    display: flex;
  }

  .section_information_evenement-copy, .section_information_acces, .section_faq {
    flex-direction: column;
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_product_eju {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-eju-presentation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-eju-presentation.evenement {
    padding-top: 40px;
  }

  .sign1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    aspect-ratio: 1 / 1;
    background-image: url('../images/Pioche_logo_v3-5-uai-258x258.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
  }

  .sign2 {
    aspect-ratio: 1 / 1;
    background-image: url('../images/Pioche_logo_v3-5-uai-258x258.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
  }

  .eju_header {
    background-size: cover;
  }

  .image-12 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section_heros_interaction {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section_heros_interaction.cc-cta {
    padding: 15px;
  }

  .section_heros_interaction.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section_heros_interaction.cc-store-home-wrap {
    height: 100vh;
    max-height: 100vh;
    min-height: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container_prog {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 0;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero_content {
    background-image: none;
  }

  .intro-content {
    width: 80%;
  }

  .box_prog_poster {
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-jumbo-eju {
    font-size: 50px;
    line-height: 64px;
  }

  .overlap_illustration_box {
    height: 100vh;
    max-height: 100vh;
  }

  .box_citation_homepage.mobile {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .section-top-content {
    flex-direction: column;
  }

  .top-content {
    width: 100%;
  }

  .top-text {
    width: 100%;
    padding-right: 0;
  }

  .top-text.prog {
    padding-top: 0;
    padding-left: 24px;
  }

  .cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .box_quote, .box_quote.evenement {
    width: 100%;
  }

  .section-room.evenement {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-57 {
    flex-direction: column;
    display: flex;
  }

  .top_section {
    height: 100%;
  }

  .image-6 {
    width: 50%;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-copy {
    text-align: center;
    margin-top: 0;
  }

  .text-block-copy-copy {
    text-align: center;
  }

  .navbar.homepage {
    z-index: 18;
    height: 72px;
  }

  .brand-eju {
    height: 69px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand-eju.small {
    position: relative;
  }

  .brand-pioche.homepage {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
    position: relative;
    left: auto;
  }

  .brand-pioche.homepage.w--current {
    width: 50%;
    justify-content: flex-start;
    top: 0;
  }

  .nav-link.small.jeux {
    width: 124px;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.prog {
    width: 116px;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.evenement {
    width: 251px;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.info {
    width: 62px;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-link.small.extramuros {
    width: 297px;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    font-style: normal;
  }

  .nav-menu {
    z-index: 7;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button-2 {
    z-index: 8;
    color: #101113;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .icon {
    color: #000;
  }

  .homepage_cta {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    bottom: 24px;
    left: 24px;
    right: auto;
  }

  .titre_homepage {
    padding-left: 40px;
  }

  .content_description_pioche {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content_right_picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_18, .image_1 {
    width: 100%;
  }

  .content_left_picture {
    flex-direction: column;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .vectors-wrapper-8 {
    top: 433px;
    left: 335px;
  }

  .vectors-wrapper-10 {
    position: relative;
    top: -458px;
    bottom: 0;
    left: 173px;
    right: 0;
  }

  .content_eju_marto {
    height: auto;
    flex-direction: column;
    padding-top: 80px;
  }

  .content_eju {
    padding-left: 0;
    padding-right: 0;
  }

  .text_citation {
    display: none;
  }

  .text_citation.white {
    display: block;
  }

  .marto_presentation {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card_marto {
    max-width: none;
  }

  .vectors-wrapper-12 {
    width: 100%;
    height: 126px;
  }

  .suivez-nous-sur-les-r-seaux-pour-ne-rien-manquer {
    width: 205px;
  }

  .image-9 {
    width: 50%;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button-light {
    color: #101113;
    background-color: rgba(255, 255, 255, 0);
  }

  .logo_pioche_black {
    margin-top: 24px;
  }

  .top_room {
    flex-direction: column;
  }

  .section_mozaic_photo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-73 {
    flex-direction: column;
  }

  .box_info_salle {
    width: 100%;
    position: relative;
    top: -100%;
    left: 0;
  }

  .frame-76 {
    flex-direction: column;
  }

  .top-content-left {
    width: 100%;
  }

  .top-content-left.anniversaire {
    flex-direction: column;
    align-items: flex-end;
  }

  .text_26_bold {
    width: 100%;
  }

  .text_26_bold-copy {
    width: 80%;
  }

  .box_network {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0%;
    left: 0;
  }

  .section-prog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-top-prog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-prog.big {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .content_famous_game {
    grid-template-columns: 1fr;
  }

  .section_famous-games {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_16 {
    width: 100%;
  }

  .section_presentaion_evenement {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image_pr-sentation.anniversaire {
    background-size: cover;
  }

  .pricing.anniversaire {
    margin-top: 40px;
  }

  .box_card_evenement {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fdf4ef;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card_evenement {
    aspect-ratio: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_information_evenement {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-10 {
    flex-direction: row;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-wrapper {
    display: none;
  }

  .media-player-play-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .track {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .section_information_evenement-copy, .section_information_acces, .section_faq {
    flex-direction: column;
    margin-top: 0;
  }

  .container-2 {
    flex-direction: column;
  }

  .column_faq_right {
    padding-left: 0;
  }

  .column_faq_left {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .section_product_eju {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-eju-presentation.evenement {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .eju_header {
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section_heros_interaction.cc-store-home-wrap {
    height: 95vh;
    max-height: 95vh;
    min-height: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container_prog {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 0;
  }

  .button_white_icon {
    width: 100%;
    height: 60px;
    background-image: url('../images/Vector-134_1.svg');
    background-position: 0 0;
    background-size: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .button_white_icon.autrtuiej {
    bottom: 43px;
    left: 40px;
  }

  .label.cc-light {
    text-align: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    height: 40px;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation {
    height: 76px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_content {
    height: 95vh;
    max-height: 95vh;
    min-height: auto;
    background-image: none;
    border-radius: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .box_prog_poster {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-jumbo-eju {
    font-size: 36px;
    line-height: 48px;
  }

  .poster_prog {
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .hero_image {
    width: 310%;
    display: block;
  }

  .overlap_illustration_box {
    height: 95vh;
    max-height: 95vh;
    min-height: auto;
  }

  .overlap_illustration_box.illustration {
    height: 100%;
  }

  .box_citation_homepage {
    width: 100%;
    display: none;
  }

  .box_citation_homepage.mobile {
    border-radius: 0;
    margin: 0;
    padding-left: 24px;
    padding-right: 40px;
    display: block;
  }

  .image-4 {
    height: 40px;
  }

  .text-block, .text-block-2 {
    text-align: center;
  }

  .button-copy {
    width: 76%;
    bottom: 103px;
  }

  .body-content {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 72px;
  }

  .section-top-content {
    flex-direction: column;
    margin-top: 72px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-top-content.secondary_page {
    margin-top: 72px;
  }

  .top-content, .top-content.info {
    width: 100%;
  }

  .top-text.prog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .box_quote {
    width: 100%;
  }

  .section-room {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title_lowcap.caps {
    line-height: 34px;
  }

  .frame-57 {
    flex-direction: column;
    display: flex;
  }

  .room_link_square {
    aspect-ratio: 1 / 1;
  }

  .room_name {
    line-height: 34px;
  }

  .room_catchphrase.eveenement_description {
    width: 100%;
  }

  .room_link {
    aspect-ratio: 1 / 1;
  }

  .button_no_background {
    width: 100%;
    height: 66px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .button_no_background.autrtuiej {
    bottom: 43px;
    left: 40px;
  }

  .blue_button_background {
    width: 100%;
    justify-content: center;
    align-self: center;
    display: flex;
    bottom: auto;
  }

  .text-block-copy {
    text-align: center;
  }

  .image-6 {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    top: 100px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .text-block-copy {
    text-align: center;
    margin-top: 0;
  }

  .text-block-copy-copy {
    text-align: center;
  }

  .navbar {
    z-index: 18;
  }

  .navbar.all_page {
    z-index: 10;
    flex-wrap: nowrap;
    display: flex;
    left: 0%;
    right: auto;
  }

  .top_navbar.homepage {
    background-color: rgba(253, 244, 237, 0);
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: absolute;
  }

  .brand-eju {
    height: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand-eju.small {
    width: auto;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    position: relative;
  }

  .brand-pioche {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    display: flex;
    position: relative;
    left: auto;
  }

  .brand-pioche.homepage {
    position: absolute;
  }

  .brand-pioche.homepage.w--current {
    width: 100%;
    justify-content: flex-start;
    padding-left: 8px;
    top: 0;
  }

  .nav-link {
    font-size: 24px;
    line-height: 32px;
    overflow: visible;
  }

  .nav-link:hover {
    width: auto;
    background-position: 0 96%;
    margin-right: auto;
  }

  .nav-link.small {
    width: 232px;
    color: #fff;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: auto;
    font-size: 24px;
    font-style: normal;
    display: flex;
  }

  .nav-link.small.jeux {
    width: 124px;
    clear: none;
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    left: 0;
  }

  .nav-link.small.prog {
    width: 116px;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-link.small.info {
    width: 58px;
    color: #fff;
  }

  .nav-link.small.info:hover {
    color: #f25c5a;
  }

  .nav-link.small.extramuros {
    width: 177px;
  }

  .nav-menu {
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #4a54f4;
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .text_button {
    width: 100%;
    text-align: center;
  }

  .cta-cowboy {
    width: 6vh;
    height: 83px;
    opacity: 1;
    background-color: rgba(221, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block;
    position: absolute;
    top: 1%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .cta-cowboy:hover {
    overflow: hidden;
  }

  .illu_cowbow {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    top: -14%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .cta-mineur, .cta-camera {
    display: none;
  }

  .illu_fire {
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 16%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-fire {
    width: 100%;
    opacity: 1;
    display: block;
    bottom: 62px;
  }

  .cta-minigame {
    z-index: 20;
    width: 100%;
    height: 50%;
    opacity: 1;
    justify-content: center;
    align-items: center;
    display: none;
    top: 68%;
    left: 0%;
    overflow: hidden;
  }

  .illu_minigame {
    width: 100%;
    background-position: 50% 0;
    background-size: 90%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal_game {
    z-index: 21;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 24px;
    top: -100%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .cta-bomb, .cta-beer, .cta-dress {
    display: none;
  }

  .menu-button-2 {
    z-index: 8;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-2.w--open {
    background-color: rgba(238, 227, 227, 0);
  }

  .icon {
    color: #000;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .homepage_cta {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    bottom: 24px;
    left: auto;
  }

  .game_title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .titre_homepage {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content_description_pioche {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content_right_picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content_text_cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_18 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text_18.margin_left {
    padding-left: 24px;
  }

  .image_1 {
    width: 100vw;
    height: 100vw;
    aspect-ratio: 1 / 1;
    border-radius: 0;
  }

  .vectors-wrapper-7 {
    width: 100px;
    height: 100px;
    top: 61%;
    bottom: 0%;
    left: 6%;
    right: 0%;
  }

  .content_left_picture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .content_text_cta-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .vectors-wrapper-8 {
    width: 100px;
    height: 100px;
    top: 278px;
    left: 247px;
  }

  .vectors-wrapper-9 {
    width: 100px;
    height: 100px;
    top: 62%;
    bottom: 0%;
    left: 8%;
    right: 0%;
  }

  .vectors-wrapper-10 {
    width: 100px;
    height: 100px;
    top: 26%;
    bottom: 0%;
    left: 67%;
    right: 0%;
  }

  .content_eju_marto {
    height: auto;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .eju_presentation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_citation {
    display: none;
  }

  .text_citation.white {
    width: 100%;
    display: block;
  }

  .marto_presentation {
    height: auto;
  }

  .card_marto {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vectors-wrapper-12 {
    height: 84px;
  }

  .title-et-texte-2 {
    height: auto;
  }

  .section_content {
    padding-top: 60px;
  }

  .button_blue {
    width: 100%;
    height: 66px;
    align-items: center;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .button_blue.autrtuiej {
    bottom: 43px;
    left: 40px;
  }

  .button_blue.light_background {
    background-image: url('../images/Vector-353.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .transparent_button_background {
    bottom: auto;
  }

  .button_red {
    width: 100%;
    height: 66px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .button_red.autrtuiej {
    bottom: 43px;
    left: 40px;
  }

  .button_red.light_background {
    width: 100%;
    background-image: url('../images/Vector-193.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .red_button_background {
    width: 100%;
    bottom: auto;
  }

  .suivez-nous-sur-les-r-seaux-pour-ne-rien-manquer {
    width: auto;
  }

  .image-9 {
    width: 70%;
    margin-left: 0;
    padding-top: 60px;
    padding-left: 0;
  }

  .menu-button-light {
    z-index: 8;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-light.w--open {
    z-index: 11;
    height: 72px;
    background-color: rgba(238, 227, 227, 0);
    margin-right: 0;
  }

  .nav-link-copy {
    font-size: 24px;
    line-height: 32px;
    overflow: visible;
  }

  .nav-link-copy:hover {
    width: auto;
    background-position: 0 96%;
    margin-right: auto;
  }

  .logo_pioche_black {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    margin-left: 0;
  }

  .big_title {
    line-height: 50px;
  }

  .big_title.caps {
    font-size: 36px;
    line-height: 44px;
  }

  .top_room {
    flex-direction: column;
  }

  .cta-2 {
    width: 100%;
    flex-direction: column;
  }

  .section_mozaic_photo {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-73 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .frame-64 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 1 / 1;
    border-radius: 0;
  }

  .box_info_salle {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-26.margin_left {
    padding-left: 24px;
  }

  .top-content-left {
    width: 100%;
  }

  .text_26_bold {
    padding-left: 0;
    padding-right: 24px;
  }

  .text_26_bold.margin_left {
    padding-left: 24px;
  }

  .text_26_bold-copy {
    width: 100%;
  }

  .big_title-2-copy {
    font-size: 36px;
    line-height: 44px;
  }

  .box_network {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-prog {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-top-prog {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-prog.big {
    border-radius: 0;
  }

  .section_famous-games {
    padding-top: 60px;
  }

  .text_16 {
    width: 100%;
    padding-left: 0;
    padding-right: 24px;
  }

  .text_16.margin_left {
    padding-left: 24px;
  }

  .content_evenements {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 72px;
  }

  .section_presentaion_evenement {
    padding-left: 0;
    padding-right: 0;
  }

  .image_pr-sentation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 1 / 1;
    border-radius: 0;
  }

  .image_pr-sentation.anniversaire {
    aspect-ratio: 2 / 3;
    background-position: 50%;
  }

  .section_information_evenement {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .box_info_evenement {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .track-thumbnail {
    width: 55px;
    height: 55px;
  }

  .track-number {
    margin-right: 10px;
    display: none;
  }

  .section_information_evenement-copy {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_information_acces {
    flex-direction: column;
    margin-top: 0;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_faq {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-switch, .spot {
    display: none;
  }

  .section_product_eju {
    padding-top: 60px;
  }

  .section-eju-presentation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-11 {
    width: auto;
    height: 80vh;
    aspect-ratio: auto;
  }

  .content_evenements-copy {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 72px;
  }

  .eju_header {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 14;
    background-image: url('../images/EJU-Basegraphique-1.svg');
    background-position: 0 0;
    background-size: auto 100%;
  }

  .cta-camera-copy, .cta-noalcool, .cta-canard, .cta-balance, .cta-cosmonote, .cta-thinking, .cta-whipe, .cta-guitare, .cta-room {
    display: none;
  }

  .close {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-31d7390f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-31d7390f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-31d7390f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-31d7390f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-31d7390f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-31d7390f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-31d73911 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-31d73911 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-31d73911 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-31d73911 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-31d73911 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-31d73914 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-31d73914 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-31d73915 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-31d73915 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-31d73916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-31d73916 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-31d73917 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-31d73917 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-31d73917 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-31d73919 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-31d73919 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-31d73919 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-31d73919 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-31d73919 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-31d73919 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5b803fea-45f6-577c-4ff9-2065dcc0f3fd-d7fdc9ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_5b803fea-45f6-577c-4ff9-2065dcc0f3fd-d7fdc9ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-31d7390f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-31d7390f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-31d7390f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-31d7390f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-31d73911, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-31d73911 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-31d73911 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-31d73914, #w-node-_421df62a-c217-12af-eee8-27f88a387928-31d73915, #w-node-_421df62a-c217-12af-eee8-27f88a387928-31d73916, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-31d73919 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-31d73919 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-31d73919 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-31d73919 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-31d7390f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-31d7390f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-31d7390f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-31d7390f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-31d7390f {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-31d73919 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-31d73919 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-31d73919 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-31d73919 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-31d73919 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


