body {
  background-image: url("../image/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 1;
  height: 100%;
  min-height: 100vh;
  font-family: "Nunito", sans-serif;
}

header {
  opacity: 1;
  width: 100%;
  height: 305px;
  position: relative;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: top;
  /*background-image: url("../image/header-n.png");*/
  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: 165px;*/
  left: 43%;
  background-position: center;
  opacity: 1;
  z-index: 200;
}

.title {
  text-align: center;
  font: normal normal bold 30px/41px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 6px 6px #31213c;
  text-transform: uppercase;
}
.text {
  text-align: center;
  font: normal normal normal 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 6px 6px #31213c;
  opacity: 1;
}
.btn-inscription {
  text-transform: uppercase !important;
  transition: width 0.2s, letter-spacing 0.4s;
  cursor: pointer;
  background: transparent linear-gradient(90deg, #630404 0%, #F9E681 70%, #D4BA89 100%) 0% 0% no-repeat padding-box;;
  box-shadow: 0px 10px 40px #00000080;
  border: 2px solid #630404;
  text-align: center;
  font: normal normal bold 17px/20px Open Sans;
  letter-spacing: 0px;
  color: #0a3042 !important;
}

.btn-inscription:hover {
  background: transparent linear-gradient(90deg, #630404 0%, #F9E681 70%, #D4BA89 100%) 0% 0% no-repeat padding-box;;
  box-shadow: 0px 10px 40px #00000080;
  padding: 10px 35px !important;
  letter-spacing: 1px;
  width: 100% !important;
}
.btn-form {
  background: transparent linear-gradient(90deg, #630404 0%, #F9E681 70%, #D4BA89 100%) 0% 0% no-repeat padding-box;;
  box-shadow: 0px 10px 40px #00000080;
  border: 2px solid #630404;
  text-align: center;
  font: normal normal bold 18px/20px Open Sans;
  letter-spacing: 0px;
  color: #0a3042;
  width: 60%;
}
.form {
  z-index: 200;
  position: relative;
}

.form-check-input:checked {
  background: #f6c719 0% 0% no-repeat padding-box;
  border-color: #e0aa51 !important;
}

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

.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-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-color: #624127 !important;
}

.snow {
  /*background-image: url(../image/snow\ pile.png) !important;*/
  height: 400px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -369px;
  position: relative;
  z-index: 150;
}

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

.footer-link,
.footer-link > a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff !important;
}

.text-justify {
  text-align: justify !important;
}
.ftxt1 {
  text-align: center;
  font: normal normal normal 14px/24px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.ftxt2 {
  text-align: center;
  font: normal normal bold 14px/24px Open Sans;
  letter-spacing: 0px;
  color: #f6c719;
}
@media (min-width: 1400px) {
  header {
    height: 339px !important;
  }

  .logo {
    margin-top: 25px !important;
    width: 120px;
    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: 52% !important;
  }
}
@media only screen and (min-width: 600px) {
  .btn-inscription {
    width: 70% !important;
  }
}
@media (max-width: 768px) {
}

@media (max-width: 428px) {
  body {
    background: transparent
      radial-gradient(
        closest-side at 50% 50%,
        #4b95cf 0%,
        #1e81c6 49%,
        #032b42 100%
      )
      0% 0% no-repeat padding-box;
  }
  .snowstorm {
    position: absolute;
    height: 90vh;
    width: 100%;
    top: -30px;
    background-image: url("../image/snow.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: 10;
    mix-blend-mode: normal;
  }
  header {
    height: 104px !important;
  }

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

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

  footer {
    background-position: right !important;
    background-size: cover !important;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 99%;
  }

  .btn-inscription {
    width: 98% !important;
  }
}
@media (max-width: 320px) {
  .btn-inscription {
    width: 100% !important;
    font: normal normal bold 14px/10px Open Sans;
  }
}
@media only screen and (min-width: 600px) {
  body {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .btn-inscription {
    width: 45% !important;
    font: normal normal bold 15px/10px Open Sans;
  }
  body {
    background-size: auto !important;
  }
  .form-title {
    font: normal normal bold 19px/27px Open Sans;
  }
  header {
    height: 190px !important;
  }

  .logo {
    margin-top: 5px;
    width: 200px;
    left: 40%;
  }
}

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

@media (min-width: 1280px) {
  header {
    height: 315px !important;
  }
}
@media (min-width: 1366px) {
  .btn-inscription {
    width: 34% !important;
  }
  body {
    background-size: cover !important;
  }
}

@media (min-width: 1600px) {
  .snow {
    height: 480px;
    background-size: auto;
  }
  header {
    height: 380px !important;
  }
}

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