body
{
	background-image: url('images/bg-old.jpg');
	background-position: center;
	background-attachment: fixed;


	padding: 0;
	margin: 0;
	font-family: Arial;
}

html {
	padding: 0;
	margin: 0;
}

.main-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2em;
	flex-wrap: wrap;
}

#main-image{
	background-image: url('./images/noir.png');
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background-size: 100%;
	height: 200px;
	width: 200px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 15px black;
	-webkit-animation:spin 60s linear infinite;
	-moz-animation:spin 60s linear infinite;
	animation:spin 60s linear infinite;
	margin-bottom: 2em;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.card-header{
    background-color: #2c2c2c;
	color: #72ffc2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.card-body{
	padding: 0%;
}

.card_img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-footer{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: x-small;
	color:black;
}

.btn-dark{
	margin:auto;
}

.navbar{
	position:fixed;
	width:100vw;
	box-shadow: 0 0 5px black;
	z-index: 2;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.navbar-nav{
	width:100%;
	text-align: center;
}

.header{
	text-align:center;
}

#accueil{
	width: 150px;
}


#vid{
	width: 80%;
	max-width:570px;
	background-color: black;
	margin: auto;
	padding: 20px;
	box-shadow: 0px 0px 15px black;
  	border: 2px white solid;
	border-radius: 5%;
	margin-bottom: 10px;
	margin-top: 10px;

}

#screenshots
{
	background-color: rgb(0, 255, 166);
	padding:20px;
	margin: 0%;
}

.screenshot
{
  	border: 0.2vw white solid;
	width:100%;
}

h1{
	text-align: center;
	padding: 10px;
	color: rgb(0, 88, 58);
	font-weight: bolder;
	background-color: #ffffff;
	margin:0px;
}

h3{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(255, 0, 221);
	font-weight: bolder;
}

a{
	text-decoration: none;
	color: darkblue;
  }

.text-container{
	text-align: justify;
	background-color: rgba(0, 0, 0, 0.858);
	color: rgb(255, 255, 255);
}

#musique{
	width: 75vw;

}

.enlightened{
	text-align: center;
	font-style: italic;
}

.last_section{
	background-color:rgba(0, 0, 0, 0.863);
	padding: 20px;
}

.card{
	margin:10px;
	box-shadow: 0 0 20px black;
}



.navbar-toggler{
	width:100%;
}

.profil-pict-navbar{
	object-fit:cover;
	width:24px;
	height:24px;
	border-radius: 12px;
	border: 1px solid black;
	margin-right: 10px;

}


.profil-picture{
	object-fit: cover;
	position:center;
	width:100%;
	height: 100%;
}

.line{
	width: 80%;
	border: 0.5px rgb(164, 164, 164) solid;
	margin:auto;
  }

.card-body{
	font-size: x-small;
}

.card-list{
	padding: 20px;
}

label{
	background-color: #72ffc2;
	padding: 5px;
}



.warning{
	background-color: rgb(255, 153, 153);
	border:2px solid red;
	padding:5px;
	width:100%;
	text-align: center;
	border-radius: 10px;
}

.instaphoto{
	width:150px;
	height:150px;
	object-fit: cover;
	border-radius: 25px;
	box-shadow: 0 0 5px black;
	margin: auto;
}

.message{
	font-size: small;
	/*background-color: rgba(255, 255, 255);*/
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 0 5px black;
	max-width: 90%;
	padding:1em;
	margin:auto;
	text-align: center;
	min-width: 150px;
  }

.instacontain{
	text-align: center;
}

#feed-container{
	background-color:rgba(0, 229, 130, 0.929);
	padding: 50px;
}

#classementG{
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card-game{
	height:200px;
}

.best-pict{
	width:100px;
	height:100px;
	border-radius:100px;
	margin:auto;
	border: 2px solid rgb(255, 255, 255);
	box-shadow: 0 0 10px rgb(0, 0, 0);
	overflow:hidden;
  }

.best-pict-pj{
	width:50px;
	height:50px;
	border-radius:100px;
	margin:auto;
	border: 2px solid rgb(255, 255, 255);
	box-shadow: 0 0 5px rgb(0, 0, 0);
	overflow:hidden;
}

.scoreG{
	display: flex;
 	align-items: center;
	padding: 10px;
	margin:1em 0;
	width: 75%;
}

.score_per_game{
	display : flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em 0;
}

h2{
	font-weight: bolder;
	color:white;
	text-align: center;
}
