
/* ------------------- fonts --------------------- */

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/Open Sans-webfont.eot');
    src: url('../font/Open Sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Open Sans-webfont.woff2') format('woff2'),
         url('../font/Open Sans-webfont.woff') format('woff'),
         url('../font/Open Sans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../font/Open Sans Light-webfont.eot');
    src: url('../font/Open Sans Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Open Sans Light-webfont.woff2') format('woff2'),
         url('../font/Open Sans Light-webfont.woff') format('woff'),
         url('../font/Open Sans Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../font/opensans_extrabold-webfont.eot');
    src: url('../font/opensans_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans_extrabold-webfont.woff2') format('woff2'),
         url('../font/opensans_extrabold-webfont.woff') format('woff'),
         url('../font/opensans_extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/opensans_semibold-webfont.eot');
    src: url('../font/opensans_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans_semibold-webfont.woff2') format('woff2'),
         url('../font/opensans_semibold-webfont.woff') format('woff'),
         url('../font/opensans_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}





/* --------- reset css --------- */

 /* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong {
	font-weight:bold;
}

 input {
	padding:0;
}
input[type="button"],  input[type="submit"] {
	cursor:pointer;
}

textarea {overflow: auto ; resize:none;} 

p, li, span, input, div, a, h1, h2, h3, h4, h5, h6, label {
	font-family:inherit; 
}

.check {
	cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

input, textarea {outline:none; border:0;}

input[type="text"]::-ms-clear, input[type="tel"]::-ms-clear{
	display:none;
}

.clear {
	clear:both;
}


img {
	max-width:100%;
}
a {
	color:inherit;
	text-decoration:none;
}
h2 a:hover, h3 a:hover {
	text-decoration:underline;
}





/* ------------- end reset --------------- */


/* ================================================= *
 * All Styles 
 * ================================================= */
body {
	font-size:14px;
	line-height:1.2;
    font-family: 'open_sansregular';
	color:#0e0e0e;
	background:#fff;
}
body.hidden {
	overflow:hidden;
}
.wrap {
	width:100%;
	max-width:1366px;
	min-width:1000px;
/* 	min-width:320px; */
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn a {
	display:inline-block;
	width: auto;
	padding: 0 20px;		
	line-height:2.71em;
	color:#ffffff;
	font-size:1.15em;
	text-transform:uppercase;
	text-align:center;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #7db137;
	border-bottom:2px solid #004113;
}
.btn a:hover, .btn a.pressed{
	background:#79aa36;
}

.title {
	margin-bottom:40px;
	font-size:2.29em;
	color:#0f4127;
    font-family: 'open_sanslight';
	text-align:center;
	line-height:1;
	letter-spacing:0.05em;
}
.title span {
	padding-bottom:10px;
	border-bottom:2px solid #7ed321;
}
.title h1 {display:inline;}

@media only screen and (min-width: 1001px) {
	
}
@media only screen and (max-width: 1000px) {
	
}

/* -------------------------------------------- *
 * Icons
 */
.anchor a:after, .good_list li:before, .social a {
	background:url(../images/icons.png) left top no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	/* .anchor a:after {
		background-image: url(../images/icon_sprite@2x.png);
		background-size: 208px 400px;
	} */
}

 
 /* ================================================= *
 * first_page
 * ================================================= */
.first_page {
	position:relative;
	color:#0e0e0e;
	min-height:450px;
	margin-bottom:90px;
/* 	background:url(../images/three.png) left 60px no-repeat; */
	background:#ffffff;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.desktop .first_page {height: 100vh;}
.mobile.portrait  .first_page,
.ios.portrait  .first_page,
.android.portrait  .first_page {min-height:700px;}

.first_page:after {
	content:'';
	display:table;
	clear:both;
}

.fermer_info {
	position:absolute;
	top:50%;
	height:520px;
	width:485px;
	margin-top:-260px;
	font-size:1em;
	font-family: 'open_sanslight';
	border:8px solid #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	right:60px;
	padding:3.57em 1.79em 2.98em 10em;
}
	.fermer_date {
		position:absolute;
		top:6%;
		left:-10em;
		padding:1.43em 0;
		background:#fff;
	}

.fermer_main {
	position:absolute;
	top:50%;
	right:0;
	width:619px;
	font-size:1em;	
	margin-top:-300px;
}	
.fermer_main .logo {
	display:block;
	max-width:100%;
	margin-bottom:20px;
}
.fermer_main .text {
	display:table;
	width:550px;
	margin:0 auto;
	text-align: left;	
}
.fermer_main .text p {
	margin-bottom:15px;
	padding-left:25px;
	font-size: 1.43em;
	letter-spacing: 0.025em;
	border-left:3px solid #7eb238;
}
.fermer_main .btn {
	margin-left:28px;
}
.fermer_main .btn a {
	width:auto;
	padding:0 20px;
}
.fermer_main .btn span  {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: 0.15em;
	margin-left:15px;
}
	
	
.three {
	position:absolute;
	/* top:50%;
	margin-top:-363px; */
	bottom:0;
	left:-200px;
}

.fermer_date {
	text-align:center;
	font-family: 'open_sansextrabold';
	line-height:1;
	letter-spacing:0.003em;
}
.fermer_date .b_date {
	font-size:15.7em;
	color:#7eb238;
	line-height:0.8;
}
.fermer_date .m_date {
	font-size:4.3em;
	color:#7eb238;
	text-transform:uppercase;
	line-height:1.2;
}
.fermer_date .time{
	font-size:3.21em;
	color:#004113;
}

.fermer_text_info {
	font-family: 'open_sanslight';
}
.fermer_text_info  .text{
	margin:15px 0 15px;	
	font-size:1.43em;
	letter-spacing:0.025em;
	text-align:left;
}
.fermer_text_info  .place {
	text-align:center;
	margin-bottom:20px;
	font-size:1.3em;
	line-height:1.2;
	letter-spacing:0.15em;
}
.fermer_info  .btn {
	text-align:center;
}

/* ---- anchor ---- */
.anchor {
	position:absolute;
	left:0;
	bottom:3%;
	width:100%;
	text-align:center;
}
.mobile.portrait  .anchor,
.ios.portrait .anchor,
.android.portrait  .anchor{bottom:0%;}
.anchor a {
	display:inline-block;
	padding-bottom:40px;
	font-size:14px;
    font-family: 'open_sanslight';
	letter-spacing:0.15em;	
}
.anchor a:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:36px;
	height:36px;
	margin-left:-18px;
	background-position: left top;
    transition: .3s;
}
.anchor a:hover:after {
	bottom:-10px;
}
@media only screen and (max-width: 1400px) {.fermer_info {  right: 30px;}}
@media only screen and (max-width: 1300px){
	.three {
		height:630px;
		left:-120px;
	}
}
@media only screen and (max-width: 1180px){
	.three {
		height:530px;
		left:-100px;
	}
	/* .anchor a span {display:none;} */
}
@media only screen and (max-width: 1100px){
	.fermer_info {  right: 20px;}
	.three {
		height:430px;
		left:-80px;
	}
}
@media only screen and (max-width: 1001px) {
	.fermer_info {

	}
}
@media only screen and max-height: 680px){
	.three {	height:670px;	left:-130px;}
}

@media only screen and (max-height: 680px) {
	/* .anchor span {display:none;} */
} 



 /* ================================================= *
 * second_page
 * ================================================= */
.second_page {
	min-height:1000px;
	background:#fefefe url(../images/three2.png) right bottom no-repeat;
}
 
.nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:55px;
	font-size:.9em;
	background-color: #fff;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	z-index:1500;
	display:none;
}

.nav .logo, .nav .btn {
	line-height:55px;
}
.nav .logo img, .nav .btn a {
	vertical-align:middle;
}
.nav .logo {
	float:left;
	margin-left:5%;
}
.nav .btn {
	float:right;
	margin-right:5%;
}

.fermer_block {
	margin-bottom:35px;
	padding-bottom:20px;
	background:#fff;
	-moz-box-shadow: 0 1px 0 #ddd;
	-webkit-box-shadow: 0 1px 0 #ddd;
	box-shadow: 0 1px 0 #ddd;
}
/* ------ fermer_list ------ */
.fermer_list {
	font-size:1em;
	text-align:center;
}
.fermer_list  li {
	display:inline-block;
	vertical-align:top;
	width:17%;
	margin:0 3%;
}
.fermer_list  img {
	margin-bottom:20px;
	border:5px solid #fbfbfb;
	border-radius:100%;
}
.fermer_list  p {
	font-size:1.07em;
    font-family: 'open_sanslight';	
} 
.fermer_list p span {
	font-family: 'open_sanssemibold';
}

/* ------ fermers_gallery ------ */
.fermers_block {margin-bottom:30px;}
.fermers_gallery {
	max-width:1225px;
	margin:0 auto;
}
.fermers_gallery:after {
	content:'';
	display:table;
	clear:both;
}
.fermers_gallery  .box{
	float:left;
	position:relative;
	width:289px;
	height:400px;
	text-align:center;
	margin:0 20px 38px 0;
	background:#fff;
	border:1px solid #dfdfdf;
	border-radius: 3px;
}

.fermers_gallery .img {
	display:block;
	width:100%;
	margin-bottom:15px;
}
.fermers_gallery .box:hover .img {
	opacity:0.85;
}
.organic {
	position:absolute;
	right:12px;
	bottom:12px;
}
.fermers_gallery .name {
	min-height:20px;
	font-size:1em;
	text-transform:uppercase;
	color:#0f4127;
	letter-spacing:0.22em;
	line-height:1.3;
}
.fermers_gallery .firm {
	font-size:1.21em;
	color:#0f4127;
	letter-spacing:0.05em;	
}
.fermers_gallery .description {
	display:inline-block;
	vertical-align:top;
	min-width:84px;
	margin-top:5px;
	padding-top:5px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.05em;	
	line-height:1.5;
	border-top:2px solid #7ed321;	
}

/* good_block */
.good_block {
	max-width:1225px;
	margin:0 auto;
	margin-bottom:70px;
}
.good_block .title {
	text-align:left;
}
.good_block .title span {
	padding-bottom:5px;
	line-height:1.7;
}
 
.good_list {
	width:74%;
	padding-left:10px;
}
.good_list li {
	position:relative;
	margin-bottom:20px;	
	padding-left:35px;
	font-size:1.43em;
	color:#0f4127;
	letter-spacing:0.05em;	
}
.good_list li:not(.not_before):before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:24px;
	height:24px;
	margin-top:-12px;
	background-position:left -40px;
}
.good_list li.not_before {
	padding-left:0;
	padding-top:10px;
}
.good_list li a:hover {text-decoration:underline;}

@media only screen and (min-width: 1240px) { 
	.fermers_gallery  .box:nth-child(4n+4) {margin-right:0;}
}

@media only screen and (max-width: 1400px) {
	.wrap {max-width:1230px;}
}
@media only screen and (max-width: 1239px) {
	.second_page {background-size:30%;}
	.fermers_gallery  .box{width:24%; margin-right:1%}
	.fermers_gallery .box:nth-child(4n+4) {margin-right:0;}
}
@media only screen and (max-width: 1100px) {
	.body{width:1000px;}
	.wrap {padding:0 5px;}
}


 /* ================================================= *
 * video_page
 * ================================================= */
.video_page {
	position:relative;
	height:770px;
	margin-bottom:65px;
}
.video_page .wrap {
	height:100%;
}
.video_page .title {
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	text-align:center;
	font-size:32px;
	color:#fff;
    font-family: 'open_sanslight';	
}
.video_page .title span{
	font-size:22px;
	border:0;
}

 /* ================================================= *
 * photos_page
 * ================================================= */
.photos_page {
	position:relative;
	margin-bottom:65px;
}

.slider_big {
	position:relative;
	width:100%;
/* 	max-height:768px;	 */
	overflow:hidden;
}
.slider_big .slides {
  overflow:hidden;
}
.slider_big .slides li {
	float:left;
}
.slider_big .slides li img {
	width:100%;
	opacity:0;
}
.slider_big .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider_big .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  background:url(../images/icons_lbB.png) no-repeat;
  text-indent:-9999px;
  z-index: 10;
  cursor: pointer;
  opacity:0.8;
}
.slider_big .flex-direction-nav a:hover {
  opacity:1;
}
.slider_big .flex-direction-nav .flex-prev {
  left:3%;
  background-position:center top;
}
.slider_big .flex-direction-nav .flex-next {
  right: 3%;
  background-position:center bottom;
}
.slider_big .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
 



 
 /* ================================================= *
 * map_page
 * ================================================= */
.map_page {
	margin-bottom:40px;
}
.map {
	width:auto;
	height:560px;
}
.map img {max-width:none;} 

.infobox-wrapper {display:none;}
.info {	
	/* position:relative; */
	width:210px;
	padding:20px 20px 10px;
	font-size:14px;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.info:before {
	content:'';
	position:absolute;
	bottom:-9px;
	left:-11px;
	width:25px;
	height:23px;
	background:url(../images/tenon.png) no-repeat;
} 
.info h3 {
	margin-bottom:5px;
	padding-bottom:7px;
	color:#0f4127;
	font-family: 'open_sanslight';	
	text-transform:uppercase;
	letter-spacing:0.22em;
	border-bottom:2px solid #7ed321;
}
.info h4 {
	color:#0e0e0e;
    font-family: 'open_sanslight';		
	margin-bottom:15px;
	letter-spacing:0.05em;
}
.info p {
	margin-bottom:12px;
	color:#0e0e0e;
	line-height:1.3;
}
.info p span {
	display:block;
    font-family: 'open_sanssemibold';
}
 
 
  /* ================================================= *
 * footer
 * ================================================= */
footer {
	width:100%;
	height:35px;
	line-height:35px;
    font-family: 'open_sanslight';	
	background-color: #fff;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	z-index:1600;
}
footer.fixed {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1900;
}

.copy {
	float:left;
/* 	margin-left:3%; */
}

.social {
	float:right;
/* 	margin-right:3%; */	
}
.social a {
	display:inline-block;
	width:19px;
	height:20px;
	vertical-align:middle;
}
.social a:hover {
	opacity:0.8;
}
.social .fb {
	background-position:-55px top;
}
 .social .inst {
	background-position:-80px top;
}
 
 
  /* ================================================= *
 *  lightbox
 * ================================================= */ 
 
 
.lightbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
/* 	height: 100vh; */
	padding:50px 0 35px 0;
    font-family: 'open_sanslight';	
	background:#fbfbfb;
	opacity:0;
	z-index:1000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.desktop .lightbox  {height: 100vh;}
.lightbox .wrap {overflow:hidden;max-height:100%;}
.slider {
	float:left;
	width:49%;
	max-height:100%;
}
.content {
	float:right;
	position:relative;
	width:49%;
/* 	max-height:700px; */
	padding-top:45px;
	overflow:hidden;
}
.content .text {
	min-height:300px;
	max-height:600px;
	padding-right:70px;	
	overflow:auto;
	font-family: 'open_sansregular';
}
.content .text strong {font-weight:normal; /* font-family: 'open_sanssemibold'; */}
.lightbox .title {
	text-align:left;
	margin-bottom:10px;
	padding-right:70px;
}
.lightbox .title span {display:block;} 
.lightbox h2 {
	height:32px;
	margin-bottom:30px;
	color:#0f4127;
	letter-spacing:0.22em;
	text-transform:uppercase;
}
.lightbox p {
	font-size:1.07em;
	margin-bottom:20px;
	color:#0e0e0e;
	line-height:1.4;
	letter-spacing:0.025em;
}
.lightbox p:last-child{margin-bottom:0;}
.btn_close {
	position:absolute;
	top:40px;
	right:5px;
	width:35px;
	height:35px;
/* 	background:url(../images/icons_lb.png) left top no-repeat; */
	background:url(../images/close.png) left top no-repeat; 
	cursor:pointer;
}
.btn_close:hover {opacity:0.8;} 

#mask {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:2000;
	display:none;	
}
#mask2 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.9;
	z-index:900;
	display:none;	
}
/* ====================================================================================================================
 * flexslider
 * ====================================================================================================================*/
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
	position:relative;
	width:100%;
	max-height:100%;
	overflow:hidden;
}
.flexslider .slides img {
	width:100%;
	max-height: 100%;
    display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 35px;
  height: 35px;
  margin: -18px 0 0;
  position: absolute;
  top: 50%;
  background:url(../images/icons_lb.png) no-repeat;
  text-indent:-9999px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: -50px;
  background-position:center -32px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  background-position:center -72px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index:10;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border:1px solid #fff;
  border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255,255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.mobile .btn_close,
.android .btn_close,
.ios .btn_close{
	padding:10px;
	background-position:10px 10px;
}
@media only screen and (max-width: 1400px) {
	.lightbox .wrap, footer.fixed .wrap  {width:1168px;}
	.slider {width:45%;}
	.content {width:53%;}
	.flex-control-nav {bottom:5%;}
	.wrap_sm {max-width:1024px;}
}
@media only screen and (max-width: 1100px) {
	.lightbox .wrap, footer.fixed .wrap  {width:auto;}
}  
@media only screen and (max-height: 850px) {
	.content .text {max-height:400px;}
}
@media only screen and (max-height: 760px) {
	.lightbox h2 {margin-bottom:35px;}
	.lightbox p {margin-bottom:15px;}
	.content .text {max-height:370px;}
	.fermer_main  {top:2%; margin-top:0;}
}
@media only screen and (max-height: 700px) {
	.content .text {max-height:330px;}
	.fermer_main .text p {font-size:1.2em;}
}
@media only screen and (max-height: 610px) {
	.first_page {
		padding:3% 0;
	}
	.fermer_info {
		position:relative;
		float:right;
		height:385px;
		width:350px;
		margin:0;
		margin:0 20px 0% 0;
		font-size:0.7em;
		font-family: 'open_sanslight';
		top:0;
		right:0px;
		padding:3.57em 1.79em 2.98em 10em;
	}
	.fermer_date .logo img {width:170px;}	
}
@media only screen and (max-height: 600px) {
 	.slider {width:35%;}
	.content {width:63%;}
	.content{padding-top:20px;}
	.lightbox h2 {margin-bottom:25px;}
	.content .text {max-height:310px;}	
} 
@media only screen and (max-height: 500px) {
	.lightbox {top:10px;}
	.lightbox h2 {margin-bottom:10px;}
	.content .text {max-height:250px;}
} 
@media only screen and (max-width: 700px) {
	.first_page {
		padding:3% 0;
	}
	.fermer_info {
		position:relative;
		float:right;
		height:385px;
		width:350px;
		margin:0;
		margin:0 20px 0% 0;
		font-size:0.7em;
		font-family: 'open_sanslight';
		top:0;
		right:0px;
		padding:3.57em 1.79em 2.98em 10em;
	}
	.fermer_date .logo img {width:170px;}	
} 
 
 
 
 
 
 
 
 
 