
@font-face {
    font-family: 'HelveticaFin';
    src: url('../police/Roboto-Light.ttf') format('truetype'); /* Format .ttf */
}

@font-face {
    font-family: 'Helvetica';
    src: url('../police/Roboto-Medium.ttf') format('truetype'); /* Format .ttf */
}

@font-face {
    font-family: 'HelveticaGras';
    src: url('../police/Roboto-Bold.ttf') format('truetype'); /* Format .ttf */
}

/*

Photo : 16:9
Banniere : 3840 x 930

*/



:root {
  --txt-titre: #ffffff;
  --txt-nom-jeu: #ffffff;
  --txt-para: #ffffff;
  --txt-important: #fe9305;

  --bg-principal: #202020;
  --bg-text-projet: #333;

  --bordure: #8905d2;

  --taille-zone-base: 75%;
}


* {

  margin: 0;
  padding: 0;

  }

b {
  font-family: 'HelveticaGras', sans-serif;
}

p {
  font-family: 'HelveticaFin', sans-serif;
}
body {
  font-family: 'Helvetica', sans-serif;
  padding-top: 100px;
  background-color: var(--bg-principal);
}

section{
  margin-left: auto;
  margin-right: auto;
  max-width: var(--taille-zone-base);
}



a{
  text-decoration: none;
}

b{
  color: var(--txt-important);
}

@media screen and (max-width: 1200px){
  section {
    max-width: 75%;
  }
}

/*temporaire*/
