* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html, body {
font-family: 'Oswald', sans-serif;
background: #ebebeb;
background: url('../imgs/bg.png') no-repeat bottom center fixed;
background-size: cover;
nav {
margin: 25px 20%;
nav input {
font-size: 25px;
height: 70px;
width: 100%;
border: none;
background: white;
padding: 10px 20px;
border-radius: 5px;
outline: 0;
letter-spacing: 1px;
word-spacing: 8px;
text-align: center;
.referent {
display: inline-block;
cursor: pointer;
position: relative;
margin: 25px;
width: 200px;
height: 200px;
background-position: center center;
overflow: hidden;
.referent:hover {
opacity: 1;
.referent .infos {
padding: 10px;
position: absolute;
bottom: 0;
background:rgba(0, 0, 0, 0.7);
color: white;
.referents {
.game {
border-radius: 20px;
border: 3px solid black;
.text-center
{
margin-top: 6%;
background-color: rgba(0, 0, 0, 0.2);
.text-center img
height: 250px;
margin: 2%;
.text-center img:hover
padding-bottom : 5px;
border-bottom: 2px solid black;
.titreIcon
text-align:center;
margin-top: 2%;
.titreIcon img
height: 150px;
button {
height:60px;
line-height: 60px;
background: #47ad4b;
border: 1px solid green;
border-bottom-width: 6px;
border-radius: 10px;
font-size: 40px;
padding: 0 25px;
margin-bottom: 20px;
transition: all 0.2s;
button:hover {
border-bottom-width: 4px;
button:active {
border-bottom-width: 2px;
.abso {
position:absolute;
width:100%;
height:100%;