body {
	background: #282827;
    color: #fff;
    font-family: 'pt_sansregular';
    font-size: 14px;
    line-height: 1.36em;
}
a {
	color: #fed000;
	text-decoration: none;
	outline:none !important;
	 -webkit-transition: all .4s;
	 -moz-transition: all .4s;
	 -o-transition: all .4s;
	 transition: all .4s;
}
a:hover, a:active, a:focus {
	color: #145481;
	text-decoration:underline;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clear {
	position: relative;
	clear: both;
	display: block;
}
/* Style.css */
h1{
	font-family: 'QuicksandBold';
	font-size: 35px;
	line-height: 40px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	margin:0;
	margin-bottom:15px;
}
h2{
	font-family: 'QuicksandBold';
	font-size: 39px;
	line-height: 44px;
	color:#fed000;
	font-weight:normal;
	font-style:normal;
	margin:0;
}
h3{
	font-family: 'QuicksandBold';
	font-size: 36px;
	line-height: 41px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	margin:0;
}
h4{
	font-family: 'QuicksandBold';
	font-size: 33px;
	line-height: 38px;
	font-weight:normal;
	font-style:normal;
	color:#fed000;
	margin:0;
}
h5{
	font-family: 'QuicksandBold';
	font-size: 30px;
	font-weight:normal;
	line-height: 35px;
	color:#fff;
	margin:0;
}
h6{
    font-size: 18px;
    line-height: 23px;
	font-weight:normal;
	margin:0;
}
/*******social*****/
#ContainerBlockSocial{
position:relative;
float:right;
width:31px;
height:31px;
margin-top: 6px;
}
#ContainerBlockSocial .addthis_toolbox .at300b {
 background-image: url(/media/images/new-images/net.png);
 background-repeat: no-repeat;
 width:31px;
 height:31px;
 margin: 0;
 padding: 0;
 display: inline-block;
 overflow: hidden;
 -webkit-transition: none .4s;
 -moz-transition: none .4s;
 -o-transition: none .4s;
 transition: none .4s;
}

#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_facebook,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_facebook {
 background-position:0px 0;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_facebook:hover,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_facebook:hover {
 background-position:0 -31px;
 transition:.3s all ease;
}

#ContainerBlockSocial .addthis_toolbox .at300b > span{
 display: none !important;
}
#ContainerBlockSocial .addthis_toolbox .at300b > span, #___plusone_0 {
    display: none !important;
    opacity: 0;
    width: 31px !important;
    height: 31px !important;
}
/***********/
.video {
    float: right;
    width: 49%;
    height: 298px;
	padding: 0 20px;
}
.video-home {
    width: 50%;
    float: right;
	padding: 0 10px;
}

object#PlayerBezoom {
    background: url(/media/images/image-video.png) no-repeat top center !important;
}
#myPlayer1 {
width: 650px !important;
height: 438px !important;
background:url(/media/images/image-video.png) no-repeat center top;
}
.video li {
    background: none !important;
}
.image-right{
	float: right;
	margin: 0 0 15px 25px;
	border:1px solid #bbbbbb;
}
img.image-right.right1{
 width:250px;
 height:200px;
}
.image-left{
	float: left;
	margin: 0 25px 15px 0px;
	border:1px solid #bbbbbb;
}
table.table-style {
	margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
}
table.table-style thead th {
    background: #e2e2e2;
    font-weight: bold;
    text-align: center;
}
table.table-style thead th, table.table-style tbody td{
	padding: 5px;
	border: 1px solid #000;
}

#content-wrapper article.content  hr{
	border: none;
	border-top: 1px solid #bbbbbb;
	margin: 10px 0px;
	clear: both;
}
#content-wrapper article.content  .break{
	clear: both;
	margin: 20px 0px;
}
#content-wrapper article.content  .dark-text{
color: #000;
}
#content-wrapper article.content  .title{
	position: relative;
	color: #000;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#content-wrapper article.content  .title::after{
	content: '';
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 0px;
	border-top: 1px solid #bbbbbb;
}
#content-wrapper article.content header#content-header:after{
    position: absolute;
    content: "";
    background: #424241;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.green{
color:#739d06;
}

/* ************** */
.container {
	position:relative;
}
header#header {
    position: absolute;
    width: 100%;
    z-index: 3;
    min-height: 87px;
    background: rgba(17, 17, 17, 0.9);
}
header#header div.header-logo {
position:absolute;
padding:0px;
font-size:16px;
z-index:10;
top:0;
left: 13px;
}
header#header  div.header-logo a{
	color:#7ea106;
}
header#header div.header-logo img {
	display: block;
}
header#header nav.main-nav {
	position:relative;
	z-index:5;
	text-align:right;
	float:right;
	max-width:880px;
}
/* ************************ */
/* ******** nav mobile ********* */
div.navigation{
	position: absolute;
	display:none;
	right: 15px;
  	top: 17px;
	
}
a.mobile-nav {
   position: relative;
   height:32px;
   width:32px;
   background: url(/media/images/new-images/nav-icon.png) center right no-repeat;
   z-index:99;
   display: block;
}
a.mobile-nav:hover{
   background: url(/media/images/new-images/nav-icon.png) center right no-repeat #fed000;
}
.mm-menu.mm-theme-dark .mm-navbar a:hover{
      color: rgba(255, 255, 255, 0.85);
	  
	   }
.mm-menu.mm-theme-dark .mm-navbar a.mm-title {
  /*display: none;*/
}
.mm-close:after {
    font-size: 2em;}
	

 .mm-menu.mm-multiline .mm-listview > li > a{
	font-size:15px;
	font-family:'pt_sansregular';
	    text-transform: uppercase;
 }
.mm-menu.mm-multiline .mm-listview > li > a:hover, .mm-menu.mm-multiline .mm-listview > li.selected > a{
 	color:#ffffff;
	background:#fed000;
 }
 .mm-menu.mm-theme-dark {
    background: #282827;
	color:#000;
}
/* ******* end nav mobile ****** */
/* ******************* */
/* *************** */
/* ***** */
#banner{
	position:relative;
	width:100%;
}
figure#slideshow {
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 1;
	width:100%;	
	overflow: hidden;
}
figure.slide-home{
	min-height:573px;
	max-height:573px;
}
figure.slide-page{
	min-height:500px;
	max-height:500px;
}
figure#slideshow .camera_wrap{
float:none !important;
}
figure#slideshow .camera_overlayer{
}
figure#slideshow .camera_prev, 
figure#slideshow .camera_next{
	background:rgba(0,0,0,0.7);
	top:63%;
	margin-top: 0;
}
figure#slideshow .camera_prev, 
figure#slideshow .camera_next{
	bottom:auto;
}
figure#slideshow .camera_prev{
	left: auto;
	right:41px;
}

figure#slideshow .camera_next{
	right:0;
}
#banner .cta{
	position: relative;
	z-index: 2;
	text-decoration: none;
	-webkit-transform: translate(0,-35%);
    -ms-transform: translate(0,-35%);
    transform: translate(0,-35%);
	float: left;
	margin-top:-261px;
}
.txt-cta {
    color: #1f1f1f;
    background: rgba(255, 255, 255, 0.9);
    width: 428px;
    height: 87px;
    padding: 35px 31px;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'QuicksandBold';
}
.btn-cta {
    font-size: 18px;
    font-family: 'QuicksandBold';
    color: #1f1f1f;
    background: #fed000;
    width: 152px;
    height: 50px;
    padding: 15px 25px;
	text-transform:uppercase;
}
#banner .cta:hover .btn-cta {
background: #282827;
color:#fed000;
}

/* ******************* */
#content-wrapper {
	position: relative;
	z-index:1;
}

#content-wrapper article.content {
	position: relative;
	padding:40px 0 45px;
	min-height:200px;
}
#content-wrapper article.content header#content-header {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    z-index: 10;
    background: url(/media/images/new-images/bg-h1.png) no-repeat left 7px;
    padding-left: 38px;
}

#content-wrapper article.content h2, #content-wrapper article.content h3, #content-wrapper article.content h4, #content-wrapper article.content h5, #content-wrapper article.content h6 {
	padding: 10px 0px 8px;
}
#content-wrapper article.content p {
	padding: 3px 0px 8px;
	margin:0;
}
#content-wrapper article.content ul {
	padding: 3px 0px 10px 17px;
	margin:0;
	list-style: none;
}
#content-wrapper article.content ul li {
	padding: 0px 0px 1px 18px;
	list-style: none;
	background: url(/media/images/new-images/icon-list01.png) no-repeat left 4px;
}
#content-wrapper article.content ul li li {
	background: url(/media/images/new-images/icon-list02.png) no-repeat left 7px;
	padding: 0px 0px 0px 10px;
}
#content-wrapper article.content ol {
	padding: 5px 0px 5px 35px;
	list-style: decimal-leading-zero;
}
#content-wrapper article.content ol li {
	padding: 0px 0px 5px 5px;
	list-style: decimal-leading-zero;
}
/* ********************* */
#box-fotos{
	position:relative;
	width:100%;
	background:#e9e9e9;
}
#box-fotos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#box-fotos ul li {
  text-transform: none;
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
  float: left;
  width: 25%;
}
#box-fotos ul li img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  width: 100%;
}
#box-fotos ul li p{
	margin:0;
	padding:0;
}
#box-fotos ul li a:before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
  cursor: pointer;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background:rgba(254, 208, 0, 0.53);
}
#box-fotos ul li a:after {
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
  cursor: pointer;
  content: '';
  width: auto;
  height: 48px;
  position: absolute;
  padding:0 25px;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
	color:#fff;
	font-family: 'pt_sansregular';
	font-size:24px;
	    text-transform: uppercase;
    line-height: 42px;
}
#box-fotos ul li a:hover::before, #box-fotos ul li a:hover::after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
#box-fotos ul li a:hover::after{
	 -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* ******************* */
.bande1{
    position: relative;
    width: 100%;
    background: #1d1d1d;
    padding: 14px 0;
    color: #fff;
    min-height: 82px;
}
.bande1 .box-open{
	background:url(/media/images/new-images/icon-open.png) no-repeat left 0;
	padding-left:36px;
	line-height: 28px;
}
.bande1 .box-open p {
    margin: 0;
}
.bande1 .box-open span.tiret {
    margin: 0 11px;
}
.bande2 {
    position: relative;
    background: #145481;
    min-height: 55px;
    color: #fff;
    padding: 20px 0;
	font-size:14px;
}
span.sym1 {
    padding: 0 20px;
}
.box-time {
    background: url(/media/images/icon-open.png) no-repeat 0px 6px;
    padding-left: 24px;
    margin-left: -2px;
    float: left;
    padding-top: 7px;
}
/* * footer * */
footer{
	position: relative;
	width:100%;
	background:#3e454d;
	color:#ffffff;
}
.box-contact{
	position:relative;
	text-align:left;
	line-height: 24px;
	padding:15px 0px;
	float: left;
	
}
.box-contact a{
	color:#fed000;
	text-decoration:underline;
}
.box-contact a:hover{
	color:#fed000;
	text-decoration:none;
}

.box-contact span.name{
	display:none;
}
.box-contact .dc-adress{
	padding-left:22px;
	background:url(/media/images/new-images/icon-map.png) no-repeat left top;
	line-height: 24px;
    display: inline-block;
	padding-right: 4px;
}
.box-contact .dc-tel{
    padding-left: 35px;
    background: url(/media/images/new-images/icon-tel.png) no-repeat left top;
    line-height: 24px;
    display: inline-block;
    margin-left: 7px;
}
.box-contact .dc-btw {
    line-height: 24px;
}
span.mail1 {
    margin-left: 16px;
    background: url(/media/images/new-images/icon-mail.png) no-repeat left 4px;
    padding-left: 35px;
}
.box-contact span.tiret {
    margin: 0;
	padding: 0;
}
/* ********************** */
.box-map{
  position: relative;
  background:url(/media/images/new-images/map.jpg) no-repeat center top;
  background-size: cover;
  height:295px;
  width: 100%;
  display: block;
}
/* ************* */

/* ********* */
.back-to-top {
	position: fixed;
	right: 25px;
	bottom: 50px;
	width: 45px;
	height: 50px;
	display: none;
	opacity: .9;
	/*padding: 15px;*/
	background: url(/media/images/new-images/icon-top.png) no-repeat center #fed000;
	text-indent: -9999px;
	z-index: 500;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
  box-sizing: border-box;
}
.back-to-top:hover {
	opacity: 1;
	display: block;
}

#fancybox-wrap{
z-index:5011 !important;
}

#footerSlideContainer{
right: 15px!important;
bottom: 10px!important;
}
.footerSlideButton1 {
color: #a2a2a2!important;
}
.footerSlideButton1:hover {
color: #7c9e0b!important;
}
.icon-logo-online{
font-size: 1.4em;
}


div.cc-cookies {
    width: 100%;
}
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}

div#_atssh {
  display: none;
}

blockquote {
padding: 0 15px 0 15px;
line-height: 22px;
position: relative;
margin-bottom: 8px;
display: inline;
font-size: 15px;
color:#1b1d1e;
margin-top: 5px;
font-family: 'pt_sansregular';
  border-left: none;
}
blockquote:before {
display: inline-block;
content: "\201C";
font-size: 32px;
position: relative;
top: 4px;
color: #b5b5b5;
font-family:"serif";
font-weight:bold;
line-height: 12px;
padding:0 2px;
}
blockquote:after {
display: inline-block;
content: "\201D";
font-size: 32px;
position: relative;
top: 4px;
right:0;
color: #b5b5b5;
font-family:"serif";
font-weight:bold;
line-height: 12px;
padding:0 2px;
}

.normalvid {
    height: 304px;
    width: 540px;
    float: right;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-top: 10px;
}
@media (max-width:1400px){
	figure.slide-home, figure.slide-page {
    	height: auto;
	}
}
@media (max-width:1199px){

.box-contact {
    width: 95%;
}
.bande1 {
    font-size: 13px;
}
	header#header div.header-logo{
		position: absolute;
		left: 0;
	}
	header#header nav.main-nav{
		float: right;
    	max-width: 100%;
		text-align: center;
	}
	#banner .cta{
		font-size: 38px;
		width: auto;
		-webkit-transform: translate(0,-50%);
       -ms-transform: translate(0,-50%);
       transform: translate(0,-50%);
	}
	#bande1 .box-open span.tiret {
    	margin: 0;
	}
	.box-contact span.tiret {
    	margin: 0;
	}
	.normalvid {
    	height: 270px;
    	width: 480px;
	}
	.sf-menu a {
    font-size: 13px;
    padding: 42px 6px 26px; !important
}
.tiret.tiret1 {
    display: block;
    height: 0;
    color: transparent;
}
}
@media (max-width:991px){
.box-contact .dc-btw {
    width: auto;
	margin-left: 22px;
}
.box-contact .dc-tel {
    padding-left: 23px;
    margin-left: 0;
}
.video img {
    width: 100%;
}
	#banner .cta{
margin-top: -171px;
font-size: 28px;
line-height: 26px;
width: auto;
padding-top: 39px;
	}
	#banner .cta .btncta{
		margin-top: 15px;
	}
	#box-fotos ul li{
		width: 33.333333%;
	}
	#box-fotos ul li:last-child {
    	display: none;
	}
	.box-contact .dc-adress{
		    display: block;
		margin-bottom: 15px;
	}
	.box-contact span.tiret:nth-child(14) {
    	display: none;
	}
	.normalvid {
    	height: 203px;
    	width: 360px;
	}
	.video {
    float: none;
	height: 218px;
}
}
@media (max-width:767px){
.box-contact .dc-btw {
    margin-left: 0;
}

span.mail1 {
    margin-left: 0;
    padding-left: 26px;
    display: block;
}
.mm-title {
    color: #000 !important;
}
.sym {
    display: block;
    height: 0;
    color: transparent;
}
	.video {
	width:280px;
	height: 180px;
}
.box-contact span.tiret {
    margin: 0;
    color: transparent;
    height: 0;
    display: block;
}
.mail1 {
    margin-left: -277px;
}
.btw {
    padding-left: 24px;
}

	#banner .cta{
		margin-left: 0;
		width: auto;
    	padding: 0 15px;
		left:0;
		font-size: 30px;
    	line-height: 38px;
	}
	#banner .cta .btncta{
		margin-top: 6px;
		font-size: 22px;
		width: auto;
   		height: 48px;
		line-height: 38px;
		padding: 5px 20px;
		display: inline-block;
	}
    #box-fotos ul li{
		width: 50%;
	}
	#box-fotos ul li:last-child {
   	 	display: block;
	}
	.box-contact span.tiret {
    	margin: 0;
	}
	.normalvid {
		width: 100%;
		float: none;
		max-width: 640px;
		margin: 0 auto 20px;
		height: 300px;
	}
	.sym1 {
    display: block;
    height: 0;
    color: transparent;
}
}
@media (max-width:479px){
.box-contact .dc-btw {
    text-align: left;
}
#ContainerBlockSocial {
    float: left;
    margin: 4px 0;
}

.mail1 {
    margin-left: 23px;
}
.video {
    float: none;
}

	#box-fotos ul li{
		    width: 100%;
	}
	#bande1 .box-open span.tiret {
    	display: block;
    	height: 0;
    	text-indent: -9999px;
	}
.txt-cta {
width: 250px;
height: 57px;
padding: 13px 25px;
font-size: 18px;
}
.btn-cta {
    font-size: 14px;
    width: 128px;
    height: 43px;
    padding: 6px 25px;
}
#banner .cta {
    margin-top: -241px;
}
	.box-contact span.dc-adress span:nth-child(1), .box-contact span.dc-adress span:nth-child(6), .box-contact .dc-tel, .box-contact .dc-btw {
    	display: block;
	}
	.box-contact .dc-tel{
		    margin-bottom: 15px;
	}
	.box-contact span.tiret {
    	display: none;
	}
	body{
		font-size: 13px;
	}
	h1{
		font-size: 25px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 19px;
	}
	h4{
		font-size: 17px;
	}
	h5{
		font-size: 15px;
	}
	h6{
		font-size: 14px;
	}
	.image-left, .image-right {
		float: none;
		margin: 15px auto;
		display: table;
       max-width: 100%;
	}
	table {
		overflow-x: auto;
		display: block;
	}
	.normalvid {
		width: 100%;
		float: none;
		max-width: 480px;
		margin: 0 auto 20px;
		height: 250px;
	}

}
@media (max-width:419px){
#banner .cta {
    margin-top: -116px !important;
}
	header#header div.header-logo img{
		width: 100%;
    	max-width: 100%;
	}

}

@media (min-width: 1200px){
.container {
    width: 1190px!important;
}
}

.sf-menu a {
    padding: 42px 6px 26px; !important
}