@import url('https://fonts.googleapis.com/css2?family=Codystar:wght@300;400&family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Tangerine:wght@400;700&display=swap');

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}


#banner h1 {
  outline: none;
  font-family: 'Tangerine', cursive;
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-size: 2.50em;
  line-height: 2em;
  text-transform: none;
}

#banner p {
  outline: none;
  font-family: 'Tangerine', cursive;
  color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
  font-size: 2.50em;
  line-height: 2em;
  text-transform: none;
}

.page_sommaire #banner h1 {
  outline: none;
  font-family: 'Tangerine', cursive;
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-size: 3.50em;
  line-height: 2em;
  text-transform: none;
}

#timer span {
  font-family: "Codystar", sans-serif;
  font-weight: 300;
  font-style: normal;
}


