@charset "UTF-8";

* {
  box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-family: "Poppins", "Arial", sans-serif;
}

a {
  text-decoration: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: rgb(134, 134, 134) !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-style: italic;
  color: rgb(134, 134, 134) !important;
  opacity: 1 !important;
}

.nowrap {
  white-space: nowrap;
}

.d-none {
  display: none;
}

/* Popup modale de récupération d'identifiants */

#modalRecupId {
  display: none;
  width: 600px;
}

#modalRecupId .modal-content {
  padding: 0;
}

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px;
}

html {
  font-size: 12px;
}

#page {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  overflow-x: hidden;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background: #ffffff00;
  flex: 1 1 100%;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.bg {
  order: 1;
  width: 100%;
  height: 100%;
  position: relative;
}


header, footer, main {
  width: 90%;
  max-width: 39.534rem;
  margin: 0 auto;
}

.separateur {
  background: rgb(135, 154, 100);
  border: none;
  width: 100%;
  height: 4px;
  margin-top: 1rem;
  margin-bottom: 4rem;
  margin-left: 0;
}

#logo {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  text-align: center;
  margin-bottom: 2rem;
}

#logo img {
  max-width: 80%;
  height: auto;
  border: 0;
}

h2 {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 500;
  box-sizing: border-box;
  font-family: "Poppins Medium", "Arial", sans-serif;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

h2 > span {
  color: #51d1ee;
}

h3 {
  margin: 0;
  margin-bottom: 2rem;
  color: rgb(66, 6, 90);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Poppins Light", "Arial", sans-serif;
  text-align: left;
}

#langage_text {
  color: #ffffff;
  font-size: 1.5rem;
}

.instructions {
  font-family: "Poppins Light", "Arial", sans-serif;
  text-align: left;
  color: #cca4ff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.75rem;
  margin-top: 0;
}

#fields {
  box-sizing: border-box;
  margin-bottom: 1rem;
  border-radius: 5px;
}

#fields .field {
  border-radius: 6px;
  background-color: #ffffff;
  position: relative;
  height: 7.2rem;
  border: 1px solid #d8dcdb;
}

#fields .field:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #d8dcdb;
}

#fields .field:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 1px solid transparent;
}

#fields label {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fields label img {
  height: 32px;
  width: auto;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.3rem !important;
  font-weight: 300;
  font-family: "Poppins Light", "Arial", sans-serif !important;
  color: #121a47 !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 7rem;
  width: calc(100% - 7rem);
  border-bottom: 0;
  height: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 1.5rem 2rem 0 0;
}

#fields input[type=email]#password,
#fields input[type=text]#password,
#fields input[type=password]#password {
  caret-color: #030304;
}

#fields input[type=email]:focus,
#fields input[type=email].valid,
#fields input[type=email].invalid,
#fields input[type=text]:focus,
#fields input[type=text].valid,
#fields input[type=text].invalid,
#fields input[type=password]:focus,
#fields input[type=password].valid,
#fields input[type=password].invalid {
  color: #202020;
  box-shadow: none;
  outline: 0;
}

#fields input[type=email]:focus:not([readonly]),
#fields input[type=text]:focus:not([readonly]),
#fields input[type=password]:focus:not([readonly]) {
  box-shadow: none;
  border-bottom-color: #030304;
}

#fields input[type=email] + span.label,
#fields input[type=text] + span.label,
#fields input[type=password] + span.label {
  color: #121a47 !important;
  font-size: 1.3rem !important;
  font-family: "Poppins Light", "Arial", sans-serif !important;
  font-weight: 700;
  position: absolute;
  text-align: center;
  left: 7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 0;
}

#fields input[type=email] + span.label.active,
#fields input[type=text] + span.label.active,
#fields input[type=password] + span.label.active {
  -webkit-transform: translateY(calc(-50% - 16px)) scale(0.95);
  transform: translateY(calc(-50% - 16px)) scale(0.95);
}

#fields input::placeholder {
  color: #202020;
  font-weight: 600;
}

.button_form {
  height: 4.5rem;
  width: 21.25rem;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
  background-color: #51d1ee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 0rem;
  clip-path: polygon(5% 0%, 100% -69%, 90% 100%, 0% 100%);

  transform-origin: 0 100%;
  transform: translateZ(0);
}

.button_form img {
  margin-left: 15px;
}

.button_form:hover, .button_form:focus {
  background-color: #cca4ff;

  animation-name: wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

.arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15.3px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

#oubli_form {
  text-align: left;
}

#oubli_form a {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #51d1ee;
  opacity: 1;
  text-decoration: underline;
}

#oubli_form a:hover {
  color: #cca4ff;
}

.oubli_connexion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.dbl_btn {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem auto 0 auto;
}

#langage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 1rem;
}

#langage input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

#langage label {
  cursor: pointer;
  text-indent: -9999px;
  width: 88px;
  height: 44px;

  display: block;
  border-radius: 100px;
  position: relative;

  background: url(../images/fra.png) no-repeat center;
  background-size: 34px;
  background-position: 10%;
  background-color: rgba(28, 11, 53, 1);
  /*background-blend-mode: overlay;*/

}


#langage input:checked + label {
  background: url(../images/eng.png) no-repeat center;
  background-size: 31px;
  background-position: 90%;
  background-color: #1c0b35;
  /*background-blend-mode: overlay;*/
}


#langage label:after {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 50.9px;
  /* left: 5px; */
  width: 31px;
  height: 31px;
  border-radius: 90px;
  /*z-index: -1;*/

  background: url(../images/eng.png) no-repeat right center;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  opacity: 0.5;
}

#langage input:checked + label:after {
  left: 5px;
  background: url(../images/fra.png) no-repeat right center;
  background-size: cover;
  background-position: center;
}

#langage input:checked + label:after {
  /*transform: translateX(-100%);*/
}

/*#langage label:active:after {*/
/*    width: 50px;*/
/*}*/


.container-parallax {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.img-central {
  background: url(../images/elements--8.png) no-repeat center;
  height: 803px;
  width: 657px;
  top: 45%;
  left: 51.6%;
  transform: translate(-50%, -50%);
  z-index: 4;
  position: absolute;
  filter: drop-shadow(14px 42px 27px #1b0e59);
}

[data-parallax-container] {
  position: relative;
  width: 100%;
  height: 100%;
}

.parallax {
  position: absolute;
  height: 100%;
  width: 100%;
}

.img-1, .img-2, .img-3, .img-4, .img-5, .img-9, .img-10, .img-central {
  background-size: cover !important;
  position: absolute;
}

.parallax.i-1 {
  z-index: 2;
}

.img-1 {
  background: url(../images/elements-1.png) no-repeat center;
  height: 408px;
  width: 358px;
  bottom: -11%;
  left: 8%;
  z-index: 2;
}


.img-2 {
  background: url(../images/elements-2.png) no-repeat center;
  height: 219px;
  width: 189px;
  top: 1.7%;
  left: 8%;
  z-index: 1;
}

.img-3 {
  background: url(../images/elements-3.png) no-repeat center;
  height: 303px;
  width: 264px;
  bottom: -18%;
  left: 58%;
  z-index: 1;
}

.img-4 {
  background: url(../images/elements-4.png) no-repeat center;
  height: 170px;
  width: 150px;
  bottom: 23.6%;
  right: 2.1%;
  z-index: 1;
}

.img-5 {
  background: url(../images/elements-5.png) no-repeat center;
  height: 319px;
  width: 279px;
  top: 16%;
  right: 8.6%;
  z-index: 0;
}

.img-9 {
  background: url(../images/elements-9.png) no-repeat center;
  height: 240px;
  width: 212px;
  bottom: 17%;
  left: 15%;
  z-index: 1;
}

.img-10 {
  background: url(../images/elements-10.png) no-repeat center;
  height: 124px;
  width: 109px;
  top: 16.8%;
  right: 0.4%;
  z-index: 2;
}

.hexagonal.premier,
.hexagonal.second {
  position: absolute;
  z-index: 3;
}

.hx-1 {
  z-index: 1;
  position: relative;
}

.hexagonal.premier {
  top: 10.5rem;
  left: 18.7rem;
  z-index: 5;
  animation: float 3s ease-in-out infinite;
  background: url(../images/elements-7.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  width: 170px;
  height: 195px;
  float: left;
  transform: rotate(30deg);
}

.hexagonal.second {
  bottom: 9.5rem;
  right: 14rem;
  animation: float 2s ease-in-out infinite;
  background: url(../images/elements-6.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  width: 130px;
  height: 150px;
  float: left;
  transform: rotate(30deg);

}


.st0 {
  fill: #51D1EE;
}

.st1 {
  fill: #CCA4FF;
}

.st2 {
  fill: #FFFFFF;
}


.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 15rem;
  margin: 0 auto 2rem auto;

}

.logo {
  width: 190px;
  height: auto;
}

.st0, .st1, .st2 {
  opacity: 0;
  animation-fill-mode: forwards;
}

.st0 {
  animation: draw 1s ease-out forwards;
}

.st1 {
  animation: draw 1s 0.5s ease-out forwards;
  /* Starts after 1 second */
}

.st2 {
  animation: draw 1s 1s ease-out forwards;
  /* Starts after 2 seconds */
}

.hidden {
  display: none;
}

@keyframes draw {
  0% {
    opacity: 0;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }

  100% {
    opacity: 1;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 499px) {
  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .disp {
    display: none;
  }

  .button_form {
    width: 15rem;
  }

  #oubli_form a {
    font-size: 1.2rem;
  }

  #fields .field {
    height: 6.5rem;
  }

  .bg {
    display: none;;
  }
}

@media screen and (max-width: 599px) {
  .contenu {
    justify-content: center;
  }

  header, footer, main {
    width: 100%;
    max-width: 40rem;
  }

  #oubli_form a {
    margin-left: 0;
  }

  html {
    font-size: 11px;
  }

  #logo img {
    max-width: 50%;
  }

  .instructions {
    font-size: 1.4rem
  }

  h2 {
    font-size: 1.7rem;
    margin-bottom: 0.45rem;
  }

  #page {
    background: linear-gradient(188deg, rgba(46, 22, 81, 1) 20%, rgba(58, 83, 132, 1) 98%);

  }

  .bg {
    display: none;;
  }

  .parallax.i-5, .hexagonal, .parallax.i-9 {
    display: none !important;
  }

}

@media screen and (max-width: 1250px) {
  .parallax.i-5, .hexagonal, .parallax.i-9 {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  #page {
    background: linear-gradient(188deg, rgba(46, 22, 81, 1) 20%, rgba(58, 83, 132, 1) 98%);

  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 2.094rem;
  }

  .small-only {
    display: none;
  }

  div.hr {
    margin: 30px 0;
  }

  .contenu {
    justify-content: center;
    min-height: 100%;
    flex: 0 0;
    margin: auto;
    width: 100%;
    background-image: none;
    position: relative;
    z-index: 1;
    padding: 2rem;
    border-radius: 0;
    box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0);
    max-width: 55rem;
  }

  .contenu .forme {
    position: relative;
    z-index: 1;
  }

  .d-none {
    display: block;
  }

  .separateur {
    margin-left: 0;
  }

  header, main, footer {
    width: 100%;
  }

  .contenu header, .contenu main {
    max-width: 100%;
  }

  #logo {
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }

}


/* Pour les écrans de plus de 768px de largeur */
@media (min-width: 768px) {
  #page {
    background: linear-gradient(188deg, rgba(46, 22, 81, 1) 20%, rgba(58, 83, 132, 1) 98%);

  }
}

@media (max-width: 620px) {
  html {
    font-size: 11px;
  }
}

/* Pour les écrans de plus de 992px de largeur */
@media (min-width: 992px) {

  html {
    font-size: 11px;
  }

  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    background-size: cover;
    padding: 0;
    overflow-x: hidden;
    background: url(../images/bg.jpg) no-repeat center;
  }

  .contenu {
    width: 100%;
    flex: 1 1 80%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0 auto;
    justify-content: center;
    background: linear-gradient(188deg, rgba(77, 37, 138, 0.877) 0%, rgba(58, 83, 132, 0.233) 98%);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    padding: 5rem;
  }

  .bg {
    display: block;
    width: 50%;
    flex: 1 1 50%;
    height: initial;
  }

  .container-parallax {
    display: none;
  }
}


@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100vw);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-100vw);
    opacity: 0;
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh);
    opacity: 0;
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

@keyframes slideOutDiagonal {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(100vw, 100vh);
    opacity: 0;
  }
}

@media (max-width: 1500px) {
  .img-1 {
    animation: slideOutRight 1s forwards;
    animation-delay: 1s;
  }

  .img-9 {
    animation: slideOutLeft 1s forwards;
    animation-delay: 1s;
  }

  .img-4 {
    animation: slideOutUp 1s forwards;
    animation-delay: 1s;
  }

  .img-5 {
    animation: slideOutDown 1s forwards;
    animation-delay: 1s;
  }

  .img-10 {
    animation: slideOutDiagonal 1s forwards;
    animation-delay: 1s;
  }
}

.hidden {
  display: none;
}

/* Pour les écrans de plus de 1200px de largeur */
@media (min-width: 1200px) {

  html {
    font-size: 12px;
  }

  #page {
    background: url(../images/bg-2.jpg) no-repeat right center;
    background-size: cover;
    background-position-x: 70%;
    padding: 0;
  }

  .bg {
    width: 67%;
    flex: 1 1 67%;
  }

  .contenu {
    width: 50%;
    flex: 1 1 50%;
    position: relative;
    z-index: 1;
    background: none;
    min-width: 55rem;
    display: flex;
    align-items: center;
    margin-top: 0;
    backdrop-filter: none;
  }

  .sous-div {
    margin-left: 2.5rem;
  }

  .container-parallax {
    display: block;
  }

}

@media screen and (min-width: 2300px) {
  html {
    font-size: 13px;
  }

  .contenu {
    background: none;
  }

  #page {
    background: url(../images/bg-2.jpg) no-repeat right center;
    background-size: cover;
  }
}

@media only screen and (max-height: 750px) {
  html {
    font-size: 8px !important;
  }
}


@media only screen and (max-width: 1300px) and  (max-height: 800px) {
  html {
    font-size: 8.5px !important;
  }
}

@media only screen and (max-width: 1600px) and  (max-height: 900px) {
  html {
    font-size: 10px !important;
  }
}

/* iPhones */
@media only screen and (width: 393px) and (height: 852px) and (-webkit-device-pixel-ratio: 3), only screen and (width: 430px) and (height: 932px) and (-webkit-device-pixel-ratio: 3), only screen      and (width: 390px)  and (height: 844px)      and (-webkit-device-pixel-ratio: 3), only screen    and (width: 428px)   and (height: 926px)    and (-webkit-device-pixel-ratio: 3), only screen          and (width: 375px)          and (height: 812px)      and (-webkit-device-pixel-ratio: 3), only screen   and (width: 414px)   and (height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (width: 414px) and (height: 896px) and (-webkit-device-pixel-ratio: 3), only screen                  and (width: 375px)   and (height: 667px) and (-webkit-device-pixel-ratio: 2), only screen  and (width: 390px)   and (device-height: 844px)     and (-webkit-device-pixel-ratio: 3) , only screen   and (width: 393px)       and (device-height: 852px)  and (-webkit-device-pixel-ratio: 3), only screen         and (device-width: 430px)    and (device-height: 932px)  and (-webkit-device-pixel-ratio: 3) {
  .st0, .st1, .st2 {
    opacity: 1;
    animation: none;
  }
}