/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/Preloader.gif) center no-repeat #fff;
}



/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited  {
	text-decoration: none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border: none
}
/* de-italicize address */
address {
	font-style: normal
}
/* more varnish stripping as necessary... */

html { font-size: 62.5%; } 

html p, html li {
    font-size: 1.8rem;
    line-height:3rem;
    text-transform: none;
	letter-spacing: 1.5px;
}

body {
	margin: 0px;
	color: #1A1A1A;
	background-color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 300px;
	font-size: 1.8rem;
    line-height: 3rem;
}



strong{
	font-weight: 700;
}

a {
	color:#7ac043;
	text-decoration: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.asterisk{
	color: #FF0004;
	text-decoration: none;
	float: left;
}

h1,h2,h3,h4,h5{
	font-family: 'Raleway', sans-serif;
	line-height: 1.2em;
	padding-bottom:2%;
	font-weight: 700;
}

h1 {
	display:block;
	font-size:6rem;
}

h2 {
	font-size:4.2rem;
}

h3 {
	font-size:3.0rem;
	padding-top: 1% 0 1% 0;
	display: block;
	border-bottom:#D0D0D0 dotted 1px;
}

h4{
	display:block;
	font-size: 2.8rem;
	letter-spacing: 1px;
	}

h5{
	display:block;
	font-size:1.2rem;
	}

h6{
	display:block;
	font-size:1.2rem;
	font-weight: 400;
	line-height: normal;
	}


.imgFull {
	width: 100%;
	height: auto;
	display: block;
}

.imgRond {
	border-radius: 25px;
}

.imgLeft {
	max-width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0 30px 0 0;
}



button, hr, input {
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}

.input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
		width:90%;
}

select {
	padding: 8px;
	display: block;
	border: 1px solid #ccc;
		width:90%;
}

textarea {
	width:90%;
	padding: 8px;
	display: block;
	border: 1px solid #ccc
}

.bouton {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    background-color: #7ac043;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 .souligne {
    display:inline-flex;
    box-shadow: inset 0 -19px #b2f0e1;
}




/*____________________________Colonne Responsive_________________________________*/


.container {
	
}
.bar:after, .bar:before, .cell-row:after, .cell-row:before, .clear:after, .clear:before, .container:after, .container:before, .panel:after, .panel:before, .row-padding:after, .row-padding:before, .row:after, .row:before {
	content: "";
	display: table;
	clear: both
}
.col {
	float: left;
	width: 100%
}
.col.s1 {
	width: 8.33333%
}
.col.s2 {
	width: 16.66666%
}
.col.s3 {
	width: 24.99999%
}
.col.s4 {
	width: 33.33333%
}
.col.s5 {
	width: 41.66666%
}
.col.s6 {
	width: 49.99999%
}
.col.s7 {
	width: 58.33333%
}
.col.s8 {
	width: 66.66666%
}
.col.s9 {
	width: 74.99999%
}
.col.s10 {
	width: 83.33333%
}
.col.s11 {
	width: 91.66666%
}
.col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
.col.m1 {
	width: 8.33333%
}
.col.m2 {
	width: 16.66666%
}
.col.m3, .quarter {
	width: 24.99999%
}
.col.m4, .third {
	width: 33.33333%
}
.col.m5 {
	width: 41.66666%
}
.col.m6, .half {
	width: 49.99999%
}
.col.m7 {
	width: 58.33333%
}
.col.m8, .twothird {
	width: 66.66666%
}
.col.m9, .threequarter {
	width: 74.99999%
}
.col.m10 {
	width: 83.33333%
}
.col.m11 {
	width: 91.66666%
}
.col.m12 {
	width: 99.99999%
}
	
}

@media (min-width:993px) {
.col.l1 {
	width: 8.33333%
}
.col.l2 {
	width: 16.66666%
}
.col.l3 {
	width: 24.99999%
}
.col.l4 {
	width: 33.33333%
}
.col.l5 {
	width: 41.66666%
}
.col.l6 {
	width: 49.99999%
}
.col.l7 {
	width: 58.33333%
}
.col.l8 {
	width: 66.66666%
}
.col.l9 {
	width: 74.99999%
}
.col.l10 {
	width: 83.33333%
}
.col.l11 {
	width: 91.66666%
}
.col.l12 {
	width: 99.99999%
}

}


.margin {
	margin: 16px!important
}
.margin-left {
	margin-left: 16px!important
}
.margin-right {
	margin-right: 16px!important
}

.padding-8 {
	padding: 8px!important
}

.padding-16 {
	padding: 16px!important
}
.padding-24 {
	padding: 24px!important
}
.padding-32 {
	padding: 32px!important
}
.padding-48 {
	padding: 48px!important
}
.padding-64 {
	padding: 64px!important;
}

@media (max-width:992px) {
.padding-32 {
	padding: 16px!important
}
.padding-48, .padding-64 {
	padding: 24px!important
}
}









/*_________________________________sections de couleurs _______________________________*/


.section0 {
	width: 90%;
	padding: 18% 5%;
 	background-color:#FFF;
	background-image: url(../images/bg_soupe.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	z-index: 999;
}


.section1 {
	width: 90%;
	padding: 0% 5% 5% 5%;
 	background-color:#080b0b;
	background-image: url(../images/bg_bois.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color:#FFF;
	z-index: 999;
}




.section2 {
	width: 60%;
	padding: 5% 20%;
 	background-color:#FFF;
	background-image: url(../images/bg_bio.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color:#FFF;
	text-align: center;
}

.section2 h1 {
	padding: 25px 0px;
	font-size: 5rem;
}

.section3 {
	width: 80%;
	padding: 10%;
 	background-color:#FFF;
	color:#393939;
}

.section3 h4 {
	border-bottom:#D0D0D0 solid 1px;
	font-size: 4rem;
	padding-bottom: 0;
	margin: 30px 0;
}

.section4  {
	width: 90%;
	padding: 5%;
 	background-color:#FFF;
	color:#080b0b;
	z-index: 999;
	background-image: url(../images/bg-general.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:200px;
}


.craquelins  {
	background-image: url(../images/bg-craquelins.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.boeuf  {
	background-image: url(../images/bg-boeuf.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.poulet  {
	background-image: url(../images/bg-poulet.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.general{
	background-image: url(../images/bg-general.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.section5 {
	width: 60%;
	padding: 5% 20%;
 	background-color:#FFF;
	background-image: url(../images/bg_marc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color:#FFF;
	text-align: center;
}

.section5 h5 {
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	padding: 25px 0px;
	font-size: 3rem;
}

.section6 {
	width: 90%;
	padding: 2% 5%;
 	background-color:#FFF;
}

.top {
	box-shadow: inset 0px 11px 8px -10px #CCC;
	}


/*_________________________________page accueil _______________________________*/


.marginNeg {

	margin-top: -150px;
	position: relative;
}



.blocNews{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  	transition: box-shadow 500ms;
	background: #F1F1F1;
	border-radius: 25px;
margin: 30px 0 0 0;
		-webkit-filter: brightness(100%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blocProducts{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.0);
  	transition: box-shadow 500ms;
	border-radius: 25px;
}

.blocProducts:hover{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  	transition: box-shadow 500ms;
	border-radius: 25px;
	cursor: pointer;
	-webkit-filter: brightness(150%);
}

.boite {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-filter: brightness(60%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: left;
	z-index: 99;
}



.boite img {
	width: 100%;
	height: auto;
	display: block;
}



.boite:hover {
	-webkit-filter: brightness(120%);
	text-decoration: none;
	cursor: pointer;
}


/* Conteneur principal */
.overlay-image {
 position: relative;
 width: 100%;
}
/* Image originale */
.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
	max-width: 100%;
}
/* Texte original */
.overlay-image .text {
 color: #FFF;
 font-size: 1.4rem;
 line-height: 1.5em;
 text-align: center;
 position: absolute;
 bottom: 15%;
 left: 5%;
padding: 10px;
	margin: auto 0;
	background-color:#7ac043;
	letter-spacing: 2px;
	font-weight: 700;
	border-radius: 15px;
}
 .overlay-image .text:hover {
 text-decoration: none;
}   





/* ------------------------- MENU _________________________________________ */



#menu {
background-color:#FFF;
padding: 40px 0;
transition: 0.4s;
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}


.logo {
	max-width: 100%;
	height: auto;
}

#logos {
    display: inline-block;
	float: left;
    margin-left: 4%;
    display: block;
	z-index: 99999999;
	width: 430px;
	transition: 0.4s;
	position:absolute;
}


.menu{
	display:inline-block;
	float: right;
	padding-right: 2%!important;
	position: relative;
	z-index: 999999;
	}
	
.menu a{
	display:inline-block;
	text-decoration:none;
	}


	
.menu ul {
 	padding:0;
	margin:0;
 }
 
.menu ul li {
	margin-left: 2px;
	float: left; /*pour IE*/
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: inline;
	position: relative;
	z-index:998;
	padding:25px 0;
 }
.menu ul li a {
	display: block;
	float: left;
	width: auto;
	color:#272727;
	text-decoration:none;
	font-weight:300;
	padding: 0 10px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	border-right: #272727 dotted 1px;
	text-transform:uppercase;
 }

.last {
	border-right: none!important;
	
 }

.menu ul li a:hover {
	color:#7ac043;
	transition: background-color 0s ease 0s;
	text-decoration:none;
 } 
 
 .menu ul li ul li{
	padding:0px;
 }
 
 
 .menu ul li ul li a {
	display: block;
	float: left;
	width: 300px;
	text-decoration: none;
	text-align: left;
	border-right: none;
	border-top: 1px solid #262626;
	text-transform: normal;
	color:#FFF;
	text-transform:none;
	letter-spacing:2px;
	padding:10px 10px !important;
	font-weight:300;
	 font-size: 1.4rem;
 }
 
 .menu ul li ul li a:hover {
	color: #FFF;
	background: #7ac043;

 } 
 
 .menu ul ul {
		position: absolute;
		left: 0;
		top: 100%;
		background: #000;
		display: none;
		z-index:9999;
	
	}
	
 .menu ul ul ul {
		top: 5px;
		left:100%;
		background: #999;
		z-index:9999;

	}

	
li:hover > ul {
		display: block;
	}








/*____________________________________Slider accueil*/

.imgLeftSlider {
	max-width: 600px!important;
	height: auto;
	display: block;
	float: left;
	margin: 0 30px 0 0!important;
}

.slogan_slider {
	position: absolute;
	left: 50%;
	top: 35%;
	text-align: center;
	z-index: 998;
	width:60%;
	max-width: 1000px;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #000000;
}


.slogan_titre {
	padding:0;
	margin-top:15px;
	background-color:#FFF;
	width: 20%;
	height:7px;
	position: relative; 
	left: -10%;
	}

.slogan_soustitre {
	font-size: 72px;
	line-height: 66px;
	padding:10px 0px ;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	position: relative; 
	left: -50%;
}

.btn_savoir{
	background-color:#7ac043;
	color: #222;
	margin: 4% 4% 4% 0;
	padding: 10px 25px;	
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	text-align: left!important;
	max-width: 600px;
	font-weight: 700;
	border-radius: 25px;
	display: inline-block;
	}

.btn_savoir:hover{
	background-color:#222;
	color:#7ac043;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	}

.textBlanc{
	color: #FFFFFF;
	}

.textNoir{
	color: #000;
	}

.textBleu{
	color:#7ac043;
	}

.Bleu{
	background-color:#04669D;
	color: #FFFFFF;
	}
.Bleu-pale{
	background-color:#efefef;
	
	}

.Gris{
	background-color:#5F5D5D;
	color: #FFFFFF;
	}

.GrisFonce{
	background-color:#293845;
	color: #FFFFFF;
	}

.Blanc{
	background-color:#FFF;
	color: #000;
	}

/*___________Table responsive__________________*/

.tableauResp{
	overflow-x:auto;
	border: 1px solid #DFDFDF;
	margin-top:20px;
}

table {
    border-collapse: collapse;
    width: 100%;
	line-height: normal;
}

th, td {
    text-align: center;
    padding: 10px;
	
}

tr:nth-child(even){background-color: #FFF}

th {
    background-color: #0d3b70;
    color: white;
	padding: 10px;
	font-size:2.1rem;
}

/*___________footer__________________*/

.footer{
	width: 90%;
	padding: 2% 5%;
	background-color:#242424;
	color:#e3e3e3;
}

.footer a{
	color: #7ac043;
	}

.footer a:hover{
	color: #FFF;
	}


a.virtual {
	color: #FFFFFF;
}
a:hover.virtual {
	color: #7ac043;
}

.bt_social i{
	padding:10px;
	display:inline-block;
	float:right;
	font-size: 3.8rem;
	}



/******************* Accordeon --- */

.accordion {
    background-color: #fff;
    color: #272425;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
	border-bottom:1px solid #D9D9D9;
	font-family: 'Raleway', sans-serif;
	font-size:3.0rem;
	font-weight: 700;
}

.active, .accordion:hover {
    background-color: #7ac043;
	color:#FFF;
}

.accordion:after {
    content: '\002B';
    color: #272425;
    font-weight: 300;
    float: right;
    margin-left: 10px;
}

.active:after {
    content: "\2212";
	color:#FFF;
}

.panel {
    padding: 0 0 5px 30px;
	margin:0 0 20px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	border-bottom:1px solid #D9D9D9;
	background-color:#F5F5F5;
}


.panel h3{
    font-size:2.5rem;
	display: block;
	border-bottom:none;
	font-weight: 300;
	padding: 1% 0;
}


/*___________Actualite__________________*/


.une-actualite{
	padding: 5%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.0);
	transition: box-shadow 500ms;
	margin:25px;
	border-bottom: solid 1px #E3E3E3;
}

.une-actualite p{
	font-size:1.4rem;
	line-height: 2rem;
}

.une-actualite img{
	float: left;
	margin-right:15px;
}

.une-actualite:hover{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  	transition: box-shadow 500ms;
}

.actualite-date{
	font-size:1.8rem;
	color:#000;
}


/*___________ToolTip__________________*/

.tooltip, .tooltip2, .tooltip3, .tooltip4 {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext, .tooltip2 .tooltiptext2, .tooltip3 .tooltiptext3, .tooltip4 .tooltiptext4   {
  visibility: hidden;
  width: 150px;
  background-color: #7ac043;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  top: 150%;
  left: 50%;
  margin-left: -60px;
	font-size: 14px;
}

.tooltip .tooltiptext::after, .tooltip2 .tooltiptext2::after, .tooltip3 .tooltiptext3::after, .tooltip4 .tooltiptext4::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #7ac043 transparent;
	
}
.tooltip:hover .tooltiptext,.tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext3, .tooltip4:hover .tooltiptext4 {
  visibility: visible;
}
.tooltip .tooltiptext, .tooltip2 .tooltiptext2, .tooltip3 .tooltiptext3, .tooltip4 .tooltiptext4 {
  opacity: 0;
  transition: opacity 0.5s;
}

.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext3, .tooltip4:hover .tooltiptext4 {
  opacity: 1;
	transition: opacity 0.5s;
}




