@font-face {
    font-family: 'regular';
    src: url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'condensed';
    src: url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#preload{
width: 80px;
height: 80px;
position: absolute;
top: 0;
left: 0;
bottom: 60px;
right: 0;
margin: auto auto;
}
.circle {
  width: 80px;
  height: 80px;
  margin:30px auto;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  border: solid 10px rgba(0, 0, 0, 0.2);
  border-top-color: #ec5951;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.centerLoader{
	text-align:center;	
}
@-webkit-keyframes spin { 
  100% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg); 
    -o-transform: rotate(360deg); 
    transform: rotate(360deg); 
  } 
} 
*, p{
	font-family: 'regular', sans-serif;
	margin:0;
	padding:0;
	color: #000;
}
html{
	color: #000;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
	background-color: #fff;
	font-size: 14px;
}
a{
	color: #ec5951;
	text-decoration:none;
}
a:hover{
	color: #ec5951;
	text-decoration:none;
}
*{
	outline:none !important;
}	
ul{
	list-style: inside;
}
img[width="1"]{
	position: absolute;
}
#all, .buttonMenu{
	display:none;	
}
.container{
	position:relative;
	padding:0;
}
/*header*/
header{
	position:relative;	
}
.scroll .topHead{
	top:-240px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
}
.scroll .secondHead{
	top:0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
}
.topHead{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 10;
	height: 240px;
	opacity: 1;
	padding: 30px 0;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
}
.logo{
	text-align:left;
}
.logo img {
	max-width: 341px;
	width: 100%;
}
.logo img{
	float: left;
}
.logo a > div{
	float: left;
	padding-left: 40px;
}
.logo a > div p{
	padding-left: 20px;
	border-left: solid thin #000;
	font-size: 3.7em;
	line-height: 1.3em;
	color: #000;
	font-family: "condensed";
}
.logo span{
	font-family: "condensed";
	font-weight: bold;
	font-size: 1.5em;
}
.logo a{
	position:relative;
	display:inline-block;	
}
.noms{
	padding-left: 30px;
	color:#ea5952;
	font-size: 1.6em; 
	margin-left: 60px;
}
.facebook{
	position: absolute;
	right: 0;
	bottom:40px;
}
.secondHead{
	position: fixed;
	top:240px;
	width: 100%;
	z-index: 9;
	box-shadow:0 0 5px rgba(0,0,0,0.6);
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
}
.detail{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 8;
	bottom:0;
	background-color: #fff;
	height: 84px;
	text-align: right;
}
.caisse{
	padding:10px;
	display: inline-block;
	text-align: right;
	background-color: #fac4b7; 
	border:solid 2px #fff;
}
.caisse p{
	color:#441913;
	font-size: 2em;
	font-weight: bold;
}
.caisse div{
	color:#441913;
	font-size: 1.3em;

}
.polonaise{
	padding: 10px;
	text-align: left;
	display: inline-block;
}
.polonaise p{
	color:#ea5952;
	font-size: 1.3em;
}
.viande{
	position: absolute;
	width: 600px;
	margin:auto;
	left: 0;
	right: 0;
	bottom: 84px;
	border:solid 3px #fff;
	border-bottom:none;
	background-color: rgba(234,89,82,0.8);
	z-index: 8;
	text-align: right;
	padding-top: 50px;
}
.viande p{
	color:#fff;
	font-size: 5em;

	line-height: 1.3em;
	padding:0 30px;
}
.viande p span{
	font-weight: bold;
	color:#fff;
}
.viande .nourris{
	font-size: 1.6em;
	line-height: 0.8em;
	color: #fff;
	padding:30px;
	position: relative;
}
.nourris::after{
	content: "";
	position: absolute;
	top:0;
	width: 80%;
	right: 0;
	height: 1px;
	background-color: #fff;
}
.vente{
	top:-100px;
	left: -180px;
	position: absolute;
	background-color: #fff;
	padding:20px;
	transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	z-index: 1;
}
.vente::after{
	content: "";
	position: absolute;
	left: 10px;
	top:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #fff;	
}
.vente::before{
	content: "";
	position: absolute;
	left: 20px;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
	transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
}
.vente div{
	text-align: justify;
	font-size: 3em;
	color:#ea5952;
}
.deuxiemeLigne{
	font-size: 3.7em !important;
}
/* Article */
.tabTitre{
	width:100%;
	display:table;
	margin-bottom:30px;
}
.tabTitre > div{
	display:inline-block;
	float:left;
	width:33.3%;
}
.contenuTab{
	display:none;	
}
.contenuTab.active{
	display:block;	
}
.titreTab h2{
	font-size:1.2em;
	margin:0;	
}
.titreTab.active{
	cursor:default;	
	background-color:#535353;
	color:#ededed;
}
.titreTab{
	cursor:pointer;	
}
#center {
	padding: 50px 0;
	background-color: #fff;
}
.titre_article{
	margin-bottom:60px !important;
	position:relative;
	text-align: left;
}
.contenu_article *{
	line-height:1.15em;
}
.contenu_article ul {
	width: 100% ;
	list-style-type:square;
}
.titre_article h1{
	color: #ec5951;
	font-size: 1.5em;
	font-family: "regular";
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
.contenu_article a , .contenuTab a, .contenu_article a * , .contenuTab a *{
	color:#ec5951;	
}
.contenu_article img{
	max-width: 100%;
	margin-bottom: 10px;
}
.contenu_article h2,  h2{
	font-size : 1.20em;
}
.plus {
	margin-top: 30px;
	padding: 10px 20px;
	background-color: #ec5951;
	color: #fff !important;
	border:solid thin #ec5951;
	position: relative;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;	
}
.plus:hover {
	background-color:#fff;
	color:#ec5951 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
}
.bloc_content_temoignageDiv{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
   }
.bloc_content_temoignage *{
	background-color: transparent !important;
}
.bloc_content_temoignage{
	padding:20px 0;
	display: block;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
	background-color: #fac4b7;
}
.partnerDiv{
	margin:0 20px;
	display:inline-block;
	height:150px;
	line-height:150px;
	text-align:center;
}
.partnerDiv img{
	vertical-align:middle;max-width:100%;
}
/*Direction hover*/
.hoverDirection{
	position: relative;
	padding:15px !important;
}
.hoverDirection  .hoverDirectionDiv{
	position: relative;
	overflow: hidden !important;
	padding: 0 !important;
}
.hoverDirection  .hoverDirectionDiv  .hoverDirectionButton{
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/center/see.png);
	height: 100%;
	width: 100%;
	z-index: 8;
	margin:0 !important;
}

/*Alert*/
.alert-success{
	padding:15px;
	background-color:#f2ffe1;
	color:#2f7e17;
	margin: 10px 0;
}
.alert-danger{
	padding:15px;
	background-color:#ffe1e1;
	color:#bb2727;
	margin: 10px 0;
}
#texte_intro{
	margin: 0 0 30px 0;
}
/* Albums Photos / Realisations */
a.thumbnail span{
	display: block;
	height: 45px;
	overflow: hidden;
	color: #ea5a52 !important;
	margin-top:15px;
}
a.thumbnail{
	background-color:transparent !important;
	text-align: center;
	border:none;
	border-radius:0 !important;
	padding:15px;
	display: block;
}
a.thumbnail > div> div > div{
	position: absolute;
	width: 120%;
	height: 120%;
	top:-10%;
	left:-10%;
}
a.thumbnail > div> div > div > div{
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	 -ms-transform: scale(1);
	  -o-transform: scale(1);
		 transform: scale(1);
}
a.thumbnail > div> div > div{
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	 -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
		 transform: rotate(0deg);
} 
a.thumbnail > div> div{
	overflow: hidden;
	width:100%;
	height:230px;
	position: relative;
}
a.thumbnail:hover > div> div > div{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	 -ms-transition: all 0.4s ease-out;
	  -o-transition: all 0.4s ease-out;
		 transition: all 0.4s  ease-out;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	 -ms-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
		 transform: rotate(1deg);
} 
a.thumbnail:hover > div> div > div > div{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	 -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
		 transition: all 0.3s  ease-out;
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	 -ms-transform: scale(1.025);
	  -o-transform: scale(1.025);
		 transform: scale(1.025);
}
#lien_retour_albums{
	margin-top: 10px;
}
/*Bottom*/
.actuUl, .temoignageUl{
	list-style-type:none;
	margin:0;
	padding:0;	
}
.actu{
	background-color: #fff;
}
.leftCenter{
	padding-right: 30px; 
}
.rightCenter{
	padding-top: 100px;
}
.leftActu{
	padding:30px;
	background-color: #fac4b7;
	height: 390px;
}
.flash{
	padding-left: 10px;
	border-left: solid thin #000;
}
.flash *{
	color:#000;
}
.titreA{
	color:#ea5952;
	margin-bottom: 20px;
	font-size: 2em;
	text-transform: uppercase;	
}
.realB{
	margin-top: 90px;
	position: relative;
}
.realB::after{
	position: absolute;
	left: 0;
	top:-90px;
	height: 90px;
	width: 150px;
	background-color:#fac4b7;
	content: ""; 
}
.realImg{
	width: 100%;
	background-image: url(../img/center/img.jpg);
	background-size: cover;
	background-position: 50%;
	height: 300px;
	position: relative;
}
.realImg::after{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../img/header/logo.png);
	background-position: 50%;
	background-size: 300px;
	background-repeat: no-repeat;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	 -ms-transition: all 0.1s ease-out;
	  -o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
}
.realB a:hover .realImg::after{
	opacity: 0.7;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	 -ms-transition: all 0.1s ease-out;
	  -o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
}
.realP{
	background-color: #ea5952;
	height: 90px;
	padding:15px;
	text-align: center;
}
.realP p{	
	font-size: 1.5em;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
}
.realP img{
	vertical-align: middle;
	width: 60px;
	margin-left: 10px;
}
.promo{
	text-align: right;
}
.bottom{
	background-color: #fff;
}
.titreC{
	color:#ea5952;
	margin: 20px 0;
	font-size: 1.9em;
}
.coord{
	padding-right: 50px;
	text-align: right;
}
.coordDiv{
	padding-right: 10px;
	border-right: solid thin #000;
}
.coord p{
	color:#000;
	font-size: 1.1em;
}
.tel{
	color:#ea5952;
	font-size: 1.9em;
	margin:10px 0;
}
.tel img{
	margin-right: 10px;
}
.tel *{
	color: #ea5952;
}
.map a{
	display: block;
	height: 350px;
	width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/center/carto.png);
}
.temoignage{
	padding: 20px;
	text-align: center;
	background-image: url(../img/center/fond-temoignage.png);
	background-position: 50%;
	background-size: cover;
}
.titreT{
	color:#ea5952;
	font-size: 1.7em;
}
.temoignage img{
	margin:20px 0;
}
.auteur{
	text-align: right;
	margin-top: 10px;
}
.temoignageUl *{
	font-style: italic;
}
.newsletter{
	background-color: rgba(250,196,183,0.8);
	text-align: center;
	padding: 50px 0;
}
.text{
	background-color: #fff;
	padding:10px 20px;
	border:none;
	width: 100%;
	max-width: 500px;
}
.newsletter p{
	color:#fff;
	margin-bottom:30px;
}
.titreN{
	color:#000;
	text-transform: uppercase;
	font-size: 2em;
}
.titreN span{
	color:#fff;
}
/* Footer */
footer{
	text-align: center;
	padding: 50px 0;
	background-color: #fff;
}
.deuxieme{
	padding:20px 0;
	border-top: solid thin #000;
	border-bottom: solid thin #000;
}
.deuxieme a:first-child{
	border-left: none;
}
.deuxieme a{
	border-left: solid thin #000;
	color:#000 ;
	font-size:1.1em;
	text-transform: uppercase;
	padding:0 25px;
}
footer a:hover{
	text-decoration:underline;	
}
.partner{
	text-align: center;
}
.partner img{
	margin: 20px;
}
/* Sitemap */
#sitemap{
	list-style-type : none;
	margin-left : 40px;
}
#sitemap_accueil{
	padding-top : 10px;
	text-align:left !important;
}
.sitemap_categories{
	margin-left : 15px;
	text-align:left !important;
}
.sitemap_sous_categories{
	margin-left : 25px;
	font-style : italic;
	text-align:left !important;
}
.sitemap_categories *, .sitemap_sous_categories *,#sitemap_accueil *{
	color: #ea5a52 !important;
}
#refloop{
	clear : left;
	text-align : center;
	padding-top : 45px;
	font-size : 0.750em;
}
@media (max-width: 1400px){	
	.menuUl > ul >  li > a {
		font-size: 0.9em !important;
		padding: 25px 10px !important
	}	
}
@media (max-width: 1200px){	
	.menuUl > ul >  li > a {
		font-size: 0.9em !important;
		padding: 25px 10px !important
	}		
	.scroll .topHead{
		top:-150px;

	}
	.secondHead{
		top:150px;
	}
	.topHead{
		height: 150px;
		padding: 10px 0;
	}
	.logo img {
		max-width:200px;

	}
	.logo a > div{
		font-size: 0.7em;
	}
	.viande{
		padding-top: 30px;
		font-size: 0.7em;
		width: 450px;
	}
	.viande p{
		line-height: 1.1em;
	}
	.viande .nourris{
		padding: 15px 30px;
	}
	 #ban .precedentBan, #ban .suivantBan{
	 	top:150px !important;
	 }
}
@media (max-width: 992px){	
	.bloc_content_temoignageDiv{
	    -moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	 }
	 .secondHead{
	 	position: relative;
	 	z-index: inherit;
	 	top:0 !important;
	 }
	 .realB{
	 	margin-top: 60px
	 }
	 .realB::after{
	 	display: none;
	 }
	 .promo{
	 	margin-top: 90px;
	 	text-align: center;
	 }
	 .leftActu{
	 	height: auto;
	 }
	 .partner img{
	 	margin:10px;
	 	width: 150px;
	 }
	 .deuxieme a{
	 	padding: 0 10px;
	 }
	 .vente{
	 	left: -50px;
	 }
	 .topHead{
	 	top:47px !important;
	 	opacity: 1 !important;
	 	position: absolute !important;
	 }
	 .fbXS{
	 	position: fixed;
	 	top:0;
	 	bottom:inherit;
	 	right: 0;
	 	z-index: 999999;
	 	width: auto;
	 }

}
@media (max-width: 767px){
	html, body{
		padding : 0;
	}
	.articleImg{
		width:100%;
		margin:auto;
		max-width:600px;
		height:auto !important;	
	}
	.tabTitre > div{
		display:block;
		float:none;
		width:100%;
	}
	.deuxieme{
		text-align: center;
	}
	.deuxieme a{
		display: block;
	}
	.bloc_content_temoignageDiv{
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}
	.leftCenter{
		padding: 0 15px;
	}
	.rightCenter{
		padding:0;
		margin-top:50px;
	}
	.promo{
		text-align: center;
	}
	.coord{
		text-align: center;
	}
	.coordDiv{
		border-right:none;
	}
	.coord{
		padding: 40px 15px;
	}
	.deuxieme a{
		border-left: none;
	}
	.realB{
		margin-top: 0;
	}
	.leftActu{
		background-color: #ea5952;
	}
	.titreA{
		color: #fff;
	}
	.actuUl *{
		color: #fff;
	}
	.flash{
		border-color: #fff;
	}
	.leftActu .plus {
		margin-top: 30px;
		padding: 10px 20px;
		background-color: #fac4b7;
		color: #323232;
		border:solid thin #fac4b7;
	}
	.leftActu .plus:hover {
		background-color:#fff;
		color:#fac4b7;
	}
	.topHead{
		height: 90px;
	}
	.logo{
		font-size: 0.5em;
	}
	.logo img{
		max-width: 100px;
	}
	.viande{
		max-width: 80%;
	}
	.viande p{
		font-size: 3em
	}
	.viande .nourris{
		font-size: 1em;
	}
	.vente{
		font-size: 0.5em;
		padding: 12px;
		top:-50px;
		left: -40px;
	}
	#ban .precedentBan, #ban .suivantBan{
		display: none;
	}
	.caisse,.polonaise{
		width: 50%;
		border:none;
		float: left;
		font-size: 0.7em;
	}
	.polonaise{
		padding: 25px 5px;
	}
	.promo{
		margin:0;
		padding: 50px 15px;
		background-color: #fafafa;
	}
}
@media (max-height: 500px){
	.fullPageBan{
		min-height: 500px;
	}
}