:root {
  --fondcolor: white;
  --color1: grey;
  --color2: #e4be50;
}

body {
  background-color: var(--color2);
  color: var(--color2);
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.bgwhite {
  background-color: white;
}

.bgyellow {
  background-color: var(--color2);
}


a, a:hover, a:active, a:focus {
  color:var(--color1);
  text-decoration: none;
}
.bgwhite a{
  color: #2B2C30; /* grey */
}

h1 { /* Titre des sections */
    color: black !important;
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    text-align: center;
}

h2{ /* Préparons ensemble votre rallye ! */
  color: black !important;
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
    
}