@font-face {
  font-family: "Futura";
  src: url("../fonts/futura-medium-bt.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Futura";
  background-color: #ededed;
}

#section-form {
  height: 100vh;
  display: flex;
  align-items: center;
}

#div-form {
  width: 60%;
  margin: 0 20%;
  font-family: "Futura";
}
#div-form h1 {
  margin-bottom: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
#div-form .gfield_label {
  display: none;
}
#div-form .ginput_container input {
  border-radius: 22px;
  border: none;
  background-color: #c1c1c1;
  height: 53px;
  font-family: "Futura";
  padding-left: 35px;
  font-size: 24px;
}
#div-form .form-content {
  margin-top: 60px;
}
#div-form .form-content .return {
  text-align: center;
}
#div-form .form-content .return a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Futura";
  color: #000000;
}
#div-form .form-content .return a:hover {
  color: #c2c2c2;
}
#div-form .gform_body {
  margin-bottom: 40px;
}
#div-form #input_1_1::-moz-placeholder, #div-form #input_1_3::-moz-placeholder, #div-form #input_1_4::-moz-placeholder {
  color: #000000;
  font-family: "Futura";
  font-size: 24px;
}
#div-form #input_1_1::placeholder, #div-form #input_1_3::placeholder, #div-form #input_1_4::placeholder {
  color: #000000;
  font-family: "Futura";
  font-size: 24px;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.33%;
}

.gform_footer {
  display: flex;
  justify-content: center;
}
.gform_footer input {
  text-transform: uppercase;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 22px;
  font-weight: bold;
  padding: 5px 12.2%;
  font-size: 22px;
  height: 46px;
  cursor: pointer;
  line-height: 0 !important;
  font-family: "Futura";
  transition: all 0.2s ease-in;
}
.gform_footer input:hover {
  transform: scale(1.05);
}

#gform_confirmation_message_1 {
  text-align: center;
  margin-bottom: 30px;
}
#gform_confirmation_message_1 .wp-image-9 {
  width: 95px;
}
#gform_confirmation_message_1 h4 {
  margin-top: 70px;
  font-family: "Futura";
  background-color: #008c36;
  padding: 10px 12.2%;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 22px;
  font-size: 22px;
  display: inline-block;
}

.div-banner {
  background-color: #000000;
  text-align: center;
}
.div-banner .banner {
  width: 100%;
}
.div-banner h1 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 25px 0;
  font-family: "Futura";
  font-weight: normal;
  font-size: 1.95vw;
}

.program {
  width: 85%;
  margin: 0 7.5%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 100px;
}
.program h2 {
  margin-top: 30px;
  font-family: "Futura";
  letter-spacing: 1px;
  font-size: 1.8vw;
}

.program-details {
  display: flex;
  justify-content: space-between;
  border: 1.5px solid #c2c2c2;
  border-radius: 15px;
  padding: 16px 40px;
  font-family: "Futura";
  font-size: 1.18vw;
}

.btn-inscription {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn-inscription a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 22px;
  padding: 8px 100px;
  font-size: 1.85vw;
  font-family: "Futura";
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in;
  display: inline-block;
}
.btn-inscription:hover {
  transform: scale(1.05);
}

.logo-opium {
  padding-top: 6px;
  width: 14vw;
}

@media screen and (max-width: 768px) {
  #div-form {
    width: 90%;
    margin: 0 5%;
  }
  #div-form h1 {
    display: none;
  }
  #div-form .ginput_container input {
    height: 47px;
  }
  .logos img {
    width: 140px;
    height: auto;
  }
  .div-banner {
    padding-top: 20px;
  }
  .div-banner h1 {
    font-size: 3.5vw;
    padding: 40px 15%;
  }
  .logo-opium {
    display: inline-block;
    width: 26vw;
    margin: 28px 0;
  }
  .program {
    width: 90%;
    margin: 0 5%;
    gap: 30px;
  }
  .program h2 {
    text-align: center;
    margin-top: 40px;
    font-size: 3.2vw;
  }
  .program .program-details {
    flex-direction: column;
    gap: 45px;
    padding: 35px 7%;
    margin-bottom: 26px;
    font-size: 3vw;
  }
  .btn-inscription {
    margin-top: 0;
  }
  .btn-inscription a {
    font-size: 3vw;
    padding: 8px 60px;
  }
}
.gform_required_legend {
  display: none;
}

.legal {
  text-transform: none;
  color: #999;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

#field_1_6 .ginput_container {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
#field_1_6 .ginput_container input {
  margin-right: 15px;
}/*# sourceMappingURL=style.css.map */