/**
 * header-footer-menu-mgr-v2 - Header Footer Menu Manager
 * @version v2.1.8
 * @updated 2022-02-03
 * @built 2025-01-14, 17:23:47
 * @license Dassault Systèmes
 * @author Dassault Systèmes
 */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif; }
  body * {
    box-sizing: border-box; }

section {
  background-repeat: no-repeat;
  background-size: cover; }

#form {
  background-color: rgba(255, 255, 255, 0.64);
  padding: 8px 24px;
  margin-bottom: 32px; }

fieldset {
  border: solid 1px #2a2a2a;
  border-radius: 10px;
  padding: 0 10px 5px;
  margin: 10px auto 0;
  display: block;
  width: 250px;
  max-width: 100%; }
  fieldset:last-child {
    border: unset;
    padding: 0; }
  fieldset input,
  fieldset select,
  fieldset button,
  fieldset label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }
  fieldset input,
  fieldset select,
  fieldset button {
    height: 30px;
    border-radius: 5px;
    background: white;
    border: solid 1px #2a2a2a;
    padding: 0 10px;
    margin: 5px 0; }
  fieldset button {
    height: 30px;
    border-radius: 5px;
    background: silver;
    border: solid 1px #2a2a2a;
    border-radius: 10px;
    margin-top: 5px; }
    fieldset button:hover {
      background: grey; }
  fieldset label {
    width: 100px;
    margin-top: 10px; }
    fieldset label.or {
      text-align: right; }
