@font-face {
  font-family: "Radikal Light";
  src: url("../fonts/Radikal-Light.woff2") format("woff2"), url("../fonts/Radikal-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Radikal Bold";
  src: url("../fonts/Radikal-Bold.woff2") format("woff2"), url("../fonts/Radikal-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal-Medium.woff2") format("woff2"), url("../fonts/Radikal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
}

body {
  background-color: #D4AE3E;
  padding: 0;
  margin: 0;
  height: 100vh;
  overflow: hidden;
}
body.signature {
  background-color: white;
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.em {
  font-family: "Radikal";
  font-size: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .em {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .em {
    margin-bottom: 30px;
  }
}
@media (max-width: 440px) {
  .em {
    font-size: 9px;
  }
}
.em .first {
  margin-left: 160px;
}
@media (max-width: 1440px) {
  .em .first {
    margin-left: 80px;
  }
}
@media (max-width: 1280px) {
  .em .first {
    margin-left: 80px;
  }
}
@media (max-width: 1024px) {
  .em .first {
    margin-left: 110px;
  }
}
@media (max-width: 440px) {
  .em .first {
    margin-left: 45px;
  }
}
.em .second {
  color: #C633D4;
  margin-left: 18px;
}

h1 {
  margin-left: 70px;
  font-size: 205px;
  font-weight: bold;
  font-family: "Radikal Bold";
}
@media (max-width: 1600px) {
  h1 {
    font-size: 170px;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-size: 145px;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 130px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 110px;
    margin-left: 110px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 440px) {
  h1 {
    font-size: 60px;
    margin-left: 45px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 45px;
    margin-left: 45px;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 240px 0 160px;
  caret-color: #C633D4;
}
@media (max-width: 1440px) {
  form {
    padding: 0 80px;
  }
}
@media (max-width: 1280px) {
  form {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  form {
    padding: 0 110px 0 110px;
  }
}
@media (max-width: 440px) {
  form {
    padding: 0 45px;
  }
}
@media (max-width: 375px) {
  form {
    padding: 0 45px;
  }
}
form input:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  form input {
    margin-right: 0%;
  }
}
form input:not(.login_submit), form .style-input {
  width: calc(24.3902439024% - 80px);
  color: black;
  background-color: rgba(0, 0, 0, 0.08);
  margin-right: 80px;
  padding-left: 20px;
  padding-top: 29px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-family: "Radikal Light";
  font-size: 16px;
  outline: none;
  border: 0px;
  border-bottom: 1px solid black;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
@media (max-width: 1440px) {
  form input:not(.login_submit), form .style-input {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  form input:not(.login_submit), form .style-input {
    padding-right: 0%;
    width: 40%;
    font-size: 14px;
    margin-right: 0;
  }
}
@media (max-width: 440px) {
  form input:not(.login_submit), form .style-input {
    padding-right: 0%;
    margin-right: 0%;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  form input:not(.login_submit), form .style-input {
    padding-right: 0%;
    margin-right: 0%;
    padding-left: 20px;
    width: 100%;
  }
}
form input:not(.login_submit).active, form .style-input.active {
  color: #D4AE3E;
  background-color: black;
}
form input:not(.login_submit).active span, form .style-input.active span {
  color: #D4AE3E;
}
form input:not(.login_submit).active::placeholder, form .style-input.active::placeholder {
  color: #D4AE3E;
  opacity: 1;
}
form input:not(.login_submit)#file, form .style-input#file {
  display: none;
}
form input:not(.login_submit):focus, form .style-input:focus {
  color: #D4AE3E;
  background-color: black;
}
form input:not(.login_submit):focus::placeholder, form .style-input:focus::placeholder {
  color: #D4AE3E;
  opacity: 1;
}
form input:not(.login_submit):not(.login_submit):hover, form .style-input:not(.login_submit):hover {
  color: #D4AE3E;
  background-color: black;
}
form input:not(.login_submit):not(.login_submit):hover::placeholder, form .style-input:not(.login_submit):hover::placeholder {
  color: #D4AE3E;
  opacity: 1;
}
form input:not(.login_submit):-webkit-autofill, form .style-input:-webkit-autofill {
  -webkit-text-fill-color: #D4AE3E;
  -webkit-box-shadow: 0 0 0px 1000px black inset;
  box-shadow: 0 0 0px 1000px black inset;
}
form input:not(.login_submit)::placeholder, form .style-input::placeholder {
  color: black;
  opacity: 0.3;
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
form input:not(.login_submit):nth-of-type(4), form input:not(.login_submit):nth-of-type(8), form .style-input:nth-of-type(4), form .style-input:nth-of-type(8) {
  margin-right: 0;
}
form input:not(.login_submit):not(.style-input):last-of-type, form .style-input:not(.style-input):last-of-type {
  margin-right: 0;
}
form input:not(.login_submit).style-input, form .style-input.style-input {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
form input:not(.login_submit).style-input .label__container, form .style-input.style-input .label__container {
  display: flex;
  justify-content: space-between;
}
form input:not(.login_submit).style-input .label__container span, form .style-input.style-input .label__container span {
  width: 75%;
  overflow: hidden;
  line-height: 1.5;
}
form input:not(.login_submit).style-input .label__container svg, form .style-input.style-input .label__container svg {
  margin-right: 20px;
  align-self: center;
}
form input:not(.login_submit).style-input .label__container svg path, form .style-input.style-input .label__container svg path {
  fill: none;
  stroke: #c633d4;
  stroke-width: 1;
}
form .submit-button {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding: 15.5px 25px;
  border: 1px solid black;
  border-radius: 50px;
  margin-top: 20px;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1440px) {
  form .submit-button {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  form .submit-button {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  form .submit-button {
    margin-left: auto;
  }
}
@media (max-width: 440px) {
  form .submit-button {
    padding: 15.5px 25px;
    margin-top: 48px;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  form .submit-button {
    padding: 15.5px 25px;
    margin-top: 48px;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
form .submit-button:hover {
  background-color: black;
}
form .submit-button:hover input {
  color: #D4AE3E;
}
form .submit-button input {
  background: transparent;
  border: 0;
  font-family: "Radikal Light";
  font-size: 16px;
  color: black;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
}
form .submit-button svg {
  align-self: center;
}
form .submit-button svg path {
  fill: none;
  stroke: #c633d4;
  stroke-width: 1;
}

header {
  margin-bottom: 107px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  header {
    margin-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  header {
    margin-bottom: 70px;
  }
}
@media (max-width: 440px) {
  header {
    margin-bottom: 40px;
  }
}
@media (max-width: 375px) {
  header {
    margin-bottom: 50px;
  }
}

.element-bottom {
  position: absolute;
  transform: translate(-35%, -55px);
}
.element-bottom .line-bottom {
  width: 100%;
  height: auto;
}
@media (max-width: 440px) {
  .element-bottom .line-bottom {
    display: none;
  }
}
@media (max-width: 375px) {
  .element-bottom .line-bottom {
    display: none;
  }
}
.element-bottom .line-bottom path {
  fill: none;
  stroke: #c633d4;
  stroke-width: 1;
}

.obj-top-top {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 440px) {
  .obj-top-top {
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .obj-top-top {
    margin-top: 20px;
  }
}
.obj-top-top .obj-top path {
  fill: black;
  stroke-width: 1;
}

.line-top-top {
  display: flex;
  justify-content: center;
}
@media (max-width: 440px) {
  .line-top-top {
    width: fit-content;
  }
}
@media (max-width: 1600px) {
  .line-top-top .line-top {
    width: 1300;
  }
}
@media (max-width: 440px) {
  .line-top-top .line-top {
    width: 95%;
  }
}
@media (max-width: 375px) {
  .line-top-top .line-top {
    width: 95%;
  }
}
.line-top-top .line-top path {
  fill: none;
  stroke: #c633d4;
  stroke-width: 1;
}
@media (max-width: 375px) {
  .line-top-top .line-top path {
    stroke-width: 3;
  }
}
@media (max-width: 440px) {
  .line-top-top .line-top path {
    stroke-width: 3;
  }
}

.cercle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  left: 156px;
  bottom: 118px;
}
@media (max-width: 1600px) {
  .cercle {
    bottom: 0%;
  }
}
@media (max-width: 1280px) {
  .cercle {
    bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .cercle {
    display: none;
  }
}
@media (max-width: 768px) {
  .cercle {
    display: none;
  }
}
@media (max-width: 440px) {
  .cercle {
    bottom: -420px;
    left: 40px;
    display: none;
  }
}
@media (max-width: 375px) {
  .cercle {
    bottom: -500px;
    left: 40px;
    display: none;
  }
}

.container {
  font-family: Calibri, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #222;
}

.card {
  border: 0px;
}

.card-body {
  padding: 0%;
}

.url {
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
