body {
    background-color: #1e1e1e;	    
} 

.texte {
  color: white;
  text-align: center;
  font-size: 3vmin;
}

.header {
padding-top: 10px;
    background-color: #1e1e1e;
background-image: url("../assets/topography.png");
background-position: bottom right;
background-repeat: no-repeat;
background-size: 40%;
}
.header p span {
background-color: #1e1e1e;
}

.gamewatch {
position: absolute;
top:25;
left:0;
max-width: 40%;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.row {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 0 4px;
}


.column {
margin-left: 50px;
margin-right: 50px;
flex: 25%;
max-width: 7%;
padding: 4px;
}

.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}


@media screen and (max-width: 920px) {
.column {
-ms-flex: 30%;
flex: 50%;
max-width: 20%;
}
}
@media screen and (max-width: 600px) {
.column {
-ms-flex: 30%;
flex: 50%;
max-width: 20%;
}
}

a {
color: white;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: underline;
}

.link {
margin-left: 50px;
margin-right: 50px;
flex: 25%;
max-width: 9%;
padding: 0 4px;
}
footer {
position: relative;
width: 100%;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
}

.carousel-inner .item img, 
.carousel-inner .item video {
    width: 100%;
    height: 100vmin;
    object-fit: cover;
}