body {
  background: transparent
    radial-gradient(
      closest-side at 50% 50%,
      #513a1e 0%,
      #513a1e 54%,
      #1b0f02 100%
    )
    0% 0% no-repeat padding-box;
  opacity: 1;
  height: 100%;
  min-height: 100vh;
  font-family: "Nunito", sans-serif;
	position: relative;
background-repeat: no-repeat;
/* background-attachment: fixed; */
background-position: top;
background-image: url("../image/bg.jpg");
z-index: 100;
}

/*header {
  opacity: 1;
  width: 100%;
  height: 305px;
  position: relative;
  background-repeat: no-repeat;
   background-attachment: fixed; 
  background-position: top;
  background-image: url("../image/bg.jpg");
  z-index: 100;
  background-size: cover;
}*/

.main-text {
  margin-top: -15%;
  position: relative;
  z-index: 200;
}

.icon-btn {
  position: relative;
}

.logo {
  position: absolute;
  margin-top: 60px;
  width: 240px;
  /*left: 43%;*/
  background-position: center;
  opacity: 1;
  z-index: 200;
}

.snowstorm {
  position: absolute;
  height: 90vh;
  width: 100%;
  top: -30px;
  /*background-image: url("../image/snow flakes.png");*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: 10;
  mix-blend-mode: normal;
}

.title {
  text-align: center;
  font: normal normal bold 30px/40px Open Sans;
  letter-spacing: 0px;
  color: #ef8393;
  text-transform: uppercase;
}
.text {
  text-align: center;
  font: normal normal 16px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.btn-inscription {
  background: transparent linear-gradient(264deg, #C65336 0%, #4A2A02 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 15px #2b130d80;
  /* border-radius: 42px; */
  color: #fff !important;
  text-transform: uppercase !important;
  transition: width 0.2s, letter-spacing 0.4s;
  font-weight: 800;
  cursor: pointer;
  font: normal normal bold 16px/10px Open Sans;
  letter-spacing: 0px;
}

.btn-inscription:hover {
  padding: 10px 35px !important;
  letter-spacing: 1px;
  width: 80% !important;
  background: transparent linear-gradient(264deg, #C65336 0%, #4A2A02 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 15px #2b130d80;
}
.btn-form {
  background: transparent linear-gradient(264deg, #C65336 0%, #4A2A02 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000066;
  border-radius: 42px;
  text-align: center;
  font: normal normal bold 16px/32px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
}
.form {
  background-color: #000;
  padding: 40px;
  border-radius: 30px;
  z-index: 200;
  position: relative;
}

.form-check-input:checked {
  background-color: #fff1c6 !important;
  border-color: #e0aa51 !important;
}

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

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

a {
  color: #fbeb98 !important;
  text-decoration: underline;
}

.modal {
  color: black;
}

footer {
  /*background-image: url("../image/footer-n.png") !important;*/
  height: 480px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -210px;
  position: relative;
  z-index: 150;
}

.footer-content {
  bottom: 0;
  position: absolute;
  color: black;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 6% 17px 6%;
}

.footer-link,
.footer-link > a {
  text-decoration: underline;
  color: #1b0f02 !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;*/
  }

  footer {
    height: 726px !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: 52% !important;
  }
}

@media (max-width: 768px) {
  .btn-inscription {
    width: 75% !important;
    font: normal normal bold 14px/10px Open Sans;
  }
}

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

  .logo {
    margin-top: 15px !important;
    width: 150px !important;
    /*left: 36%;*/
  }

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

  footer {
    height: 400px !important;
    background-position: right !important;
    background-size: cover !important;
  }

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

  .btn-inscription {
    width: 85% !important;
  }
}
@media (max-width: 320px) {
  .btn-inscription {
    width: 100% !important;
  }
}

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

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

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