/*
 * Kameleo T2 Template Graphical configuration
 */
 
/* default values */

html {
	height: 100%;
}

body {

	/* 
		define the font of the page here:
		(linehgiht, color, size etc... You can specify the font for the titles later)
	*/
	
	font-size: 1.563em; /* Better to use % here and then EM in content but you could use PX, PT, % or EM */
    line-height: 40px; /* Better to use PX here but you could use PX, PT, % or EM */
    /* font color */
    color: #fff;
    height: 100%;
    
    font-family: BrandonText-Regular;
	font-weight: normal;
	font-style: normal;
    
    /* background of the page, can contain a image. would be like this background: #000 url(yourimage.jpg) center top no-repeat; */
    background:url(../img/texture_custom_trame.jpg) left top repeat; 
}

/** Colors background **/

body.redBg {
	background:url(../img/texture_red.jpg) left top repeat; 
}

body.blueBg {
	background:url(../img/texture_blue.jpg) left top repeat; 
}

body.brownBg {
	background:url(../img/texture_brown.jpg) left top repeat; 
}

body.greenBg {
	background:url(../img/texture_green.jpg) left top repeat; 
}

body.whiteBg {
	background:url(../img/texture_white.jpg) left top repeat;
	color:#463737;
}


/* specify additional backgrounds here */

div#w0 {
    height: 100%;
}

div#w1 {
    height: 100%;
}

div#w2 {
    height: 100%;
	/*background: transparent url(../img/bg_bottom.png) center bottom repeat-x;
    uncomment if you want to set a footer image on all width of the browser */
}

div#w3 {
    height: 100%;
}


#cn h1, h2, h3 { /* Titles */
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
	font-family: BrandonText-Black;
	font-weight: normal;
	font-style: normal;
}

#cn h1 { /* page title */
	
	background:url(../img/texture_white.jpg) left top repeat;
	color:#463737;
    letter-spacing: 0.1em;
    text-transform: none;
    text-transform: uppercase;
    padding:0px 40px 65px 40px;
    margin-bottom:0px;
    font-size: 1.8em;
}

#cn h1.alignLeft >div{
	width: auto;
    margin: 0px auto;
    text-align: left;
    max-width: 1200px;
}



#cn h2 { /* paragraph title */
    font-size: 1.8em;
    margin-bottom: 65px;
    letter-spacing: 0.1em;
}

#cn h3 { /* module title */
    font-size: 1.25em;
    margin:0;
}


/** Titre indépendant **/

#cn .object.noMarginTitle{
	padding-bottom:0px!important;
}

/* underline / sous-ligni� / highlight */

u {
	display: inline-block;
	font-size: 2em;
	text-align: center;
    color: #EEEDEC; /* couleur du texte */
	width: 300px;
	line-height: 150px;
	background:url(../img/price_red.png)left top no-repeat;
    text-decoration: none; 
    padding: 0 4px; /* espacement */
	margin-top: 65px;
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
    
    font-family: BrandonText-Black;
	font-weight: normal;
	font-style: normal;
}

.blueBg u{
	background:url(../img/price_red.png)left top no-repeat;
}

.greenBg u{
	background:url(../img/price_brown.png)left top no-repeat;
}

.brownBg u{
	background:url(../img/price_blue.png)left top no-repeat;
}

.redBg u{
	background:url(../img/price_green.png)left top no-repeat;
}

/*
strong{
	letter-spacing:0.1em;
}
*/

/* global link color & style */

a {
	/* replace underline by none if you want no line under the links */
    text-decoration: underline; 
}

a:link {
	/* color of the links */
    color: #fff;
}

a:visited {
	/* color of the links once you have clicked on */
    color: #fff;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    /* color of the mouse hover, and active state (when you actually press the mouse bouton) */
    color: #fff;
    text-decoration: none;
}

#cn a {
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}


#cn a.button{
	color: #fff;
	border:2px solid #fff;
	padding:10px 30px 6px;
	text-transform:uppercase;
	display:inline-block;
	width:auto;
	text-align:center;
	margin:0px auto;
	text-decoration:none;
	letter-spacing:0.1em;
}

#cn a.button:hover{
	border:2px solid #463737;
	color: #463737;
	letter-spacing:0.1em;
}



#cn .object.custom a.button:hover{
	color: #fff;
	border:2px solid #fff;
}


#cn .object.white a.button{
	background:none;
}

/** Couleur bouton par page **/
	
#cn .object.white a.button{
	background:url(../img/texture_brown.jpg)left top repeat;
	border:2px solid #463737
}

.redBg #cn .object.white a.button{
	background:url(../img/texture_red.jpg)left top repeat;
	border:2px solid #e1523d;
}

.blueBg #cn .object.white a.button{
	background:url(../img/texture_blue.jpg)left top repeat;
	border:2px solid #558ea5;
}

.greenBg #cn .object.white a.button{
	background:url(../img/texture_green.jpg)left top repeat;
	border:2px solid #6e9e87;
}

#cn .object.white a.button:hover, .redBg #cn .object.white a.button:hover,.blueBg #cn .object.white a.button:hover,.greenBg #cn .object.white a.button:hover{
	background:none;
	color: #463737;
	border:2px solid #463737;
}


#cn .object.leftAlign.white a{
	color:#e1523d;
	text-decoration:none;
}

#cn .object.leftAlign.white a:hover{
	color:#463737;
}



/* paragraphs (block de contenu) */

p {
	margin:	0 0 12px 0; /* margin: top right bottom left; */
}

/* modules */

div.module {
	margin: 0 0 10px 0; /* margin: top right bottom left; */
}


/* langues */

ul#lang {/* liens vers les diff�rentes langues du site */
    float: right;
    height: 41px;
    width:75px;
    background: url(../img/lan.png) no-repeat; 
    padding: 0 21px;
}

ul#lang li{
    float: left;
    margin: 6px 3px;
    padding: 5px 6px;
}

ul#lang li a{
    text-decoration: none;
    font-size: 13px;
    color: #8d8a9c;
    padding-right: 1px;
    text-transform:uppercase;
}

ul#lang li a:hover{
    color: #a198d9;
}


/* structure */

/* header */
div#hd {
	height: 130px;
}

.home div#hd {
	height: 100%; /* height of your header image */
}

div#hd .cn{
	padding:0px;
	height: 100%;
}


/* content */
div#cn {
    height: 100%;
    text-align:center;
}

.closed div#cn {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div#bd {
	min-height: 100%;
}

div#ct {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -120px;
}

div.cn {
    background: transparent;
    width:auto;
    max-width: 100%;
}

div#bd div#bd_bg{
	background: none; /* this images must be repeatable (usual name: "bd.png") */
	padding:0px 0px 220px 0px;
	width:100%;
}

div#bd div.cn {
	background: none;
	padding: 20px 0;	/* pushes the footer down*/
	width:100%;
}

.cn #content {
    min-height:200px; /* specifies minimum height for the content all 3 lignes are important */
    height:auto !important;
	height:200px;
	padding-bottom: 87px;
}


/** Page galerie **/

.galery #cn #kamGallery li img{
		width:100%;
		margin:0px;
		height:auto;
}

.galery #cn #kamGallery hr{
	display:none;	
}

.galery #kamGallery{
		width: 100%;
	    margin:0px auto;
}
	
.galery #cn #kamGallery li{
		width:25%;
		line-height:0px;
}	
	
@media only screen and (max-width: 1300px){
	
	.galery #cn #kamGallery li{
		width:33.333%;
	}
	
}


.galery.mobile #cn #kamGallery li{
		width:50%;
		float:left;
}
	

@media only screen and (max-width: 500px){

	.galery.mobile #cn #kamGallery li{
		width:100%;
	}
	
}



	
/** object **/

#cn div.object{
	padding: 260px 40px 118px 40px;	
	background:transparent;
	text-align:center;
	margin:0px;
	line-height:40px;
}

#cn div.object{
	padding-bottom:248px;
}


.home #cn div.object.red strong{
	font-family: BrandonText-Black;
	font-weight: normal;
	font-style: normal;
	font-size:1.400em;
	letter-spacing:0.1em;
	margin-bottom:65px;
	display:block;
}


#cn div.object >div{
	width:60%;
	max-width:700px;
	margin:0px auto;
}

#cn div.object.bigpics{
	padding: 160px 40px 128px 40px;
}

#cn div.object.bigpics >div {
	max-width: 1280px;
	width: 85%;
}


#cn #content div.object.first.white{
	padding-top:0px;
	padding-bottom:118px;
}

.home #cn #content div.object.first.white{
	/** padding-bottom:248px;**/
}

#cn div.image.object img{
	max-width:100%;
	max-height: 100%;
	width: auto;
	height:auto;
	margin:0px auto;
}


#cn div.object .wrapimg img{
	margin-bottom:60px;
}

/** text-align left **/

#cn div.object.leftAlign, #cn div.text.object.comp {
	text-align:left;
	padding-top:130px;
	padding-bottom:118px;
}

#cn div.object.leftAlign{
	overflow:hidden;
}

#cn div.object.leftAlign ul{
	padding-left:30px;
}

#cn div.object.leftAlign ul li{
	list-style:decimal;
}

#cn div.first.object.leftAlign, #cn div.text.object.comp.first {
	padding-bottom:0px;
}

#cn div.object.leftAlign  >div, #cn div.text.object.comp >div{
	max-width:1200px;
	min-width: 460px;
	padding:0px;
	margin:0px auto 0px;
}

#cn div.object.leftAlign >div, #cn div.object.comp >div{
	position: relative;
	width:auto;
	max-width: 1200px;
	padding-right:0px;
}


#cn div.text.object.comp {
	padding-top: 0;
}

#cn div.text.object.comp p:first-of-type {
	margin-top: -50px;
	padding-top: 65px;
	border-top: 1px solid #fff;
	font-size: 0.8em;
	line-height: 30px;
}

#cn div.standard.object.leftAlign .wrapimg {
	float: right;
	width:45%;
}

#cn div.standard.object.leftAlign .wrapimg img {
	max-width: 100%;
	width:auto;
	height:auto;
	display:block;
	float:none;
	margin: 0 0 -60px;
}

#cn div.object.leftAlign .wrapobject, #cn div.object.comp .wrapobject{
	width:50%;
	min-height: 100px;
	padding-bottom: 0px;
}


/* sticky pictures */

.stickem-container {
  position: relative;
}

.stickit {
    margin-left: 660px;
    position: fixed;
    top: 0;
}

.stickit-end {
    bottom: 40px;
    position: absolute;
    right: 0;
}

/** standard sans marge **/

#cn .object.noMargin{
	padding-top:0px!important;
}


/** Colors object **/

#cn div.object.white{
	background:url(../img/texture_white.jpg) left top repeat;
	color:#463737;
}

#cn div.object.white h2{
	color:#463737;
}

#cn div.object.red{
	background:url(../img/texture_red.jpg) left top repeat;
}

#cn div.object.blue{
	background:url(../img/texture_blue.jpg) left top repeat;
}

#cn div.object.green{
	background:url(../img/texture_green.jpg) left top repeat;
}

#cn div.object.brown{
	background:url(../img/texture_brown.jpg) left top repeat;
}

#cn div.object.custom{
	background:transparent url(../img/texture_custom_trame.jpg) left top repeat;
}

/** Column base Brown **/

#cn div.before{
	height:98px;
}

#cn div.after{
	height:227px;
}

.home #cn div.after{
	height:97px;
}



.home #cn div.before{
	height:228px;
}

.home #cn div.after{
	height:227px;
}

#cn div.object.column, #cn div.object.columnclear{
	width:360px;
	height:640px;
	background:url(../img/column_brown.png) left top no-repeat;
	padding:0px;
	display:inline-block;
	text-align:center;
	margin:32px 30px 33px;
	vertical-align:top;
}

.home #cn div.object.column, .home #cn div.object.columnclear{
	width:390px;
	height:620px;
}


#cn div.object.column h2, #cn div.object.columnclear h2{
	color:#fff;
	margin-bottom:30px;
}

.home #cn div.object.column, .home #cn div.object.columnclear{
	background:url(../img/home_column_brown.png) left top no-repeat;
}

#cn div.object.column >div, #cn div.object.columnclear >div{
	padding:115px 40px;
	width:auto;
	color:#fff;
}

#cn div.object.column:hover,  #cn div.object.columnclear:hover{
	cursor:pointer;
}

/* #cn div.object.column a, #cn div.object.columnclear a{
	display:none;
} */

.apropos #cn div.object.column a, #cn div.object.columnclear a{
	display:inline-block;
}


.home #cn div.object.column a, .home #cn div.object.columnclear a{
	display:inline-block;
}

/** Column Green **/

#cn div.object.column.green, #cn div.object.columnclear.green{
	background:url(../img/column_green.png) left top no-repeat;
}

.home #cn div.object.column.green, .home #cn div.object.columnclear.green{
	background:url(../img/home_column_green.png) left top no-repeat;
}


/** Column Blue **/

#cn div.object.column.blue, #cn div.object.columnclear.blue{
	background:url(../img/column_blue.png) left top no-repeat;
}

.home #cn div.object.column.blue, .home #cn div.object.columnclear.blue{
	background:url(../img/home_column_blue.png) left top no-repeat;
}

/** Column Red **/

#cn div.object.column.red, #cn div.object.columnclear.red{
	background:url(../img/column_red.png) left top no-repeat;
}

.home #cn div.object.column.red, .home #cn div.object.columnclear.red{
	background:url(../img/home_column_red.png) left top no-repeat;
}

/** Slider **/

#cn .slider_container{
	background:url(../img/texture_blue.jpg) left top repeat;
	padding-top:260px;
	padding-bottom:325px;
}

#cn .slider_container h2{
	padding:65px 0px 0px;
}

#cn .slider_container div.object{
	padding:0px 0px;
	background:transparent;	
}

ul.slick-dots{
	top:65px;
	position:relative;
	z-index: 400;
}


.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px 10px;
  cursor: pointer;
  background: url(../img/puce_slider.png) top center no-repeat;
  outline: none;
  border:none;
 }

.slick-dots li.slick-active button{
	 background: url(../img/puce_slider_active.png) top center no-repeat;
	 border:none;
}


/* testimonials */

#cn #testimonials.slider_container div.object >div {
	width: 80%;
	max-width: 1200px
}

.desktop #cn #testimonials.slider_container .wrapimg{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	max-width: 390px;
	padding-right: 6%;
}

#cn #testimonials.slider_container .wrapimg img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.desktop #cn #testimonials.slider_container .wrapobject{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 56%;
}




/* content zones */


/** Top header home **/
	
	
.home_top_content{
	-webkit-box-shadow: inset 0 -100px 90px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -100px 90px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -100px 90px rgba(0, 0, 0, 0.15);	
	background:url(../img/texture_red.jpg) left top repeat;
	height:100%;
	min-height:600px;
	overflow:hidden;
}


#cn .home_top_content div.object{
	width:100%;
	margin:50px 50px 0px;
	height:80%;
	padding:0px!important;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

#cn .home_top_content .slick-slider{
	top:130px;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}


#cn .home_top_content div.object img{
	width:100%;
	max-width:1280px;
}

#cn .home_top_content div.object >div{
	width:100%;
	height:100%;
	max-width:80%;
	max-height:100%;
}

#cn .home_top_content div.object >div a{
	width:100%;
	height:100%;
	display:block;
}

/** Page à propos **/
	
.apropos #cn div.object.column, .apropos #cn div.object.columnclear{
	background:none;
	width:436px;
	height:auto;
	margin:32px 30px 33px;
}

.apropos #cn div.object.column h2, .apropos #cn div.object.columnclear h2{
	font-size:1.400em;
	margin-bottom:5px;
}

.apropos #cn div.object.column img, .apropos #cn div.object.columnclear img{
	margin-bottom:52px;
}

.apropos #cn div.object.column >div, .apropos #cn div.object.columnclear >div{
	padding:0px;
}

.apropos #content{
	padding-bottom:200px;
}

.apropos #cn div.object.column:hover, .apropos #cn div.object.columnclear:hover{
	cursor:auto;
}

/** Page references **/


.references .listing{
	padding-bottom:250px;
}


.references ul#listing{
	text-align:left;
	width:1185px;
	max-width: 100%;
	margin:130px auto 0px;
}

.listing ul#listing li{
	display:inline-block;
	margin:0px;
	height:232px;
	margin-top:-7px;
}

.listing ul#listing li a{
	display: block;
	position: relative;
}

.listing ul#listing li a h3{
	color: #463737;
	position: absolute;
	display: block;
	top: 28%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	opacity: 0;
	-webkit-transition:opacity 0.3s ease-in-out;
	transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	text-align:center;
}

.listing ul#listing li a h3 span{
	display: block;
	font-size: 0.72em;
	font-weight: 400;
	text-transform: none;
    font-family: BrandonText-Regular;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	margin-top: 10px;
}

.listing ul#listing li a img{
	display:block;
	-webkit-transition:opacity 0.3s ease-in-out;
	transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
}

.listing ul#listing li a:hover h3{
	opacity: 1;
}

.listing ul#listing li a:hover img{
	opacity: 0;
}

.references #tagNavCont ul li{
	display:inline-block;
	margin:10px;
}

.references #tagNavCont ul li a{
	color: #463737;
    border: 2px solid #463737;
    padding: 10px 30px 6px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
 	letter-spacing:0.1em;
    color: #fff;
	background:url(../img/texture_brown.jpg)left top repeat;
}

.references #tagNavCont ul li a:hover, .references #tagNavCont ul li.active a{
	background:none;
	color: #463737;
    border: 2px solid #463737;
}
  
.references #secTagNavCont{
	margin-top:20px;
}
  
.references #secTagNavCont ul li a{
	color: #463737;
    padding: 5px 0px 5px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
}
   
.references #secTagNavCont ul li a:hover, .references #secTagNavCont ul li.active a{
	color:#e1523d;
}

.references #secTagNavCont ul li {
	display:inline-block;
	margin:5px;
}

.references #secTagNavCont ul li:after{
	content:"–";
	padding-left:10px;
}

.references #secTagNavCont ul li.last:after{
	content:none;
}

/** Page formulaire **/
	

#cn div.object.code.object{
	padding:0px;
}

#cn div.map.object{
	padding:0px;
	max-width:100%!important;
	width:100%;
}

#cn div.map.object >div{
	width:100%;
	max-width:100%!important;
}

.container.buttons #btSubmit{
	color: #fff;
	border:2px solid #e1523d;
	padding:10px 30px 6px;
	text-transform:uppercase;
	display:inline-block;
	width:auto;
	text-align:center;
	margin:0px auto;
	text-decoration:none;
	letter-spacing:0.1em;
	background:url(../img/texture_red.jpg) left top repeat;
	
	font-size: 1em;
    line-height: 40px;
    font-family: BrandonText-Regular;
    font-weight: normal;
    font-style: normal;
	letter-spacing: 0.1em;
}

form.kSiteForm fieldset{
	margin-bottom:20px;
}

form.kSiteForm div.buttons{
	margin-top:40px;
}

.container.buttons #btSubmit:hover{
	border:2px solid #fff;
	color: #fff;
	letter-spacing:0.1em;
	background:transparent;
}

/** Page references details **/

.references h1.page{
	display:none;
}

.references #cn .code.object{
	padding:0px;
}

.references #cn div.object >div{
	width:100%;
	max-width:1200px;
}

.references #cn div.text.object.details{
	width:60%;
	max-width:700px;
	padding-bottom:118px;
}

.references #cn div.text.object{
	padding-top:0px;
}

.references #cn div.image.object{
	padding:0px;
}

.references #cn div.image.object >div{
	width:auto;
}

.references #cn #reference_img:first-child{
	display:none;
}

.references #cn .image_reference_detail, .references #cn .video_object {
	margin-bottom:70px;
}

.references #cn div.image.object {
	position: relative;
}

.references #cn div.image.object img{
	width:auto;
	max-width:100%;
	height:auto;
}

.references #cn div.image.object .mockup{
	position: absolute;
}

.references #cn a.button{
	background:url(../img/texture_brown.jpg)left top repeat;
	border:none;
	border:2px solid #463737!important;
}

.references #cn a.button:hover{
	border:2px solid #463737!important;
	background:none;
	border:none;
}
/** Content bottom details product**/

#contentScd div.object.white{
	padding:118px 40px 118px;
}

/** footer content **/

#cn .footer_content div.map.object{
	padding:0px;
}


#cn .footer_content div.object{
	width:100%;
	padding:260px 0px 248px 0px;
}

#cn .footer_content div.object >div{
	width:100%;
	max-width:100%;
}

#cn .footer_content div.object .wrapimg img{
	margin-bottom:65px;
}

#cn .footer_content .mapContainer{
	height:600px!important;
}

/* navigation */

div#mainNavCt {
	position: fixed;
	width: 100%;
	height: 130px;
	left: 0;
	right: 0;
	background: transparent url(../img/texture_custom_trame.jpg) left top repeat; /* url to your header image (usual name: "hd_cn.png") */
	z-index:80;
}

ul#mainNav {
	width:auto;
	padding-right: 20px;
	margin:0px auto;
	text-align:right;
}

ul#mainNav li {
	float:none;
	text-align:right;
	display:inline-block;
	position:relative;
	text-transform: none; /* puts all words in uppercase in main menu (change to none if you want lowcase) */
}

ul#mainNav li a { /* style of the main navigation links */
	text-transform: uppercase;
	font-size: 0.720em;
	text-decoration: none;
	float: none;
	color: #eeedec;
	padding: 45px 10px;
	background: none;
	height: auto;
}

ul#mainNav li a:hover, ul#mainNav li.on a, ul#mainNav li.hover >a {
	color: #e1523d;
	background: none;
}

/* secNavigation */

ul#mainNav li ul { /* left column styling */
    position: absolute;
	padding:0 0 0px; /* spaceing: top right bottom left */
	margin: 0px; /* spaceing: top right bottom left */
	z-index:10;	
	width: 180px;
	left:50%;
	margin-left:-90px;
	padding-top:20px;
}

ul#mainNav li.last ul{
	margin-left:-108px;
}


#hd ul#mainNav li ul{
	background:url(../img/texture_brown.jpg) left top repeat;
	padding-bottom:10px;
	margin-top:0px;
}

ul#mainNav li ul li, ul#mainNav li ul li.default { /* left column styling */
	padding: 0;
	float:none;
	border: none;
	background:none;
	display:block;
	text-align:center;
}

ul#mainNav li ul li a { /* left column styling */
	text-decoration: none; /* means: no underline */
	line-height:20px;
	padding: 6px 0px;
	margin: 0px 0px;
	font-size:0.8em;
	width:auto;
	text-transform:none;
	border:none!important;

}

ul#mainNav li ul li a:hover, ul#mainNav li ul li.on a{
	border:none!important;
	color:#d7d7d7;
	opacity:0.7;
}

ul#mainNav li.on ul li a{
	color:#fff;
}

ul#mainNav li.on ul li a:hover, ul#mainNav li.on ul li.on a{
	border:none!important;
	color:#d7d7d7;
	opacity:0.7;
}

/** Third navigation **/

#thirdNavCt{
	width:100%;
	background:url(../img/texture_white.jpg) left center repeat;
	padding-top:260px;
	padding-bottom:0px;
}


ul#thirdNav{
	width:100%;
	margin:0px auto;
	padding-bottom:130px;
}

#thirdNav li{
	display:inline-block;
	margin:10px;
}


#thirdNav li a{
	padding:10px 30px 6px;
	text-transform:uppercase;
	display:inline-block;
	width:auto;
	text-align:center;
	margin:0px auto;
	text-decoration:none;
	letter-spacing:0.1em;
	background:url(../img/texture_brown.jpg) left top repeat;
	border:2px solid #463737;
	color:#fff;
}

#thirdNav li.on a, #thirdNav li a:hover{
	background-image:none!important;
	border:2px solid #463737!important;
	color: #463737;
}

#thirdNav ul{
	display:block;
	width:0px auto;
}

.blueBg #thirdNav li.on a, .blueBg #thirdNav li a{
	background:url(../img/texture_blue.jpg) left top repeat;
	border:2px solid #558ea5;
}

.redBg #thirdNav li.on a, .redBg #thirdNav li a{
	background:url(../img/texture_red.jpg) left top repeat;
	border:2px solid #e1523d;
}

.greenBg #thirdNav li.on a, .greenBg #thirdNav li a{
	background:url(../img/texture_green.jpg) left top repeat;
	border:2px solid #6e9e87;
}

/* styling of the default contents (middle column)*/

/* lists */
div#bd div.c2 div.wrap ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

div#bd div.c2 div.wrap ul ul {
	list-style-type: circle;
}

/* tables */
div#bd div.c2 div.wrap table {
	width: 100%;
}

div#bd div.c2 div.wrap table tr td {
	border: solid #cacaca;
	border-width: 0 0 1px 0;
}

/* shop */

/*
.kProductInfos {
	background: url(../img/bg_shop.png) repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.kProduct a:link p.price.action .action, .kProduct a:visited p.price.action .action, .kProductDetail p.price.action .action {
	color: #cc3b0a;
}

.kProductDetailMore{
	background: url(../img/bg_shop.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.kProductInfos .reference {
	display: none;
}

.kProductInfos .specs {
	padding-right: 3px;
	margin: 0 0 6px 0;
}

.kProduct p.price{
	margin: 0;
}

a.button.kToScart {
	background: url(../img/buy_btn.png) no-repeat;
}

#kScart a.sCartOrder{
	background: url(../img/buy_btn.png) center top no-repeat ;
}

#kScart a.sCartOrder:hover{
	color: #A35D2E;
}

a.button.kToScart:hover {
	color: #A35D2E;
}
a.kButton.continue{
	background: url(../img/buy_btn.png) center top no-repeat ;
}
a.kButton.continue:hover{
	color: #A35D2E;
}
input.kButton.continue{
	background: url(../img/buy_btn.png) center top no-repeat ;
}
input.kButton.continue:hover{
	color: #A35D2E;
}
a.kButton.retour:hover {
	color: #A35D2E;
}
*/

/* closed */ 

#closed {
	display:none;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	text-align: center;
}

#closed >div {
	position: absolute;
	top: 50%;
	left: 50%;
	background:url(../img/texture_red.jpg) left top repeat;
	width: 400px;
	height: 180px;
	margin: -150px 0 0 -230px;
	padding: 60px 30px;-webkit-border-radius: 12px;
	border-radius: 12px; 

}

body.closed #closed {
	display: block;
}

/* footer */
div#ft {
	position: absolute;
	background: transparent url(../img/texture_custom_trame.jpg) left top repeat;
	height: 220px; /* height of your footer image */
	margin-top: -220px; /* sticky-footer margin negatif */
	clear: both;
}

.home div#ft {
	background: transparent url(../img/texture_red.jpg) left top repeat;
}

div#ft div.cn{
	border: none;
	padding: 20px 0px;
	height: auto;
}

#ft .reseaux_sociaux ul{
	width:auto;
	margin:0px auto 20px;
	text-align:center;
}

#ft .reseaux_sociaux ul li{
	display:inline-block;
	padding:10px 40px;
}

#ft .reseaux_sociaux ul li a{
	opacity:1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
}

#ft .reseaux_sociaux ul li a:hover{
	opacity:0.6;
}




/* logo */
strong#logo a {
	position: absolute;
	z-index:50;
	top: 25px;
	left:30px;
	
	padding:80px 0 0 157px; /* height 0 0 width */
	background: url(../img/logo.png) no-repeat; /* url to your logo */
}

div#txt {
	padding: 10px;
	width: 220px;
	color: #cccccc;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 20px;
}

div#txt strong, div#txt a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

div#txt a:hover {
	color: #cccccc;
}

/* logo kameleo & login */

div#copyright {
	margin: 0 0 0 20px;
	padding:0 ;
	font-size:0.7em;
	color:#b8b9b2;
	border: none;
	color: #fff;
	text-align:center;
	float:none;
}

div#loginAndPowered {
	float:none;
	padding: 0;
    margin-right: 0;
    width: 163px;
    margin: 0px auto;
}

a#kPowered {
	padding: 14px 0 0 130px;
	background: transparent url(../../../../standards/img/login_w.png)  -31px top no-repeat;
}

div#ft div#kLogin {
	padding: 14px 0 0 30px;
	margin: 0;
	background: transparent url(../../../../standards/img/login_w.png) top left no-repeat;
}

div#kLogin:hover {
	background-color: rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 5px rgba(255,255,255, .5); /* shadow on image */
	-webkit-box-shadow: 0 0 5px rgba(255,255,255, .5);
	box-shadow: 0 0 5px rgba(255,255,255, .5);
}

/* uncomment for dark login */

/*


a#kPowered {
	background: transparent url(../../../../standards/img/login_b.png)  -31px top no-repeat;
}


div#ft div#kLogin {
	background: transparent url(../../../../standards/img/login_b.png) top left no-repeat;
}

*/


/*** Version mobile ***/


body.mobile{
	font-size: 1.125rem;
	line-height: 30px;
}

.mobile #cn a.button{
	font-size: 0.9rem;
	line-height: 28px;
}

body.mobile #cn div.object{
	line-height: 30px;
}

.mobile div#mobile-nav div#top-bar{
	background:transparent;
}

.mobile #logomobile a {
    background: url(../img/logo.png) center center no-repeat;
    padding: 44px 0 0 160px;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    background-size: auto 60px;
}

.mobile div#mobile-nav div#top-bar{
	height:84px;
}

.mobile div#mobile-nav{
	padding-bottom:0px;
}

.whiteBg.mobile div#mobile-nav div#top-bar{
	background:url(../img/texture_custom_trame.jpg) left top repeat;
}

.mobile a#togglemenu{
	background:transparent;
	color:#fff;
	padding:32px 20px;
}

.mobile ul#mobileNav{
	top:84px;
	background:transparent url(../img/texture_brown.jpg) left top repeat;
}

.mobile ul#mobileNav li.on a, .mobile ul#mobileNav li a:hover{
	color:#e1523d;
}

.mobile div#mainNavCt{
	display:none;
}

.mobile body {

	font-size: 1em; /* Better to use % here and then EM in content but you could use PX, PT, % or EM */
}

/** hd mobile **/
	
.mobile #hd{
	display:block;
}

.home.mobile #cn .home_top_content div.object{
	position:relative;
	height: auto;
    width: 100%;
    padding:0px;
    top:0px;
}

.home.mobile #cn .home_top_content div.object >div{
	position:absolute;
	top:10px;
	right: 0px;
    bottom: 0px;
    left: 0px;
    width: auto;
    height:auto;
}

.home.mobile #cn div.image.object img{
    width: 90%;
    height: auto;
    margin: 20px auto;
}


/** Slider mobile **/
	
.mobile .home_top_content{
	height:300px;
}

.mobile #cn .home_top_content .slick-slider{
	top:0;
}

.home.mobile #cn .home_top_content div.object{
	width:100%;
	height:80%;
	margin:20px;
}

.mobile .slider{
	display:block;
	height:auto;
}

.mobile  #cn .slider_container{
	padding:50px 20px;
}

.mobile #cn .slider_container h2{
	padding:30px 0px 0px;
	margin-bottom: 30px;
}

.mobile  #cn .slider_container div.object{
	padding:0px;
}

/****/


.mobile #thirdNavCt{
	padding-top:50px;
}

.home.mobile #thirdNavCt{
	padding-top:50px;
}

.mobile ul#thirdNav{
	width:100%;
	padding-bottom:50px;
}

.mobile #cn h1{
	padding:0px 20px 30px;
	width:auto;
	font-size:1.2em;
}

.mobile #cn h2{
	font-size:1.5em;
	margin-bottom: 30px;
}

.mobile #cn div.object{
	padding:50px 20px;
}

.mobile #cn div.object >div{
	width:100%;
}

.home.mobile #cn #content div.object.first.white{
	padding-bottom:50px;
}

.mobile #content{
	padding-bottom:0px;
}

.mobile #cn #content div.object.first.white{
	padding-bottom: 50px;
}

.home.mobile #cn div.after, .home #cn div.before{
	height:50px;
}

.home.mobile #cn div.object.red strong{
	margin-bottom: 30px;
}

.mobile #cn div.object .wrapimg img{
	margin-bottom: 30px;

}

.mobile #cn div.map.object{
	width:auto;
}

.mobile #cn div.after, #cn div.before{
	height: 50px;
}

.mobile .container.buttons #btSubmit{
	height:auto!important;
}

.references.mobile ul#listing{
	margin:50px auto 0px;
}

.references.mobile .listing{
	padding-bottom:50px;
}

.mobile #cn div.object.leftAlign, .mobile #cn div.text.object.comp{
	padding-bottom: 50px;
}

/** Column **/
	
.mobile #cn div.object.column, .mobile #cn div.object.columnclear{
	background-position:center top;
	width:95%;
	margin:0px 0px 50px 0px;
	
	max-width:390px;
	height:560px;
	padding:0px;
	background: url(../img/column_brown_small.png) center top no-repeat;
}	


.apropos.mobile #cn div.object.column, .apropos.mobile #cn div.object.columnclear{
	background:none;
	height:auto;
	margin:0;
}


/*****/


/** Column Green **/

.mobile #cn div.object.column.green, .mobile #cn div.object.columnclear.green{
	background:url(../img/column_green_small.png) center top no-repeat;
}


/** Column Blue **/

.mobile #cn div.object.column.blue, .mobile #cn div.object.columnclear.blue{
	background:url(../img/column_blue_small.png) center top no-repeat;
}

/** Column Red **/

.mobile #cn div.object.column.red, .mobile #cn div.object.columnclear.red{
	background:url(../img/column_red_small.png) center top no-repeat;
}

/***
 * 
 * 
.home #cn div.object.column.blue, .home #cn div.object.columnclear.blue{
	background:url(../img/home_column_blue.png) left top no-repeat;
}

.home #cn div.object.column.green, .home #cn div.object.columnclear.green{
	background:url(../img/home_column_green.png) left top no-repeat;
}

.home #cn div.object.column.red, .home #cn div.object.columnclear.red{
	background:url(../img/home_column_red.png) left top no-repeat;
}

 * 
 * 
 * 
 * 
 * ***/

	
.mobile #cn div.object.column >div, .mobile #cn div.object.columnclear >div{
	width:auto;
	padding:115px 40px;
}	

.home.mobile #cn div.object.column, .home.mobile #cn div.object.columnclear{
	height:560px;
}

/** Left align **/

.mobile #cn div.object.leftAlign >div, .mobile #cn div.text.object.comp >div{
	width:auto;
	max-width:100%;
   	min-width: 100px;
    padding-right: 0px;
}
	
.mobile #cn div.standard.object.leftAlign .wrapimg{
	float:none;
	width:auto;
	max-width:380px;
}

.mobile #cn h1.alignLeft >div{
	width:auto;
}

.mobile #cn div.standard.object.leftAlign .wrapimg img{
	margin:0px 0px 50px 0px;
}
	
.mobile #cn div.standard.object.leftAlign .wrapobject{
	width:100%;
	float:none;
}

.mobile #cn div.object.leftAlign .wrapobject, .mobile #cn div.object.comp .wrapobject{
	width:100%;
}


/** A propos **/

.apropos.mobile #cn div.before{
	display:none;
}

.apropos.mobile #cn div.object.column >div, .apropos.mobile #cn div.object.columnclear >div{
	padding:30px 0px;
}

.apropos.mobile #cn div.object.column img, .apropos.mobile #cn div.object.columnclear img{
	margin-bottom:30px;
}

/** Références **/
	
.references.mobile #cn .image_reference_detail{
	margin-bottom:20px;
}

.references.mobile #cn div.object{
	padding:0px;
}

.references.mobile #cn div.text.object{
	padding:0 0 30px 0;
	width:100%;
}

/** video references **/

.references.mobile iframe{
	height:400px;
}

@media only screen and (max-width: 500px){
	.references.mobile iframe{
		height:300px;
	}
}

	
/** footer mobile **/

.mobile #cn .footer_content div.object{
	width:auto;
}

.mobile #ft .reseaux_sociaux ul li{
	width:30%;
	max-width:100px;
	padding:0px;
}

.mobile div#ft{
	padding-top:20px;
}

.mobile div#loginAndPowered{
	height:45px;
	display:inline-block;
	margin:0px;
}

.mobile #cn .footer_content div.object.code.object{
	padding:20px;
}

/** Media queries**/

@media only screen and (max-width: 1200px){
  .references ul#listing{
  	width:100%;
  }
  
  .references #cn div.object.code.object{
  	padding:0px 20px;
  }
  
  .references iframe{
		max-width:100%;
		height:600px;
	}
  
  .listing ul#listing li{
  	width:19%;
  	height:auto;
  }
  
  .listing ul#listing li a img{
  	width:100%;
  	height:auto;
  }
    
}

@media only screen and (max-width: 730px){
  
  .listing ul#listing li{
  	width:32%;
  	height:auto;
  }

}

@media only screen and (max-width: 400px){
   .mobile .home_top_content{
   	min-height:300px;
   }
   
   .listing ul#listing li{
  	width:49%;
  	height:auto;
  }
    
}	

@media only screen and (max-width: 370px){
   
   .mobile #cn div.object.column >div, .mobile #cn div.object.columnclear >div{
		width:auto;
		padding:85px 40px;
	}	
	
	.mobile #cn div.object.column h2, .mobile #cn div.object.columnclear h2{
		margin-bottom:10px;
	}
	
	.mobile #cn div.object.column, .mobile #cn div.object.columnclear{
		background-size:100% auto!important;
	}
	
	.home.mobile #cn div.object.column, .home.mobile #cn div.object.columnclear{
		height: 490px;
	}
    
}
