* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: inherit;
  outline: none !important;
}

body {
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

a, a:hover {
  text-decoration: none;
  color: #ee719d;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

.form-row > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.header-title {
  width: 100%;
  padding-top: 2rem;
  height: 20rem;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 48em) {
  .header-title {
    background-color: transparent;
    top: 52%;
  }
}

@media only screen and (max-width: 48em) {
  .header-title {
    background-color: transparent;
    top: 40%;
  }
}

@media only screen and (max-width: 36em) {
  .header-title {
    top: 34%;
  }
}

@media only screen and (max-width: 375px) {
  .header-title {
    padding: 0 1rem;
    top: 38%;
  }
}

.header-title h1 {
  text-align: center;
  font-size: 7rem;
  font-family: 'Patua One', cursive;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.932);
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);
  letter-spacing: .5rem;
}

@media only screen and (max-width: 62em) {
  .header-title h1 {
    font-size: 6rem;
    letter-spacing: normal;
    color: #ED709D;
  }
}

@media only screen and (max-width: 48em) {
  .header-title h1 {
    font-size: 4rem;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 425px) {
  .header-title h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 360px) {
  .header-title h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 320px) {
  .header-title h1 {
    font-size: 2.9rem;
  }
}

@media only screen and (max-width: 48em) {
  .header-title h1 span .r-imge {
    width: 5rem;
    height: inherit;
  }
}

@media only screen and (max-width: 36em) {
  .header-title h1 span .r-imge {
    width: 8rem;
  }
}

@media only screen and (max-width: 360px) {
  .header-title h1 span .r-imge {
    width: 6rem;
  }
}

@media only screen and (max-width: 375px) {
  .header-title h1 span .r-imge {
    width: 5rem;
  }
}

@media only screen and (max-width: 320px) {
  .header-title h1 span .r-imge {
    width: 4rem;
  }
}

@media only screen and (max-width: 425px) {
  .header-title h1 span .r-imge {
    width: 5rem;
  }
}

.form-title {
  font-size: 2.5rem;
  color: #ed709d;
  font-weight: 600;
}

@media only screen and (max-width: 48em) {
  .form-title {
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.32);
  }
}

.paragraph {
  font-size: 1.9rem;
  font-weight: 600;
  margin-top: 2rem;
}

@media only screen and (max-width: 36em) {
  .paragraph {
    font-size: 1.6rem;
  }
}

label {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 2rem;
}

.bottom-text {
  margin-top: 75rem;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

.margin-top {
  margin-top: 5rem;
}

.divider {
  width: 80%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 3rem;
}

.bt-text {
  font-size: 1.9rem;
  font-weight: 600;
  padding: 2rem;
}

@media only screen and (max-width: 36em) {
  .bt-text {
    background-color: #f8e8cf;
  }
}

.header {
  height: 100rem;
  width: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  right: 0;
}

@media only screen and (max-width: 48em) {
  .header {
    display: none;
  }
}

.header-responsiv {
  width: 100%;
  height: 50rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  z-index: -1;
  display: none;
}

@media only screen and (max-width: 48em) {
  .header-responsiv {
    display: block;
  }
}

.header-responsiv .img-h {
  position: absolute;
  width: 100%;
  min-height: 42.5rem;
  object-fit: cover;
}

.respond-bg {
  width: 100%;
  height: 100rem;
  background-image: url(../img/bg.png);
  display: none;
}

@media only screen and (max-width: 75em) {
  .respond-bg {
    display: block;
  }
}

.respond-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-f {
  width: 100%;
  min-height: 10rem;
  padding: 2rem;
}

@media only screen and (max-width: 48em) {
  .left-f {
    text-align: center;
    padding-top: 17rem;
  }
}

@media only screen and (max-width: 36em) {
  .left-f {
    padding-top: 18rem;
  }
}

.rigth-f {
  width: 100%;
  background-color: #f8e8cf;
  height: 100%;
  padding: 2rem 1rem;
}

.rigth-f .sexe {
  width: 5rem;
  height: 6rem;
  object-fit: contain;
}

.rigth-f .l-input {
  width: 100%;
  padding: 1rem;
  border-radius: 7px;
  font-weight: 400;
  font-size: 1.5rem;
}

form .form-group small {
  font-weight: 600;
  margin-left: 1rem;
  display: block;
  margin-bottom: 1rem;
}

form .form-group .check {
  display: inline-block;
}

form .form-group .check:not(:last-child) {
  margin-right: 3rem;
}

form .form-group .check img {
  margin-left: .7rem;
}

form .f-input {
  padding: 1rem;
  border-radius: 7px;
  font-size: 1.5rem;
  width: 100%;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  border: none;
  background-color: rgba(150, 148, 148, 0.151);
}

form .f-input::placeholder {
  color: grey;
  font-size: 1.2em;
}

form .f-input:focus {
  overflow: unset;
}

form .carte-selection {
  width: 100%;
  min-height: 10rem;
  padding-top: 4rem;
  display: flex;
}

form .carte-selection__items {
  width: 20rem;
  height: 23rem;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  position: relative;
  margin-top: 0;
}

form .carte-selection__items input {
  display: none;
}

form .carte-selection__items:hover {
  transform: translateY(-2rem);
}

form .carte-selection__items:not(:first-child) {
  z-index: 5;
  margin-left: -10rem;
}

form .carte-selection__items .check-img {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

form .carte-selection__items .check-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

form .selection-result {
  margin-top: 5rem;
}

form .selection-result .carte {
  width: 100%;
  padding: 1rem;
}

form .selection-result .carte img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-sumit {
  background-color: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 1rem 4rem;
  display: block;
  margin: 4rem auto;
  text-align: center;
  background-image: linear-gradient(#29c457, #1c7764);
  border-radius: 10px;
}

.main {
  width: 100%;
  min-height: 10rem;
}

.form-contain {
  width: 70%;
  min-height: 50rem;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45rem;
  margin-bottom: 4rem;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.42);
  background-color: #fff;
}

@media only screen and (max-width: 62em) {
  .form-contain {
    width: 85%;
  }
}

@media only screen and (max-width: 48em) {
  .form-contain {
    background-color: transparent;
    top: 100%;
    width: 100%;
    padding-top: 40rem;
    box-shadow: none;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 48em) {
  .form-contain {
    padding-top: 2rem;
  }
}

input.is-invalid {
  border-color: #dc3545;
}

#code-form {
  margin-top: 30px;
}

.modal-title {
  font-size: 3rem !important;
  font-weight: 600;
  text-transform: capitalize;
}

.close {
  font-size: 3rem;
  color: red;
}

.modal-body {
  padding: 2rem 1.5rem;
  font-weight: 500;
}

.modal-body p {
  line-height: 2.8rem;
  font-weight: 500;
  font-size: 2rem;
  text-align: normal;
}

.footer {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 48em) {
  .footer {
    background-color: rgba(0, 0, 0, 0.829);
    padding: 3rem 1rem;
  }
}

.footer span {
  font-weight: 500;
  display: block;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 48em) {
  .footer span {
    color: white;
  }
}
/*# sourceMappingURL=main.css.map */