/*
Section générale
*/
body {
background-color: #073646;
color: #ffffff;
}
.lamain {
cursor: pointer;
}
a {
color: #e5511b;
text-decoration: none;
}

a:hover, a:focus {
color: #e5511b;
text-decoration: underline;
}

/*
Hack pour le conteneur
*/
@media (min-width: 1500px) {
  .container {
    max-width: 1480px;
  }
}

/*
Section pour le grattage
*/
.scratchie {
 /*width: 450px;*/
 /*height: 450px;*/
 width: 500px;
 height: 500px;
 user-select: none;
}
.scratchie--scratched {
 user-select: initial;
}
.scratchie--scratched > canvas {
 display: none;
}
.scratchie_bouton {
 background-color: #e5511b;
 padding: 20px 20px 20px 20px;
 cursor: pointer;
}
.scratchie_bouton_texte {
 text-align: center;
 padding-top: 250px;
 /*padding-left: 32px;*/
 /*padding-right: 32px;*/
 padding-left: 57px;
 padding-right: 57px;
 font-size: 1.4rem;
 color: #2e333b;
}

/*
Section pour le formulaire
*/
.form-control-label {
 font-size: .9rem;
/* color: #777;*/
 color: #ffffff;
}