* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  z-index: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1e1e1e;
  color: white;
}

h2 {
  font-family: "Thunder";
  font-size: 80px;
  color: #91a2ec;
  margin-top: 200px;
}
h3 {
  font-family: "Thunder";
  font-size: 75px;
  color: #efff78;
  margin: 150px 0 100px 200px;
}
h5 {
  font-family: "Poppins";
  font-size: 18px;
}
p {
  font-family: "Poppins";
}

/* Fonts */

@font-face {
  font-family: "Thunder";
  src: url(../fonts/Thunder-BoldLC.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family: "Poppins Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Soria";
  src: url(../fonts/Soria\ font.ttf);
}

/* Header */

header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 100;
  background: linear-gradient(
    90deg,
    #91a2ec -0.25%,
    #efff78 99.53%,
    rgba(193, 193, 193, 0) 122.08%
  );
  box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  top: 0;
  transition: transform 0.3s ease-out;
}

.menu--hidden {
  transform: translateY(-100%);
}

.menu__list {
  font-family: "Poppins Bold";
  font-size: 20px;
  display: flex;
  align-items: center;
}

.menu_link {
  margin: 0 30px 0 30px;
  font-family: "Poppins";
  font-size: 20px;
}

.menu_link a {
  color: #1e1e1e;
}

.menu_link--billeterie {
  border: 3px solid #546fff;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
}

.menu_link--billeterie:hover {
  color: #91a2ec;
  border: 2px solid #91a2ec;
  background: transparent;
  box-shadow: none;
}

.menu_link a:hover {
  color: #546fff;
}

.menu__cart {
  cursor: pointer;
}

.burger__line {
  height: 4px;
  background: black;
  margin-top: 6px;
  transition: 0.3s ease-out;
  border-radius: 20px;
}

.burger {
  display: none;
  width: 33px;
  cursor: pointer;
  margin-right: 30px;
}

.open .burger__line:first-child {
  transform: rotate(405deg);
}

.open .burger__line:nth-child(2) {
  opacity: 0;
}

.open .burger__line:last-child {
  transform: rotate(-405deg);
  margin-top: -13px;
}
/* main */

.main {
  min-height: 100vh;
  margin-bottom: 200px;
}

.title-section {
  position: relative;
  font-family: "Thunder";
  font-size: 300px;
  padding-top: 200px;
  width: 100%;
  min-height: calc(100vh - 300px);
  text-align: center;
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  margin-top: 100px;
  color: #efff78;
  text-shadow: -11px 1px 6px #1e1e1e;
}

.highlight {
  color: #546fff;
  font-size: 200px;
  margin-left: -102px;
}

.enter {
  position: relative;
  height: 200px;
}
.enter img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  animation: bounce 2s infinite;
}
/* section description */

.section-description {
  font-size: 28px;
  line-height: 160%;
  margin: 200px 200px 200px 200px;
  scroll-margin-top: 250px;
}

/* section numbers */

.section-number {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 200px;
  background: linear-gradient(
    180deg,
    rgba(145, 162, 236, 0.7) 0%,
    rgba(239, 255, 120, 0.7) 132%
  );
}

.number {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.number span {
  font-family: "Soria";
  font-size: 60px;
  color: #efff78;
}

.number p {
  font-family: "Soria";
  font-size: 38px;
}

/* section programme */

.program-section {
  scroll-margin-top: 250px;
  margin: 0 200px 100px 200px;
}
.title--program {
  font-family: "Thunder";
  font-size: 80px;
  color: #91a2ec;
  margin-top: 200px;
  width: 100%;
}

.program--description {
  font-size: 20px;
  line-height: 160%;
  margin: 50px 0 50px 0;
}

.program--description p {
  margin-top: 30px;
}

.light {
  color: #efff78;
  font-family: "Poppins ExtraBold";
}

.map-section {
  margin: auto;
}

.map {
  border: 9px #546fff solid;
  color: #000;
  margin: auto;
  width: 800px;
  height: 800px;
  border-radius: 50px;
  box-sizing: border-box;
}

/* section discover */

.discover-section {
  scroll-margin-top: 250px;
}
.title--discover {
  margin: 200px 200px 100px 200px;
  font-family: "Thunder";
  font-size: 80px;
  color: #91a2ec;
}

.caroussel {
  display: flex;
  overflow: hidden;
  position: relative;
}

.caroussel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 180px;
  height: 180px;
  transition: width 0.5s ease, height 0.5s ease;
}
.caroussel__arrow:hover {
  width: 150px;
  height: 150px;
}

.caroussel__arrow--prev {
  left: 0;
}

.caroussel__arrow--next {
  right: 0;
}

.caroussel__artwork {
  width: 570px;
  margin-left: 100px;
  transition: transform 1s ease;
  cursor: pointer;
  position: relative;
}

.caroussel__artwork img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.caroussel__artwork::after {
  content: "?";
  position: absolute;
  font-size: 20px;
  font-family: "Poppins";
  color: #91a2ec;
  bottom: 0;
  right: 0;
}

.caroussel__artwork img:hover {
  filter: grayscale(0%);
}

.artwork__artist {
  font-family: "Soria";
  font-size: 20px;
}

.modal__title h4 {
  margin-bottom: 30px;
}

.artwork-desc p {
  font-size: 18px;
  margin-bottom: 40px;
}

.button-container {
  display: flex;
  justify-content: center;
}

.button {
  margin: 50px;
  padding: 10px 20px;
  width: 200px;
  background: linear-gradient(
    90deg,
    #91a2ec -0.25%,
    #efff78 99.53%,
    rgba(193, 193, 193, 0) 122.08%
  );
  font-family: "Poppins Bold";
  font-size: 24px;
  color: #1e1e1e;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.button--small {
  margin: 20px;
  font-size: 20px;
  width: 150px;
}
.button::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efff78;
  border-radius: 50% 50% 0 0;
  transition: all 0.5s;
  z-index: -1;
}
.button:hover::before {
  top: 0;
  border-radius: 0;
}
.button:hover {
  color: #546fff;
}
.button--large {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modifier pour le deuxième bouton */
.button:nth-child(2) {
  background: linear-gradient(90deg, #efff78 0%, #91a2ec 100%);
}

/* section discover */

.video-section {
  margin: 0 200px 150px 200px;
}

.video-section p {
  font-size: 20px;
  line-height: 160%;
  margin-top: 30px;
}
/* footer */

footer {
  height: 200px;
  background: linear-gradient(
    90deg,
    #91a2ec -0.25%,
    #efff78 99.53%,
    rgba(193, 193, 193, 0) 122.08%
  );
  box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-family: "Poppins";
}

.element_footer {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 56px 0 56px;
}

.footer li {
  margin: 25px 20px;
}

.footer :hover {
  color: #546fff;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dwt {
  margin-top: 25px;
  width: 100px;
}
.dwt :hover {
  fill: #546fff;
}

.dwt__txt {
  fill: black;
}
.dwt__und {
  fill: #546fff;
}

.footer__credits {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit {
  margin: 40px 0 10px 0;
  font-style: italic;
}

footer a {
  color: black;
  text-decoration: none;
}

.insta {
  width: 36px;
}

.behance {
  width: 55px;
}

.logo-social {
  fill: #1e1e1e;
}

.logo-social:hover {
  fill: #546fff;
}

/* main - reservation */

/* section reservation */

.billeterie__info {
  white-space: pre-line;
  font-size: 18px;
  margin-bottom: 30px;
}
.billeterie {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Deux colonnes de largeur égale */
  gap: 0px; /* Espace entre les éléments */
  padding: 20px; /* Marge intérieure pour l'espace autour des éléments */
  margin: 150px 150px 0 150px;
  justify-items: end;
}

.billeterie__content {
  padding: 40px;
  margin-right: 200px;
  position: relative;
}

h4 {
  font-family: "Thunder";
  font-size: 48px;
  color: white;
  width: 100%;
}

.billeterie__desc p {
  font-size: 15px;
  line-height: 160%;
}

.billeterie__price {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: right;
}

.billeterie__price p {
  font-family: "Thunder";
  font-size: 24px;
}

.title--offer h2 {
  color: #efff78;
  font-size: 64px;
}

input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #546fff;
  border-radius: 4px;
  cursor: pointer;
}

/* Style pour la checkbox cochée */
input[type="checkbox"]:checked {
  border-color: #efff78;
  background-color: #efff78; /* Couleur de fond quand la checkbox est cochée */
}

input[type="checkbox"]:checked::before {
  content: "✔"; /* Coche (vous pouvez utiliser '✘' pour une croix) */
  font-size: 14px;
  color: #546fff; /* Couleur de la coche */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gift-section {
  margin-bottom: 50px;
}

/* Style pour le label associé à la checkbox */
.checked-gift {
  display: inline-block;
  font-family: "Poppins";
  font-size: 16px;
  margin-left: 8px; /* Marge entre la checkbox et le texte du label */
  vertical-align: top;
}

.button-container.reservation {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.modal__close {
  cursor: pointer;
  font-size: 30px;
  color: #efff78;
}

.modal__body {
  grid-template-columns: 1fr 1fr; /* Deux colonnes de largeur égale */
  display: grid;
  gap: 200px;
  margin: 50px 50px 50px 50px;
}

.modal__content--big .modal__body {
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

.modal__body img {
  max-width: 800px;
  width: 100%;
}

.modal {
  display: none; /* Par défaut, la modal est cachée */
  position: fixed; /* La modal reste fixe même si la page est scrollée */
  top: 0;
  left: 0;
  width: 100%; /* La modal occupe toute la largeur de l'écran */
  height: 100%; /* La modal occupe toute la hauteur de l'écran */
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Fond semi-transparent pour assombrir le contenu derrière la modal */
  z-index: 10;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(
    -50%,
    -50%
  ); /* Centre la modal horizontalement et verticalement */
  max-height: 60vh; /* Hauteur maximale de la modal (80% de la hauteur de la vue) */
  overflow-y: auto;
  background-color: #1e1e1e; /* Couleur de fond de la modal */
  padding: 50px; /* Espace intérieur de la modal */
  border-radius: 5px; /* Coins arrondis */
  border: #efff78 1px solid;
  width: 50%;
  height: 100vh;
  z-index: 11;
}

.modal__content--big {
  width: 80%;
  max-height: 80vh;
}

.cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px 0 200px 0;
}

.active {
  display: block;
}

.date__select {
  border: 1px solid #546fff;
  border-radius: 50px;
  padding: 5px 5px 5px 15px;
  color: white;
  background-color: #3f3f3f;
  border: 1px solid #546fff;
  width: 400px;
  margin-top: 20px;
}

.select-menu {
  margin-top: 26px;
  position: relative;
}

.select-menu__input {
  border: 1px solid #546fff;
  border-radius: 50px;
  padding: 5px 5px 5px 15px;
  color: white;
  background-color: #3f3f3f;
  max-width: 50px;
}

.select-menu__button {
  border: 0;
  background: #1e1e1e;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 2px;
  cursor: pointer;
}

.select-menu__button--left {
  right: 78px;
}

.select-menu__button--right {
  right: -15px;
}
.ticket--type {
  display: block;
  font-family: "Poppins";
  font-size: 13px;
  margin: 30px 0 5px 0;
}

.ticket--price {
  font-size: 11px;
}

.ticket--quantity {
  font-size: 13px;
  text-align: right;
}

.ticket--conditions {
  font-size: 11px;
  margin-top: 20px;
  color: #b2b2b2;
}

.conditions-list {
  margin: 5px 0 0 20px;
}
.conditions-list li {
  font-family: "Poppins";
  font-size: 11px;
  color: #b2b2b2;
  list-style-type: disc;
}

.cart-content {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 200px;
  margin: 0px 250px 0px 250px;
}

.cart-content h5 {
  margin-bottom: 100px;
}

.panier__link {
  font-family: "Poppins Bold";
  font-size: 20px;
  color: white;
  opacity: 70%;
}

.panier__link:hover {
  color: #b2b2b2;
}

.panier__title h3 {
  margin-bottom: 50px;
  margin-top: 150px;
}
.basket {
  margin: 50px 0 100px 0;
}
.basket__ticket {
  display: flex;
  justify-content: left;
  margin-bottom: 50px;
  align-items: baseline;
  flex-direction: column;
}

.basket__ticket-type {
  font-family: "Poppins";
  font-size: 20px;
  margin-left: 20px;
}

.basket__ticket-close {
  cursor: pointer;
}

.basket__ticket-style {
  font-family: "Poppins";
  font-size: 13px;
  margin-left: 20px;
  color: #b2b2b2;
}

.basket__ticket-quantity {
  font-family: "Poppins";
  font-size: 13px;
  margin-left: 20px;
}

.basket__ticket-price {
  font-family: "Thunder";
  font-size: 24px;
  text-align: right;
  margin: 0 65px 0;
}

.step {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.basket__details {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin-bottom: 20px;
  font-size: 16px;
}

.basket__ticket hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #3f3f3f;
  margin: 1em 0;
  padding: 0;
}

.basket__details--title {
  font-family: "Poppins Bold";
  position: relative;
}

.ticket__price--bold {
  font-family: "Thunder";
  font-size: 22px;
  margin-top: 30px;
}

.resume__ticket {
  margin-bottom: 50px;
}

.resume__ticket hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #91a2ec;
  margin: 1em 0;
  padding: 0;
}

.resume__order {
  background-color: #3f3f3f;
  border-radius: 50px;
  padding: 50px 50px 0 50px;
}
.resume-order__title {
  font-family: "Thunder";
  font-size: 48px;
  color: #efff78;
  margin-bottom: 50px;
}

.resume__total {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.resume__total--title {
  font-family: "Poppins Bold";
  font-size: 32px;
  color: #efff78;
}

.resume__total--price {
  font-family: "Thunder";
  font-size: 35px;
}

.button--order {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* form */

.form__title p {
  font-family: "Poppins Bold";
  font-size: 24px;
  margin: 100px 0 50px 450px;
}
form {
  display: flex;
  flex-direction: column;
  margin: 50px 450px 50px 450px;
}

.form-group__input label,
.form-item label {
  font-family: "Poppins Bold";
  font-size: 15px;
  margin-bottom: 10px;
}

.form-group {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.form-group--adresse {
  grid-template-columns: 1fr 0.5fr;
}

.form-group__input,
.form-item {
  display: flex;
  flex-direction: column;
}

.form-item {
  width: 100%;
}

.form-item .input-form,
.form-item .select-form {
  width: 100%;
}

.form-group__input {
  width: 100%;
}

.credit-card {
  display: flex;
  margin: 50px 450px 50px 450px;
}
.credit-card img {
  margin-right: 10px;
}

.input-form,
.select-form {
  height: 50px;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #b2b2b2;
  border-radius: 15px;
  font-size: 16px;
  color: white;
  background-color: #1e1e1e;
}

.delivery-info {
  margin-bottom: 70px;
  font-size: 11px;
  color: #b2b2b2;
}

.sameAddressDiv {
  font-family: "Poppins";
  display: flex;
  width: 300px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-evenly;
}

.hidden {
  display: none;
}

/* remerciements */

.section-valide {
  margin: 200px 200px 100px 200px;
}

.valide__title {
  display: flex;
  align-items: center;
}

.valide__title h3 {
  font-family: "Poppins Bold";
  font-size: 70px;
  margin: 0 0 0 20px;
}

.valide__text {
  margin-top: 50px;
  font-size: 24px;
  line-height: 180%;
}

.valide__link {
  margin-top: 200px;
  display: flex;
  justify-content: center;
}

.valide__link a {
  font-family: "Poppins Bold";
  font-size: 20px;
  color: white;
  opacity: 70%;
}

.valide__link:hover a {
  color: #b2b2b2;
}

.credit-section ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-section h4 {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
.credit-section li {
  font-family: "Poppins";
  font-size: 20px;
}

.UI-Kit-section {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  margin-right: 50px;
}

.UI-Kit-section h1 {
  margin-top: 200px;
  font-family: "Thunder";
  font-size: 200px;
  color: #efff78;
}

.UI-Kit-section h2 {
  margin-top: 50px;
}

.UI-Kit__color {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
}
/* responsive */

@media screen and (max-width: 1640px) {
  .billeterie__content {
    margin-right: 70px;
  }
}

@media screen and (max-width: 1400px) {
  .panier-section {
    min-height: 100vh;
  }

  .modal__body {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .cart-content {
    display: block;
    margin: 0px 150px 0px 150px;
    position: relative;
  }

  .cart__resume {
    position: absolute;
    right: -90px;
    top: 0;
  }

  .billeterie__content {
    margin-right: 0;
  }
}

@media screen and (max-width: 1320px) {
  .title-section {
    font-size: 250px;
  }

  .billeterie {
    margin: 150px 50px 200px 50px;
  }
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1295px) {
  .form__title p {
    margin: 70px 0 50px 150px;
  }
  form {
    margin: 50px 150px 50px 150px;
  }
  .panier__title h3 {
    margin: 150px 0px 50px 100px;
  }
}

@media screen and (max-width: 1150px) {
  .title-section {
    font-size: 200px;
  }
  .highlight {
    font-size: 150px;
    margin-left: -80px;
  }

  .resume__order {
    background-color: #3f3f3f;
    border-radius: 50px;
    padding: 50px 20px 0 20px;
  }

  .resume-order__title {
    font-size: 38px;
  }

  .basket__ticket-type {
    font-size: 16px;
  }

  .basket__details {
    width: 350px;
  }

  .resume__total {
    justify-content: space-around;
  }

  .resume__total--title {
    font-size: 28px;
  }

  .resume__total--price {
    font-size: 30px;
  }

  .button--order a .button {
    margin: 10px 0 50px 0;
  }

  .billeterie__img img {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .title-section {
    font-size: 150px;
  }

  .highlight {
    font-size: 100px;
    margin-left: -50px;
  }

  .enter img {
    width: 200px;
  }

  .caroussel {
    overflow: auto;
    overflow-y: scroll;
  }

  .caroussel__artwork img {
    filter: grayscale(0%);
  }

  .caroussel__arrow {
    display: none;
  }

  .caroussel__artwork {
    width: 470px;
    margin-left: 50px;
  }

  .caroussel__artwork img {
    width: 470px;
  }

  .section-description {
    margin: 100px 100px 100px 100px;
  }

  .program-section {
    margin: 0 100px 100px 100px;
  }
  .video-section {
    margin: 0 100px 100px 100px;
  }

  .title--discover {
    margin: 100px 100px 100px 100px;
  }

  .cart__resume {
    position: initial;
  }

  .step img {
    width: 80%;
  }

  .billeterie {
    display: block;
  }

  .billeterie__img {
    display: none;
  }

  .cart-content h5 {
    margin-bottom: 40px;
  }
  .valide__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 850px) {
  .UI-Kit-section h1 {
    font-size: 150px;
  }

  .UI-Kit-section h2 {
    font-size: 50px;
  }

  .UI-Kit__color img {
    width: 100%;
  }

  .menu {
    position: relative;
  }

  .burger {
    display: block;
  }

  .menu__list.active {
    display: block;
  }

  .menu__list {
    display: none;
    position: absolute;
    top: 85px;
    right: 10px;
    margin: 0;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 30px;
    background: linear-gradient(
      90deg,
      #91a2ec -0.25%,
      #efff78 99.53%,
      rgba(193, 193, 193, 0) 122.08%
    );
    flex-direction: column;
    text-align: center;
  }

  .menu__list li {
    margin: 10px 0;
  }

  .menu_link--billeterie {
    border: 3px solid #546fff;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 800px) {
  .map {
    width: 400px;
    height: 400px;
  }
  .modal__header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .date__select {
    width: 100%;
  }

  .credit-section h3 {
    margin-left: 30px;
  }
  .section-valide {
    margin: 100px 50px 100px 50px;
  }
  .valide__title h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 680px) {
  .modal__content {
    width: 60%;
    height: 50%;
    padding: 20px;
  }

  .modal__body {
    margin: 50px 20px 20px 20px;
  }
  .billeterie {
    margin: 100px 20px 100px 20px;
  }

  .form__title p {
    margin: 70px 0 50px 70px;
  }
  form {
    margin: 50px 70px 50px 70px;
  }
  .panier__title h3 {
    margin: 150px 0px 50px 70px;
  }

  .billeterie__content {
    padding: 0;
  }

  .button-container.reservation {
    transform: translate(-50%, 90px);
  }

  .title-section {
    font-size: 100px;
  }

  .highlight {
    display: block;
    margin-top: -50px;
  }

  .section-description {
    margin: 100px 50px 50px 50px;
  }

  .program-section {
    margin: 0 50px 50px 50px;
  }
  .video-section {
    margin: 0 50px 100px 50px;
  }

  .title--discover {
    margin: 100px 50px 50px 50px;
  }
  .discover-section {
    margin-bottom: 100px;
  }
  .caroussel__artwork {
    margin-left: 50px;
  }
  .cart-content {
    margin: 0px 50px 0px 50px;
  }

  .basket__details {
    justify-content: unset;
    width: 100%;
  }
  .basket__details--title {
    margin-right: 30px;
  }
  .basket__ticket-style {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .artwork-desc p {
    font-size: 14px;
  }

  .billeterie__info {
    font-size: 16px;
  }

  .form__title p {
    margin: 50px 0 50px 30px;
  }
  form {
    margin: 50px 30px 50px 30px;
  }
  .panier__title h3 {
    margin: 150px 0px 50px 30px;
  }

  .billeterie__desc p {
    font-size: 13px;
  }

  h4 {
    font-size: 35px;
  }

  h2 {
    font-size: 50px;
    margin-top: 100px;
  }

  .title--discover {
    font-size: 50px;
  }

  .title-section {
    font-size: 80px;
  }

  .highlight {
    display: block;
    margin-top: -40px;
  }

  .section-description {
    font-size: 18px;
  }

  .program--description {
    font-size: 18px;
    margin-bottom: 0;
  }

  .section-number {
    height: auto;
    flex-direction: column;
  }

  .map {
    width: 100vw;
    height: 100vw;
  }

  .caroussel__artwork {
    width: 95vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }

  .caroussel__artwork img {
    width: 95vw;
  }

  footer {
    height: auto;
  }

  .footer {
    flex-direction: column-reverse;
    padding: 0 20px;
    align-items: center;
  }

  .footer li {
    margin: 10px 0;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
  }
  .UI-Kit-section h1 {
    font-size: 100px;
  }

  .valide__title h3 {
    font-size: 30px;
  }

  .valide__text {
    font-size: 16px;
  }

  .valide__link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 310px) {
  .title-section {
    font-size: 60px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .title-section {
    background-image: url("../images/background@2x.png");
  }
}

@keyframes bounce {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 10px;
  }
}