﻿/*
Gris : #53534c
Vert : #588267
*/

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, sub, sup, tt, var,
b, u, i, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

html {
  font-family: "Roboto", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
  font-family: "Roboto", serif;
  text-align: justify;
  background: #ffffff;
  position: relative;
  z-index: 0;
}

b, strong {
  font-weight: bold;
}

i
{
font-style: italic;
}

a {
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-decoration: none;
}

a img {
  border: none;
}



ol, ul {
margin: 10px 0 10px 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, section, summary {
  display: block;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  line-height: 1.1em;
  font-weight: 400;
  /*text-align: left;*/
}

h1 {
  font-size: 35px;
  font-size: 3.5rem;
}

h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  /*width: auto;*/
}

iframe {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #588267;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  border: none;
  padding: 7px 15px;
  -moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	background-color: #000;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
 /* float: left;*/
  text-align: left;
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 140px;
  resize: none;
}

label {
 /* display: block;*/
}

input, textarea {
  padding: 3px 5px;
  max-width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
}

sub
{
vertical-align: sub;
font-size: 90%; 
line-height: 100%; 
}

sup
{
vertical-align: super;
font-size: 90%;
line-height: 100%; 
} 

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/*#######################################################*/

body
{
	color: #53534c;
}

a
{
	color: #588267;
	text-decoration: none;
}

a:hover
{
color: #000;
}

hr
{
	border: none;
	border-bottom: solid 1px #ccc;
	clear: both;
}

.vert
{
	color: #588267;
	font-weight: 500;
}

header
{
	width: 100%;
	height: 80px;
	border-bottom: solid 1px #53534c;
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	position: fixed;
	background: #fff;
	z-index: 2;
}

#bandeau
{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	height: 60px;
	font-size: 14px;
	padding: 0 15px;
}

#bandeau .logo
{
	display: inline-block;
	vertical-align: middle;
}

#menu
{
	display: inline;
	margin-left: 30px;
}

#menu a
{
	margin: 0 30px  0 0;
	padding: 2px 0;
	color: #53534c;
	position: relative;
}

#menu a:hover
{
	color: #588267;
}

#menu a:after,
#lngMenu a:after
{
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	bottom: -2px;
	background: #588267;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#menu a:hover:after,
#lngMenu a:hover:after
{
	width: 100%;
	left: 0;
}

#lngMenu
{
	display: inline;
	float: right;
	font-size: 11px;
	margin-top: 25px;
}

#lngMenu a
{
	margin: 0 0 0 30px;
	padding: 2px 0;
	color: #53534c;
	position: relative;
}

#lngMenu a:hover
{
	color: #588267;
}

#lngMenu span
{
	margin: 0 0 0 30px;
	padding: 2px 0;
	border-bottom: solid 2px #588267;
	cursor: default;
}

#miniMenu
{
	float: right;
	display: none;
	padding: 5px 0 0 0;
}

#miniMenu img
{
	margin-left: 10px;
	border-radius: 50%;
}

main
{
	width: 100%;
	padding-top: 60px;
}

.contenu
{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.accueilPresentation
{
	display: table;
	color: #53534C;
	font-weight: 200;
	margin: 70px auto 50px auto;
}

.accueilPresentation1,
.accueilPresentation2
{
	display: table-cell;
	vertical-align: middle;
}

.accueilPresentation1 p,
.accueilPresentation2 p
{
	padding: 0;
	margin: 10px 0;
}

.accueilPresentation1
{
	min-width: 300px;
	text-align: center;
}

.accueilPresentation2
{
	padding: 0 15px 0 12%;
}

.marquesContainer
{
	width: 100%;
	background-color: #53534C;
	color: #fff;
	overflow: hidden;
}

.marquesBlock
{
	width: 900px;
	max-width: 100%;
	margin: -1px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	align-items: stretch;
}

.marqueBlock
{
	width: 33.33%;
	border: solid 1px rgba(255, 255, 255, .1);
	text-align: center;
	position: relative;
}

.marqueBlock .marqueLogo
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../charte/loupe.png) bottom 30px left 50% no-repeat;
	position: absolute;
}

.marqueBlock .marqueLogo .logo
{
	border-radius: 50%;
	margin: 30% 0 40% 0;
}

.marqueBlock p.titre
{
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	line-height: 26px;
	padding: 15px 0;
}

.marqueBlock .descript
{
	padding: 15px 15px 100px 15px;
	position: absolute;position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.marqueBlock:hover .descript,
.marqueBlock.linkIsVisible .descript
{
	visibility: visible;
	opacity: 1;
}

.marqueBlock .descript p
{
	font-weight: 100;
	font-weight: 100;
	font-size: 14px;
	margin: 10px 8px;
}

.marqueBlock .descript p.titre
{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;padding: 10px 0;
}

.marqueBlock .descript .linkBtn
{
	text-transform: uppercase;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	border: solid 1px #fff;
	font-size: 16px;
	height: 46px;
	padding: 13px 0 0 0;
	width: 160px;
	border-radius: 23px;
}

.marqueBlock .descript .linkBtn:hover
{
	background-color: rgba(255, 255, 255, .5);
}

.marqueBlock1 .descript{background: #f7931e;}
.marqueBlock2 .descript{background: #93278f;}
.marqueBlock3 .descript{background: #e2004f;}
.marqueBlock4 .descript{background: #0071bc;}
.marqueBlock5 .descript{background: #00a99d;}

.fruitGourmetBlock
{
	padding: 6% 0 0 0;
	background: none;
}

.fruitGourmetBlock p.titre
{
	margin-top: 1%;
}

.marqueBlock .bgOnOver
{
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	-moz-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	background: transparent;
	background-size: cover;
	background-position: 50% 50%;
}

.marqueBlock .bgOnOver.isVisible
{
	height: 100%;
}

.marqueBlock .bgOnOver.fromTop
{
	top: 0;
}

.marqueBlock .bgOnOver.fromBottom
{
	bottom: 0;
}

.accueilVideoContainer
{
	width: 100%;
	background-color: #53534C;
	/*padding-top: 15px;*/
}

.accueilVideoContainer > div
{
	width: 900px;
	max-width: 100%;
	background-color: #53534C;
	margin: 0 auto;
}

.accueilBanniereContainer
{
	width: 900px;
	max-width: 100%;
}

.accueilBanniereContainer img
{
	display: block;
	width: 100%;
}

/*--------------------------*/

.videoContainer
{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin: 0;
	z-index: 0;
	background: #53534C;
}

.videoContainer div,
.videoContainer iframe
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
}
  
/*--------------------------------- Contact ---------------------------------*/

.contactContainer
{
	width: 100%;
	background-color: #53534C;
	color: #fff;
}

.contactBlock
{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 0 10px 15px;
}

.contactBlock p
{
	font-weight: 200;
}

.responsiveForm
{
margin: 20px 0;
padding: 0;
}

.responsiveForm .leftFormContentDiv
{
width: 47%;
margin: 0 1%;
float: left;
text-align: right;
}

.responsiveForm .rightFormContentDiv
{
width: 47%;
margin: 0 1% 0px 1%;
display: inline-block;
}

.responsiveForm .fullFormContentDiv
{
width: 100%;
display: block;
text-align: right;
}

.responsiveForm .fullFormContentDiv.left
{
text-align: left;
}

.responsiveForm .leftFormContentDiv input[type=text],
.responsiveForm .leftFormContentDiv input[type=email],
.responsiveForm .leftFormContentDiv input[type=password],
.responsiveForm .leftFormContentDiv input[type=date],
.responsiveForm .rightFormContentDiv input[type=text],
.responsiveForm .rightFormContentDiv input[type=email],
.responsiveForm .rightFormContentDiv input[type=password],
.responsiveForm .rightFormContentDiv input[type=date]
{
width: 220px;
display: inline-block;
margin: 0 0 10px 0;
}

.responsiveForm .fullFormContentDiv input[type=text],
.responsiveForm .fullFormContentDiv input[type=email],
.responsiveForm .fullFormContentDiv input[type=password],
.responsiveForm .fullFormContentDiv input[type=date]
{
width: 50%;
display: inline-block;
margin: 0 0 5px 0;
clear: both;
}

.responsiveForm  label
{
display: inline-block;
}

.responsiveForm textarea
{
width: 100%;
height: 170px;
}

.responsiveForm input[type=number]
{
width: 60px;
}

.responsiveForm input[type=submit]
{
margin: 15px auto 0 auto;
display: block;
}

.responsiveForm .champsOblLabel
{
font-size: 12px;
font-size: 1.2rem;
font-style: italic;
clear: both;
padding-top: 20px;
}

.responsiveForm .radiosLine
{
	text-align: center;
	margin: 15px 0;
}

.responsiveForm .radiosLine input[type=radio]
{
	margin: 0 5px 0 15px;
}

.invalidField
{
color: #f00;
border-color: #f00;
}

.erreur
{
color: #f00!important;
text-align: center;
font-weight: bolder;
border-color: #f00;
}

/*-- Captcha --*/

#email_associe,
#label_email_associe
{
	visibility: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

/*------ google map ------*/

.gMapContainer
{
position:relative;
padding-bottom: 25%;
height:0;
overflow:hidden;
margin: 0;
z-index: 0;
background: #333;
}

.gMapContainer div,
.gMapContainer iframe
{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index: 0;
}

/*----- footer ----*/

.footer
{
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-items: center;
}

.footer div
{
	padding: 5px 25px;
	margin: 10px 0;
	vertical-align: middle;
}

.footer .footerLogo
{
	border-right: solid 2px #ddd;
}

.footer .footerMenu
{
	flex-grow: 1;
	text-align: center;
	padding: 5px 0;
}

.footer .footerMenu img
{
	padding: 5px 1%;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 18%;
}

.footer .footerMenu img:hover
{
	transform: scale(1.15, 1.15);
}

.footer .footerAddress
{
	font-size: 12px;
	line-height: 17px;
	border-left: solid 2px #ddd;
	padding: 15px 25px;
	text-align: left;
}

/* ------------------------------------ Footer --------------------------*/

#footer
{

}


/*############################### < 1020 ####################################*/

@media screen and (min-width: 1px) and (max-width: 1020px)
{
	
.responsiveForm .leftFormContentDiv input[type=text],
.responsiveForm .leftFormContentDiv input[type=email],
.responsiveForm .leftFormContentDiv input[type=password],
.responsiveForm .leftFormContentDiv input[type=date],
.responsiveForm .rightFormContentDiv input[type=text],
.responsiveForm .rightFormContentDiv input[type=email],
.responsiveForm .rightFormContentDiv input[type=password],
.responsiveForm .rightFormContentDiv input[type=date]
{
width: 60%;
}

.gMapContainer
{
padding-bottom: 40%;
}
	
}

/*############################### < 900 ####################################*/

@media screen and (min-width: 1px) and (max-width: 900px)
{

.accueilPresentation
{
	margin: 40px auto 20px auto;
	display: block;
}

.accueilPresentation1,
.accueilPresentation2
{
	display: block;
}

.accueilPresentation2
{
	padding: 0 15px;
}

}

/*################################ < 767 ###################################*/



@media screen and (min-width: 1px) and (max-width: 767px)
{

header
{
	height: 70px;
	padding-top: 10px;
}

#menu,
#lngMenu
{
	display: none;
}

#miniMenu
{
	display: block;
}

main
{
	padding-top: 70px;
}

.marquesBlock
{
	width: 600px;
}

.marqueBlock
{
	width: 50%;
}

.accueilVideoContainer > div
{
	width: 600px;
}

.contactBlock
{
	padding-top: 20px;
}

.responsiveForm .leftFormContentDiv,
.responsiveForm .rightFormContentDiv
{
width: 100%;
margin: 0;
float: none;
text-align: left;
}

.responsiveForm .fullFormContentDiv
{
	text-align: left;
}

.responsiveForm .fullFormContentDiv input[type=text],
.responsiveForm .fullFormContentDiv input[type=email],
.responsiveForm .fullFormContentDiv input[type=password],
.responsiveForm .fullFormContentDiv input[type=date],
.responsiveForm .leftFormContentDiv input[type=text],
.responsiveForm .leftFormContentDiv input[type=email],
.responsiveForm .leftFormContentDiv input[type=password],
.responsiveForm .leftFormContentDiv input[type=date],
.responsiveForm .rightFormContentDiv input[type=text],
.responsiveForm .rightFormContentDiv input[type=email],
.responsiveForm .rightFormContentDiv input[type=password],
.responsiveForm .rightFormContentDiv input[type=date]
{
width: 98%;
margin: 0 0 5px 0;
padding: 3px 1%;
}

.responsiveForm textarea
{
width: 98%;
margin: 0;
float: none;
height: 150px;
padding: 1%;
}

.gMapContainer
{
padding-bottom: 60%;
}
	
	
.footer div
{
	flex-grow: 1;
	text-align: center;
}

.footer .footerMenu
{
	display: none;width: 0;
}

.footer .footerAddress
{
	border-left: none;
	text-align: center;
}

}

/*############################### < 500 ####################################*/

@media screen and (min-width: 1px) and (max-width: 500px)
{

.marquesBlock
{
	width: 300px;
}

.marqueBlock
{
	width: 100%;
}

.marqueBlock .marqueLogo
{
	background-position: bottom 20px right 20px;
}

.marqueBlock .marqueLogo .logo
{
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.accueilVideoContainer > div
{
	width: 300px;
}

}