/* CSS Document */
body, html{
	width:100%;
	height:100%;
	
	}
body{
	background-color:#FFF;
	position:relative;
	width:100%;
	height:100%;
	}
*{
	margin:0px;
	padding:0px;
}

.cursor{
	cursor:pointer;
	}
	
.disable {
    cursor: default;
    pointer-events: none;
}
/*******************************************/
/*******************************************/
/* reset bootstrap */
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
/*******************************************/
/*******************************************/	
/* font typo */

	@font-face{
	 font-family: 'NeutrafaceText-Book';
	src:url("http://app.eldora.ch/common_file/font/fnt.php?f=NeutrafaceText-Book.eot?#iefix");
	src:url("http://app.eldora.ch/common_file/font/fnt.php?f=NeutrafaceText-Book.eot?#iefix")format("eot"),
		/*url("http://app.eldora.ch/common_file/font/fnt.php?f=4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2") format("woff2"),*/
		url("http://app.eldora.ch/common_file/font/fnt.php?f=NeutrafaceText-Book.woff") format("woff"),
		url("http://app.eldora.ch/common_file/font/fnt.php?f=NeutrafaceText-Book.ttf") format("truetype"),
		url("http://app.eldora.ch/common_file/font/fnt.php?f=NeutrafaceText-Book.svg") format("svg");
	}
*{
	  font-family: 'NeutrafaceText-Book';

	color: #000000;
	font-size: 18px;
	}
h1,h2,h3,h4,h5,h6{
	  font-family: 'NeutrafaceText-Book';
		font-weight:300;
		text-transform:uppercase;
		color: #000000;
	}
	
h1{
		color: #cda165;
		font-size:40px;
		margin-bottom:40px;
		}
	h2{
		font-size:28px;
		margin-bottom:40px;
		
		}
	h2.heading{
		color:#000000;
		}
	h2 small{
		text-transform:none;
		font-weight:bold;
		font-size:16px;
		}
	p{
		margin-bottom:20px;
		}
	.home p{
		font-size:24px;
		}
	.menu-header h3{
		color: #cda165;
		}
/*******************************************/
/*******************************************/	
/* nav */
a {
	color: #717173;
	}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 8px 15px 15px;
}
.nav-in{
	padding-top:10px;
	}
.nav-in li a{
color: #d29f62;
	 font-size: 22px;
    font-weight: 400;
	}
.nav-in li.active a{
	
	}	
	
	
.affix{
	z-index:1000;
	}	
	
#navigation{
	background-color: #003165;
	}
#navigation ul li a{
	color:#fff;
	  font-family: 'NeutrafaceText-Book';
	text-transform:uppercase;
	font-weight:400;
	font-size:16px;
	padding:10px 16px;
	}


#navigation ul li a:hover, #navigation ul li a:focus,  #navigation ul .current a{
	color:#d29f62;
	background-color:inherit;	
	}
.affix-top .containNav{
	display:none;
	}
.affix .containNav{
	display:block;
	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    color:#FFF;
	background-color:#003165;
	}
	
.nav-tabs {
    border-bottom: none;
}	
	.nav-tabs > li{
		width:20%;
		}
	
	.nav-tabs > li > a {
	  font-family: 'NeutrafaceText-Book';
	border: none;
    border-radius: 0px;
    margin-right: 2px;
	text-transform:uppercase;
	font-weight: 500;
	color:#003165;
	font-size:20px;
	padding: 10px 15px;
	}
	
	.nav > li > a:hover{
	color:#FFF;
	background-color:#003165;
	}
	
	.nav{
		background-color: #003165;
		}
	
	
	#nav-in{
		list-style-type:none;
	}
	
	
	.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height:inherit;
}
	
	.navbar-fixed-top .navbar-collapse li ul, .navbar-fixed-bottom .navbar-collapse li ul{
		padding-left:15px;
		}

/*******************************************/
/*******************************************/	
/* menu de la semaine */
	
	#menu .nav, ul#myTab{
		background-color:inherit;
		margin-bottom:20px;
		}
	
	#menu .nav > li > a {
		/*display: block;*/
		padding: 0px 0px 0px 11px;
		color: #d29f62;
		
		/*border-left:1px solid #2a618d;*/
		position: relative;
	}
	#menu .nav > li > a:hover, #menu .nav > li.active > a{
		border-left:1px solid #003165;
		padding: 0px 0px 0px 10px;
		background-color:transparent;
		color:#003165;
		}
	
	
	
.containMenu h3 {
    background-image:url(../images/img-menu/fond_titre_menu.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #cda165;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    margin: inherit;
    padding: 20px 0;
    width: 100%;
	}

	.menu-header {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #fff;
		border-color: #4d4d4d #4d4d4d -moz-use-text-color;
		border-image: none;
		border-style: solid solid none;
		border-width: 1px 1px medium;
		height: 82px;
		overflow: hidden;
		margin-bottom:0px;
	}
	.menu-content {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #fff;
		background-position: center bottom;
		background-repeat: no-repeat;
		border-color: -moz-use-text-color #717173 #717173;
		border-image: none;
		border-right: 1px solid #717173;
		border-style: none solid solid;
		border-width: medium 1px 1px;
		display: table;
		height: 240px;
		width: 100%;
		margin-bottom:0px;
	}
	.menu-prix {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #f5f5f5;
		border-color: -moz-use-text-color #717173 #717173;
		border-image: none;
		border-right: 1px solid #717173;
		border-style: none solid solid;
		border-width: medium 1px 1px;
		display: table;
		width: 100%;
		
	}
	
	.menu-content p {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
	color: #000000;
	margin-bottom: 20px;
	font-size:18px;
	}
	.menu-prix p {
    display: table-cell;
    font-size: 14px;
    padding: 7px 0;
    vertical-align: middle;
	color: #cda165;
	}
	.menu-prix{margin-bottom: 25px;}

/*******************************************/
/*******************************************/	
/* Animations */		
	.thumbAnimation{
	margin-bottom:20px;
	}
.containImg{
	position:relative;
	overflow:hidden
	}
.thumbAnimation .detailAnimation{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url(../images/bg-black.png);
	background-repeat:repeat;
	display:none;
	}
	
.thumbAnimation:hover .detailAnimation, .thumbAnimation .active .detailAnimation {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url(../images/bg-black.png);
	background-repeat:repeat;
	display:block;
	}	
	
	
.inDetailAnimation{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	height: calc(100% - 40px);
	background-color:#4d4d4d;	
	color:#FFF;
	font-size:16px;
	padding:15px;
	}

.inDetailAnimation p{
	font-size:16px;
	text-align:left;
	color:#FFFFFF;
	}
.inDetailAnimation h3{
	color:#FFFFFF;
	}
.date{
	padding:10px;
	text-align:center;
	background-color:#F5F5F5;
	color:#FFFFFF;
	}
.date h5{
	font-size:18px;
	font-weight:700;
	color:#ffffff;	
	}

#year{
	list-style-type:none;
	margin:0px;
	
	}
	
#year li{
	float:left;
	
	}
/*#year li table{
	width:100%;
	text-align:center;
	border:1px solid  #717173;
	background-color:#FFFFFF;
	margin-bottom:40px;
	}*/
/*#year li table tr td{
	padding-top:5px;
	padding-bottom:5px;
	}*/
	
#year li table tr .incontournables, #year table tr .regions, #year table tr .villes, #year table tr .festifs{
	color:#FFFFFF;
	cursor:pointer;
	}


	
	
/*#year li table th{
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	}*/
/*#year table caption {
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	background-color:#F5F5F5;
	border:1px solid  #717173;
	border-bottom:none;
	
	}	*/
.calendar caption {
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	background-color:#F5F5F5;
	border:1px solid  #717173;
	border-bottom:none;
	}		
	
.calendar{
	text-align:center;
	border:1px solid  #717173;
	background-color:#FFFFFF;
	margin-bottom:40px;
	width:100%;
	}
.calendar th{
	 padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;	
	}	

.calendar tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}
	
.calendar .highlighted span{
	color:#ffffff;
	cursor:pointer;
	}	
.calendar .date span{
	padding-left:0px;
	padding-right:0px;
	}
	
	
.incontournables{background-color: #c79963;}

.regions{background-color: #235f8c;}

.villes{background-color: #8ea9cf;}
.festifs{background-color: #953855;}
/*******************************************/
/*******************************************/	
/* Recettes */	
#recettes .thumbRecette, #recipe .thumbRecette{
	margin-top:15px;
	cursor:pointer;
	}

.recette-selector{
	color: #cda165;
	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: #cda165;
	}	
.modal-header {
 
    padding: 15px 15px 35px;
}
.modal-body{
	padding-bottom: 150px;
	padding-top:35px;
	background-image:url(http://app.eldora.ch/common_file/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;
	}
	.download {
    background-color: #f5f5f5;
    background-image: url("http://app.eldora.ch/common_file/img/ico-download.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-size: 18px;
    margin-top: 15px;
    padding: 20px 20px 20px 70px;
    text-align: center;
}

.archiveFit .inarchiveFit{
margin-bottom:25px;
background-color:#F5F5F5;
padding:10px;
}
.archiveFit h3{
	margin-top: 5px;
	
	}
p.small{
	font-size:14px;
	margin-bottom:10px;
	}
/*******************************************/
/*******************************************/	
/* Eldora TV */	
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	height: 250px;
	
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: 274px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	
    background: #003165 none repeat scroll 0 0;
    cursor: pointer;
    height: 5px;
    width: 100px;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

#conseilsdieteticienne p, #conseilduchef p{ height: 50px;
    margin-bottom: 3px;}
/*******************************************/
/*******************************************/	
/* FitLine */		
.ConseilDuMois h3{
		margin-top:40px;
		}
		
.ConseilDuMois ul, .ArticlePage ol, ul{
		margin-left:17px;
		}	
	.ArticlePage ol, ol{
		margin-left:35px;
		}	
	
/*******************************************/
/*******************************************/	
/* Structure article Holder */	
.bgWihte{
	background-image:url(http://app.eldora.ch/common_file/img/bgWhite.png);
	background-repeat:repeat;
	}	
.inArtHolder, .content{
	padding-bottom: 50px;
	}
	
	
.footer{
	margin-top:250px;
	background-color: #6d6f71;
	padding:25px;
	color:#ffffff;
	}
.footer p{	color:#ffffff;}
.navbar-toggle{
	border:1px solid #FFF;
	}
.icon-bar{
	background-color:#FFFFFF;
	}
/*******************************************/
/*******************************************/	
/* Small Shop */	
#smallShop .blocreservation {
    background-color: #ffffff;
    border-top: 3px solid #d8b8a0;
    margin-top: 45px;
    padding-bottom: 15px;
}

.login{
	background-color:#FFFFFF;
	border-bottom:2px solid #D8B8A0;
	padding:15px;
	}
 
#smallShop .blocreservation small {
    cursor: pointer;
}

#smallShop label {
    display: inline-block;
    width: 100%;
	}
	
#smallShop label .col-md-8, label .col-md-3, label .col-md-1{
		padding-left:0px;
		padding-right:0px;
		}
#smallShop .panier{
		position:fixed;
		bottom:0px;
		left:0px;
		right:0px;
		background-color:#717173;
		padding-top:25px;
		padding-bottom:25px;
		font-size:28px;
		color:#FFF;
		z-index:1000;
		
		}
#smallShop .panier a{
		color:#FFF;
		}
#smallShop .panier span{color:#FFF;font-size:28px;}

#smallShop .gourmand {
    margin-left: 0;
    margin-right: 25px;
    width: 45px;
}

#smallShop .tohideview {
    display: none;
}

#smallShop .toBLock{
	opacity:0.5;
	}

@media only screen and (max-width: 568px) {	
	
.navbar-nav li a {
	text-align:center;
	}
		
.logohome{
	width:70%;
	margin-left:15%;
}	

h1{
	font-size:24px;
}
.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
}
.nav-tabs > li {
    width: 100%;
}
	
}
