/* forms */
.node--type-forms #block-contenudelapageprincipale-2 p {
  font-family: "Raleway", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.node--type-forms #block-contenudelapageprincipale-2 p.font-weight-bold, .node--type-forms #block-contenudelapageprincipale-2 p.fw-bold {
  color: #555557;
  font-size: 1.25rem;
  line-height: 1.4em;
}
.node--type-forms #block-contenudelapageprincipale-2 p.text-left, .node--type-forms #block-contenudelapageprincipale-2 p.text-right {
  font-size: 1.2rem;
}
.node--type-forms #block-contenudelapageprincipale-2 label {
  color: #555557;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.node--type-forms #block-contenudelapageprincipale-2 h3 {
  color: #202020;
  font-size: 2rem;
  font-weight: bold;
}
.node--type-forms input:focus, .node--type-forms textarea:focus {
  background-color: #fff;
}
.node--type-forms form button {
  background-color: #0F243E;
  border: 2px solid #0F243E;
  border-radius: 30px;
  color: #fff;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 1.18em;
  font-weight: 700;
  margin-top: 2em;
  padding: 1.1em 1.7em;
  text-transform: uppercase;
}
.node--type-forms form button:focus, .node--type-forms form button:hover, .node--type-forms form button:active {
  background-color: rgba(15, 36, 62, 0.9);
  border-color: rgba(15, 36, 62, 0.9);
  box-shadow: none;
}

.webform-confirmation__message p {
  color: #555557;
  font-family: "Raleway", Arial, Verdana, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  line-height: 1.8em !important;
}

.form-type-webform-markup {
  color: #555557;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form-group.form-type-webform-markup {
  margin-top: 20px;
  margin-bottom: 0;
}
