.input_login {
  display: flex;
  justify-content: center;
  width: 23vw;
  height: 3vw;
  padding: 0.6vw 4.5vw;
  font-size: 1.2vw;
  line-height: 1.42857143;
  color: #000000;
  background-color: #f8f8f8;
  background-image: none;
  border: 0px solid #b4dafac2;
  border-radius: 1vw;
  box-shadow: 2px 5px 15px #0707074d;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-black2 {
  width: 25vw;
  max-height: 30vw;
  padding: 1vw;
}

.mt {
  margin-top: 1vw;
}

.mb {
  margin-bottom: 1vw;
}

.mb-2 {
  margin-bottom: 1vw;
}

.input_login_btn {
  display: flex;
  justify-content: center;
  width: 9vw;
  height: 2vw;
  padding: 6px 12px;
  font-size: 0.75vw;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #338124;
  background-image: none;
  border: 0px solid #b4dbfa;
  border-radius: 0.5vw;
  box-shadow: 2px 5px 10px #0707074d;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input_login_btn:hover {
  display: flex;
  justify-content: center;
  width: 9vw;
  height: 2vw;
  padding: 6px 12px;
  font-size: 0.75vw;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #4c993d;
  background-image: none;
  border: 0px solid #b4dbfa;
  border-radius: 0.5vw;
  box-shadow: 2px 5px 10px #0707074d;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.input_login_btn2 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 2vw;
  text-decoration: none;
  padding: 0.6vw 1.2vw;
  font-size: 0.75vw;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #2c746e54;
  background-image: none;
  border: 0px solid #b4dbfa;
  box-shadow: 0.2vw 0.5vw 1.5vw #0707074d;
  border-radius: 1vw;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input {
  font-size: 0.75vw;
}

.input_login_btn2:hover {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 2vw;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 0.75vw;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #43b8ae54;
  background-image: none;
  border: 0px solid #b4dbfa;
  box-shadow: 0.2vw 0.5vw 1.5vw #0707074d;
  border-radius: 1vw;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

#togglePassword {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1vw;
  transform: translateY(-50%);
  cursor: pointer;
}

#toggle {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#icone {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 2vw;
  color: #583200d0;
  height: 4.5vw;
  width: 4vw;
  padding: 0.5vw 0.7vw;
  border-radius: 0.2vw 0rem 0rem 0.2vw;
  transform: translateY(-50%);
}

.main-menu2 .main-menu-header {
  align-items: center;
  background: #4a6076;
  display: flex;
  padding: 20px;
  font-size: 14px;

}

.nav-login-page {
  display: flex;
  position: absolute;
  z-index: 1000;
  left: 15vw;
  top: 2.25vw;
}

.nav-login-page>li {
  padding: 0px 1.25vw 0px 1vw;
  border: 0px solid;
  background: #0b0047;
  border-radius: 2rem;
  border-color: #f8f8f8;
  margin-left: 1vw;
  box-shadow: 0.2vw 0.3vw 0.5vw #000000b0;
}

.nav-login-page>li:hover {
  padding: 0px 1.25vw 0px 1vw;
  border: 0px solid;
  background: #0b0047;
  border-radius: 2rem;
  border-color: #f8f8f8;
  margin-left: 1vw;
  box-shadow: 0.2vw 0.3vw 0.5vw #ffffffb0;
}


@media (width <= 768px) {

}



.nav-login-page a {
  color: #ffffff;
  font-size: 1vw;
  font-weight: bolder;
  text-decoration: none;
}

.nav-login-page a :hover {
  color: #ffbf8a;
  font-size: 1vw;
  text-decoration: none;

}

a.active {
  color: #ffa55c;
  font-size: 1vw;
  text-decoration: none;
}

.logo-login>h2 {
  color: #000266;
  font-size: 3vw;
  background-color: #ffffff;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  box-shadow: 0.2vw 0.3vw 0.5vw #000000;
  border-radius: 0.75vw 0.75vw;
  padding: 0.0vw 0.6vw 0.0vw 0.7vw;
  position: absolute;
  left: 2vw;
  top: 1vw;
}

.logo-login2>h2 {
  color: #ffffff;
  font-size: 2vw;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
}

.separate1 {
  border-top: 0.25vw solid;
  border-top-color: #028f2c;
  height: 80vh;
  width: calc(100%);
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 6vw;
}

.typing {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(40, end) forwards;
  color: #010041;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.line1 {
  font-size: 3vw;
  color: rgba(0, 2, 97);
  font-weight: bold;
  align-items: center;
  position: absolute;
  left: 18vw;
  top: 7vh;
}

.line2 {
  color: rgba(0, 2, 97);
  font-size: 2vw;
  animation-delay: 5s;
  text-align: center;
  margin-right: 1vw;
  position: absolute;
  left: 1vw;
  top: 20vh;
}


.line3 {
  color: rgba(0, 2, 97);
  font-size: 2vw;
  animation-delay: 7s;
  max-width: 80%;
  position: absolute;
  left: 8vw;
  top: 37vh;
}

.line4 {
  color: rgba(0, 2, 97);
  font-size: 2vw;
  animation-delay: 9s;
  max-width: 80%;
  position: absolute;
  left: 8vw;
  top: 44vh;
}

.line5 {
  color: rgba(0, 2, 97);
  font-size: 2vw;
  animation-delay: 11s;
  max-width: 80%;
  position: absolute;
  left: 8vw;
  top: 51vh;
}

.line6 {
  animation-delay: 13s;
  color: rgb(97, 0, 0);
  font-size: 1.5vw;
  text-align: center;
  position: absolute;
  left: 16vw;
  top: 61vh;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.fondu {
  opacity: 0;
  animation: fadeInOut 30s ease-in-out forwards;
}

.fondu2 {
  opacity: 0;
  animation: fadeInOut 30s ease-in-out forwards;
  animation-delay: 13s;
}
.fondu1 {
  opacity: 0;
  animation: fadeInOut 40s ease-in-out forwards;
  animation-delay: 2s;
}


@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.elipse {
  width: 18vw;
  height: 7vw;
  background-color: #3498db;
  border-radius: 50% / 50%;
  position: absolute;
  left: 27vw;
  top: 32vh;
  transform: rotate(-20deg);
}

.texte-prix {
  width: 15vw;
  height: 7vw;

  font-size: 1.5vw;
  transform: rotate(-25deg);
  color: #ffffff;

  position: absolute;
  left: 32vw;
  top: 30vh;
  z-index: 1000;

}

.prix {
  width: 15vw;
  height: 7vw;
  font-weight: bold;
  font-size: 2.5vw;
  transform: rotate(-25deg);
  color: #ffffff;
  position: absolute;
  left: 31vw;
  top: 34vh;
  z-index: 1000;
}

h3.mt {
  font-size: 1vw;
}

h5.mt {
  font-size: 0.75vw;
}

.rounded-circle {
  width: 3vw;
}

/* Pour Mobile */

@media (width <=968px) {
  h3.mt {
    font-size: 3vw;
  }

  h5.mt {
    font-size: 2vw;
  }

  .rounded-circle {
    width: 11vw;
  }

  .input_login {
    display: flex;
    justify-content: center;
    width: 70vw;
    height: 10vw;
    padding: 1.8vw 13.5vw;
    font-size: 3vw;
    line-height: 1.42857143;
    color: #000000;
    background-color: #f8f8f8;
    background-image: none;
    border-radius: 3vw;
    box-shadow: 2px 5px 15px #0707074d;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .text-black2 {
    width: 80vw;
    max-height: 90vw;
    padding: 4vw;
  }

  .mt {
    margin-top: 3vw;
  }

  .mb {
    margin-bottom: 3vw;
  }


  .input_login_btn {
    display: flex;
    justify-content: center;
    width: 29vw;
    height: 7vw;
    padding: 1.8vw 3.6vw;
    font-size: 2.5vw;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #338124;
    background-image: none;
    border: 0px solid #b4dbfa;
    border-radius: 1.5vw;
    box-shadow: 2px 5px 10px #0707074d;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .input_login_btn:hover {
      display: flex;
    justify-content: center;
    width: 29vw;
    height: 7vw;
    padding: 1.8vw 3.6vw;
    font-size: 2.5vw;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #44aa32;
    background-image: none;
    border: 0px solid #b4dbfa;
    border-radius: 1.5vw;
    box-shadow: 2px 5px 10px #0707074d;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }



  .input_login_btn2 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 7vw;
    text-decoration: none;
    padding: 1.8vw 3.6vw;
    font-size: 2.5vw;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #2c746e54;
    background-image: none;
    border: 0px solid #b4dbfa;
    box-shadow: 0.6vw 1.5vw 4.5vw #0707074d;
    border-radius: 3vw;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  input {
    font-size: 0.75vw;
  }

  .input_login_btn2:hover {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 7vw;
    text-decoration: none;
    padding: 1.8vw 3.6vw;
    font-size: 2.5vw;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #4bc0b654;
    background-image: none;
    border: 0px solid #b4dbfa;
    box-shadow: 0.6vw 1.5vw 4.5vw #0707074d;
    border-radius: 3vw;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #togglePassword {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 3vw;
    transform: translateY(-50%);
    cursor: pointer;
  }

  #toggle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  #icone {
    position: absolute;
    left: 0px;
    top: 65%;
    font-size: 6vw;
    color: #583200d0;
    height: 13.5vw;
    width: 12vw;
    padding: 0.5vw 0.7vw;
    border-radius: 0.2vw 0rem 0rem 0.2vw;
    transform: translateY(-50%);
  }

}

.input-erreur {
  border: 2px solid red;
  background-color: #ffe5e5;
}
