@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* GLOBAL */
body {
	background-image: url(https://image.noelshack.com/fichiers/2019/03/3/1547626528-gplay.png); 
	font-family: 'Titillium Web', sans-serif;
	margin: 0 auto;
}

#ajuste {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

img {
	max-width: 100%;
}

/* HEADER */

header {
	background: #fff; 
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4); 
} 

header > #ajuste > .title_left {
	font-family: 'Open Sans', sans-serif;
	float: left;
	font-size: 50px;
	margin-top: 25px;
	letter-spacing: -1.5px;
	color: #7f8c8d;
}

#right_menu {
	float: right;
	background: transparent;
	padding: 10px;
	height: 100px;
	line-height: 100px;
	width: 200px;
	text-align: center;
	font-size: 24px;
	color: grey;
}

a {
	text-decoration: none;
	padding: 0;
	list-style-type: none;
	color: grey;
}

#right_menu:hover {
	background: #ecf0f1;
	float: right; 
	padding: 10px;
	height: 100px;
	line-height: 100px;
	width: 200px;
	text-align: center;
	font-size: 24px;
	color: grey;
	cursor: pointer;
	border-left: 1px solid rgba(0,0,0,0.5);
	border-right: 1px solid rgba(0,0,0,0.5); 
}

i {
	position: absolute;
	top: 78px;
	margin-left: -100px;
}

#menu_navigation {
	background: #fff;
	float: right; 
	width: 200px;
	margin-left: 729px;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	z-index: 2; 
	box-shadow: 0 1px 0 1px rgba(0,0,0,0.5);
}

ul {
	padding: 0px;
	margin: 0;
	margin-top: -10px;
}

ul > li {
	list-style-type: none;
	background:transparent;
	padding: 10px;
	margin-left: -10px;
	width: 100%;
	text-align: center;
	color: grey;
	font-size: 17px;
}

ul > li:hover {
	list-style-type: none;
	background: #ecf0f1;
	padding: 10px;
	cursor: pointer;
	margin-left: -10px;
	width: 100%;
	text-align: center;
	color: grey;
	font-size: 17px;
}

#menu_deroulant {
	display: none;
	position: relative;
	z-index: 2;
}

.box_site {
	background: #fff;
	float: left;
	width: calc(800px / 2); 
	box-shadow: 0 3px 0 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	margin: 6px;
}

.content_box {
	padding: 10px;
	font-size: 18px;
	color: grey;
	letter-spacing: -0.5px;
	text-align: center;
}

#box_info {
	background: #fff;
	width: auto;
	padding: 8px;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.message {
	background: orange;
	color: #fff;
	font-size: 19px;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}

.one {
	background-image: url(fa.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: left -20px;
	transition: all 0.3s;
}

.one:hover {
	background-image: url(fa.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: center -80px;
} 

.two {
	background-image: url(ce.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: right -20px;
	transition: all 0.3s;
}

.two:hover {
	background-image: url(ce.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: center -80px;
} 

.three {
	background-image: url(fs.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: right -20px;
	transition: all 0.3s;
}

.three:hover {
	background-image: url(fs.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: right -110px;
} 

.four {
	background-image: url(me.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: right -20px;
	transition: all 0.3s;
}

.four:hover {
	background-image: url(me.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: center -80px;
} 

.five {
	background-image: url(ln.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: right -20px;
	transition: all 0.3s;
}

.five:hover {
	background-image: url(ln.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: center -80px;
} 

.six {
	background-image: url(tt.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: left -20px;
	transition: all 0.3s;
}

.six:hover {
	background-image: url(tt.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: left -80px;
} 

.seven {
	background-image: url(ku.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: left -20px;
	transition: all 0.3s;
}

.seven:hover {
	background-image: url(ku.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: left -250px;
}
.nine {
	background-image: url(mm.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: left -20px;
	transition: all 0.3s;
}

.nine:hover {
	background-image: url(mm.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position:  center -80px;
}

.height {
	background-image: url(mat.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: left -40px;
	transition: all 0.3s;
}

.height:hover {
	background-image: url(mat.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: center -80px;
}  

.ten {
	background-image: url(mj.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(4px); 
	background-position: right bottom;
	transition: all 0.3s;
}

.ten:hover {
	background-image: url(mj.png); 
	width: 100%; 
	height: 200px; 
	filter: blur(0px);
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.3s;
	background-position: left bottom 10px;
}  



