@charset "UTF-8";
/* mixins */
/* responsive */
/* button */
/* box */
/* paragrpah */
/* functions */
/* fonts */
/* couleurs */
/* global style */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}

main {
  display: grid;
  margin: 0;
}

header,
footer {
  padding: 1rem;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  header,
footer {
    padding: 2rem 4rem;
  }
}
@media (min-width: 1280px) {
  header,
footer {
    padding: 2rem 8rem;
  }
}

header {
  height: 70dvh;
  overflow: hidden;
}

body {
  margin: 0;
  background-color: #F1EBDF;
}

footer {
  display: flex;
  justify-content: center;
  background-color: #171636;
}

section {
  margin-bottom: 10rem;
}

/* form */
select, input, button, fieldset {
  font-size: 16px;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  box-sizing: border-box;
  font-family: "El Messiri", sans-serif;
  width: 100%;
}
@media (min-width: 768px) {
  select, input, button, fieldset {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  select, input, button, fieldset {
    font-size: 20px;
  }
}

/* navigation */
#progress-bar-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
  z-index: 1;
}

#progress-bar {
  height: 100%;
  background-color: #171636;
  width: 0;
  transition: width 0.1s ease-out;
}

/* grid */
.grid {
  box-sizing: border-box;
  padding: 0 1rem;
  width: 100%;
  max-width: 100%;
  display: grid;
}
@media (min-width: 768px) {
  .grid {
    padding: 0 4rem;
    justify-content: center;
    grid-column-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .grid {
    padding: 0 8rem;
    grid-template-columns: 1fr 2fr 3fr 2fr 1fr;
  }
}

/* grid desktop */
.grid-content {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5rem;
  margin-bottom: 5rem;
}

/* placement grid */
.grid > * {
  grid-column: 1/-1;
}

.grid-start1 {
  grid-column-start: 1;
}

.grid-end1 {
  grid-column-end: 1;
}

.grid-start2 {
  grid-column-start: 2;
}

.grid-end2 {
  grid-column-end: 2;
}

.grid-start3 {
  grid-column-start: 3;
}

.grid-end3 {
  grid-column-end: 3;
}

.grid-start4 {
  grid-column-start: 4;
}

.grid-end4 {
  grid-column-end: 4;
}

.grid-start5 {
  grid-column-start: 5;
}

.grid-end5 {
  grid-column-end: 5;
}

/* flexbox */
.grid-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
}

.grid-flex-legende {
  display: flex;
  flex-wrap: nowrap;
  gap: 0rem;
}

/* typographies */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.title-header,
.title-big,
.title-medium,
.title-small,
.title-section {
  color: #171636;
  font-family: "Montagu Slab", sans-serif;
  line-height: 1.2;
}

.title-header, .title-big {
  font-size: 38px;
}
@media (min-width: 768px) {
  .title-header, .title-big {
    font-size: 57px;
  }
}
@media (min-width: 1280px) {
  .title-header, .title-big {
    font-size: 63px;
  }
}

.title-medium {
  font-size: 28px;
}
@media (min-width: 768px) {
  .title-medium {
    font-size: 43px;
  }
}
@media (min-width: 1280px) {
  .title-medium {
    font-size: 47px;
  }
}

.title-big {
  margin-bottom: 5rem;
}

.title-small, .title-section {
  font-size: 21px;
}
@media (min-width: 768px) {
  .title-small, .title-section {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .title-small, .title-section {
    font-size: 36px;
  }
}

.title-small {
  margin-top: 5rem;
}

.title-section {
  margin-bottom: 2rem;
}

.paragraph-default {
  font-size: 16px;
  font-family: "El Messiri", sans-serif;
  color: #000;
  line-height: 1.6;
  max-width: 75ch;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .paragraph-default {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .paragraph-default {
    font-size: 20px;
  }
}

.paragraph--footer {
  font-size: 12px;
  font-family: "El Messiri", sans-serif;
  color: #fff;
  line-height: 1.6;
  max-width: 75ch;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--footer {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .paragraph--footer {
    font-size: 15px;
  }
}

.margin-reset {
  margin: 0;
}

/* titre billet */
.swal2-title {
  font-size: 21px;
  font-family: "Montagu Slab", sans-serif;
  color: #171636;
}
@media (min-width: 768px) {
  .swal2-title {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .swal2-title {
    font-size: 36px;
  }
}

.color-primary {
  color: #171636;
}

[data-m] {
  margin: attr(data-m rem);
}

[data-mt] {
  margin-top: attr(data-mt rem);
}

[data-mb] {
  margin-bottom: attr(data-mb rem);
}

[data-ml] {
  margin-left: attr(data-ml rem);
}

[data-mr] {
  margin-right: attr(data-mr rem);
}

[data-mx] {
  margin-left: attr(data-mx rem);
  margin-right: attr(data-mx rem);
}

[data-my] {
  margin-top: attr(data-my rem);
  margin-bottom: attr(data-my rem);
}

/* L'IA a été utilisé pour de l'optimisation */
.hidden {
  display: none !important;
  visibility: hidden !important;
  overflow-y: hidden !important;
}

/*empêche l'accès au site tant que le formulaire est pas rempli*/
.hidden-submit {
  display: none;
}

.centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80dvh;
  text-align: center;
}

/* line */
.line-mobile::after {
  position: relative;
  content: "";
  display: block;
  top: -2rem;
  width: 35%;
  height: 4px;
  background-color: #DFD4C1;
  border-radius: 1rem;
}

.line-desktop::after {
  content: "";
  display: block;
  margin-top: 3rem;
  height: 4px;
  background-color: #DFD4C1;
  border-radius: 1rem;
}

.line-desktop--right {
  position: relative;
  left: calc(100% + 4rem);
}

/* img */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.custom-cursor {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../assets/images/cursor-click-here.svg");
  background-size: cover;
  border-radius: 50%;
  pointer-events: none;
  visibility: hidden;
  z-index: 1;
}

.img--header {
  position: relative;
  height: 40%;
}
@media (min-width: 768px) {
  .img--header {
    right: 0;
    height: 40dvh;
  }
}
@media (min-width: 1280px) {
  .img--header {
    right: 0;
    height: 60%;
  }
}

.img--schema {
  margin: 4rem 0;
}
@media (min-width: 1280px) {
  .img--schema {
    width: 75%;
    margin-bottom: 0;
  }
}

.logo {
  width: 4rem;
  max-width: 4rem;
  transform: scaleX(-1);
}

.rotate {
  transform: rotate(90deg);
}

/* ticket */
.ticket .userForm {
  background: url("../assets/images/texture-ticket.webp") no-repeat center center;
  background-size: cover;
  padding: 3rem;
  font-family: "El Messiri", sans-serif;
  border-radius: 1rem;
}
.ticket .userForm .userField {
  margin: 0;
  padding: 0;
  border: none;
}
.ticket .userForm .userForm__label {
  display: block;
  margin: 1rem 0;
}
.ticket .userForm .btn, .ticket .userForm .btn-classe {
  transition: background-color 0.3s ease;
}
.ticket .userForm .btn {
  font-size: 16px;
  background-color: #171636;
  color: #fff;
  border: none;
  padding: 1rem;
  cursor: pointer;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .ticket .userForm .btn {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .ticket .userForm .btn {
    font-size: 20px;
  }
}
.ticket .userForm .btn:hover {
  background-color: #173387;
  color: #fff;
}
.ticket .userForm .btn-classe {
  font-size: 16px;
  background-color: #fff;
  color: #171636;
  border: none;
  padding: 1rem;
  cursor: pointer;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .ticket .userForm .btn-classe {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .ticket .userForm .btn-classe {
    font-size: 20px;
  }
}
.ticket .userForm .btn-classe:hover {
  background-color: #173387;
  color: #fff;
}
.ticket .userForm .btn-classe.selected {
  background-color: #171636;
  color: #fff;
}
.ticket .userForm .paragraph-default:first-child {
  margin-top: 1rem;
  color: #171636;
}
.ticket .userForm .paragraph-default:last-child {
  margin-bottom: 1rem;
}
.ticket .userForm .btn.submit {
  margin-top: 1rem;
}

/* Alerte billet */
.swal2-popup {
  font-size: 16px;
  background: #F1EBDF;
  border-radius: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .swal2-popup {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .swal2-popup {
    font-size: 20px;
  }
}

/* Bouton personnalisé */
.swal2-confirm {
  background-color: #171636;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1rem;
}

/* Page */
.btn-img {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0%;
  width: 85%;
}

.legend {
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  background-color: #DFD4C1;
  padding: 1rem;
  border-radius: 1rem;
}

.legend-item {
  cursor: pointer;
  margin-top: 1rem;
  color: #171636;
  padding: 0.5rem;
}

.legend-item:hover {
  background-color: #173387;
  padding: 0.5rem;
  color: white;
  border-radius: 1rem;
}

/* ticket's result */
.ticket_result, .box-result {
  padding: 1rem;
  border: none;
  border-radius: 1rem;
}

.ticket_result {
  background: url("../assets/images/texture-ticket--result.webp") no-repeat center center;
  background-size: cover;
  padding: 3rem;
  font-family: "El Messiri", sans-serif;
  margin-top: 5rem;
  font-size: 16px;
}
@media (min-width: 768px) {
  .ticket_result {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .ticket_result {
    font-size: 20px;
  }
}
.ticket_result .box-result {
  background-color: #fff;
  margin: 1rem 0;
}
.ticket_result .box-result .paragraph-default {
  color: #171636;
}
.ticket_result .title-medium {
  margin-bottom: 2rem;
}
.ticket_result .title-small {
  margin-bottom: 1rem;
}

/* version */
.mobile {
  display: grid;
}
@media (min-width: 768px) {
  .mobile {
    display: grid;
  }
}
@media (min-width: 1280px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 1280px) {
  .desktop {
    display: grid;
  }
}

.content.hidden {
  overflow-y: hidden;
}

.content.hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=app.css.map*/