.fonts-0 {
  font-family: "Montserrat", sans-serif;
}

.fonts-1 {
  font-family: "Lato", sans-serif;
}

.fonts-2 {
  font-family: "Manrope", sans-serif;
}

.fonts-3 {
  font-family: "Roboto", sans-serif;
}

.fonts-4 {
  font-family: "Roboto", sans-serif;
}

.fonts-5 {
  font-family: "Roboto", sans-serif;
}

.fonts-6 {
  font-family: "Roboto", sans-serif;
}

.fonts-7 {
  font-family: "Roboto", sans-serif;
}

.fonts-8 {
  font-family: "Roboto", sans-serif;
}

.fonts-9 {
  font-family: "Roboto", sans-serif;
}

.font-1 {
  font-size: 30px !important;
}

.font-2 {
  font-size: 20px !important;
}

.font-3 {
  font-size: 24px !important;
}

.font-4 {
  font-size: 50px !important;
}

.font-5 {
  font-size: 70px !important;
}

.font-6 {
  font-size: 80px !important;
}

.font-7 {
  font-size: 90px !important;
}

.font-8 {
  font-size: 100px !important;
}

.font-9 {
  font-size: 110px !important;
}

.font-10 {
  font-size: 120px !important;
}

.font-11 {
  font-size: 18px !important;
}

.font-12 {
  font-size: 35px !important;
}

main h1, main h2, main h3, main h4, main h5, main h6, main span, main p, main a {
  line-height: 1.25;
}
main h1, main h2, main h3 {
  font-family: Montserrat !important;
}
main h4, main h5, main h6 {
  font-family: Lato !important;
}
main h2 {
  font-size: 30px;
}
main h3 {
  font-size: 24px;
}
main h3, main h4, main h5, main h6 {
  font-size: 16px;
}
main p {
  font-size: 16px;
}
main .rgaa-content p, main .rgaa-content span, main .rgaa-content a, main .rgaa-content strong {
  font-family: Manrope !important;
}

main:before {
  background-image: url("/storage/accueil/personnal_background-263.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  content: " ";
  opacity: 0.6;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

form button,
button {
  background-color: #006837;
  color: #ffffff;
  color: #ffffff;
}
form button:hover,
button:hover {
  color: #D1AE31;
}