@charset "UTF-8";

body {
	width: 100%;
	min-width: 1024px;
	font-family: 'Lato';
	font-weight: 300;
	background-image: url('../img/bg.png');
}

h1 {
	color: #898989;
	font-weight: 100;
	font-size: 600%;
	background-color: #e8e8e8;
	width: 92%;
	padding: 10px 12px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: block;
}

h2 {
	color: #898989;
	font-weight: 100;
	font-size: 340%;
	background-color: #e8e8e8;
	padding: 5px 0px 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

h3 {
	color: #898989;
	font-weight: 100;
	font-size: 230%;
	background-color: #e8e8e8;
	padding: 9px 0px 9px 15px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

h4 {
	color: #fff;
	font-weight: 100;
	font-size: 600%;
	padding: 15px 25px;
}

h4 span {
	color: #ffcc33;
}

h5 {
	font-size: 250%;
	display: block;
	font-weight: 300;
	padding: 20px;
	background: #ffcc33;
	color: #fff;
}

section {
	width: 100%;
	clear: both;
}

section:first-child {
	padding-top: 45px;
}

.topBar {
	width: 100%;
	height: 90px;
	position: absolute;
	background-color: #2e2e2e;
}

.imgDisplay {
	width: 100%;
	height: 780px;
	position: absolute;
	background-image: url('../img/imgDisplay.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -10;
}

.wrapper {
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
}

.subpage-wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.topContent {
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
}

.topLogo {
	width: 180px;
	height: 90px;
	background: url('../img/logo.png');
	position: relative;
	float: left;
}

.topLogo-mobile {
	width: 166px;
	height: 70px;
	background: url('../img/logo-mobile.png') center no-repeat;
	display: none;
	margin: 0 auto;
}

.topMenu-mobile {
	display: none;
}

.topMenu {
	float: right;
	position: relative;
	z-index: 1;
}

.topMenu ul li {
	float: left;
	margin: 30px 10px;
}

.topMenu ul li:first-child {
	margin-left: 0px;
}

.topMenu ul li:last-child {
	margin-right: 0px;
}

.topMenu ul a {
	color: #8e8e8e;
	font-size: 115%;
	padding: 7px 30px;
	background-color: #363636;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

.topMenu ul a:hover {
	color: #2e2e2e;
	background: #ffcc33;
	background: -moz-linear-gradient(left,  #ffcc33 0%, #ffdb33 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffcc33), color-stop(100%,#ffdb33));
	background: -webkit-linear-gradient(left,  #ffcc33 0%,#ffdb33 100%);
	background: -o-linear-gradient(left,  #ffcc33 0%,#ffdb33 100%);
	background: -ms-linear-gradient(left,  #ffcc33 0%,#ffdb33 100%);	background: linear-gradient(to right,  #ffcc33 0%,#ffdb33 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#ffdb33',GradientType=1 );
}

.submenu {
	width: 1024px;
	height: 45px;
	position: absolute;
	z-index: 1;
	top: 90px;
	background: #ffcc33;
	background: -moz-linear-gradient(left,  #ffcc33 0%, #ffdb33 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffcc33), color-stop(100%,#ffdb33));
	background: -webkit-linear-gradient(left,  #ffcc33 0%,#ffdb33 100%);
	background: -o-linear-gradient(left,  #ffcc33 0%,#ffdb33 100%);
	background: -ms-linear-gradient(left,  #ffcc33 0%,#ffdb33 100%);	background: linear-gradient(to right,  #ffcc33 0%,#ffdb33 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#ffdb33',GradientType=1 );
}

.submenu ul li {
	float: left;
}

.submenu ul li a {
	color: #fff;
	font-size: 140%;
	padding: 9px 87px;
	display: block;
}

.submenu ul li a:hover {
	background: #fff;
	color: #ffcc00;
}

.window {
	width: 100%;
	height: 460px;
	position: relative;
	top: 110px;
	display: block;
}

.popupWindow {
	width: 1024px;
	height: 460px;
	background-color: rgba(0,0,0,0.27);
	position: absolute;
	top: 110px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.popupWindow p {
	color: #fff;
	font-size: 130%;
	line-height: 190%;
	padding: 0 25px;
}

.popupWindow a {
	color: #fff;
	font-size: 120%;
	background: rgba(0,0,0,0.27);
	padding: 15px 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	top: 45px;
	left: 40%;
}

.content {
	width: 100%;
	background-color: #fff;
	position: relative;
	top: 130px;
}

.content p {
	font-size: 125%;
	margin: 30px;
	color: #8e8e8e;
}

.content h1 a {
	float: right;
	font-size: 40%;
	margin-top: 20px;
	padding: 10px 45px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #898989;
}

.content h1 a:hover {
	background: #ffcc33;
}

.content p a {
	float: right;
	font-size: 250%;
	padding: 10px 45px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffcc33;
}

.content p a:hover {
	padding: 8px 43px;
	color: #ffcc33;
	background: #fff;
	border: 2px solid #ffcc33;
}

.bodyMenu {
	width: 45.8984375%;
	margin: 0px 30px;
	float: left;
}

.bodyMenu ul li {
	float: left;
	text-align: center;
	width: 215px;
	height: 260px;
}

.bodyMenu ul li:nth-child(1) {	
	background-image: url('../img/poteaux.jpg');
}

.bodyMenu ul li:nth-child(2) {
	background-image: url('../img/potences.jpg');
	margin-left: 36px;
}

.bodyMenu ul li:nth-child(3) {
	background-image: url('../img/luminaires.jpg');
	margin-top: 36px;	
}

.bodyMenu ul li:nth-child(4) {
	background-image: url('../img/accessoires.jpg');
	margin-top: 36px;
	margin-left: 36px;	
}

.bodyMenu ul a {
	display: block;
	width: 100%;
	height: 100%;
}

.bodyMenu ul li:nth-child(1) a:hover {
	background-image: url('../img/poteaux_hover.jpg');
}

.bodyMenu ul li:nth-child(2) a:hover {
	background-image: url('../img/potences_hover.jpg');
}

.bodyMenu ul li:nth-child(3) a:hover {
	background-image: url('../img/luminaires_hover.jpg');
}

.bodyMenu ul li:nth-child(4) a:hover {
	background-image: url('../img/accessoires_hover.jpg');
}

.bodyMenu-mobile {
	display: none;
}

.slideshow {
	float: left;
	margin-left: 40px;
	width: 425px;
}

#slides {
	width: 425px;
	height: 463px;
	margin-top: 30px;
	position: relative;
}

#slides > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

.news {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	background: #e8e8e8;
}

.news img {
	width: 80px;
	height: 80px;
	margin: 10px;
	float: left;
}

.news p {
	padding: 8px;
	margin: 0;
}

.news p span {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.input {
	display:block;
	width: 94%;
	height: 50px;
	background-color: #8e8e8e;
	margin: 10px 0;
	padding:5px 3%;
	font-family:inherit;
	color: #fff;
	font-size: 140%;
	border: none;
}

#message {
	height: 200px !important;
}

.message_erreur{padding:10px; background:#ffcc33; color:#FFF; font-size:1.2em;}

#human{display:none;}

/*.input p {
	padding: 12px 25px;
	color: #fff;
	font-size: 140%;
	margin: 0;
}*/

.content .product p {
	width: 650px;
	float: left;
}

.content .product p a {
	color: #8e8e8e;
	font-size: 160%;
	display: block;
	background: none;
	padding: 0px;
	float: none;
	border: none;
}

.content .product p a:hover {
	cursor: pointer;
}

.product table {
	width: 280px;
	background: #e8e8e8;
	padding: 10px;
	margin-top: 45px;
	margin-right: 30px;
	float: right;
}

.product table td {
	text-align: center;
	padding: 2px;
}

.product table td a {
	color: #2e2e2e;
	text-transform: uppercase;
	display: block;
}

.product table td a:hover {
	background: #fff;
}

.products {
	width: 94%;
	margin: 0 auto;
}

.products_m {
	display: none;
}

.products table {
	width: 100%;
}

.products thead td {
	text-align: left;
	color: #fff;
	background: #898989;
	padding: 20px;
	font-size: 250%;
	font-weight: 100;
}

.products td {
	text-align: center;
	border: 1px solid #e8e8e8;
}

.products td a {
	width: 200px;
	margin: 20px auto 20px;
	padding: 10px 0;
	color: #898989;
	background: #e8e8e8;
	font-size: 200%;
	display: block;
}

.products td a:hover {
	color: #fff;
	background: #ffcc33;
}

.products td p {
	margin: 20px;
}

.full-news {
	width: 94%;
	margin: 0 auto;
}

.full-news > p {
	padding: 20px;
	margin: 0;
}

.full-news p img {
	float: left;
	margin-right: 20px;
}

.one-third {
	width: 294px;
	float: left;
	margin: 0px 23px;
}

.one-third > img {
	padding-top: 40px;
}

.half {
	width: 464px;
	margin: 0px 23px;
	float: left;
}

.half a {
	display:block;
	padding: 12px 45px;
	background: #ffcc33;
	margin-top: 15px;
	float: right;
	font-size: 150%;
	color: #fff;
	cursor: pointer;
}

.half a:hover {
	padding: 10px 43px;
	border: 2px solid #ffcc33;
	background: #fff;
	color: #ffcc33;
}

.submitbtn {
	display: block;
	padding: 12px 45px;
	background: #ffcc33;
	margin-top: 15px;
	float: right;
	font-size: 150%;
	color: #fff;
	border: none;
	cursor: pointer;
}

.submitbtn:hover {
	padding: 10px 43px;
	border: 2px solid #ffcc33;
	background: #fff;
	color: #ffcc33;
}

.footer {
	background: #2e2e2e;
	padding-top: 25px;
}

.footer p {
	margin: 0px 4%;
	color: #6d6d6d;
}

.footer ul {
	padding-left: 25px;
}

.footer ul li {
	font-size: 140%;
	margin-bottom: 36px;
}

.footer ul li a {
	color: #8e8e8e;
}

.footer ul li a:hover {
	color: #fff;
}

.footer ul li:first-child {
	margin-bottom: 10px;
}

.footer ul li:last-child {
	margin-bottom: 0px;
}

.footer ul ul {
	margin-bottom: 36px;
}

.footer ul ul li {
	font-size: 110%;
	margin-bottom: 10px;
	padding-left: 25px;
}

.backToTop {
	width: 100%;
	height: 54px;
	background: #363636;
}

.backToTop a {
	padding: 23px 135px 13px;
}

.backToTop a:hover {
	background-color: #8e8e8e;
}

.backToTop img {
	width: 20px;
	height: 22px;
	margin-top: 15px;
}

.logos {
	background-image: url('../img/logo-footer.png');
}

.clear {
	height: 25px;
	clear: both;
}

.images_m {
	display: none;
}

.images {
	width: 960px;
	margin: 0 auto;
}

.images img {
	margin-bottom: 25px;
}