/* CSS Document */

body {
  background: url('../img/mgamasterbanner2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position:0px 75px;
}

.black3c { color: #00121E; }
#formulaire { background-color: white; }

@font-face {
  font-family: 'FuturaStd Book';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/FuturaStd/FuturaStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'FuturaStd Light';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/FuturaStd/FuturaStd-Light.otf') format('opentype');
}
.titre {
  font-family: 'FuturaStd Book', Sans-Serif;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 20px;
}
.formulaire{
  font-family: 'FuturaStd Book', Sans-Serif;
}
.reglement-titre {
  font-family: 'FuturaStd Book', Sans-Serif;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
}
.reglement{
  font-family: 'FuturaStd Light', Sans-Serif;
  text-align: justify;
}

.notes {
  font-family: 'FuturaStd Book', Sans-Serif;
  font-size: 0.8em;
  padding-top: 20px;
}
.pied { 
  background-color: #0a1317;
  font-family: 'FuturaStd Book', Sans-Serif;
  font-size: 0.8em;
}
.button-gold {
  border-radius: 0;
  background: #bd7f36;
  color: #000;
  font-family: 'FuturaStd Book', Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 20px;
}
.button-gold:hover {
  background: #0a1317;
  color: #bd7f36;
}
.accepte:checked {
  background: #bd7f36;
  border-color: grey;
}