html {
  width: 100%;
  height: 100%;
}

html * {
  box-sizing: border-box;
}

html input:-webkit-autofill, html input:-webkit-autofill:hover, html input:-webkit-autofill:focus, html input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  font-weight: bold;
}

html body {
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, Helvetica;
  color: #fff;
  margin: 0;
  height: 100% !important;
  padding: 0;
  width: 100%;
  background: #fff url("../images/bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row-reverse;
}

html body .left-part {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

html body .left-part .left-content {
  display: flex;
  flex-direction: column;
  transform: scale(1.1);
  position: relative;
  justify-content: center;
}

html body .left-part .left-content .logo {
  width: 160px;
  margin-bottom: 3rem;
}

html body .left-part .left-content .text-inscrire {
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0.1rem;
}

html body .left-part .left-content .text-remplir {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  margin-bottom: 2.7rem;
}

html body .left-part .left-content .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 1.5rem;
}

html body .left-part .left-content .row .field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


html body .left-part .left-content .row .field.w100 {
  width: 100%;
}


html body .left-part .left-content .row .field.w60 {
  width: 60%;
}

html body .left-part .left-content .row .field.w40 {
  width: 40%;
}

html body .left-part .left-content .row .field.w20 {
  width: 20%;
}

html body .left-part .left-content .row .field.first-field {
  margin-right: 2rem;
}

html body .left-part .left-content .row .field.last-field {
  margin-left: 2rem;
}

html body .left-part .left-content .row .field .input-label {
  color: #97939e;
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.8rem;
}

html body .left-part .left-content .row .field .input_text, html body .left-part .left-content .row .field .input_select {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #968ba0;
  padding-bottom: 0.6rem;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  outline: none;
  height: 25px;
  font-family: 'NB Architekt Std Neue', sans-serif;
  font-weight: bold;
  transition: border 0.3s, background-color 9999s ease-in-out 0s;
  font-size: 0.9rem;
}

html body .left-part .left-content .row .field .input_text.input_text_focus, html body .left-part .left-content .row .field .input_select.input_text_focus {
  border-bottom: 1px solid #d22441;
}

html body .left-part .left-content .row .field .input_select {
  cursor: pointer;
  position: relative;
}

html body .left-part .left-content .row .field .input_select .option-container {
  margin: 0;
  padding: 0;
  background-color: #1c0634;
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
}

html body .left-part .left-content .row .field .input_select .option-container .option {
  background-color: transparent;
  color: #fff;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  transition: 0.3s;
}

html body .left-part .left-content .row .field .input_select .option-container .option:hover {
  color: #e6f0f7;
}

html body .left-part .left-content .row .field .input_select:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 3px solid #cb1d46;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg) translateY(-50%);
  right: 0.4rem;
  top: 10%;
  transition: 0.3s;
}

html body .left-part .left-content .row .field .input_select.active .option-container {
  display: block;
}

html body .left-part .left-content .row .field .input_select.active:after {
  transform: rotate(-45deg) translateY(-50%);
  top: 26%;
}

html body .left-part .left-content .row .civ-et-prenom {
  width: 60%;
  display: flex;
  flex-direction: row;
}

html body .left-part .left-content .informations {
  color: #6d6676;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 0.79rem;
  line-height: 1.2;
  margin-top: 3rem;
}

html body .left-part .left-content .form_footer {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-start;
}

html body .left-part .left-content .form_footer .form_btn_submit {
  width: 140px;
  height: 45px;
  border-radius: 0.3rem;
  background-color: #d22441;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

html body .left-part .left-content .form_footer .form_btn_submit:hover {
  background-color: #a61d34;
}

html body .left-part .left-content .form_footer .form_btn_submit .arrow-right {
  width: 17px;
  height: 17px;
  border: 2px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  margin-left: 0.8rem;
}

html body .left-part .left-content .form_footer .liste_link {
  color: #fff;
  margin-left: 1.5rem;
  font-weight: bold;
  display: flex;
  font-size: 1rem;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

html body .left-part .left-content .form_footer .liste_link:hover {
  color: #97939e;
}

html body .right-part {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}

html body .right-part .video-container {
  background: url("../images/img_2.png") center center no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 43%;
  margin-bottom: 5.7rem;
  position: relative;
  top: 1.5rem;
}

html body .right-part .video-container .circle-button {
  width: 100px;
  height: 100px;
  background-color: #ef7f29;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid white;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  top: 27px;
}

html body .right-part .video-container .circle-button:hover {
  background-color: #d56610;
}

html body .right-part .video-container .circle-button .play-shape {
  width: 34px;
  position: relative;
  left: 4px;
}

html body .right-part .video-container .img-droite {
  width: 190px;
  height: 115px;
  border-radius: 3px;
  position: absolute;
}

html body .right-part .video-container .img-droite#img_robot {
  top: -12%;
  left: 12%;
  box-shadow: 1.5rem 2rem 10px 10px rgba(0, 0, 0, 0.15);
}

html body .right-part .video-container .img-droite#img_vr {
  bottom: -6%;
  left: 18%;
  box-shadow: 2.5rem -2.9rem 16px 0px rgba(0, 0, 0, 0.2);
}

html body .right-part .video-container .img-droite#img_discussion {
  top: -16%;
  right: 18%;
  box-shadow: -0.6rem 0.5rem 16.1px 9px rgba(53, 0, 54, 0.26);
}

html body .right-part .text-clic {
  text-transform: uppercase;
  color: #cebbe1;
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 500;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  position: relative;
  top: 1.5rem;
}

html body .right-part .text-decouvre {
  font-size: 4.6rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Druk', sans-serif;
  position: relative;
  text-align: center;
  bottom: 4.8rem;
}

html body .right-part .text-decouvre .pink {
  background: linear-gradient(97deg, rgba(60, 241, 188, 1) 0%, rgba(106, 193, 231, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

html body .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

html body .footer .text-reserved {
  color: #818189;
}

html body .fancybox-container .fancybox-content {
  border-radius: 1rem;
  padding: 0;
}

html body .fancybox-container .fancybox-content .header-popup-image {
  width: 450px;
  height: 180px;
  margin-bottom: 0.6rem;
}

html body .fancybox-container .fancybox-content .popup-content {
  width: 450px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description {
  display: flex;
  margin-bottom: 2rem;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .calendrier {
  background-color: #fff;
  box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.15);
  width: 60px;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 1.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .calendrier .ruban-calendrier {
  width: 100%;
  background-color: #d31e44;
  height: 8.5%;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .calendrier .jour-calendrier {
  color: #d31e44;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -3px;
  position: relative;
  left: -3px;
  line-height: 0.9;
  margin-top: 0.4rem;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .calendrier .mois-calendrier {
  color: #1e1a1a;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .description .texte-complete {
  color: #30761f;
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .description .texte-complete .check-icon {
  margin-right: 0.6rem;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

html body .fancybox-container .fancybox-content .popup-content .calendrier-et-description .description .texte-description {
  font-size: 0.9rem;
  color: #282626;
}

html body .fancybox-container .fancybox-content .popup-content .map-container {
  width: 396px;
  height: 170px;
  background-color: #f1f1f1;
  border-radius: 0.2rem;
}

html body .fancybox-container .fancybox-content .popup-content .map-container .leaflet-bottom.leaflet-right {
  display: none;
}

html body .fancybox-container .fancybox-content .popup-content .coordonnees {
  color: #282626;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5rem;
}

html body .fancybox-container .fancybox-content .popup-content .coordonnees .adresse-evenement {
  font-size: 1rem;
}

html body .fancybox-container .fancybox-content .popup-content .coordonnees .heure-evenement {
  font-size: 0.78rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.3rem;
}

html body .fancybox-container .fancybox-content .popup-content .close-popup-button {
  width: 186px;
  height: 44px;
  border-radius: 0.5rem;
  background-color: #d31e44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 1.2rem;
}

html body .fancybox-container .fancybox-content .popup-content .close-popup-button:hover {
  background-color: #a61836;
}

@media screen and (max-width: 1525px) and (max-height: 800px) {
  html body .left-part {
    padding-left: 0;
    flex: 1 1 auto;
  }
  html body .left-part .left-content .logo {
    margin-bottom: 2rem;
  }
  html body .left-part .left-content .form_footer {
    margin-top: 2rem;
  }
  html body .right-part {
    width: 45%;
  }
  html body .right-part .text-decouvre {
    font-size: 2.9em;
  }
}

@media screen and (max-width: 1380px) {
  html body .right-part .text-decouvre {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1225px) {
  html {
    overflow: auto;
    font-size: 14px;
  }
  html body {
    flex-direction: column;
    overflow: auto;
  }
  html body::-webkit-scrollbar {
    width: 8px;
  }
  html body::-webkit-scrollbar-track {
    background-color: #4d0394;
  }
  html body::-webkit-scrollbar-thumb {
    background-color: #2a0555;
  }
  html body .left-part {
    width: 100%;
    padding-top: 15%;
    padding-left: 0;
  }
  html body .left-part .left-content {
    top: -3rem;
    height: 750px;
    width: 77%;
  }
  html body .right-part {
    width: 100%;
    top: 0;
    margin-bottom: 2rem;
    position: static;
  }
  html body .right-part .video-container {
    height: 400px;
  }
  html body .footer {
    position: relative;
    padding: 1rem;
  }
  .plan_9, .plan_11, html body .right-part .text-decouvre {
    display: none;
  }
  html body {
    background: #fff url(../images/bg.jpg) right center no-repeat;
  }
  .inscription_left {
    display: unset!important;
    width: 55%!important;
    height: auto!important;
    margin: auto;
  }
  .inscription {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  html {
    font-size: 13px;
  }
  html body .left-part {
    padding-left: 0;
  }
  .inscription_left {
    display: unset!important;
    width: 65%!important;
    margin: 7rem auto 2rem auto;
  }
}

@media screen and (max-width: 635px) {
  html body .right-part .text-decouvre {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 12px;
    line-height: 1;
  }
  html body {
    display: block;
  }
  html body .left-part {
    padding-top: 0;
    height: unset;
  }
  html body .left-part .left-content {
    padding: 0 1.5rem;
    transform: scale(1);
    height: 1000px;
  }
  html body .left-part .left-content .logo {
    margin-top: 5rem;
  }
  html body .left-part .left-content #form .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  html body .left-part .left-content #form .row .civ-et-prenom {
    width: 100%;
    flex-wrap: wrap;
  }
  html body .left-part .left-content #form .row .field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 1.7rem;
  }
  html body .left-part .left-content #form .informations {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  html body .right-part {
    height: unset;
    margin-top: 13rem;
  }
  html body .right-part .video-container {
    height: 250px;
  }
  html body .right-part .video-container .img-droite {
    width: 130px;
    height: 85px;
  }
  html body .right-part .video-container .img-droite#img_robot {
    top: -14%;
    left: 5%;
    box-shadow: 0.7rem 0.7rem 10px 10px rgba(0, 0, 0, 0.15);
  }
  html body .right-part .video-container .img-droite#img_vr {
    bottom: -18%;
    left: 9%;
    box-shadow: 1rem -0.9rem 16px 0px rgba(0, 0, 0, 0.2);
  }
  html body .right-part .video-container .img-droite#img_discussion {
    top: -21%;
    right: 12%;
  }
  html body .right-part .text-clic {
    text-align: center;
  }
  html body .right-part .text-decouvre {
    font-size: 2.6rem;
    text-align: center;
  }
  .inscription_left {
    width: 80%!important;
    margin-bottom: 2rem;
  }
  html body .left-part .left-content {
    top: 0;
    width: 90%;
  }
  html body .footer {
    padding: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */

.inscription {
  width: 64%;
  height: auto;
  position: absolute;
  right: 13rem;
  bottom: 6rem;
}

.inscription_left {
  display: none;
}

.check_icon{
  width: 4rem;
  height: auto;
  margin-bottom: 2rem;
}

textarea{
  resize : vertical;
  min-height : 50px;
  max-height : 100px;
}