<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.GlobalHome {
	min-width: 800px;
	display: flex;
	flex-direction: column;
}

/****************************************/
/*				Partie ADS 				*/
/****************************************/

.adsH {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.adsB1, .adsB2 {
	width: 160px;
	height: 600px;
}

/****************************************/
/*			Partie Recherche 			*/
/****************************************/

.backBanner {
	background-color: #111;
	margin: 15px 0 15px 0;
	height: 300px;
	width: 100%;
}

.bannerHome {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

	.divSearch {
		height: 152px;
		width: 800px;
		margin-top: 135px;

		display: flex;
		flex-direction: column;
		align-items: center;

	    background-color: rgba(252,252,252,0.70);
	    border: 1px solid rgba(0,0,0,0.05);
	    -webkit-box-shadow: 0 0 15px 1px black;
	    -moz-box-shadow: 0 0 15px 1px black;
	    -ms-box-shadow: 0 0 15px 1px black;
	    -o-box-shadow: 0 0 15px 1px black;
	    box-shadow: 0 0 15px 1px black;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	    -o-border-radius: 4px;
	    border-radius: 4px;
	}

		.divSearchTop {
			display: flex;
			justify-content: center;
			align-items: center;
		}

			.divSearch input
			{
				height: 20px;
				width: 200px;

				font-family: 'Lato',sans-serif;
				font-size: 16px;
				background: #fff;
				border: 2px solid #1ca9db;
				border-radius: 3px;
				box-shadow: none;
				} * { outline: 0; } user agent stylesheettextarea {
				font-family: monospace;
				border-color: rgb(169, 169, 169);
			}

			.divSearch input:hover{border: 2px solid #888;}
			.divSearch input:focus{border: 2px solid #1ca9db;color: #000;}

		.divSearchBot {
			display: flex;
			justify-content: center;
			flex-direction: row;
			flex-wrap: wrap;
		}

			.divSearchBot select 
			{
				width: 120px;
				margin-right: 30px;
				font-size: 16px;
				background: #fff;
				border: 2px solid #ccc;
				border-radius: 3px;
				box-shadow: none;
				} * { outline: 0; } user agent stylesheettextarea {
				font-family: monospace;
				border-color: rgb(169, 169, 169);
			}

			.divSearchBot select:hover{border: 2px solid #888; cursor: pointer;}
			.divSearchBot select:focus{border: 2px solid #1ca9db;color: #000;}

			.divSearchBot .divSelect {
				width: 680px;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
			}

				.selection {
					display: flex;
					align-items: center;
					justify-content: center;
					margin-bottom: 8px;
				}

					.selection p {
						font-family: 'Oswald', sans-serif;
						font-size: 18px;
						font-weight: 400;
						color: #333;
						text-shadow: 1px 1px 1px #fff;
						margin-right: 10px;
					}

			.bannerHome .divRanks {
				display: flex;
				align-items: center;
			}

				.bannerHome .divRanks .imgRank { 
					width: 35px; 
					height: 35px;
					background-size: 35px;
					opacity: 0.50; 
					margin-right: 10px;
				}
				
				.bannerHome .divRanks .imgRank:hover{ opacity: 1; cursor: pointer; }

				.selection-rank {
					flex: 1 100%;
				}

/****************************************/
/*				Partie VidÃ©o 			*/
/****************************************/

.bodyHome {
	display: flex;	
	justify-content: center;
	flex-direction: row;
	margin-top: 15px;
}
	.contentVideo {
		display: flex;
		align-content: flex-start;
		flex-wrap: wrap;
		width: 1345px;
		margin-top: -10px;
	}

		.divVideo {
			position: relative;
			display: flex;
			flex-direction: column;
			width: 200px;
		    height: 230px;
		    margin: 10px;
		    background-color: #1b1b1b;
		    font-family: 'Oswald', sans-serif;
		    font-weight: 700;
		    -webkit-border-radius: 5px;
		    -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		    -o-border-radius: 5px;
		    border-radius: 5px;
		    cursor: pointer;
		}

		.divVideo:hover {
		    opacity: 0.95;
		    -webkit-box-shadow: 0 0 10px 2px rgb(30,144,255);
		    -moz-box-shadow: 0 0 10px 2px rgb(30,144,255);
		    -ms-box-shadow: 0 0 10px 2px rgb(30,144,255);
		    -o-box-shadow: 0 0 10px 2px rgb(30,144,255);
		    box-shadow: 0 0 10px 2px rgb(30,144,255);
		}

			.divVideo.notseen {
			    border: 2px solid #1ca9db;
			}

			.divVideo.seen {
			    border: 2px solid rgb(156, 30, 217);
			}

			.infoVidTop {
				display: flex;
				justify-content: center;
				padding: 2px 0 2px 0;
				align-items: center;
				width: 100%;
			    height: 30px;
			    text-align: center;
			    color: #fff;
				border-bottom: 2px solid #1ca9db;
			}

				.infoVidTop p {
					display: block;
				}

				.divVideo.seen .infoVidTop {
					border-bottom: 2px solid rgb(156, 30, 217);
				}

				.rankVideo {
					width: 30px;
					height: 30px;
					margin-right: 10px;
					background-position: center;
					align-self: flex-start;
				}

				#ranklist {
					position: relative;
					display: flex;
					flex-direction: row;
				}

					#Bronze {
						background: url('../Images/Classement/Ranks.png') 0 0;
					}

					#Silver {
						background: url('../Images/Classement/Ranks.png') -33px 0;
					}

					#Gold {
						background: url('../Images/Classement/Ranks.png') -67px 0;
					}

					#Platinum {
						background: url('../Images/Classement/Ranks.png') -100px 0;
					}

					#Diamond {
						background: url('../Images/Classement/Ranks.png') -134px 0;
					}

					#Master {
						background: url('../Images/Classement/Ranks.png') -170px 0;
					}

					#Challenger {
						background: url('../Images/Classement/Ranks.png') -204px 0;
					}

			.champPvsO {
				display: flex;
				justify-content: center;
				margin-top: 10px;
				height: 165px;
				width: 100%;
			}

				.champP, .champO {
					height: 164px;
					width: 90px;
					-webkit-border-radius: 3px;
				    -moz-border-radius: 3px;
				    -ms-border-radius: 3px;
				    -o-border-radius: 3px;
				    border-radius: 3px;
				}

			.divVideo .vsVideo {
				z-index: 10;
				width: 50px;
				height: 50px;
				position: absolute;
			    top: 100px;
			    left: 75px;
				background: url("../Images/Use/vs.png") no-repeat;
			}

			.infoVidBottom {
				margin-top: 3px;
				display: flex;
				justify-content: space-between;
				color: #fff;
    			font-size: 12px;
    			font-weight: bold;
    			padding: 0 4px;
    			opacity: .75;
			}
</pre></body></html>