@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.m-s {
  margin: 8px;
}

.m-sm {
  margin: 12px;
}

.m-m {
  margin: 16px;
}

.m-l {
  margin: 24px;
}

.m-xl {
  margin: 32px;
}

.mt-s {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 12px;
}

.mt-m {
  margin-top: 16px;
}

.mt-l {
  margin-top: 24px;
}

.mt-xl {
  margin-top: 32px;
}

.mr-s {
  margin-right: 8px;
}

.mr-sm {
  margin-right: 12px;
}

.mr-m {
  margin-right: 16px;
}

.mr-l {
  margin-right: 24px;
}

.mr-xl {
  margin-right: 32px;
}

.mb-s {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 12px;
}

.mb-m {
  margin-bottom: 16px;
}

.mb-l {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 32px;
}

.ml-s {
  margin-left: 8px;
}

.ml-sm {
  margin-left: 12px;
}

.ml-m {
  margin-left: 16px;
}

.ml-l {
  margin-left: 24px;
}

.ml-xl {
  margin-left: 32px;
}

.p-s {
  padding: 8px;
}

.p-sm {
  padding: 12px;
}

.p-m {
  padding: 16px;
}

.p-l {
  padding: 24px;
}

.p-xl {
  padding: 32px;
}

.pt-s {
  padding-top: 8px;
}

.pt-sm {
  padding-top: 12px;
}

.pt-m {
  padding-top: 16px;
}

.pt-l {
  padding-top: 24px;
}

.pt-xl {
  padding-top: 32px;
}

.pr-s {
  padding-right: 8px;
}

.pr-sm {
  padding-right: 12px;
}

.pr-m {
  padding-right: 16px;
}

.pr-l {
  padding-right: 24px;
}

.pr-xl {
  padding-right: 32px;
}

.pb-s {
  padding-bottom: 8px;
}

.pb-sm {
  padding-bottom: 12px;
}

.pb-m {
  padding-bottom: 16px;
}

.pb-l {
  padding-bottom: 24px;
}

.pb-xl {
  padding-bottom: 32px;
}

.pl-s {
  padding-left: 8px;
}

.pl-sm {
  padding-left: 12px;
}

.pl-m {
  padding-left: 16px;
}

.pl-l {
  padding-left: 24px;
}

.pl-xl {
  padding-left: 32px;
}

@font-face {
  font-family: "Shunda";
  src: url("../assets/fonts/Shunda.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.dn {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes chargement {
  0%, 20% {
    opacity: 1;
  }
  21%, 100% {
    opacity: 0;
  }
}
@keyframes chargement {
  0%, 20% {
    opacity: 1;
  }
  21%, 100% {
    opacity: 0;
  }
}
body {
  background: -webkit-gradient(linear, left top, left bottom, from(#b6c8ed), to(#ece1fa));
  background: linear-gradient(to bottom, #b6c8ed, #ece1fa);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", arial;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -2rem;
  padding: 0 16px;
  width: 400px;
  max-width: 360px;
}

h1, h2 {
  font-family: Shunda;
  font-weight: normal;
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  color: #434343;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 8px 0;
  padding-bottom: 3rem;
  background: -webkit-gradient(linear, left bottom, right top, from(#000), to(#434343));
  background: linear-gradient(to top right, #000, #434343);
}
.logo img {
  width: 120px;
  height: auto;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
  margin-bottom: 8px;
  opacity: 0;
  -webkit-animation: fade-in ease-out 0.5s forwards;
          animation: fade-in ease-out 0.5s forwards;
}
.logo .ville {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  -webkit-animation: fade-in ease-out 0.3s 0.3s forwards;
          animation: fade-in ease-out 0.3s 0.3s forwards;
}
@supports (-webkit-background-clip: text) {
  .logo .ville {
    background-image: -webkit-gradient(linear, left top, right top, from(#D6B6FF), color-stop(#FEAFCE), to(#588BF4));
    background-image: linear-gradient(90deg, #D6B6FF, #FEAFCE, #588BF4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.container {
  background-color: #fff;
  position: relative;
  max-width: 460px;
  width: auto;
  border-radius: 20px;
  padding: 18px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 20px #311d4d;
          box-shadow: 0px 0px 20px #311d4d;
  min-height: 100vh;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-animation: fade-in ease-out 0.3s 0.5s forwards;
          animation: fade-in ease-out 0.3s 0.5s forwards;
}

.no-padding {
  margin-right: -18px;
  margin-left: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-tel-rdv {
  position: fixed;
  z-index: 10;
  text-align: center;
  bottom: 6px;
  right: 6px;
  -webkit-animation: fade-in-bottom ease-out 0.3s forwards;
          animation: fade-in-bottom ease-out 0.3s forwards;
}

a.tel-rdv {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#555));
  background: linear-gradient(to right, #333, #555);
  background-image: -webkit-gradient(linear, right top, left bottom, from(#FD86D0), color-stop(#7B51FB), to(#4571DE));
  background-image: linear-gradient(to bottom left, #FD86D0, #7B51FB, #4571DE);
  padding: 8px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-size: 11px;
  width: 50px;
  height: 50px;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: -16px;
  margin-bottom: 16px;
  opacity: 0;
  -webkit-animation: fade-in-bottom ease-out 0.3s 0.8s forwards;
          animation: fade-in-bottom ease-out 0.3s 0.8s forwards;
}
header img {
  opacity: 0;
  -webkit-animation: fade-in-bottom ease-out 0.3s 1s forwards;
          animation: fade-in-bottom ease-out 0.3s 1s forwards;
}

section.dernieres-places {
  text-align: center;
  opacity: 0;
  -webkit-animation: fade-in ease-out 0.5s 1.4s forwards;
          animation: fade-in ease-out 0.5s 1.4s forwards;
}
section.dernieres-places .texte {
  color: #3588F7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
}

a.chargement-des-places {
  display: inline-block;
  text-align: center;
  margin-top: 8px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#555), to(#999));
  background: linear-gradient(to right, #555, #999);
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  width: 220px;
}
a.chargement-des-places .chargement {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-animation: chargement 10s ease infinite;
          animation: chargement 10s ease infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#555), to(#999));
  background: linear-gradient(to right, #555, #999);
  font-size: 12px;
}

a.reserver {
  display: inline-block;
  color: #ea047d;
  text-decoration: underline;
  font-weight: 600;
}

section.resultats {
  margin-top: 16px;
  opacity: 0;
  -webkit-animation: fade-in ease-out 0.5s 1.6s forwards;
          animation: fade-in ease-out 0.5s 1.6s forwards;
}
section.resultats h2 {
  margin-bottom: 12px;
}

.avis {
  left: -18px;
  position: relative;
  right: 18px;
  width: calc(100% + 36px);
}
.avis img {
  position: relative;
  left: 8px;
  margin-bottom: -24px;
  margin-top: -24px;
}

section.offre-limitee {
  position: relative;
  background: -webkit-gradient(linear, left bottom, right top, from(#000), to(#555));
  background: linear-gradient(to top right, #000, #555);
  padding: 24px;
  padding-bottom: 32px;
  margin-top: 32px;
  margin-right: -32px;
  margin-left: -32px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  line-height: 1.6rem;
}
section.offre-limitee .moins70 {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  color: #7B51FB;
  margin-bottom: 8px;
  display: inline-block;
}
@supports (-webkit-background-clip: text) {
  section.offre-limitee .moins70 {
    background-image: -webkit-gradient(linear, left top, right top, from(#CD9FFA), to(#FD86D0));
    background-image: linear-gradient(90deg, #CD9FFA, #FD86D0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
section.offre-limitee .titre {
  text-transform: uppercase;
  font-size: 1.4rem;
  text-shadow: -6px 6px 6px #000;
}
section.offre-limitee .texte {
  font-size: 12px;
  text-shadow: -6px 6px 6px #000;
}
section.offre-limitee .prix {
  color: #fda4d3;
  font-weight: 600;
  margin-right: 12px;
  text-shadow: -6px 6px 6px #000;
}

.jotform-container {
  margin-left: -18px;
  margin-right: -18px;
}

section#form {
  margin-top: 16px;
  text-align: center;
}
section#form .infos {
  margin-bottom: 16px;
  text-align: center;
  color: #444;
}
section#form .infos .blue {
  color: #3588F7;
}
section#form a.tel {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#555));
  background: linear-gradient(to right, #333, #555);
  background: -webkit-gradient(linear, left top, right top, from(#3248AA), color-stop(#5866e8), to(#3588F7));
  background: linear-gradient(to right, #3248AA, #5866e8, #3588F7);
  padding: 8px 12px;
  margin-bottom: 16px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
section#form a.tel img {
  width: 24px;
}
section.video {
  margin-top: 24px;
}

section.arguments {
  text-align: center;
}
section.arguments .icones {
  width: 160px;
  position: relative;
  z-index: 1;
  margin-top: 24px;
  margin-bottom: -32px;
  margin-right: auto;
  margin-left: auto;
}
section.arguments .liste {
  background: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#FAE9E3));
  background: linear-gradient(to top right, #fff, #FAE9E3);
  padding: 48px 32px 32px 32px;
  border-radius: 16px;
  margin-right: -18px;
  margin-left: -18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-align: initial;
}
section.arguments .liste div {
  margin-bottom: 12px;
}
section.arguments a.chargement-des-places {
  margin-top: -16px;
}

section.schema {
  margin-top: 40px;
}
section.schema .image-container {
  margin-top: -32px;
  margin-bottom: -32px;
}

section.seance {
  text-align: center;
  margin-top: 24px;
}
section.seance .etape {
  margin-top: 24px;
  font-size: 12px;
}
section.seance .etape img {
  width: 100px;
  display: inline-block;
}
section.seance .etape strong {
  font-size: 13px;
}
section.seance a.reservez {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3248AA), color-stop(#5866e8), to(#3588F7));
  background: linear-gradient(to right, #3248AA, #5866e8, #3588F7);
  padding: 8px 16px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
  color: #fff;
  margin-top: 32px;
  font-size: 13px;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
section.seance img.cryo {
  margin-top: -12px;
}

section.equipe {
  margin-top: 24px;
}
section.equipe .membres {
  margin-top: 16px;
  color: #fda4d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-transform: uppercase;
}
section.equipe img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

section.map {
  margin-right: -18px;
  margin-left: -18px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
section.map .logo-jfg {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  width: 100px;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
section.map a.map {
  position: relative;
  display: block;
  color: #333;
}
section.map a.map:after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
section.map .voir {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  z-index: 2;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
  color: #000;
}
section.map a.adresse {
  color: #333;
}
section.map a.tel {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#555));
  background: linear-gradient(to right, #333, #555);
  padding: 8px 12px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
  color: #fff;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
}
section.map a.reservez {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3248AA), color-stop(#5866e8), to(#3588F7));
  background: linear-gradient(to right, #3248AA, #5866e8, #3588F7);
  padding: 8px 12px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2666666667);
  color: #fff;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 13px;
}