/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
body {
    font: 13px/21px 'Open Sans', arial, sans-serif;
    color: #555555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
img { -ms-interpolation-mode: bicubic; image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: bicubic}
.row-centered {
    text-align:center;
}
#navbar, #navbar .container {
    box-shadow: 0 0 0 transparent;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.language-switcher-locale-url .en a{
	text-indent:-9999em;
	display:block;
	cursor:pointer;
	width:32px;
	margin-left:15px;
	height:32px;
	background:url(../img/GB.png) no-repeat;
}
.language-switcher-locale-url .fr a{
	text-indent:-9999em;
	cursor:pointer;
	display:block;
	width:32px;
	height:32px;
	margin-left:15px;
	background:url(../img/FR.png) no-repeat;
}
#block-locale-language{
	position:absolute;
	right:30px;
	top:170px;
	z-index:2;
}
#block-locale-language li{
	float: left;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-family: "Open Sans", arial, serif;
	font-weight: normal; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 29px; line-height: 38px; margin-bottom: 14px;display: inline;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 300;
font-size: 28px;
line-height: 28px;
background: #fff;
margin: 0;
padding-right: 10px;}
h2 { font-size: 21px; line-height: 28px; margin-bottom: 10px;}
h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; }
h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; margin-top: 4px; }
h5 { font-size: 15px; line-height: 21px; }
h6 { font-size: 14px; line-height: 21px; }
.block-title, .pane-title{
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	background: url('../img/header_bgr_diag.png') left top;
	font-size: 20px;
	line-height: 18px;
	margin: 20px 0 22px;
	letter-spacing: -1px;
}
.block-title span, .pane-title span{
    background: #fff;
    padding-right: 12px;
}
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  
================================================== */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #3EAADD; outline: 0; text-decoration: none;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;			
	}
	a:hover, a:focus { color: #0ad1e5; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 1.5em; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	#block-system-main ul li {
	    padding: 0 0 0 26px;
	    background: url('../img/check.png') 0px 3px no-repeat;
	    margin-bottom: 6px;
	}
.container{
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100% ;
		display: block !important;
		margin-bottom: 20px !important;
		border: 1px solid #EEE !important;
		    padding: 7px 8px 7px 8px !important;
		    font-size: 13px !important;
		    background: #FBFBFB !important; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Main Navigation
================================================== */

/* menu */
#navbar .nav-holder {
	background: #fff;
	position:relative;
}
#navbar .nav {
	background: #f8f8f8 url('../img/grad_menu.png') top left repeat-x;
	height: 40px;
	padding: 0px 0 0 5px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
    width: 100%;	
}
#navbar .nav a{
	font-size: 15px;	
	text-decoration: none;
}
#navbar .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar .nav ul li {
	margin-bottom: 0;
}
#navbar .nav > li {
	position: relative;
	float: left;
	z-index: 1015;
	padding: 0px 2px 0px 0px;
	background: url('../img/main_nav_bgr_sep.png') right top no-repeat;	
}
#navbar .nav > li:hover {
}
#navbar .nav > li > a {
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 16px 0px 16px;
	z-index: 6;
	position: relative;
	background: #f8f8f8 url('../img/grad_menu.png') top left repeat-x;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#navbar .nav > li:hover > a {
	background-color: #fff;
}
#navbar .nav > li > a > span {
	padding: 0px 0px 0px 14px;
	border:  none !important;
	background: transparent url('../img/arrow_down_tiny_dark.png') right 1px no-repeat !important;
	width: 10px;
	height: 10px;
}
#navbar .nav > li > a .home_icon{
	width: 16px;
	height: 40px;
	padding:0;
	display: block;
	background: url('../img/home_icon_dark.png') center center no-repeat;
}

#navbar .nav > li .dropdown-menu {
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	padding: 0px 0 5px;
	background: #4f5152;
    background-image: -moz-linear-gradient(#58595a,#414344);
    background-image: -o-linear-gradient(#58595a,#414344);
    background-image: -webkit-linear-gradient(#58595a,#414344);
    background-image: linear-gradient(#58595a,#414344);
    border: 1px solid #3b3d3e;
    border-top: 1px solid #212223;	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
    
	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
}

#navbar .nav > li .dropdown-menu {
	    border-top: 3px solid #45494b;
	padding-top: 7px;
}
#navbar .nav > li ul + ul {
	padding-left: 20px;
}

#navbar .nav > li ul > li {
	position:relative;
}

#navbar .nav > li ul > li > a {
	padding: 7px 0px 9px;
	margin: 0 16px;
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	font-size: 14px;
	background: url('../img/main_nav_bgr_sep_vertical.png') bottom left repeat-x;	
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#navbar .nav > li ul > li > a > span {
	background: url('../img/arrow_left_tiny.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
#navbar .nav > li ul > li > a:hover > span {
	background: url('../img/arrow_left_tiny.png') left center no-repeat;
	padding-left: 12px;
}
#navbar .nav > li ul > li > a.last_submenu_item{
	padding: 7px 0px 7px;
	background: none;		
}
#navbar .nav > li ul > li > a:hover {
	text-decoration: none;
}
#navbar .nav > li > div > ul > li > a {
	color: #444;
}


/* Dark Nav */
#navbar .nav {
	background: #393b3c url('../img/main_nav_bgr_dark.png') top left repeat-x;
}
 #navbar .nav > li > a .home_icon{
	background: url('../img/home_icon.png') center center no-repeat;
}
#navbar .nav > li {
	background: url('../img/main_nav_bgr_sep_dark.png') right top no-repeat;	
}
#navbar .nav > li > a {
	background: #393b3c url('../img/main_nav_bgr_dark.png') top left repeat-x;
	color: #fff;
	text-shadow: 0px 1px 0px #111;	
}
#navbar .nav > li:hover > a {
	background: url('../img/main_nav_bgr_dark_hover.png') top left repeat-x;
}
#navbar .nav > li > a:hover {
	background: url('../img/main_nav_bgr_dark_hover.png') top left repeat-x;
}
#navbar .nav > li > a > span {
	background: url('../img/arrow_down_tiny_dark.png') right center no-repeat;
}
#navbar .nav > li > div {
	background: #4f5152;
	background-image: -moz-linear-gradient(#58595a,#414344);
	background-image: -o-linear-gradient(#58595a,#414344);
	background-image: -webkit-linear-gradient(#58595a,#414344);
	background-image: linear-gradient(#58595a,#414344);
	border: 1px solid #3b3d3e;
	border-top: 1px solid #212223;
}
#navbar .nav > li > div > ul {
	border-top: 3px solid #45494b;
}
#navbar .nav > li ul > li > a {
	color: #fff;
	text-shadow: 0px -1px 0px #343a3c;
}
#navbar .nav > li ul > li > a {
	background: url('../img/main_nav_bgr_sep_vertical_dark.png') bottom left repeat-x;	
}
#navbar .nav > li ul > li > a > span {
	background: url('../img/arrow_left_tiny_dark.png') -20px center no-repeat;
}
#navbar .nav > li ul > li > a:hover > span {
	background: url('../img/arrow_left_tiny_dark.png') left center no-repeat;
}
#navbar .nav > li ul > li > a.last_submenu_item{
	background: none;		
}
#navbar > .container{
	position: relative;
}
.logo-deleuze {
	display: none;
    background: url(../img/logo-deleuze.jpg) center right no-repeat;
    position: absolute;
    background-size: 80%;
    width: 300px;
    height: 57px;
    right: 30px;
    top: 30px;
	
}
/* Dark Nav : End */
.field-slides-img img, .carousel-control{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#footer_bottom .container{
    clear: both;
    overflow: auto;
    background: #222425;
    border-top: 1px solid #373737;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
   	padding-top: 10px;
   	padding-bottom: 10px;
}
footer h2{
	color: #d1d6d9;
	font-size: 15px !important;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 14px;
	background: none !important;
}
footer strong{
	color: #3EAADD;
}
footer h2 span{
	background: none !important;
}
div#views-bootstrap-carousel-1 {
    margin: 15px 0 50px;
    position: relative;
}
#views-bootstrap-carousel-1:after {
	content:  '';
	width: 100%;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	background: url('../img/header_bgr_diag.png') left top;
}
.front #node-1 .field-body strong, .front #node-28 .field-body strong{
	margin: 30px 0 0;
	    font-family: 'Open Sans', arial, sans-serif;
	    font-weight: 300;
	    font-size: 31px;
	    line-height: 38px;
	    color: #444;
	    letter-spacing: -1px;
	    font-style: normal !important;
}
.front #node-1 .field-body p, .front #node-28 .field-body p{
    margin: 2px 0 22px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    color: #969696;
}

.front #node-1 .field-body a, .front #node-28 .field-body a, .btn{
	border-style: solid;
	border-width: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 0; */
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
	background-repeat: repeat-x;
	/* border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15); */
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	background-color: #374045;
	text-decoration: none;
	font-size: 16px;
	font-family: "Open Sans", arial;
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	padding: 5px 14px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: #3EAADD;
}
.front #node-1 .field-body a:hover, .front #node-28 .field-body a:hover, .btn:hover{
	background-color: #374045;
}
.product-img {
	position: relative;
	border:  1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-img .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/icon_plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.product-img:hover .img_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}
.pane-views-produits-block span.field-content {
    margin: 14px 0 6px;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.pane-views-produits-block .field-produit-intro {
    color: #777;
    font-size: 12px;
}
.main-container {
    background: #ffffff;
    padding-bottom: 45px;
}
.not-front .main-container{
	padding-top: 35px;
}
.page_heading{
    margin: 0px 0 10px;
    background: url('../img/heading_bgr.png') left top repeat-x;
}
.form-item.webform-component.webform-component-textfield.webform-component--nom.form-group, .form-item.webform-component.webform-component-email.webform-component--e-mail.form-group{
	width: 50%;
	float: left;
	position: relative;
}
.form-item.webform-component.webform-component-textfield.webform-component--nom.form-group input, .form-item.webform-component.webform-component-email.webform-component--e-mail.form-group input{
	width: 95%;
	
}
.form-item.webform-component.webform-component-email.webform-component--e-mail.form-group input{
	float: right;
}
.form-item.webform-component.webform-component-email.webform-component--e-mail.form-group label{
	padding-left: 5%;
}
.view-references.view-id-references .grid-item{
	margin-bottom: 30px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
    float: left;
}
.modal-button{
cursor: pointer;
}
.modal-button h4{
cursor: pointer;
	    text-align: center;
	    font-size: 14px;
	    line-height: 20px;
	    margin: 0;
	    -webkit-border-radius: 0 0 4px 4px;
	    -moz-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	    color: #333;
	    padding: 10px;
	    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    -webkit-border-radius: 0 0 4px 4px;
	    -moz-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	    background: #fcfcfc url('../img/grad_menu.png') top left repeat-x;
	    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
}
.modal img, .modal-button img{width: 100% !important; height: auto;}
.modal-body{position: relative; padding: 30px 0px;}
.modal-body img{margin-bottom: 15px !important; cursor: inherit !important;}
.modal-dialog{width: auto !important;}

#mini-panel-contact img{
	overflow: hidden; border:  10px solid #fff; cursor: pointer; display: block; margin-top: 15px;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;
	box-shadow:  0 0px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 0px 2px rgba(0,0,0,.1);
}
.view-references.view-id-references h3{
	clear: both;
}
.view-references.view-id-references .views-row{
	margin-bottom: 30px;
}
footer .nav a{
	border-top: 1px solid #757d82;
}
footer .nav .last a{
	border-bottom: 1px solid #757d82;
}
footer .nav li{
	margin-bottom: 0;
}
#block-system-main .node-page footer .links.list-inline, #block-system-main .node-produit footer .links.list-inline{
	display: none;
}
.table-striped > tbody > tr > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff !important;
}