/*

MOBILE : 0 à 600
TABLETTE : 600 à 1000
LAPTOP : 1000 à 1600
PC : 1600 et plus

*/

:root
{
  --marron: #2F2E2E;
  --vert-sombre: #3A432E;
  --vert: #4B642E;
  --gutter-out: 50px;
  --gutter-in: 30px;
  --interspace: 20px;
  --gris: #F7F7F7;
  --beige: #FAF3E3;
  --vert-vif: #50AF31;
}

@media only screen and (min-width: 600px) {
  :root{
  }
}


@media only screen and (min-width: 1000px) {
  :root{
    --gutter-out: 80px;
    --gutter-in: 50px;
  }
}
