:root {
  --regular_font: Arial, "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --title_font: Arial, "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font_size: 1.5rem;
  --lineheight: 1.3;
  --headings_size_1: 5rem;
  --headings_size_2: 3rem;
  --headings_size_3: 2rem;
  --headings_size_4: 1.6rem;
  --headings_size_5: 1.5rem;
  --headings_size_6: 1.4rem;
  --lineheight_headings: 1.3;
  --noir: #000000;
  --blanc: #ffffff;
  --gris: #cccccc;
  --rouge: #ff0000;
  --color_brand: #000000;
  --color_2: #ffffff;
  --bg_header: transparent;
  --liens_menu: #000000;
  --bg_footer: transparent;
  --liens_menu_footer: #000000;
  --texte: #000000;
  --link: #000000;
  --link_hover: #000000;
  --label: #000000;
  --bg_input: #ffffff;
  --bg_input_focus: #ffffff;
  --padding_input: 1em 2rem;
  --border_input: #000000;
  --border_input_focus: #000000;
  --border_radius_input: 0;
  --checkbox: #000000;
  --radio: #000000;
  --bg_submit: #000000;
  --bg_submit_hover: #000000;
  --bg_submit_border: transparent;
  --bg_submit_hover_border: transparent;
  --border_radius_submit: 0;
  --btn_color: #000000;
  --btn_color_hover: #000000;
  --btn_bg: transparent;
  --btn_bg_hover: transparent;
  --btn_border: transparent;
  --btn_border_hover: transparent;
  --btn_font_weight: 700;
  --btn_text_transform: uppercase;
  --btn_padding: 1em 2rem;
  --btn_border_radius: 0;
  --erreur: #ff0000;
  --border_radius: 0;
}