@charset "utf-8";
/* CSS Document */

#header {
	position: relative;
	z-index: 1;
}

/* featured --> */
#featured {
	min-height: 465px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #f6f6f5;
	background: -webkit-linear-gradient(top, #dedede 0px, #ffffff 186px, #ffffff 233px, #ffffff 302px, #f6f6f5 465px);
	background:    -moz-linear-gradient(top, #dedede 0px, #ffffff 186px, #ffffff 233px, #ffffff 302px, #f6f6f5 465px);
	background:         linear-gradient(to bottom, #dedede 0px, #ffffff 186px, #ffffff 233px, #ffffff 302px, #f6f6f5 465px);
	background-repeat: repeat-x;
	-webkit-animation: appear 1.2s ease-in-out .8s;
	   -moz-animation: appear 1.2s ease-in-out .8s;
	     -o-animation: appear 1.2s ease-in-out .8s;
	        animation: appear 1.2s ease-in-out .8s;
	-webkit-animation-fill-mode: backwards;
	   -moz-animation-fill-mode: backwards;
	     -o-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}
#featured > h1 {
	display: none;
}
#featured .container {
	position: relative;
}
#featured article {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/*width: 50%;*/
	min-height: 465px;
	padding: 40px 30px 0 30px;
}
#featured article:first-child .featured-content {
	-webkit-animation: fromLeft .5s ease-in-out 1.2s;
	   -moz-animation: fromLeft .5s ease-in-out 1.2s;
	     -o-animation: fromLeft .5s ease-in-out 1.2s;
	        animation: fromLeft .5s ease-in-out 1.2s;
	-webkit-animation-fill-mode: backwards;
	   -moz-animation-fill-mode: backwards;
	     -o-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}
#featured .clementines { background: url(../images/bg-featured-clementines.jpg) repeat-x center top; }
#featured .artichauts { background: url(../images/bg-featured-artichauts.jpg) repeat-x center top; }
.featured-content {
	min-width: 100px;
	padding: 40px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #fff;
}
.featured-content h1 {
	margin: 0;
	font-size: 2em;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}
.featured-content p:not(.more) {
	margin: 1em 0;	
}
.featured-content p.more + p.more {
	margin-top: 0;
	border-color: #35300c;
}
.featured-content p.more + p.more a {
	color: #35300c;
}
.featured-content p.more + p.more a:before {
	background: #35300c;
}
.featured-gradient-red p.more,
.featured-gradient-grey p.more { border-color: #48410d; }
.featured-gradient-red p.more a,
.featured-gradient-grey p.more a { color: #48410d; }
.featured-gradient-red p.more a:before,
.featured-gradient-grey p.more a:before { background: #48410d; }
.featured-gradient-red p.more + p.more,
.featured-gradient-grey p.more + p.more { border-color: #000; }
.featured-gradient-red p.more + p.more a,
.featured-gradient-grey p.more + p.more a { color: #000; }
.featured-gradient-red p.more + p.more a:before,
.featured-gradient-grey p.more + p.more a:before { background: #000; }
.featured-gradient-green {
	background: #7ca421;
	background: rgba(124,164,33,0.8);
	background: -webkit-linear-gradient(45deg, rgba(124,164,33,0.8) 0%, rgba(201,210,0,0.8) 100%);
	background:    -moz-linear-gradient(45deg, rgba(124,164,33,0.8) 0%, rgba(201,210,0,0.8) 100%);
	background:         linear-gradient(45deg, rgba(124,164,33,0.8) 0%, rgba(201,210,0,0.8) 100%);
}
.featured-gradient-orange {
	background: #f1d311;
	background: rgba(242,214,32,0.9);
	background: -webkit-linear-gradient(45deg, rgba(242,214,32,0.9) 0%, rgba(234,109,26,0.9) 100%);
	background:    -moz-linear-gradient(45deg, rgba(242,214,32,0.9) 0%, rgba(234,109,26,0.9) 100%);
	background:         linear-gradient(45deg, rgba(242,214,32,0.9) 0%, rgba(234,109,26,0.9) 100%);
}
.featured-gradient-red {
	background: #e51010;
	background: rgba(229,16,16,0.8);
	background: -webkit-linear-gradient(45deg, rgba(229,16,16,0.8) 0%, rgba(246,139,149,0.8) 100%);
	background:    -moz-linear-gradient(45deg, rgba(229,16,16,0.8) 0%, rgba(246,139,149,0.8) 100%);
	background:         linear-gradient(45deg, rgba(229,16,16,0.8) 0%, rgba(246,139,149,0.8) 100%);
}
.featured-gradient-yellow {
	background: #ffcc00;
	background: rgba(255,204,0,0.9);
	background: -webkit-linear-gradient(45deg, rgba(245,220,81,0.9) 0%, rgba(255,204,0,0.9) 100%);
	background:    -moz-linear-gradient(45deg, rgba(245,220,81,0.9) 0%, rgba(255,204,0,0.9) 100%);
	background:         linear-gradient(45deg, rgba(245,220,81,0.9) 0%, rgba(255,204,0,0.9) 100%);
}
.featured-gradient-grey {
	background: #5c5930;
	background: rgba(92,89,48,0.9);
	background: -webkit-linear-gradient(45deg, rgba(92,89,48,0.9) 0%, rgba(185,185,147,0.9) 100%);
	background:    -moz-linear-gradient(45deg, rgba(92,89,48,0.9) 0%, rgba(185,185,147,0.9) 100%);
	background:         linear-gradient(45deg, rgba(92,89,48,0.9) 0%, rgba(185,185,147,0.9) 100%);
}
.featured-gradient-green p.more a:before { color: #a9c143; }
.featured-gradient-orange p.more a:before { color: #efa72b; }
.featured-gradient-red p.more a:before { color: #e35454; }
.featured-gradient-yellow p.more a:before { color: #f2eb4a; }
.featured-gradient-grey p.more a:before { color: #878561; }
#featured .nav-arrows a {
	top: -230px;
}
@media screen and (min-width:1000px) {
	#featured article {
		padding: 40px 70px 0 70px;
	}
	.featured-content {
		width: 30%;
		min-width: 360px;
	}
}
@media screen and (min-width:1600px) {
	#featured,
	#featured article {
		min-height: 515px;
	}
}
/* <-- featured */

/* video --> */
#video {
	min-height: 560px;
	padding: 1em 0;
	background: url(../images/bg-video-2min.jpg) no-repeat center bottom;
}
#video > div {
	position: relative;
}
#video .shell-orange {
	position: absolute;
	top: 40px;
	right: 20px;
}
#video .shell-orange div,
#video .shell-orange div:before,
#video .shell-orange div:after {
	background-color: #ffa800;
}
#video_open_link {
}
#video_open_link a {
	display: block;
	padding-top: 50px;
	background: url(../images/picto-video.png) no-repeat center top;
	color: #fff;
	font-size: .625em;
	-webkit-transition: color .2s ease-out;
	   -moz-transition: color .2s ease-out;
			transition: color .2s ease-out;
}
#video_open_link a:hover,
#video_open_link a:focus,
#video_open_link a:active {
	color: #1d1d1b;
}
#video_close_link {
	position: relative;
	width: 1280px;
	max-width: 100%;
	margin: auto;
}
#video_close_link a {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 800;
	width: 32px;
	height: 32px;
	background: url(../images/close-button.png);
}
#video_close_link span {
	display: none;
}
#video_elt {
	display: block;
	max-width: 100%;
	margin: auto;
	background: none;
}
video#video_elt {
	height: auto;
}
/* <-- video */

/* marques --> */
#marques {
	padding: 0 0 120px 0;
	overflow: hidden;
	position: relative;
}
#marques .content {
	position: relative;
	z-index: 10;
}
#marques p.more {
	background-color: #b1c903;
	border: none;
}
#marques p.more a {
	color: #fff;
}
#marques p.more a:after {
	background-color: #000;
}
#marques p.more a:before {
	background-color: #fff;
	color: #b1c903;
}
#marques p.more a:hover:before,
#marques p.more a:focus:before,
#marques p.more a:active:before {
	color: #000 !important;
}
.marques-illu {
	position: relative;
}
.marques-illu:before {
	content: '';
	position: absolute;
	top: -900px;
	right: 0;
	z-index: 1;
	width: 1200px;
	height: 1200px;
	margin-right: -550px;
	background-color: #efefef;
	-webkit-border-radius: 600px;
	        border-radius: 600px;
}
.marques-illu:after {
	content: '';
	position: absolute;
	top: -850px;
	right: 0;
	z-index: 2;
	width: 1100px;
	height: 1100px;
	margin-right: -450px;
	background-color: #fff;
	-webkit-border-radius: 550px;
	        border-radius: 550px;
}
.marques-illu .illustration {
	position: relative;
	min-height: 600px;
}
.marques-illu .illustration:before {
	content: '';
	display: block;
	position: absolute;
	left: -1000px;
	top: -600px;
	right: 100px;
	z-index: 3;
	height: 700px;
	background-color: #fff;
}
.marques-illu .circle {
	position: absolute;
	right: 30px;
	top: 63px;
	z-index: 4;
	width: 530px;
	height: 530px;
	border: 3px dotted #000;
	-webkit-border-radius: 265px;
	        border-radius: 265px;
}
.marques-illu h2 {
	position: absolute;
	top: 0x;
	right: 260px;
	z-index: 6;
	width: 230px;
	height: 230px;
	margin: 0;
	background-color: #e6e6e6;
	-webkit-border-radius: 115px;
	        border-radius: 115px;
	font-size: 1em;
	line-height: 210px;
	text-align: center;
}
.marques-illu h2 + h2 {
	top: 130px;
	right: 110px;
	z-index: 5;
	background-color: #efefef;
}
.marques-illu h2 img {
	vertical-align: middle;
}
.marques-illu ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.marques-illu li {
	position: absolute;
	z-index: 7;
	width: 210px;
	font-family: 'Cabin Sketch', cursive;
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
.marques-illu li.item1 {
	width: 250px;
	top: -5px;
	right: 15px;
}
html.de .marques-illu li.item1 {
	width: 250px;
	top: -70px;
	right: 5px;
}
.marques-illu li.item2 {
	top: 445px;
	right: 105px;
}
.marques-illu li.item3 {
	top: 480px;
	right: 530px;
}
.marques-illu li:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: #1b1b1b;
	-webkit-border-radius: 11px;
	        border-radius: 11px;
}
.marques-illu li.item1:before {
	top: 105px;
	left: 106px;
}
html.de .marques-illu li.item1:before {
	top: 170px;
	left: 96px;
}
.marques-illu li.item2:before {
	top: 77px;
	left: 182px;
}
.marques-illu li.item3:before {
	top: -19px;
	left: 205px;
}
.marques-illu .photo {
	position: absolute;
	z-index: 8;
}
.marques-illu .photo_clementine {
	right: 265px;
	top: 145px;
}
.marques-illu .photo_clementine  img {
	max-width: initial;
}
@media screen and (min-width:1420px) {
	#marques {
		min-height: 680px;
	}
	.marques-illu {
		position: absolute;
		left: 0;
		top: 80px;
		right: 0;
	}
	#marques .content p {
		width: 40%;
		min-width: 400px;
	}
	#marques .content p.more {
		min-width: 180px;
		width: 180px;
	}
}
@media screen and (min-width:1880px) {
	.marques-illu:before {
		right: 50%;
		margin-right: -1450px;
	}
	.marques-illu:after {
		right: 50%;
		margin-right: -1350px;
	}
}
@media screen and (max-width:800px) {
	.marques-illu .illustration {
		min-height: 450px;
	}
	.marques-illu {
		-webkit-transform: scale(.75);
		   -moz-transform: scale(.75);
			-ms-transform: scale(.75);
				transform: scale(.75);
		-webkit-transform-origin: right top;
		   -moz-transform-origin: right top;
			-ms-transform-origin: right top;
				transform-origin: right top;
	}
	.no-csstransforms .marques-illu {
		display: none;
	}
}
@media screen and (max-width:700px) {
	.marques-illu .illustration {
		min-height: 375px;
	}
	.marques-illu {
		-webkit-transform: scale(.625);
		   -moz-transform: scale(.625);
			-ms-transform: scale(.625);
				transform: scale(.625);
	}
}
@media screen and (max-width:600px) {
	.marques-illu .illustration {
		min-height: 300px;
	}
	.marques-illu {
		-webkit-transform: scale(.5);
		   -moz-transform: scale(.5);
			-ms-transform: scale(.5);
				transform: scale(.5);
	}
}
@media screen and (max-width:480px) {
	.featured-content h1 {
		font-size: 1.5em;
	}
	.marques-illu .illustration {
		min-height: 250px;
	}
	.marques-illu {
		margin-right: 20px;
		-webkit-transform: scale(.375);
		   -moz-transform: scale(.375);
			-ms-transform: scale(.375);
				transform: scale(.375);
	}
	html.de body.home #services h1.title,
	html.de body.home #services h2	{
		font-size: 1.5em;
	}
	html.de body.home #historique h1.title	{
		font-size: 1.4em;
	}
}
/* <-- marques */

/* services --> */
#services {
	padding-top: 1px;
	background-color: #f6f6f6;
}
#services .title {
	text-align: center;
}
#services article {
	min-height: 500px;
	/*padding-bottom: 140px;*/
}
#services h2 {
	font-size: 2em;
	font-weight: 300;
}
#services p {
	margin: .5em 0;
}
#services .col + .col > p {
	/*width: 100%;
	margin-left: 0;
	text-align: left;*/
}
#services p.more {
	margin-bottom: 0;
	border-color: #35300c;
}
@media screen and (max-width:480px) {
	html.de #services p.more {
		margin-left: 30px;
		margin-bottom: 0;
		border-color: #35300c;
	}
}
#services p.more a {
	color: #35300c;
}
#services p.more a:before {
	background-color: #35300c;
}
#services .stripe {
	min-height: 240px;
	padding: 20px 0;
}
#services .stripe > div {
	position: relative;
}
#services .shell {
	margin: 1em auto;
	/*position: absolute;
	margin: 120px 0 0 40px;*/
}
#services .shell p {
	font-size: 26px;
}
#services .shell a {
	color: #ff0072;
	font-size: 24px;
	-webkit-transition: color .2s ease-out;
	   -moz-transition: color .2s ease-out;
			transition: color .2s ease-out;
}
#services .shell a:hover,
#services .shell a:focus,
#services .shell a:active {
	color: #fff;
}
#services .illu {
	display: none;
}
#services .visu-orange {
	width: 402px;
	height: 334px;
	background: url(../images/services-orange.png);
}
#services .photo {
	display: block;
	position: relative;
	z-index: 10;
	margin: -25px auto 0 auto;
}
.cnt-services-fd {
	background: url(../images/bg-services-fd.jpg) no-repeat center center;
	background-size: contain;
}
.cnt-services-pe {
	background: url(../images/bg-services-pe.jpg) no-repeat center center;
	background-size: contain;
}
.cnt-services-fo {
	background: url(../images/bg-services-fo.jpg) no-repeat center center;
	background-size: contain;
}
.cnt-services-fd .stripe {
	background: #d3d007;
	background: rgba(211,208,8,0.75);
	background: -webkit-linear-gradient(left, rgba(211,208,8,0.75) 0%, rgba(241,94,0,0.75) 100%);
	background:    -moz-linear-gradient(left, rgba(211,208,8,0.75) 0%, rgba(241,94,0,0.75) 100%);
	background:         linear-gradient(to right, rgba(211,208,8,0.75) 0%, rgba(241,94,0,0.75) 100%);
}
.cnt-services-pe .stripe {
	background: #75ab0d;
	background: rgba(117,171,13,0.75);
	background: -webkit-linear-gradient(left, rgba(117,171,13,0.75) 0%, rgba(176,215,18,0.75) 100%);
	background:    -moz-linear-gradient(left, rgba(117,171,13,0.75) 0%, rgba(176,215,18,0.75) 100%);
	background:         linear-gradient(to right, rgba(117,171,13,0.75) 0%, rgba(176,215,18,0.75) 100%);
}
.cnt-services-fo .stripe {
	background: #ed4a08;
	background: rgba(237,73,9,0.75);
	background: -webkit-linear-gradient(left, rgba(237,73,9,0.75) 0%, rgba(238,24,108,0.75) 100%);
	background:    -moz-linear-gradient(left, rgba(237,73,9,0.75) 0%, rgba(238,24,108,0.75) 100%);
	background:         linear-gradient(to right, rgba(237,73,9,0.75) 0%, rgba(238,24,108,0.75) 100%);

}
.cnt-services-fd .shell div,
.cnt-services-fd .shell div:before,
.cnt-services-fd .shell div:after {
	background-color: #ab6a02;
}
.cnt-services-pe .shell div,
.cnt-services-pe .shell div:before,
.cnt-services-pe .shell div:after {
	background-color: #384202;
}
.cnt-services-fo .shell div,
.cnt-services-fo .shell div:before,
.cnt-services-fo .shell div:after {
	background-color: #790610;
}
.cnt-services-fd .shell p,
.cnt-services-pe .shell p,
.cnt-services-fo .shell p {
	color: #fff;
}
.cnt-services-fd p.more a:before {
	color: #e1c744;
}
.cnt-services-pe p.more a:before {
	color: #9dc347;
}
.cnt-services-fo p.more a:before {
	color: #ef6d55;
}
@media screen and (min-width:800px) {
	#services .col {
		position: relative;
	}
	#services .photo {
		margin: -60px 0 0 182px;
	}
	#services .shell {
		position: absolute;
		bottom: -280px;
		margin-left: 40px;
	}
	#services .illu {
		display: block;
		position: absolute;
		top: -20px;
		right: 0;
	}
}
/* <-- services */

/* services nav --> */
.nav-services {
	display: none;
}
#services .slider-nav {
	position: relative;
}
#services .slider-nav .nav-arrows a {
	top: 495px;
	z-index: 100;
}
@media screen and (min-width:460px) {
	.nav-services {
		display: block;
		margin: 92px auto 0 auto;
		border-top: 1px solid #35300c;
		text-align: center;
	}
	.nav-services ul {
		padding: 0 0 2.5em 0;
		margin: 0;
		list-style: none;
	}
	.nav-services li {
		display: inline-block;
		position: relative;
		width: 122px;
		height: 122px;
		margin: -62px 6px 0 6px;
		background: #f6f6f6 url(../images/sprite-services-nav.png) no-repeat;
		border: 1px solid #35300c;
		-webkit-border-radius: 62px;
				border-radius: 62px;
	}
	.nav-services .nav-services-fd { background-position: 0 0; }
	.nav-services .nav-services-pe { background-position: 0 -122px; }
	.nav-services .nav-services-fo { background-position: 0 -244px; }
	.nav-services a {
		display: block;
		width: 106px;
		height: 106px;
		margin: 8px;
		-webkit-border-radius: 53px;
				border-radius: 53px;
	}
	.nav-services a > span {
		display: block;
		width: 106px;
		height: 106px;
		background-image: url(../images/sprite-services-nav.png);
		background-repeat: no-repeat;
		-webkit-border-radius: 53px;
				border-radius: 53px;
		-webkit-transform: scale(.001);
		   -moz-transform: scale(.001);
			-ms-transform: scale(.001);
				transform: scale(.001);
		-webkit-transition: -webkit-transform .3s ease-out;
		   -moz-transition:    -moz-transform .3s ease-out;
				transition:         transform .3s ease-out;
	}
	.nav-services-fd a > span { background-color: #f48840; }
	.nav-services-pe a > span { background-color: #75ab0d; }
	.nav-services-fo a > span { background-color: #ee186c; }
	.no-csstransforms .nav-services a > span {
		display: none;
	}
	.nav-services a:hover > span,
	.nav-services a:focus > span,
	.nav-services a:active > span,
	.nav-services a.active > span {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
		-webkit-animation: roll-services .4s ease-in 1;
		   -moz-animation: roll-services .4s ease-in 1;
				animation: roll-services .4s ease-in 1;
	}
	.no-csstransforms .nav-services a:hover > span,
	.no-csstransforms .nav-services a:focus > span,
	.no-csstransforms .nav-services a:active > span,
	.no-csstransforms .nav-services a.active > span {
		display: block;
	}
	.nav-services .nav-services-fd a > span { background-position: -130px -8px; }
	.nav-services .nav-services-pe a > span { background-position: -130px -130px; }
	.nav-services .nav-services-fo a > span { background-position: -130px -252px; }
	.nav-services span span {
		position: absolute;
		top: 120px;
		left: 0;
		font-size: .8em;
		line-height: 1em;
		opacity: 0;
		-webkit-transition: opacity .3s ease-out .4s;
		   -moz-transition: opacity .3s ease-out .4s;
				transition: opacity .3s ease-out .4s;
	}
	html.de .nav-services-fd span span {
		margin-left: -4px;
	}
	html.de .nav-services-pe span span {
		margin-left: -10px;
	}
@media screen and (min-width:1280px) {
	html.de .nav-services-fd span span {
		margin-left: -23px;
	}
	html.de .nav-services-pe span span {
		margin-left: -20px;
	}
}
	.nav-services-fd span span { color: #f48840; }
	.nav-services-pe span span { color: #75ab0d; }
	.nav-services-fo span span { color: #ee186c; }
	.no-borderradius .nav-services span span {
		top: 130px;
	}
	.nav-services a:hover span span,
	.nav-services a:focus span span,
	.nav-services a:active span span,
	.nav-services a.active span span {
		opacity: 1;
	}
}
@media screen and (min-width:600px) {
	.nav-services li {
		margin: -62px 16px 0 16px;
	}
}
@media screen and (min-width:860px) {
	.nav-services {
		max-width: 60%;
	}
}
@media screen and (min-width:1200px) {
	#services .slider-nav .nav-arrows a {
		top: 335px;
	}
}
@-webkit-keyframes roll-services {
	0% { -webkit-transform: scale(.001); }
	75% { -webkit-transform: scale(1.2); }
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes roll-services {
	0% { -moz-transform: scale(.001); }
	75% { -moz-transform: scale(1.2); }
	100% { -moz-transform: scale(1); }
}
@keyframes roll-services {
	0% { transform: scale(.001); }
	75% { transform: scale(1.2); }
	100% { transform: scale(1); }
}
/* <-- services nav */
