:root {
  --color-text: #1d2033;
  --bg-color: #ebeff0;
  --font-family: "Tusker GRotesk 5500", Arial, sans-serif;
  --gap: 1em;
  --input-height: 3rem;
  --input-bg-color: transparent;
  --input-text-color: #000;
  --input-label-color: #555;
  --input-border: 1px solid #ccc;
  --input-border-radius: 0.5em;
  --text-emphasize-color: #1296cf;
  --chk-height: 2rem;
  --chk-margin: 0.5rem;
}

html {
  font-size: 16px;
  width: 100%;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  font-weight: bold;
}

body {
  font-size: 1rem;
  font-family: var(--font-family);
  color: #fff;
  margin: 0;
  min-height: 100vh !important;
  padding: 0;
  width: 100%;
  background: #fff url("../images/bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
}

.left-part {
  width: 50%;
  /*padding-left: 8%;*/
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: flex-end;
  padding: 2rem 1rem;
}
.left-part .left-content {
  display: flex;
  flex-direction: column;
  transform: scale(1.1);
}
.left-part .left-content .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 1.5rem;
}

.right-part {
  width: 60%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  padding: 2rem 1rem;
  text-align: center;
}
.right-part .video-container {
  flex: 0.75;
  background: url("../images/persos.png") top center no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 43%;
  margin-bottom: 0;
  position: relative;
  /*border-radius: 0.5rem;*/
  max-width: 35em;
  padding-top: clamp(0px, 24em, 340px);
  font-size: min(1rem, 1vw);
  max-height: 100%;
  overflow: hidden;
}
.right-part .video-container img {
  width: 100%;
  height: auto;
  max-height: 50%;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: -15%;
}

.logo {
  width: 160px;
}

.text-informations {
  gap: 2rem;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "date adresse logo";
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.text-informations .rose {
  color: #e945fd;
}
.text-informations .orange {
  color: #f9b743;
}
.text-informations .date {
  line-height: 1em;
}
.text-informations .adresse {
  font-size: 0.4em;
  text-align: center;
}
.text-informations .logo {
  height: 1.5em;
  width: auto;
}

.text-inscrire {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.1rem;
}

.text-remplir {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 2.7rem;
}

.field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
}
.field.w60 {
  width: 60%;
}
.field.w40 {
  width: 40%;
}
.field.w20 {
  width: 20%;
}
.field.first-field {
  margin-right: 2rem;
}
.field.last-field {
  margin-left: 2rem;
}
.field .input-label {
  font-family: "Inter", Arial, sans-serif;
  color: #786393;
  margin-bottom: 0.3rem;
  font-size: min(1rem, 0.7em);
  font-size: 1rem;
}
.field .input_text,
.field .input_select {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #968ba0;
  padding-bottom: 0.6rem;
  color: #fff;
  width: 100%;
  outline: none;
  height: 25px;
  transition: border 0.3s, background-color 9999s ease-in-out 0s;
  font-size: 1em;
}
.field .input_text.input_text_focus,
.field .input_select.input_text_focus {
  border-bottom: 1px solid #e945fd;
}
.field .input_select {
  cursor: pointer;
  position: relative;
}
.field .input_select .option-container {
  margin: 0;
  padding: 0;
  background-color: #1c0634;
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
}
.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;
}
.field .input_select .option-container .option:hover {
  color: #e6f0f7;
}
.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;
}
.field .input_select.active .option-container {
  display: block;
}
.field .input_select.active::after {
  transform: rotate(-45deg) translateY(-50%);
  top: 26%;
}

.informations {
  color: #786393;
  font-family: "Teko", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 3rem;
  text-transform: uppercase;
  max-width: 540px;
}

.form_footer {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-start;
}
.form_footer .form_btn_submit {
  width: fit-content;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #d22441;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 1.5rem;
  letter-spacing: 0.1em;
}
.form_footer .form_btn_submit:hover {
  background-color: #a61d34;
}
.form_footer .form_btn_submit .arrow-right {
  width: 13px;
  height: 13px;
  border: 4px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  margin-left: 0.8rem;
}

.liste_link {
  color: #fff;
  margin-left: 1.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.liste_link:hover {
  color: #97939e;
}

h3 {
  font-family: "Paris2024", "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 3.5em;
  line-height: 1em;
  background: -webkit-linear-gradient(0deg, #eef97d, #6cfde2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

h1 {
  font-family: "Paris2024", "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 6em;
  line-height: 1em;
  margin: 0;
}

.text-clic {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.8em, 5rem);
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-clic .color {
  color: #dffc64;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 55em;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
}
ul li.tag {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Tusker Grotesk 5500", Arial, sans-serif;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  line-height: 1.1em;
  background: red;
  padding: 0.7em 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
ul li.tag::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}
ul li.tag.visu {
  background: #2b6477;
}
ul li.tag.visu::before {
  background: url("../images/visu.png") no-repeat center center;
  background-size: contain;
}
ul li.tag.ia {
  background: #731b7e;
}
ul li.tag.ia::before {
  background: url("../images/ia.png") no-repeat center center;
  background-size: contain;
}
ul li.tag.action {
  background: #3c3781;
}
ul li.tag.action::before {
  background: url("../images/action.png") no-repeat center center;
  background-size: contain;
}
ul li.tag.interactif {
  background: #714c3d;
}
ul li.tag.interactif::before {
  background: url("../images/interactif.png") no-repeat center center;
  background-size: contain;
}
ul li.tag.boost {
  background: #3e307c;
}
ul li.tag.boost::before {
  background: url("../images/boost.png") no-repeat center center;
  background-size: contain;
}
ul li.tag.entreprise {
  background: #6c0d48;
}
ul li.tag.entreprise::before {
  background: url("../images/entreprise.png") no-repeat center center;
  background-size: contain;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #12051f;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.footer .text-reserved {
  color: #818189;
}

.fancybox-container .fancybox-content {
  border-radius: 1rem;
  padding: 0;
  font-family: "Inter", Arial, sans-serif;
}

.fancybox-container .fancybox-content .header-popup-image {
  width: 450px;
  max-width: 100%;
  height: 241px;
  margin-bottom: 0.6rem;
}

.fancybox-container .fancybox-content .popup-content {
  width: 450px;
  max-width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fancybox-container .fancybox-content .popup-content .calendrier-et-description {
  display: flex;
  margin-bottom: 2rem;
}

.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;
}

.fancybox-container .fancybox-content .popup-content .calendrier-et-description .calendrier .ruban-calendrier {
  width: 100%;
  background-color: #d31e44;
  height: 8.5%;
}

.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;
}

.fancybox-container .fancybox-content .popup-content .calendrier-et-description .calendrier .mois-calendrier {
  color: #1e1a1a;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.fancybox-container .fancybox-content .popup-content .calendrier-et-description .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.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;
}

.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;
}

.fancybox-container .fancybox-content .popup-content .calendrier-et-description .description .texte-description {
  font-size: 0.9rem;
  color: #282626;
}

.fancybox-container .fancybox-content .popup-content .map-container {
  width: 396px;
  height: 170px;
  background-color: #f1f1f1;
  border-radius: 0.2rem;
}

.fancybox-container .fancybox-content .popup-content .map-container .leaflet-bottom.leaflet-right {
  display: none;
}

.fancybox-container .fancybox-content .popup-content .coordonnees {
  color: #282626;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5rem;
}

.fancybox-container .fancybox-content .popup-content .coordonnees .adresse-evenement {
  font-size: 1rem;
}

.fancybox-container .fancybox-content .popup-content .coordonnees .heure-evenement {
  font-size: 0.78rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.3rem;
}

.fancybox-container .fancybox-content .popup-content .close-popup-button {
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  background-color: #d31e44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 1.2rem;
  font-family: "Tusker Grotesk 5500", sans-serif;
}

.fancybox-container .fancybox-content .popup-content .close-popup-button:hover {
  background-color: #a61836;
}

@media screen and (max-height: 860px), screen and (max-width: 1525px) {
  html body .left-part .left-content {
    transform: scale(1);
  }
}
@media screen and (max-width: 1525px) and (max-height: 800px) {
  html body .left-part {
    /*padding-left: 15%;*/
    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: 1200px) {
  html {
    overflow: auto;
  }
  html body {
    flex-direction: column-reverse;
    overflow: auto;
    gap: 0;
  }
  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%;
    justify-content: center;
    top: 0;
  }
  html body .left-part .left-content {
    top: 0;
  }
  html body .right-part {
    width: 100%;
    top: 0;
  }
  html body .right-part .video-container {
    padding-top: 30em;
    flex: 1;
    max-width: 80%;
    font-size: clamp(10px, 1vw, 16px);
  }
  .right-part ul {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 640px) {
  html body .right-part .video-container {
    /*padding-top: 20em;*/
  }
  html body .right-part .video-container {
    max-width: 95vw;
  }
  html body .right-part .video-container {
    font-size: clamp(1px, 2vw, 16px);
  }
  .text-informations {
    grid-template-areas: "logo logo" "date adresse";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    justify-items: center;
    gap: 0.5rem;
  }
  .text-informations .logo {
    grid-area: logo;
  }
  html body .left-part .left-content #form .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  html body .left-part .left-content #form .row .field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 1.7rem;
  }
}

@media screen and (max-width: 480px) {
  .left-part {
    padding-top: 0;
  }
  ul {
    display: none;
  }

  .text-informations {
    grid-template-areas: "logo " "date " "adresse" ;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    gap : 0.5rem;
  }

  .adresse br {
    display: none;
  }
}

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