/*
Theme Name: gsystTheme
Author: Imprimerie BJ
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END MEYER'S RESET */

html{
	font-family: "vag-rundschrift-d";
	font-weight: 300;
}


/* CODE RELATIF AU MENU */

a{
	color: rgba(122,230,73,1);
}

nav{
	width: 100%;
	height: 250px;
	background-color: rgba(122,230,73,1);
	position: relative;
}

	nav div{
		position: relative;
		width: 90%;
		margin: 0 auto;
	}

		nav div ul{
			text-align: right;
			height: 250px;
		}

			nav div ul li:first-child{
				position: absolute;
				left: 0;	
			}

			nav div ul li{
				display: inline-block;
				height: 250px;
				line-height: 250px;
			}

			#menu-item-21 a:first-child{
				background-image: url("http://www.gsystemes.lu/wp-content/uploads/2016/06/logoGSyst.png");
				width: 250px;
				background-size: 200px 200px;
				background-repeat: no-repeat;
				background-position: center;
			}

				#menu-item-21 a:first-child span{
					visibility: hidden;
				}

				nav div ul li a{
				  color: rgba(255,255,255,1);
				  font-size: 16px;
				  text-decoration: none;
				  height: 250px;
				  display: inline-block;
				  text-transform: uppercase;
				}

				nav div ul li a span{
					transition: 0.3s ease;
					color: #ffffff;
					text-decoration: none;
					border-top: 2px solid rgba(122,230,73,1);
					border-bottom: 2px solid rgba(122,230,73,1);
					padding: 20px 0;
					margin: 0 20px;
				 }

				 nav div ul li a:hover span{
					border-top: 2px solid rgba(255,255,255,1);
					border-bottom: 2px solid rgba(255,255,255,1);
					padding: 10px 0;
				}

				.current-menu-item span{
					border-top: 2px solid rgba(255,255,255,1);
					border-bottom: 2px solid rgba(255,255,255,1);
					padding: 10px 0;
				}

				h1, h2, h3, p{
					width: 70%;
					margin: 0 auto;
					text-align: center;
				}

				h1{
					height: auto;
					line-height: 1;
					font-size: 70px;
					font-weight: bold;
					text-align: center;
					color: rgba(0,0,0,0.6);

				}

				h2{
					font-size: 20px;
					font-weight: 300;
					height: 50px;
					line-height: 50px;
					border-bottom: 2px solid rgba(122,230,73,1);
					margin-bottom: 50px;

				}

				h3{
					font-size: 16px;
					font-weight: 300;
					height: 50px;
					line-height: 50px;
					margin-top: 50px;
				}

				p{
					font-size: 16px;
					text-align: center;
					color: rgba(0,0,0,0.7);
					line-height: 1.3;
					margin-bottom: 50px;
				}

				#coordonnees{
					text-align: left;
					line-height: 0.8;
				}

				#domaines{
					height: 340px;
					width: 900px;
					margin: 0 auto;
					text-align: center;
					margin-bottom: 50px;
				}

					#domaines li{
						float: left;
						width: 300px;
						height: 300px;
						background-size: 300px 600px;
						background-position: 0 0;
						background-repeat: no-repeat;
						line-height: 300px;
					}

					.profileAlu{
						background-image: url('http://www.gsystemes.lu/wp-content/uploads/2016/10/spriteAluminium.png');
					}

					.bacsPET{
						background-image: url('http://www.gsystemes.lu/wp-content/uploads/2016/10/spriteBac.png');
					}

					.roulette{
						background-image: url('http://www.gsystemes.lu/wp-content/uploads/2016/10/spriteRoulette.png');
					}

					#domaines li:hover{
						background-position: 0 -300px;
					}

						#domaines li a{
							display: inline-block;
							width: 300px;
							height: 340px;
							position: relative;
						}

							#domaines li a span{
								display: inline-block;
								position: absolute;
								top: 0;
								left: 0;
								height: 340px;
								width: 300px;
								text-align: center;
								text-transform: uppercase;
								font-weight: bold;
								font-size: 30px;
								line-height: 660px;
								text-decoration: none;
							}

							#domaines li a span:hover{
								text-decoration: underline;
							}

.push, footer{
		height: 130px;
		width: 100%;
	}

	footer{
		line-height: 130px;
		background-color: rgba(0,0,0,0.6);
	}

		footer p{
			width: 960px;
			margin: 0 auto;
			line-height: 1.2;
			color: rgba(255,255,255,1);
			text-align: left;
			padding-top: 15px;
		}

		footer p>span{
			font-weight: bold;
			font-size: 20px;
		}

			footer p a span{
				font-weight: 300;
				color: rgba(255,255,255,1);
				text-decoration: underline;
			}

#wrapperContact{
	width: 70%;
	height: 340px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.05);
	position: relative;
	padding: 50px 0 50px 0;
	border: 2px solid rgba(122,230,73,1);
}

	#wrapperContact div{
		margin-left: 20px;
		height: 300px;
	}

		#wrapperContact input, #wrapperContact textarea{
			background-color: rgba(255,255,255,0.9);
			width: 50%;
			display: block;
			margin: 0 0 10px 0;
			color: rgba(0,0,0,1);
		}

		#wrapperContact input{
			height: 30px;
		}

		#wrapperContact textarea, #wrapperContact input[name="captcha"]{
			margin-bottom: 30px;
		}