:root {
  --regular_font: "nexa", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --title_font: "nexa", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font_size: 1.8rem;
  --lineheight: 1.4;
  --headings_size_1: 5rem;
  --headings_size_2: 3rem;
  --headings_size_3: 2.5rem;
  --headings_size_4: 2.2rem;
  --headings_size_5: 2rem;
  --headings_size_6: 1.8rem;
  --lineheight_headings: 1.1;
  --noir: #000000;
  --blanc: #ffffff;
  --gris: #cfcfcf;
  --rouge: #ff0000;
  --gris_c: #f6f6f6;
  --marron: #98897d;
  --bleu_c: #d1dde3;
  --bleu: #83939c;
  --bleu_f: #252525;
  --beige: #e6e2db;
  --marron_f: #3c3c3b;
  --gold: #f5c552;
  --color_brand: #98897d;
  --color_2: #d1dde3;
  --color_3: #83939c;
  --color_4: #252525;
  --color_5: #e6e2db;
  --color_6: #3c3c3b;
  --color_7: #f5c552;
  --bg_header: #252525;
  --liens_menu: #ffffff;
  --bg_footer: transparent;
  --liens_menu_footer: #000000;
  --texte: #000000;
  --link: #98897d;
  --link_hover: #83939c;
  --label: #000000;
  --bg_input: #f6f6f6;
  --bg_input_focus: #f6f6f6;
  --padding_input: 1rem 2rem;
  --border_input: #f6f6f6;
  --border_input_focus: #98897d;
  --border_radius_input: 0;
  --checkbox: #98897d;
  --radio: #98897d;
  --bg_submit: #98897d;
  --bg_submit_hover: #ffffff;
  --bg_submit_border: #98897d;
  --bg_submit_hover_border: #98897d;
  --border_radius_submit: 2.75rem;
  --btn_color: #ffffff;
  --btn_color_hover: #98897d;
  --btn_bg: #98897d;
  --btn_bg_hover: #ffffff;
  --btn_border: #98897d;
  --btn_border_hover: #98897d;
  --btn_font_weight: 900;
  --btn_text_transform: uppercase;
  --btn_padding: 1.7rem 2.25rem 1.6rem 2.25rem;
  --btn_border_radius: 2.75rem;
  --erreur: #ff0000;
  --border_radius: 0;
}