/*
Theme Name: Logomotif.lu
Theme URL: /
Description:
Version: 1
Author: Caractere-advertising.be

Creation Theme by Caractere-Advertising || www.caractere-advertising.be

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0px;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

sup{
	vertical-align: super; font-size: 50%;
}

a{
	outline:none;
	color:#009bd5;
}

.clear{
	clear:both;
}

/**********************************FIN RESET***********************/

html,body{
	width:100%;
	height:100%;
	font-family: 'Lato', sans-serif;
}

body{
	background: url(./img/bg-content.jpg) no-repeat center fixed;
}

body.home, body.page-template-produits{
	background: url(./img/bg-bleu.jpg) no-repeat center fixed;
}

body.home, body.page-template-catalogue-produits{
	background: url(./img/bg-bleu.jpg) no-repeat center fixed;
}

header{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:125px;
	background:url(./img/header.png) no-repeat center top;
	position:relative;
	z-index:9999;
}

.w-1180 {
    margin: auto;
    width: 1180px;
}

h1.logo, h1.logo > a{
	display:block;
	width:283px;
	height:47px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

h1.logo > a{
	text-indent:-9999px;
	background: url(./img/logomotif-lu2.jpg) no-repeat center;
}

h1.logo{
	float:left;
	padding-top:20px;
}

h1.logo:hover{
	padding-top:15px;
}

div.menu-nav_principale-container{
	float:right;
	padding-top:35px;
}

li.menu-item{
	position:relative;
	display:inline-block;
	padding-left:30px;
}

li.menu-item, li.menu-item > a{
	text-decoration:none;
	color:#000000;
	font-size:14px;
	text-align:center;
	font-weight:800;
	text-transform:uppercase;
	font-family: 'Cabin', sans-serif;
}

li.menu-item > a {
    display: block;
	padding-left:15px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

li.menu-item > a:hover {
    color:#e31818;
}

li.current-menu-item> a {
    color:#e31818;
	background: url(./img/li-menu.jpg) no-repeat left center;
}

/******SLIDESHOW*****/

div.content-clydeshow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width:100%;
	height:850px;
	margin-top:-125px;
	z-index:-2;
}

#video-home {
    position: relative;
    z-index: 2;
    margin: auto;
    display: block;
    margin-top: -125px;
}

div.home-slide{
	margin:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    height: 100%;
    width: 1180px;
	left:50%;
	margin-left:-590px;
	position: absolute;
    z-index: -999;
	text-align:center;
}

div.home-slide > img{
	display:block;
	width:100%;
	height:auto;
}

/******SIGNATURE*******/

a.caractere{
	display:block;
	width:26px;
	height:35px;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:999;
	background: url(./img/caractere.png) no-repeat center;
	text-indent:-9999px;
}

/***Sub-Menu****/

ul.sub-menu {
    background-color: white;
    display: none;
    padding-bottom: 15px;
    padding-top: 5px;
    position: absolute;
    width: 260px;
}

li.menu-item:hover > ul.sub-menu{
	display:block;
}

ul.sub-menu > li.menu-item, ul.sub-menu > li.menu-item > a{
	text-decoration:none;
	color:#9c9e9f;
	font-size:14px;
	text-align:left;
	font-weight:400;
	text-transform:uppercase;
	padding-left:0px;
}

ul.sub-menu > li.menu-item > a:hover{
	color:#e31818;
	background: url(./img/li-sub-menu.jpg) no-repeat left center;
}

ul.sub-menu > li.menu-item{
	display:block;
	padding:3px;
	padding-left:15px;
}

ul.sub-menu > li.menu-item a{
	padding-left:15px;
}

ul.sub-menu > li.current-menu-item > a{
	background:inherit;
	color:#e31818;
	background: url(./img/li-sub-menu.jpg) no-repeat left center;
}

/*****FOOTER*******/

footer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2e2d30;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	bottom:0px;
	font-weight:300;
}

div.a-propos{
	width:390px;
	color:white;
	float:left;
}

div.raccourcis{
	float:left;
	margin-left:50px;
}

div.raccourcis a{
	color:white;
	text-decoration:none;
}

div.raccourcis span{
	color:#e31818;
	font-weight:bold;
}

footer p, footer li{
	font-size:14px;
	margin-bottom:5px;
}

footer h2{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:900;
	color:white;
	font-family: 'Cabin', sans-serif;
}

footer div.footer-contact{
	float:right;
	width:500px;
}

input, textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:inherit;
	border:0px;
	background-color:#454448;
	color:white;
	font-size:14px;
	font-family: 'Cabin', sans-serif;
	width:100%;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

li.itemContact{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width:48%;
	margin-bottom:15px;
	list-style-type:none;
}

li.itemContact{
	margin-right:2%;
}

li.itemContact > span{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}

li.itemContact.liText, li.itemContact.liSubmit{
	float:none;
	width:98%;
	clear:both;
}

li.itemContact.liText, li.itemContact.liText textarea{
	height:80px;
}

li.itemContact.liSubmit input{
	color:white;
	display:block;
	width:200px;
	margin:auto;
	text-transform:uppercase;
	background-color:#e31818;
	border-bottom:5px solid #a60505;
	cursor:pointer;
}

div.colophon{
	padding:15px;
	background-color:#45424b;
	border-top:2px solid #212022;
	text-align:center;
	color:white;
	font-weight:300;
}

span.red{
	color:#e31818;
	font-weight:bold;
}

/********Contenu********/

div.content-page{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:right;
	width:50%;
	padding:3%;
	padding-right:0px;
	padding-bottom:120px;
}

div.content-page table{
	width: 100%;
	margin-bottom:20px;
}
div.content-page td, div.content-page th{
		padding: 10px;
		border:1px solid #ccc;
}

div.illustration-left{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width:50%;
	padding-right:3%;
	position:absolute;
	top:-35px;
}

div.wrapper{
	min-height:600px;
	position:relative;
}

div.wrapper p{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:15px;
	margin-bottom:10px;
}

div.wrapper ul{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:15px;
	margin-bottom:10px;
}

div.wrapper ul > li{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:15px;
	padding-left:15px;
	background: url(./img/puce.jpg) no-repeat left center;
}

div.wrapper h1{
	color:#e31818;
	font-family: 'cabin', sans-serif;
	font-weight:800;
	font-size:24px;
	margin-bottom:10px;
	text-transform:uppercase;
}

img.alignleft{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

img.alignright{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

/********CONTENT LEFT ************/

div.content-illustration-left > a {
    display:block;
	color:inherit;
	text-decoration:none;
	position:absolute;
	margin-top:-150px;
}

div.content-illustration-left > a > img{
	position:absolute;
	z-index:999;
	margin-top:-17px;
}

div.content-illustration-left > a > p{
	width:100%;
	background-color:black;
	color:white;
	position:relative;
	z-index:998;
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
	padding:5px;
	padding-left:65px;
	text-align:center;
	margin-left:20px;
}

/********SIDEBAR**********/

aside{
	width:100%;
	position:relative;
	z-index:9998;
}

aside > div.reseau{
	background: url(./img/sidebar2.png) no-repeat center bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
    left: 50%;
    margin: -80px auto auto -590px;
    padding-right: 80px;
    padding-top: 30px;
    position: absolute;
    width: 1180px;
	z-index:999;
}

aside > div.reseau.reseau-home{
	background: url(./img/sidebar.png) no-repeat center bottom;
}

aside > div.reseau > a{
	float:right;
	margin-left:5px;
}

div.actualite{
	background-color:white;
}

div.actualite div.callto{
	background-color:#e31818;
	display: inline-block;
    position: relative;
	line-height:50px;
}

div.actualite div.callto a{
	text-decoration: none;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	border-left:1px solid white;
	font-size:16px;
	font-weight:300;
	color:white;
}

div.actualite div.callto a img{
	float:left;
}

img.mail-picto{
	margin-right:10px;
	margin-top:17px;
}

img.telephone-picto{
	margin-right:10px;
	margin-top:10px;
}

div.actualite div.callto a:first-child{
	border-left:0px;
}

div.content-promo {
    display: block;
	float:right;
    padding-left: 20px;
	width: 730px;
}

div.content-promo > div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:50px;
	float:left;
	padding-top:12px;
	margin-right:15px;
}

div.content-promo > div > span.up{
	background: url(./img/left.jpg) no-repeat center;
	display:block;
	height:29px;
	width:17px;
	float:left;
	cursor:pointer;
}

div.content-promo > div > span.down{
	background: url(./img/right.jpg) no-repeat center;
	display:block;
	height:29px;
	width:17px;
	float:left;
	cursor:pointer;
}

div.promo {
    display: block;
	width: 695px;
	float:right;
}

div.promo > a{
	display:none;
	text-decoration:none;
}

div.promo > a:first-child{
	display:block;
}

div.promo > a > p, div.promo > a > h2, div.promo > a > span{
	display:inline-block;
	margin-right:10px;
}

div.promo > a > p{
	color:white;
	background-color:#e31818;
	padding:5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

div.promo > a > h2{
	line-height:50px;
	font-size:24px;
	color:black;
	font-weight:bold;
	text-transform:uppercase;
}

/**********PRODUITS*****************/

div.content-taxonomy{
	padding-top:50px;
	padding-bottom:50px;
}

div.content-taxonomy > article{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:270px;
	margin-bottom:30px;
	float:left;
	margin-left:12.5px;
	margin-right:12.5px;
	background-color:white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

div.content-taxonomy > article > h2 > a{
	font-size:18px;
	font-weight:800;
	text-decoration:none;
	color:#e31818;
	text-transform:uppercase;
}

div.content-taxonomy > article > p{
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	margin:0px;
	padding:10px 20px;
	padding-top:0px;
	padding-bottom:15px;
}

div.content-taxonomy > article > h2{
	padding:20px;
	padding-top:15px;
	padding-bottom:15px;
}

div.photo-produit{
	width:270px;
	height:270px;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #e3e4e4;
}

div.content-taxonomy > h1{
	font-size:24px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid white;
	font-weight:800;
	color:white;
}

div.content-taxonomy > h1 > span.red{
	color:#e31818;
	font-weight:800;
}

div.content-taxonomy > h1 > span.titre-taxonomy{
	font-weight:300;
}

/****************CONTACT PAGE****************/

div#wpcf7-f162-p13-o1{
	margin-bottom:50px;
}

div.wrapper ul > li.itemContact {
	list-style-type:none;
	background:none;
	padding:0px;
	width:100%;
}

div.wrapper ul > li.itemContact input, div.wrapper ul > li.itemContact textarea{
	list-style-type:none;
	background:none;
	width:100%;
	background-color:#e3e4e4;
	color:black;
}

div.wrapper ul > li.itemContact.liSubmit input {
    background-color: #e31818;
    border-bottom: 5px solid #a60505;
    color: white;
    display: block;
    margin: auto;
    text-transform: uppercase;
    width: 200px;
	cursor:pointer;
}

div.screen-reader-response, span.wpcf7-not-valid-tip{
	display:none;
}

input.wpcf7-not-valid{
	border:1px solid red;
}

footer div.wpcf7-response-output{
	color:white;
}

/***********PAGER***************/

.cycle-pager {
    height: 50px;
    position: relative;
    text-align: center;
    width: 300px;
	margin:auto;
	margin-top:-50px;
    z-index: 9999;
}

.cycle-pager > span{
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	text-indent:-9999px;
	background: url(./img/pager.png) no-repeat center;
	cursor:pointer;
}

.cycle-pager > span.cycle-pager-active{
	background: url(./img/pager-hover.png) no-repeat center;
}

/*************LANG************/

div.lang {
    background-color: #3e3d40;
    color: white;
    line-height: 20px;
    text-align: right;
    width: 100%;
}

div.lang a{
	display:inline-block;
	font-size:13px;
	color:white;
	font-weight:300;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

div.lang a:first-child{
	border-right:1px solid white;
}

div.lang a.current_language{
	font-weight:500;
	color:#e31818;
}

/****************COOKIE************/

div#cookieBox{
    width:100%;
    background-color:#d9dadb;
    color:#2e2d30;
    text-align: center;
    font-size:13px;
    font-weight: 300;
    padding:10px 0px
}

div#cookieBox.hide{
    display: none;
}

div#cookieBox p{
    font-family: 'Lato', sans-serif;
}

div#cookieBox p > a{
    background-color: #2e2d30;
    color: #fff;
    cursor:pointer;
    padding:5px 10px;
    text-transform: uppercase;
		text-decoration: none;
}

p.legal{
    background-color:#2e2d30;
    color:#9c9e9f;
    font-size:8px;
    padding-left:15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p.legal > a{
    text-decoration: none;
    color:#9c9e9f;
}
