/* Colors 
-------------------*/
@body-background:#f1f1f1;
@body-text:#4c4c4c;

@linkColor: #000;
@linkColorH: #4c4c4c;

@header-background:rgba(0, 0, 0, 0.52);
@border-header:#f8b332;

@navText:#ffffff;

@accroche:#ffffff;
@argument:#ffffff;

@btnContactColor:#ffffff;
@btnContactBg:rgba(255,255,255,0.42);

@accroColor:#f8b332;

@titleColor:#363535;

@txtFooter:#ece7e6;
@txtFooterH:#f8b332;

@phoneBg:#f8b332;
@phoneColor:#ffffff;


@bgInput: #ffffff;
@txtInput: #4c4c4c;



/* End Colors */

/* fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Alice);

/* general styling */
body {
	font-family: "Alice", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.5;
	/*@body-background;*/
	background: @body-background url(../images/body.jpg) repeat center;
	/*@body-text;*/
	color: @body-text;
}
a {
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	/*@linkColor;*/
	color: @linkColor;
}
a:hover {
	text-decoration:underline;
	/*@linkColorH;*/
	color: @linkColorH;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
	font-weight:400;
}
.container {
	max-width: 970px;
	margin: 0 auto;
}
body > .container {
	padding-top: 15px;
}

.no-gutter > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
/* page header */
header.top {
	position:absolute;
	height: auto;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	z-index:2;
	width: 100%;
	
}
header.top .bg-header{
	border-top:12px solid @border-header;
	width: 100%;
	background: @header-background;
}
header.top .logo {
	height: auto;
	display: inline-block;
	margin:28px auto 10px;
	text-align: center;
	float: left;
}
header.top .logo a{
  font-size: 21px!important;
  font-weight: bold !important;
  color:#4c4c4c;}
  
header.top .logo img {
	display: inline-block;
	  margin-top: -24px;
}
header.top .marketing{
	margin-top:2em;
	width:100%;
	text-align:center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}
.marketing h2.accroche {
    color: @accroche;
    font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 2em;
    font-weight: 800;
    text-transform:uppercase;
}
header.top .marketing p{
margin:0;
padding:0;
}
.marketing .argument{
    color: @argument;
    font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-style:italic;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: none;
}
.marketing .call-to-action {
    background: @btnContactBg;
    border: 2px solid @btnContactColor;
    border-radius: 4px;
    box-sizing: padding-box;
    color: @btnContactColor;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 1.28em;
    font-weight: 800;
    height: auto;
    line-height: 1.5em;
    margin: 1em 0 0;
    outline: medium none;
    padding: 0.3em 1em;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
	letter-spacing:0.05em
}
.marketing .call-to-action:hover {
	color: darken(@btnContactColor,20%);
	background: darken(@btnContactBg,10%);
}
/* top navigation */
nav.main-nav {
	min-height: 90px;
	z-index: 10;
	float: right;
	display: inline-flex;
	margin-top:0.8em;
}
nav.main-nav a.mobile-menu {
	content: '';
	height: 40px;
	width: 40px;
	background: url(../images/menu.png) no-repeat center;
	display: none;
}
nav.main-nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
nav.main-nav ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 4px;
	display: inline-block;
}

nav.main-nav ul li:first-child {
	padding-left: 0;
}

nav.main-nav ul li a {
	text-decoration: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:600;
	font-size: 0.87em;
	text-decoration: none;
	line-height: 3.6em;
	padding: 0.2em 0.1em;
	display: inline-block;
	white-space: nowrap;
	/*@navText;*/
	color: @navText;
}
nav.main-nav ul li.selected a,
nav.main-nav ul li a:hover {
	color: @navText;
}
/* Effect bottom border enlarge */
nav.main-nav ul li a::before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0px;
	background: @navText;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	transform: translateY(7px);
}
nav.main-nav ul li a:hover::before, 
nav.main-nav ul li.selected >a::before
 {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* slideshow */
.slideshow, 
.slideshow .fluid_container {
	height: 520px;
}
.slideshow .camera_overlayer{
background:url(../images/bg-slide.png) no-repeat center top;
}

.banner-contact .slideshow, 
.banner-contact .slideshow .fluid_container {
	height: 400px;
}
/* wrapper */
.wrapper {
	padding: 40px 0;
	position: relative;
}

/* page content */
article.content {
	position: relative;
	z-index: 2;
}
article.content .accro {
	font-size: 1.96em;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:700;
	line-height: 1.5em;
	/*@accroColor;*/
	color: @accroColor;
	text-transform:uppercase;
	position:relative;
	padding-bottom:15px;
	margin-bottom:18px;
}
article.content .accro:after{
	position:absolute;
	content:"";
	width:58px;
	height:3px;
	background:@accroColor;
	bottom:0;
	left:0;
}
article.content h1,
article.content h2,
article.content h3,
article.content h4,
article.content h5,
article.content h6 {
	font-weight: 600;
	margin-bottom: 15px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:@titleColor;
}
article.content h1 {
	font-size: 1.7em;
}
article.content h2 {
	font-size: 1.5em;
}
article.content h3 {
	font-size: 1.4em;
}
article.content h4 {
	font-size: 1.3em;
}
article.content h5 {
	font-size: 1.2em;
}
article.content h6 {
	font-size: 1.1em;
}
article.content p {
	margin-bottom: 10px;
}
article.content ul {
	padding: 0.2em 0 0.3em 1.5em;
	list-style: none;
    margin-left: 0.8em;
}
article.content ul li {
	padding: 0 0 0.2em 1.18em;
	list-style: none;
	background: url(../images/bullet.png) no-repeat left 0.41em;
}
article.content .image-right{
	float: right;
	margin: 0 0 15px 25px;
	border:2px solid darken(@body-background,10%);
}
article.content .image-left{
	float: left;
	margin: 0 25px 15px 0px;
	border:2px solid darken(@body-background,10%);
}
/* footer */
footer.bottom {
	padding: 20px 0;
	/*@txtFooter;*/
	color: @txtFooter;
	background:#000;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:0.9em;
}
footer.bottom a {
	/*@txtFooter;*/
	color: @txtFooter;
	
}
footer.bottom a:hover {
	/*@txtFooterH;*/
	color: @txtFooterH;
}
footer.bottom nav.footer-nav {
	padding-bottom: 10px;
}
footer.bottom nav.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.bottom nav.footer-nav ul li {
	display: inline-block;
	padding: 0 5px 0 10px;
	margin: 0 0 5px 5px;
	position:relative;
}
footer.bottom nav.footer-nav ul li:after {
width:1px;
height:12px;
content:"";
right:-9px;
border-left: 1px solid @txtFooter;
position: absolute;
top: 50%;
margin-top: -5px;
}
footer.bottom nav.footer-nav ul li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0px;
}
footer.bottom nav.footer-nav ul li:last-child:after {
border-left: none;
}
footer.bottom nav.footer-nav ul li a {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}
footer.bottom hr {
margin-top: 0.2em;
margin-bottom: 0.8em;
border: 0;
border-top: 1px solid rgba(255,255,255,0.5);
}

/* ****** Facebook ******* */
div#facebook{
	position: relative;
	width:100%;
	padding:20px 0px;
	background:#eaeaea;
}
div#facebook .fb-like{
position:relative;
width:auto;
height:auto;
}

/* ******** footer phone ************ */
.footer-phone {
	position: fixed;
	right: 0;
	bottom: 0;
	border-radius: 5px 0 0 0;
	padding: 8px 15px 5px;
	font-family: "Alice", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	z-index: 20;
	color: @phoneColor;
	background: @phoneBg;
	text-align:center;
}
.footer-phone .phone-number {
	font-size: 1.5em;
}

/* footer chat */
.chat {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 30;
}
.chat * {
	box-sizing: unset;
}
#craftysyntax_1787 {
	border: 0px;
	background-color: none;
	margin-bottom: -4px;
}
#toggle-view .panel, #toggle-view .panel iframe{
	width: 279px !important;
	height: 350px;
}
/* *************** */
/* Page contact */
form.contactForm {
	position: relative;
	display: block;
	text-align: left;
	margin-top: 5px;
}
form.contactForm .clear {
	clear: both;
}
form.contactForm > fieldset {
	width: 100%;
	border: none;
}
form.contactForm fieldset {
	border: none;
	padding: .35em 0em .75em;
}
legend.FormTitle {
display: none;
}
form.contactForm .formItem {
	position:relative;
	display:block;
	padding: 0px;
	margin-bottom: 7px;
	overflow: hidden;
	width: 100%;
	float: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form.contactForm .formItem.fullwidth {
	width: 100%;
	float: none;
	clear: both;
}
form.contactForm #infoFrame {
}
form.contactForm br {
	display:none;
}
form.contactForm label {
	display: block;
	float:left;
	width:30%;
	line-height:29px;
}

form.contactForm .text-input, form.contactForm .contactSelect, form.contactForm .datepicker{
	border: none;
	font-family: "Alice", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:1em;
	font-weight:400;
	color: @txtInput;
	padding: 6px 8px;
	outline: none !important;
	background: @bgInput;
	border: 1px solid darken(@bgInput, 25%);
	border-radius: 0px;
	width: 70%;
	height: 36px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form.contactForm textarea.text-input {
	height: 150px;
	overflow: auto;
	vertical-align:top;
}
form.contactForm .formItem.fullwidth textarea.text-input {
	width: 98%;
}
form.contactForm .text-input:focus, form.contactForm .datepicker:focus{
	background: darken(@bgInput, 10%);
	border-color: darken(@bgInput, 35%);
	color: darken(@txtInput,8%);
}
form.contactForm small {
	display: block;
	font-size: 9px;
}
form.contactForm .submitButton {
	position: relative;
	margin: 2px 0px 0px 0px;
	float: right;
	width:77%;
}
form.contactForm input[type=submit], form.contactForm input.submit-button {
	position: relative;
	cursor: pointer;
	padding: 6px 25px;
	text-decoration: none;
	margin: 0px;
	display: inline-block;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.05em;
	line-height:1.5;
	height:auto;
	font-weight:600;
	text-transform: uppercase;
	color: @txtFooter;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: @border-header;
	border: none;
	border-radius: 4px;
	z-index: 5;
	width:auto;
	float:right;
}
form.contactForm input[type=submit]:hover, form.contactForm input.submit-button:hover {
	background-color: darken(@border-header,4%);
	color:#111;
}
form.contactForm input.submit-button[disabled],
form.contactForm input.submit-button[disabled]:hover {
	color: rgba(255,255,255,.6);
	cursor: default;
	background-color: rgba(0,0,0,.8);
	box-shadow: none;
	z-index: 15;
	padding: 0px 15px;
}
form.contactForm .private_policy {
padding-top:25px;
text-align:right;
}
form.contactForm .private_policy_link {
	display: inline-block;
	font-size: 13px;
}

.box_googlemaps {
	margin-top: 30px;
	border: 2px solid darken(@body-background,10%);
}
/* **************** */
/* **************** */
/* **** Gallery ***** */
/* Navigation Gallery */

.holder.bottom {
	display: none;
}

.holder a, .holder a.jp-current, .holder a.jp-current:hover, .holder a.jp-disabled, .holder a.jp-disabled:hover, .holder a.jp-previous {
	float: none;
	border: 0;
	display: inline-block;
	width: 27px;
	line-height: 27px;
	height: 27px;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
}

.holder a {
	color: #FFF;
	background: #111;
}

.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #FFF;
	background: #FE4445;
}

.holder a.jp-disabled, .holder a.jp-disabled:hover {
	color: #4c4c4c;
}

/* Breadcrumbs */

.breadcrumb {
	position: relative;
	float: right;
	background: #111;
	border: none;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	padding: 0 10px;
}

.breadcrumb a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}

.breadcrumb a:hover {
	color: #FE4445;
	text-decoration: none;
}

/* Thumbs */

.highslide-gallery {
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: table;
}

.highslide-gallery .highslideContainer {
	float: left;
	position: relative;
	height: 200px;
	width: 200px;
	overflow: hidden;
}

.highslide-gallery .highslideContainer a.highslide img {
	border: 0;
	display:block;
	cursor: pointer !important;	
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.highslide-gallery .highslideContainer a.highslide {
	background: #000;
}

.highslide-gallery .highslideContainer a.highslide:hover img {
	opacity: 0.2;
	-ms-transform: rotate(7deg) scale(1.2);
    -webkit-transform: rotate(7deg) scale(1.2);
    transform: rotate(7deg) scale(1.2);
}

a.highslide {
	display: block;
	overflow: hidden;
}

a.highslide::after {
	content: "+";
	position: absolute;
	top: 50%;
	margin-top:-23px;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 46px;	
	border: 2px solid #CCC;
	box-sizing: border-box;
	color: #CCC;
	font-family: Arial;
	line-height: 42px;
	font-size:24px;
	border-radius: 50%;
	-ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a.highslide:hover::after {
	-ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* Pop Up */

.highslide-container .highslide-caption{
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	background: #111;
}

.highslide-container .highslide-caption strong{
	font-size:24px;
	line-height:30px;
	font-weight: bold;
}

.highslide-container .highslide-dimming{
	background: rgba(35,31,32,.8);
	opacity: 1 !important;
}

.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td{
	background: none !important;
}

.highslide-container img.highslide-image,
.highslide-container .highslide-image{
	border: 0px !important;
	box-shadow: 0px 0px 20px #000;
}

/* Sub Galleries */

.highslide-gallery .highslideContainer.subgallery a.highslide:hover {
	background: #000;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover img {
	opacity: 0.1;
}

.subgallery .folderBackground span {
	padding: 10px;
	font-family: Arial;
	font-size: 16px;
}

.highslide-gallery .highslideContainer.subgallery a.highslide span {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover span {
	background: none;
	-ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
	-webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.highslide-gallery .highslideContainer.subgallery a.highslide::after {
	display: none;
}

/* ***************** */
/* **************** */
@media (max-width: 992px) {
	nav.main-nav {
		max-width: 65%;
	}
	.marketing h2.accroche {
		font-size: 1.82em;
	}
	.marketing .argument{
		font-size: 1.32em;
	}
	.marketing .call-to-action{
		font-size: 1.2em;
	}


	.footer-phone {
		display: none;
	}
	.chat {
		position: relative;
	}
	
	.highslide-gallery .highslideContainer {
		height: 170px;
		width: 170px;
	}
	
}
@media (max-width: 768px) {
	header.top .bg-header{
		text-align:center;
	}
	header.top .logo{
		display:inherit;
		margin: 40px auto 10px;
		float:none;
	}
	header.top .logo img{
		max-width: 100%;
	}
	
	nav.main-nav {
		position: absolute;
		margin: 0;
		top: 12px;
		right: 0;
		width: 60%;
		max-width:100%;
		float:none;
		display: initial;
		min-height: initial;
	}
	nav.main-nav a.mobile-menu {
		position: relative;
		display: block;
		z-index: 50;
		float: right;
	}
	nav.main-nav ul {
		position: absolute;
		left: 0;
		right: 0;
		top: -100%;
		z-index: 30;
		opacity: 0;
		height: 0;
		overflow: hidden;
		background: @border-header;
	}
	nav.main-nav ul.active {
		top: 100%;
		opacity: 1;
		height: auto;
	}
	nav.main-nav ul li {
		display: block;
		border: none;
		padding: 0;
		border-top:1px solid fade(@txtFooter,15%);
	}
	nav.main-nav ul li:first-child {
		border-top:none;
	}
	nav.main-nav ul li a {
		padding: 0.2em 0.5em;
		display: block;
		line-height: 2em;
		color:@txtFooter;
	}
	nav.main-nav ul li.selected a, nav.main-nav ul li a:hover{
		background:darken(@border-header,10%);
	}
	nav.main-nav ul li a::before{
		content: normal;
	}
	.marketing h2.accroche {
		font-size: 1.6em;
	}
	.marketing .argument{
		font-size: 1.2em;
	}
	.marketing .call-to-action{
		font-size: 1.14em;
	}
	div#facebook .fb-like{
		margin-bottom: 20px;
	}
	.highslide-gallery .highslideContainer {
		height: 120px;
		width: 120px;
	}
}
@media (max-width: 480px) and (orientation: portrait), (max-width: 480px) and (orientation: landscape) {
	nav.main-nav{
		width:100%;
	}
	header.top .marketing{
		margin-top: 0.9em;
	}
	.marketing h2.accroche {
		font-size: 1.45em;
	}
	.marketing .argument{
		font-size: 1.1em;
	}
	.marketing .call-to-action{
		font-size: 1.06em;
	}
	footer.bottom nav.footer-nav ul {
	}
	footer.bottom nav.footer-nav ul li {
		display: list-item;
		border: none;
		padding: 0!important;
		margin: 0 0 2px 15px!important;
		list-style: square;
	}
	footer.bottom nav.footer-nav ul li a {
		text-decoration: underline;
		white-space: initial;
	}
	footer.bottom nav.footer-nav ul li:after{
	content:normal;
	}
	.fb-like-hidden{
		display:none;
	}
	form.contactForm label {
		width:100%;
	}
	form.contactForm .text-input, form.contactForm .contactSelect, form.contactForm .datepicker{
		width:100%;
	}
	article.content .image-right, .image-right, article.content img {
		display: block;
		float: none !important;
		height: auto !important;
		margin: 10px auto !important;
		max-width: 100% !important;
		width: auto !important;
	}
}