/* --------------------------------------------------------------
	* screen.css

	* @type: Screen
	* @language: All
	* @author: Tapage Communication
--------------------------------------------------------------- */

/*-------------------------------------------------------------- */
/* @Resets default browser CSS.
/*-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}                  
.phonefooter:hover,.phonecontact:hover,.phone:hover{
cursor: default;
color:inherit !important;
}
blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
a:hover, a:active { outline: none; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

small { font-size: 85%; }

:focus { outline: none;}

table { border-collapse: collapse; border-spacing: 0; }
table, td, th 	{ vertical-align: top; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }
textarea { font-family: inherit; font-size: 1em;}

img { display: block; }
	
/*-------------------------------------------------------------- */
/* @Font-face
/*-------------------------------------------------------------- */
@font-face {
	font-family: 'FreestyleScriptStdMedium';
	src: url('fonts/freestylescriptstd-webfont.eot');
	src: url('fonts/freestylescriptstd-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/freestylescriptstd-webfont.woff') format('woff'),
		 url('fonts/freestylescriptstd-webfont.ttf') format('truetype'),
		 url('fonts/freestylescriptstd-webfont.svg#FreestyleScriptStdMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*-------------------------------------------------------------- */
/* @Base HTML tag
/*-------------------------------------------------------------- */

/* Global
------------------------------------------------------------ */
html { overflow-y: scroll; } /* always force a scrollbar in non-IE */ 
body { background: #bbddf6 url(../../images/background_blanc.jpg) top center repeat-x;background-size:cover; }
body, select, input, textarea { 
	color: #71685f; 
	font: 13px Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 15px 0;	
}


/* Title
------------------------------------------------------------ */
h1{
	font-family: Georgia,serif;
	font-size:42px;
	font-weight:400;
	color: #a91f26;
}
h2{
	
	font-family: Georgia,serif;
	font-size:24px;
	font-weight:700;
	line-height: 28px;
	color: #a91f26;
	margin-bottom: 11px;
}
h3{
	font-size:18px;
	font-weight:700;
	color: #ed1c23;
	margin-bottom: 5px;
}
h4{
	font-size:12px;
	font-weight:700;
	color: #ffffff;
	line-height: 16px;
	text-transform: uppercase;
}
.h4pagetacos{
font-size:13px !important;
color:black !important;
font-style: italic !important;
}
p{
	margin-bottom: 14px;
}

.bouton{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color:#ffffff;
	background-color: #c7d77f;
	display: inline-block;
	padding:11px 34px;
}
.bouton:hover{
	background-color:#ff0000;
	color:#fff;
}
.bouton-wrapper{
	text-align: center;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color:#c7d77f;
	font-weight: 700;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#c7d77f;
   opacity:1;
   font-weight: 700;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#c7d77f;
   opacity:1;
   font-weight: 700;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#c7d77f;
   font-weight: 700;
}

.image-recette-1 {
	margin-top:6px;
	margin-left:11px;
}

.image-recette {
	margin-top:30px;
	margin-left:11px;
}

.titre-recette-image {
	text-transform:uppercase;
	font-weight:lighter;
	margin-left:11px;
	margin-top:-21px;
	font-size:13px;
	letter-spacing:1px;
}

h3 a {
	text-decoration: none;
}

.cat-recette a, .cat-recette a:hover, .cat-recette a:active, .cat-recette a:visited {
	color: #ff3333!important;
}

#main h3, #main h4, #main p {
	margin-left: 15px;
}

#main h1{
	margin-left: 11px;
	margin-bottom: 35px;
}

#main h3 {
	margin-bottom: 10px;	
}

#main h4 {
	margin-bottom: 5px;	
}

/* Typography
------------------------------------------------------------ */
a, a:active, a:visited { 
	color: #666;
	text-decoration: none;
}
a:hover { color: #ff3333; -webkit-transition:all 0.3s; transition:all 0.3s; }


/* List
------------------------------------------------------------ */
ul, ol { margin-left: 0; }

/* Table
------------------------------------------------------------ */
th, td, td img { vertical-align: top; } 

/* Form
------------------------------------------------------------ */
textarea { overflow: auto; resize: none; width: 300px; padding: 5px; }
legend 		{ padding-bottom: 20px; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }

input[type=button], input[type=submit], button { cursor: pointer; }
 
button, input, select, textarea { margin: 0; }

.required {
	/*background: url(img/required.gif) no-repeat scroll left 3px transparent;
	padding-left: 2px;
	display:none;*/
}

/*form {
	margin-left: 35px;
}*/

form div {
	/*margin: 20px 0 0 10px;
	width: 505px;*/
}

form label {
	min-width: 165px;
	display: block;
	float: left;
}

form label.long2 {
	min-width: 270px;
	display: block;
	float: left;
}
	
form select.smaller {
	width: 500px;
}

#age {
	width: 50px;
}

form input[type='submit'] {
	display: block;
	margin: 0 auto;
}

.error {
	border: 1px solid red;
	background-color: #FFEFEF;
}

.success {
	border: 1px solid green;
	background: #C8FFD4;
	padding: 20px;
}

p.error {
	border: 1px solid red;
	background-color: #FFEFEF;
	padding: 20px;
}

/*-------------------------------------------------------------- */
/* @Templates
/*-------------------------------------------------------------- */

#media-holder {
	text-align: center;
}

/*-------------------------------------------------------------- */
/* @Helper class
/*-------------------------------------------------------------- */

/* Global
------------------------------------------------------------ */
.none		{ display: none; }
.right 		{ float: right; }
.left 		{ float: left; }
.wrapper 	{ overflow: hidden; }
.clear 		{ clear: both; float: none; }
.col 		{ width: 50%; float: left; }

.noBorder	{ border: none !important; }
.noBg		{ background: none !important; }

/* Errors and Confirmation
------------------------------------------------------------ */
.msg-error,
.msg-success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}

.msg-error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
ul.errors{margin-left:10px;}
.msg-success {
	background: #E6EFC2;
	border-color: #C6D880; 
	color: #264409;
}

.msg-error p,
.msg-error ul,
.msg-error li {
	margin-bottom: 0;
}

.msg-error a {
	color: #8a1f11;
}

.msg-success a {
	color: #264409;
}

/*-------------------------------------------------------------- */
/* @Page Structure
/*-------------------------------------------------------------- */		

/* Global
------------------------------------------------------------ */
#container {
	width: 1082px;
	background: url(img/content_bg.png) top center repeat-y;
	margin: 0 auto;	
	position: relative;
}

/* Nav Bar
------------------------------------------------------------ */
#navbar {
	background: #FFF;
	height: 35px;
}

#navbar-cotainer {
	width: 1020px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 80px;	
}


/* Header
------------------------------------------------------------ */
#header {
	position: relative;	

	height:330px;
	background:  no-repeat top center;
}

#printlogo { display: none; }

/*	#logo-holder {
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/bg-logo.png) 0 0 no-repeat;
	width: 1020px;
	height: 101px;
	z-index: 99;
}
*/
#logo {
	position: absolute;
	top: -25px;
	left: 51px;
	width: 234px;
	height: 198px;
	background: url(img/logo40en.png) no-repeat 0 0 / 100% auto;
	text-indent: -9999px;
}

#slogan { 
	position: absolute;
	top: 166px;
	left: 149px;
	margin: 0;
	text-indent: -9999px;
	background: url(../fr/img/catch.png) 0 0 no-repeat;
	width: 430px;
	height: 119px;
}

#persona {
	position: absolute;
	top: 115px;
	left: -106px;	
	z-index: 99;
}

/* Content
------------------------------------------------------------ */
#content {
	margin: 0 auto;
}

/* Main
------------------------------------------------------------ */	
#main-holder {
	width: 1082px;
}

#main {
	min-height: 300px;
	background: #fff;
	padding: 40px 30px 100px 20px;
	margin: 0 0 0 31px;
	width: 970px;
	float: left;
	position: relative;

z-index: 990;
}
#main.home{
	padding: 0;
	width: 671px;
}

#main.with-sidebar{
	max-width: 600px;
}

#main-holder > .call-to-action{
	margin:0 31px;
}
.call-to-action{
	clear: both;
}
.call-to-action > div{
	float: left;
	max-width: 33.33%;
	position: relative;
	margin-bottom: 25px;
}
.call-to-action > div:nth-child(3n + 2){
	margin:0 25px;
}
.call-to-action img{
	width: 100%;
	height: auto;
}
#main .call-to-action img{
	margin:0;
	height:200px;
}
.call-to-action .cta-titre{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	background-color: rgba(75, 75, 75, 0.5);
	text-align: center;
	height: 47px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.call-to-action a:hover .cta-titre{
	background-color:rgba(169, 31, 38, 0.6);
}
.call-to-action .cta-titre h4{
	position: relative;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#main .call-to-action .cta-titre h4{
	margin:0;
}

/*#main.home { background: url(img/home_bg.jpg) top left no-repeat; }
#main.ananas { background: url(/images/ananas.jpg) 320px 110px no-repeat;	}
#main.barbotine { background: url(/images/barbotine.jpg) 180px 90px no-repeat; height: 500px;}
#main.cocktail { background: url(/images/cocktail.jpg) bottom right no-repeat; }
#main.coulis-framboise { background: url(/images/coulis-framboise.jpg) 240px 90px no-repeat;}
#main.coulis { background: url(/images/coulis.jpg) 180px 90px no-repeat; }
#main.crepes { background: url(/images/crepes.jpg) 280px 90px no-repeat; }
#main.delice { background: url(/images/delice.jpg) 330px 90px no-repeat; height: 450px; }
#main.fraise-chocolat { background: url(/images/fraise-chocolat.jpg) 410px 90px no-repeat; }
#main.milkshake { background: url(/images/milkshake.jpg) 380px 85px no-repeat; height: 500px; }
#main.parfait-fraise { background: url(/images/parfait-fraise.jpg) 450px 85px no-repeat; }
#main.parfait-framboise { background: url(/images/parfait-framboise.jpg) 350px 85px no-repeat; }
#main.punch-champagne { background: url(/images/punch-champagne.jpg) 450px 95px no-repeat; height: 500px;}
#main.punch { background: url(/images/punch.jpg) bottom right no-repeat; height: 450px;}
#main.quesadilla { background: url(/images/quesadilla.jpg) 200px 85px no-repeat; }
#main.salsa { background: url(/images/salsa.jpg) 220px 115px no-repeat; }
#main.tarte { background: url(/images/tarte.jpg) 300px 115px no-repeat; } */

#main img { 
	/*border: 1px solid #d2d2d2; */
	margin-bottom: 25px;
}

#main p { line-height: 16px; }

#main .breadcrum {
	margin-bottom: 10px;
	color: #848585;
}

#main .breadcrum a {
	color: #848585;
	text-decoration: none;
	font-weight: normal;
}

#right-col {
	width: 342px;
	float: left;
	margin-right: 31px;
}
.home + #right-col{
	width: 324px;
	float: right;
}
.home + #right-col > div{
	padding:0 20px;
}
#right-col > div{
	margin-top: 37px;
}

#right-col img{
	width: 100%;
	height: auto;
}

#form-info{
	width: 342px;
}
#form-info input[type="text"],
#form-info input[type="courriel"]{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding:6px 15px;
	border:1px solid #cccccc;
	font-size: 18px;
	margin-bottom: 5px;
}
#form-info textarea{
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	border:1px solid #cccccc;
	width: 100%;
	font-size: 18px;
	padding:6px 15px;
	box-sizing: border-box;
}

#form-info input::-webkit-input-placeholder,
#form-info textarea::-webkit-input-placeholder { /* WebKit browsers */
	color:#9d9c9c;
	font-weight: 700;
}
#form-info input:-moz-placeholder,
#form-info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#9d9c9c;
   opacity:1;
   font-weight: 700;
}
#form-info input::-moz-placeholder,
#form-info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#9d9c9c;
   opacity:1;
   font-weight: 700;
}
#form-info input:-ms-input-placeholder,
#form-info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#9d9c9c;
   font-weight: 700;
}
	
#form-info input[type="submit"]{
	float: left;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background-color: #4b4b4b;
	font-weight: 700;
	text-transform: uppercase;
	color:#ffffff;
	border:none;
	padding:4px 24px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#form-info input[type="submit"]:hover{
	background-color:#ff0000;
	color:#fff;
}

.main-link {
	display: block; 
	width: 50px;
	height:431px;
	text-indent: -9999px;
}

#content .main-link:hover { background-color: #fff; background-position: right top; }

#content ul#news {
	list-style-type: none;
}

#content ul#news li {
	margin-bottom: 30px;
	border-bottom: #CCC 1px solid;
}

#content ul#list {
	margin: 0 0 25px 35px;	
	
}
#content ul#list li {
	margin-bottom: 5px;	
}

#content table.ingredients {
	width: 300px;
	margin: 0 0 15px 15px;	
	border: #CCC 1px solid;
}

#content table.ingredients tr {
	height: 18px;
}

#content table.ingredients tr.altern {
	background: #f6fbff;
}

#content table.ingredients tr td {
	padding: 5px;
	border: #CCC 1px solid;
}

#content table.ingredients tr td.a-right {
	text-align: right;
}

#content ul#press {
	margin-left: 20px;	
	list-style-type: none;
	
}
#content ul#press li {
	margin-bottom: 8px;	
}

#content div#gmap {
	margin-left: 15px;
	height: 443px;
	max-width: 100%;
}

#content ul#gallery {
	list-style-type: none;	
}

#content ul#gallery li {
	display: inline;
	float: left;
	margin: 0 11px 11px 0;
	height: 122px;	
}

#gagnants {
	list-style-type: none;
	margin-left: 20px;	
}

#gagnants li {
	width: 580px;
	height: 135px;
	margin-bottom: 30px;
	clear: both;
}

#gagnants li div {
	width: 450px;
}

#gagnants li div.nopic {
	margin: 0 0 30px 106px;
}

#gagnants img {
	display: inline;
	float: left;
	margin: 0 15px 0 0;	
}


#result-concours {
	width:590px;
	height:733px;
	background-image:url('../../web/public_html/images/gagnants-concours.jpg');
	margin-left:10px;
}

#result-concours p {
	width:542px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	line-height:22px;
	color:#6a2d11;
	padding-top:560px;
}

#result-concours a {
	color:#6a2d11;
	text-decoration:underline;
}

.voir-photos-concours {
	font-size:20px;
	color:#dd1b2e!important;
	text-decoration:none!important;
}

/* Footer
------------------------------------------------------------ */
#footer{
	font-size: 12px;
	padding: 0;
	margin: auto;
	width: 1082px;
	height: 241px;
	clear: both;
	background: url(img/footer_bg.png) top center no-repeat;
	position: relative;
	   top:0px;
}
.inner-footer{
	background-color: #c7d77f;
	margin:0 31px;
	overflow: hidden;
	padding:8px 32px 20px 68px;
}
.inner-footer > div{
	float: left;
}
.inner-footer > div:first-child{		
	margin-right: 48px;
}
.inner-footer .coordonnees{
	margin-top: 17px;
}
.inner-footer .coordonnees p{
	font-size: 13px;
	color:#4b4b4b;
}
.inner-footer .coordonnees p a{
	color:inherit;
}
.inner-footer .coordonnees p a:hover{
	color:#ff0000;
}
.inner-footer #contact{
	float: right;
	width: 339px;
	margin-right: 0;
	margin-top: 9px;
}
.inner-footer #contact h2{
	color:#ffffff;
	font-weight: 400;
}
.inner-footer #contact #mc-embedded-subscribe-form{
	margin:0 !important;
}
.inner-footer #contact input[type="text"],
.inner-footer #contact input[type="email"]{
	border:none;
	padding:6px 10px;
	display: block;
	margin-bottom: 8px;
	box-sizing: border-box;
	width: 100%;
}
.inner-footer #contact input[type="submit"],form[name="inscription"] div #go{
	float: left;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background-color: #4b4b4b;
	font-weight: 700;
	text-transform: uppercase;
	color:#ffffff;
	border:none;
	padding:4px 24px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
form[name="inscription"] div #go{width:150px;}
.inner-footer #contact input[type="submit"]:hover,form[name="inscription"] div #go:hover{
	background-color:#ff0000;
	color:#fff;
}

#copyright { 
	padding: 8px 0 5px;
	margin: 0 31px;
	text-align: center;
	border-bottom: 9px solid #ee2e24;
	overflow: hidden;
	background-color: #ffffff;
}
#copyright p{
	display: inline-block;
	font-size: 10px;
	color:#666666;
	margin:0;
	line-height: 22px;
}
#copyright .sociaux{
	float: right;
	position: relative;
	right: 85px;
}
#copyright a:hover { 
	color: #ff3333; 
}

#copyright img {
	display: inline;
}

/*-------------------------------------------------------------- */
/* @Navigation
/*-------------------------------------------------------------- */

/* Main Menu
------------------------------------------------------------ */
#mainMenu {
	list-style: none;
	margin: 0 31px;
	height: 40px;
	background: #FFF;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

#mainMenu > li {
	display: inline-block;
	margin:0px;
	position: relative;
}
#mainMenu > li:first-child{
	margin:0;
}
#mainMenu > li:last-child{
	margin-right:0;
}

#mainMenu > li > a {
	line-height: 40px;
	color: #4b4b4b;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	font-weight:bold;
}

#mainMenu > li > a:hover,
#mainMenu > li > a.selected,
#mainMenu > li:hover > a{
	color: #ffffff;
	background-color: #c7d77f;
}

	/* Sub menu
------------------------------------------------------------ */

.sub-menu {
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 1000;
	background-color: #ffffff;
	text-align: left;
	padding: 23px 11px 20px 30px;
	left: 0;
	right: -50px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

#mainMenu li:last-child .sub-menu{
	left: -50px;
	right: 0;
}

#mainMenu > li:hover > .sub-menu,
#mainMenu > li > .sub-menu:hover{
	display: block;
}

.sub-menu li{
	margin-bottom: 10px;
}

.sub-menu li a {
	line-height: 15px;
	color:#4b4b4b;
	font-size: 14px;
	display: block;
	font-weight:bold;

}

.sub-menu li.selected a,
.sub-menu li:hover > a,
.sub-menu li a:hover{
	color: #a81f26;
	
}

/*-------------------------------------------------------------- */
/* @Sitemap
/*-------------------------------------------------------------- */

ul#sitemap {
	margin-left: 30px;	
	list-style-type: none;
	font-size: 14px;
}

ul#sitemap li {
	margin-bottom: 10px;	
}

ul#sitemap li ul {
	margin-left: 20px;
	list-style-type: none;
}

ul#sitemap li ul li {
	margin-bottom: 5px;	
}

ul#sitemap li ul li ul {
	list-style-type: none;
	margin-left: 20px;
}



.error-newsletter{color:red; /*margin:0 0 20px 0;*/}

#newsletter{margin-left:0;}
#newsletter input{margin-bottom:10px;}

.mce_inline_error{


}

div.mce_inline_error{

display:none!important;}

/* body.home-page #logo-holder{
display: none;
} */

@media only screen and (max-width: 767px){
body.home-page #header{
	background-size: 100%;
}
}

#main .image-recette{
width: auto;
max-width: calc(100% - 15px);
}