body {
  background: #c9ddea 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 100%;
  min-height: 100vh;
  font-family: "Nunito", sans-serif !important;
  color: white !important;
  background-position: bottom !important;
  background-image: url("../image/background.webp");
  background-size: cover;
}
.cadre {
  background: #d3bfe0 0% 0% no-repeat padding-box;
  box-shadow: 0px -15px 20px #00000033;
  border-radius: 30px 30px 0px 0px;
  opacity: 1;
}
.main-text {
  position: relative;
  z-index: 200;
}

.icon-btn {
  position: relative;
}

.logo {
  position: relative;
  margin-top: 60px;
  width: 165px;
  left: 43%;
  background-position: center;
  opacity: 1;
  z-index: 200;
}

.title {
  text-align: center;
  font: normal normal bold 28px/38px "Nunito";
  letter-spacing: 0px;
  color: white;
  text-shadow: 0px 3px 6px #06060680;
  text-transform: uppercase;
  opacity: 1;
}

.btn-inscription {
  background: #ff640a 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 10px 30px #00000066;
  /* border-radius: 42px; */
  color: #ffff !important;
  text-transform: uppercase !important;
  transition: width 0.2s, letter-spacing 0.4s;
  font-weight: 800;
  cursor: pointer;
}



.form-check-input:checked {
  background-color: #f98b69 !important;
  border-color: #9c452a !important;
}

.form-title {
  text-align: center;
  font: normal normal bold 21px/30px Open Sans;
  letter-spacing: 0px;
  color: #31213c;
}

.form-input {
  border-radius: 20px;
  padding: 10px;
  padding-left: 40px;
  margin: 10px auto;
  border-color: black;
}

a {
  color: #032333;
  text-decoration: underline;
}

.modal {
  color: black;
}

footer {
  position: relative;
  z-index: 150;
  background: #31213c;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 17px 6% 17px 6%;
}

.footer-link,
.footer-link > a {
  text-decoration: underline;
  color: white !important;
  cursor: pointer;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 1400px) {
  header {
    height: 339px !important;
  }

  .logo {
    margin-top: 50px !important;
    left: 46% !important;
  }
}

@media (min-width: 1300px) {
  header {
    background-size: cover !important;
  }

  .btn-inscription {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  .w-d {
    padding-left: 10%;
    padding-right: 10%;
  }

  .btn-inscription {
    width: 45% !important;
  }
}

@media (max-width: 768px) {
  .btn-inscription {
    width: 68% !important;
  }
}

@media (max-width: 425px) {
  header {
    height: 104px !important;
  }

  .logo {
    margin-top: 10px !important;
    width: 120px !important;
    left: 36%;
  }

  .footer-content {
    text-align: center !important;
    justify-content: center !important;
    display: grid !important;
  }

  .col-8 {
    flex: 0 0 auto;
    width: 99%;
  }

  .btn-inscription {
    width: 95% !important;
    font: normal normal bold 16px/22px Open Sans;
  }
}
@media (max-width: 320px) {
  .btn-inscription {
    width: 100% !important;
    font: normal normal bold 14px/22px Open Sans;
  }
}
@media (min-width: 768px) {
  header {
    height: 190px !important;
  }

  .logo {
    margin-top: 30px;
    left: 40%;
  }
}

@media (min-width: 1024px) {
  header {
    height: 253px !important;
  }
}

@media (min-width: 1280px) {
  header {
    height: 315px !important;
  }

  .logo {
    left: 43%;
  }
}

@media (min-width: 1600px) {
  header {
    height: 380px !important;
  }
}

@media (min-width: 1920px) {
  header {
    height: 490px !important;
  }
}
