/* CSS Document */
@font-face {
    font-family: NaiveLineSansBold;
    src: url('../webfonts/NaiveLineSansBold.eot');
    src: url('../webfonts/NaiveLineSansBold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/NaiveLineSansBold.woff') format('woff'),
         url('../webfonts/NaiveLineSansBold.ttf') format('truetype'),
         url('../webfonts/NaiveLineSansBold.svg#FrutigerLTPro') format('svg');
    font-weight: normal;
    font-style: normal;

	}	


	html, body{
		height:100%;
		margin:0px;
		padding:0px;
		}
	.section{
	/*min-height:100%;*/
	}
	#section0{
		height:100%;
		}
	
	a, a:hover{
		text-decoration:none;
		color:#717173;
		}
	p, body{
		font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#5a5a5a;
	margin-bottom:20px;
		}
	.modal-content p{
		font-size:16px;
		margin-bottom:10px;
		}
	
		
	h1,h2,h3,h4,h5,h6{
		font-family: NaiveLineSansBold, serif;
		font-weight:300;
		text-transform:uppercase;
		color: #5a5a5a;
		}	
	h1{
		font-size:36px;
    margin-bottom: 45px;
		}
	h2{
		font-size:36px;
		}
	h2 small{
		text-transform:none;
		font-weight:bold;
		font-size:16px;
		}
	.modal-header h3{
		color:#e3036a;
		
		
		/*background-color:#7BC143;*/
		font-weight:500;
		font-size:26px;
		padding:0px 0px 25px 0px;
		margin:inherit;
		background-image:none;
		
		}	
		
	.modal-content h1{
		color:#e3036a;
		margin-bottom:10px;
		margin-top:1px;
		}
		
	h3{
		color:#e3036a;
		display:inline-block;
		width:100%;
		
		/*background-color:#7BC143;*/
		font-weight:500;
		font-size:19px;
		padding:20px 0px;
		margin:inherit;
		
		}	
	h4{
		font-weight:bold;
		}	
    .section{
		/*text-align:center;*/
		}
		
		
/* home */
#section0{
	text-align:center;
	}

.display-table{
	display:table;
	width:100%;
	}

.valignLogoHome{
	height:20%;
	}
	
.valignWelcom{
	height:60%;
	}
			
.valignButton{
	height:20%;
	}
		
.table-cell-middle{
	display: table-cell;
	vertical-align: middle;
	}
/* home */
/*--------------------------------*/
/*--------------------------------*/
/*--------------------------------*/
/* bandeau */
.bandeau{
	height:20%;
	text-align:center;
	}
/* bandeau */
/*--------------------------------*/
/*--------------------------------*/
/*--------------------------------*/
/* Section */
.section{
	
	}
#fullContent{
	height:100%;
	}
.display-table-content{
	display:table;
	height:80%;
	}

/* Section */
/*--------------------------------*/
/*--------------------------------*/
/*--------------------------------*/
/* Menu */
.col-md-9 h2{
	padding-top:100px;
	margin-bottom:55px;
	margin-left:15px;
	}
.display-table-menu{
	
	text-align:center;
	margin-bottom:25px;
	}
.menu-header{
	border:1px solid #4d4d4d;
	border-bottom:none;
	background-color:#FFF;
	height:82px;
	overflow:hidden;
	
	}
.menu-content{
	border:1px solid #717173;
	border-top:none;
	
	height:240px;
	width:100%;
	display:table;
	background-color:#FFF;
		background-position:center bottom;
		background-repeat:no-repeat;
	}
	.menu-content .menu-illustration
	{
		
		height:240px;
		overflow:hidden;
		display:table-cell;
		vertical-align:bottom;
		
	}
		.menu-content img{
			position:absolute;
			width:100%;
			bottom:0px;
			left:0px;
			z-index:-1;
			
			
			}
	.menu-content p{
		display:table-cell;
		vertical-align:middle;
		padding: 0 25px;
		}
.menu-prix{
	
	background-color:#F5F5F5;
	width:100%;
	display:table;
	border:1px solid #717173;
	border-top:none;
	}

.menu-prix p{
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	padding:7px 0px;
	
	}
.spacer-top{
	height:150px;
	}		
.spacer{
	height:150px;
	}	
	
	.OrViande{
	font-size:14px;
	}
#menu {
    margin-top:80px;
	
}

.nav li a{
	font-size:20px;
	color:#717173;
	border-left:1px solid transparent;
	}
.nav li ul{
	display:none;
	}
.nav .active ul{
	display:block;
	list-style-type:none;
	padding-left:0px;
	}
.nav .active ul li{
	
	}
.nav .active ul li a{
	padding-left:25px;
	border-left:1px solid transparent;
	color:#717173;
	}
.nav .active ul li a:hover, .nav .active ul li.active{
	color:#e3036a;
	border-left:1px solid #e3036a;
	}	
.nav .active ul li.active a:hover{
	border-left:1px solid transparent;
	}
.nav .active ul li.active a{
	color:#e3036a;
	}	
	
.nav .active a {
	color:#e3036a;
	border-left:1px solid #e3036a;
	}	
	
	
.nav li a:hover{
	color:#e3036a;
	border-left:1px solid #e3036a;
	}


.nav > li > a:hover{
	background-color:transparent;
	}
	
	
/* aimation grid */
#animations{
	height:auto;
	display:none;
	}

.content-anim{
	background-color: #f5f5f5;
    margin-left: 15px;
    margin-bottom:15px;
    padding: 45px;
    width: calc(100% - 30px);
	display:none;
	}
.content-anim h1{
	color:#e3036a;
	line-height: 35px;
	
	}
.content-anim h1 small{
	font-weight:bold;
	font-size:14px;
	text-transform:none;
	}
.thumbAnimation{
	margin-bottom:15px;
	cursor:pointer;
	}
.thumbAnimation .date{
	
	width:100%;
	background-color:#f5f5f5;
	padding: 5px 0px 12px 0px;
	text-align:center;
	
	}	
.thumbAnimation .date h5{
		margin-bottom:inherit;
		font-weight:500;
		font-size:18px;
		color:#e3036a;
	}	
#closeAnim{
	float:right;
	cursor:pointer;
	/*margin-top:15px;*/
	}
	
/* panel menu */

.panel-title{
	text-align:center;
	}
.panel-title h2 {
    margin-bottom: inherit;
    margin-left: inherit;
    padding-top: inherit;
	font-size: 36px;
	margin-top:inherit;
	 line-height: 25px;
	 color:#e3036a;
	}
	
	
.panel-group .panel {
   	border-radius: 0px;
    margin-bottom: 0;
}
.panel-default {
    border-color: inherit;
	border:none;
}
.panel-default > .panel-heading {
    padding: 20px 0;
    border-color:none;
    color: inherit;
	 border-bottom:2px solid #e3036a;
}

.panel {
    
    border: none;
    border-radius: 0px;
    box-shadow:none;
    margin-bottom: 20px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: none;
}
.panel-body{
	border:1px solid #e3036a;
	text-align:center;
	}
.panel-body p{
	margin-top:20px;
	}

.panel-body p.price{
	margin-bottom:inherit;
	font-size:13px;
	background-color:#f5f5f5;
	padding:5px 0px;
	}

.panel-body .menu-spacer{
	height:35px;
	}

/*.panel-group .panel-heading {
    border-bottom: 0 none;
}*/
.panel-heading {
   
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}
	
table p{
	margin-bottom:inherit;
	}	
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align:middle;
	border:none;
}
.table > tbody > tr > td{
	padding:15px 0px;
	}	
	
.download{
	background-color:#f5f5f5;
	font-size:18px;
	text-align:center;
	padding:20px 20px 20px 70px;
	background-image:url(../img/ico-download.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	margin-top:50px;
	display:block;
	}
	.modal-header {
 
    padding: 15px 15px 35px;
}
.modal-body{
	padding-bottom: 150px;
	padding-top:35px;
	background-image:url(../img/bg_recettes.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius:0px;
}
.modal-content .download{
	margin-top:25px;
	}
.modal-content ul{
	padding-left:19px;
	font-size:16px;
	}
.close-modal{
	padding:8px 15px 20px 15px;
	height:73px;
	}
#recettes .thumbRecette{
	margin-top:15px;
	cursor:pointer;
	}
	
.recette-selector{
	color:#e3036a;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	background-color:#F5F5F5;
	display:inline-block;
	width:100%;
	font-size:16px;
	padding: 16px 0px 12px 0px;
	margin-bottom: 25px;
	}
.recette-selector:hover{
	color:#e3036a;
	}
.front-anime{
	width:100%;
	padding:25px 0px;
	background-color:#f5f5f5;
	position:fixed;
	bottom:0px;
	z-index:1000;
	}
.front-anime h1 {
    color: #e3036a;
    line-height: 20px;
}
.front-anime h1 small {
	display:none;
}

.front-anime h2 {
	margin-top:inherit;
    margin-bottom: 15px;
    margin-left: inherit;
    padding-top: inherit;
	font-size:24px;
	font-weight:bold;
}

#recettes .col-md-2{
	width:20%;
	
	}
#recettes .col-md-2 .recette-selector{
	height:200px;
	}
.eldoratv{
	text-align:center;
	}
.eldoratv img{
	margin-bottom:25px;
	}
.dlBtn {
    background-color: #f5f5f5;
    background-image: url("http://app.eldora.ch/common_file/img/ico-pdf-kidelis.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 20px 20px 20px 90px;
}	
	
.menu-commande{
	margin-top:5px;
	}
.input-group-addon {
	background-color:#e3036a;
    border: 1px solid #e3036a;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 12px 6px 12px;
    text-align: center;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #717173;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.btn-default{margin-left:15px;}
.inmodal .btn-default{margin-left:inherit;}
.btn-default:hover, .btn-default:focus{
	color: #fff;
	background-color:#e3036a;
	
	}
.form-control:focus{
		border-color:#e3036a;
		outline:0;
		-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
		}
		
/* form commande */
#votrecommande .modal-header h3 {
    background-image: none;
    color: #e3036a;
    font-size: 26px;
    font-weight: 500;
    margin: inherit;
    padding: 0;
}

#votrecommande .modal-body {
    background-image: url("../img/bg-commande.jpg");
}

#votrecommande .btn-default {
    margin-left: 0px;
	width:100%;
}
.col-md-9 #votrecommande h2 {
    margin-bottom: 55px;
    margin-left: 15px;
    padding-top: 1px;
}
.form-control {
 
    /*border: 1px solid #F5F5F5;*/
}
.form-group, .input-group{
	width:100%;
	}

p.col-md-2.text-center.total {
    height: 25px;
    background: #e3036a;
    color: #fff;
    padding-top: 3px;
}

#btnorder{
	position:fixed;
	bottom:0px;
	left:0px;
	margin-left:0px;
	z-index:1000;
	padding:15px 0px;
	background-color:#e3036a;
	color:#ffffff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	display:none;
	}
#EldoraTv p{
	margin-bottom:3px;
	display:inline-block;
	height:50px;
	}
.embed-responsive, #EldoraTv .img-responsive{
	margin-bottom:55px;
	}
#EldoraTv .img-responsive{
	cursor:pointer;
	}
#social{
	
	}
	
#social #facebook, #social #twitter,#social #youtube {
	display:block;
	width:35px;
	height:35px;
	margin-left:15px;
	float:left;
	border-left: none;
	}
#social #facebook{
	background-image:url(../img/facebook.png);
	}
#social #twitter {background-image:url(../img/twitter.png);}

#social #facebook:hover{
	background-image:url(../img/facebook_hover.png);
	}
#social #twitter:hover {background-image:url(../img/twitter_hover.png);}
#social #youtube:hover {background-image:url(../img/youtube_hover.png);}
#social #youtube {background-image:url(../img/youtube.png);}

/* form qualité */

#votre_avis_nous_interesse form .form-group{
	margin-bottom:20px;
	}
#votre_avis_nous_interesse form .form-group input{
	border-radius:3px;
	}
#votre_avis_nous_interesse form .form-group label{
	font-weight:300;
	}
#votre_avis_nous_interesse form .form-control{
border: 1px solid #717173;
}
.alert{
	background-image:url(../img/warning.png);
	background-position:right center;
	background-repeat:no-repeat;
	}
.g-recaptcha{
	}
#notrobot{
	display:none;
	}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #e3036a;
    border-color: #e3036a;
    color: #fff;
}
.ebalance p{
	background-image:url(../img/logo-ebalance.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:120px;
	}
.ebalance{
	margin-bottom:25px;
	}
	
	
.footer{
	padding-top:45px;
	padding-bottom:30px;
	margin-top:100px;
	background-color:#99d7e3;
	}
.footer p, .footer a{
	color:#FFF;
	}
@media only screen and (max-width : 992px) {
#recettes .col-md-2{
	width:50%;
	}
#recettes .col-md-2 .recette-selector{
	height:inherit;
	}

h3{
	font-size:25px;
	}


	.valignLogoHome {
    padding-top: 70px;
}
	.nav .active ul{
		display:none;
		
	}
	
	.col-md-9 h1{
		padding-top:75px;
		}
		
	.col-md-9 .container-anim h1{
		padding-top:1px;
		}
	#closeAnim{
	
	margin-top:16px;
	}
	.spacer-top{
		display:none;
		}
	
	#menuLarge{
		background-color:#e3036a;
		}
	.navbar {
    border-radius: 0px;
	}
	.navbar-inverse{
		border:none;
		}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		background-color: #e3036a;
		color: #fff;
	}
	.affix{
		position:fixed;
		top:0px;
		z-index:1000;
		width:100%;
		}
.navbar-inverse .navbar-nav > li > a {
    color: #717173;
}	
.nav li a{
	font-size:17px;
	color:#717173;
	border-left:1px solid transparent;
	}
.recette-selector-holder{
			margin-bottom:15px;
			
			}
		.recette-selector{border-bottom:1px solid #e3036a;}
		.front-anime h1 {
    color: #e3036a;
    line-height: 30px;
}	
	
	}
@media only screen and (max-width: 752px) {
#recettes .col-md-2{
	width:50%;
	}	
	#recettes .col-md-2 .recette-selector{
	height:inherit;
	}	
		#closeAnim{
			float:none;
		margin-top:16px;
		}
		
		.content-anim{
		background-color: #f5f5f5;
		margin-left: 15px;
		margin-bottom:15px;
		padding: 10px;
		width: calc(100% - 30px);
		display:none;
		}
		
		.content-anim h1{
		color:#e3036a;
		line-height:normal;
		font-size:22px;
		font-weight:700;
	
	}
	
	
		#closeAnim{
				margin-top:16px;
		}
		.recette-selector-holder{
			margin-bottom:15px;
			
			}
		.recette-selector{border-bottom:1px solid #e3036a;}
	
	.front-anime{padding:1px 0;}
	
			
		.front-anime h1 {
    padding-top:5px;
	margin-bottom:2px;
}
	.front-anime h2 {
    font-size: 18px;
	}
	.front-anime h1 {
    color: #e3036a;
    line-height: 30px;
}
	}
	
@media only screen and (max-width: 568px) {	
	#recettes .col-md-2{
	width:50%;
	}
	#recettes .col-md-2 .recette-selector{
	height:inherit;
	}
	#section0 {
    height: auto;
	}
	.valignWelcom{
		padding:10% 0px;
		}
		.front-anime h1 {
    color: #e3036a;
    line-height: 30px;
}
		
	
	
}