/* 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;
	}
	
	
/*******************************************/
/*******************************************/
/* reset bootstrap */
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.nobootmargin{
	 padding-left: 0px;
    padding-right: 0px;
	}
.pictmargin{
	 padding-top: 38px;
    padding-bottom:45px;
	}
	
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 1px;
    color: white;
    display: block;
    height: 2px;
    width: 22px;
}
/*******************************************/
/*******************************************/	
/* font typo */

	@font-face{
	font-family:"FrutigerLTW01-45Light";
	src:url("../webfonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix");
	src:url("../webfonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix") format("eot"),
	url("../webfonts/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2") format("woff2"),
	url("../webfonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff"),
	url("../webfonts/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf") format("truetype"),
	url("../webfonts/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710") format("svg");
	}	
	
@font-face{
	font-family:"FrutigerLTW01_65Bold";
	src:url("../webfonts/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix");
	src:url("../webfonts/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix") format("eot"),
	url("../webfonts/6e7f04cb-3b30-43a5-b79d-25b4c1178700.woff2") format("woff2"),
	url("../webfonts/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff"),
	url("../webfonts/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf") format("truetype"),
	url("../webfonts/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4") format("svg");
	}	

*{
	font-family:'FrutigerLTW01-45Light', serif;
	color: #717173;
	font-size: 18px;
	}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
		font-weight:300;
		color: #717173;
	}
	
h1{
	font-family: 'Raleway', sans-serif;
    color: rgb(80,80,80);
	font-weight: 900;
    margin-bottom: 35px;
	font-size:36px;
	}
	h2{
		font-size:28px;
		margin-bottom:40px;
		margin-top: 35px;
		
		}
	h2.heading{
		color:#d8b8a0;
		font-weight:bold;
		}
	h2 small{
		text-transform:none;
		font-weight:bold;
		font-size:16px;
		}
	p{
		margin-bottom:20px;
		}
	.home p{
		font-size:24px;
		}
		
	strong, strong span {
    font-family: "FrutigerLTW01_65Bold";
    font-weight: 600;
}
/*******************************************/
/*******************************************/	
/* 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: #717173;
	 font-size: 18px;
    font-weight: 400;
	}
.nav-in li.active a{
	
	}	
	
	
.affix{
	z-index:1000;
	}	
	
#navigation{
	background-color: #d8b8a0;
	}
#navigation ul li a{
	color:#fff;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size: 15px;
	}
	
#navigation .dropdown-menu li a{
	color:#d8b8a0;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size:16px;
	}


#navigation ul li a:hover, #navigation ul li a:focus,  #navigation ul .current a{
	color:#d7284e;
	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:#D8B8A0;
	}
	
.nav-tabs {
    border-bottom: none;
}	
	.nav-tabs > li{
		width:20%;
		}
	
	.nav-tabs > li > a {
	font-family: 'Raleway', sans-serif;    
	border: none;
    border-radius: 0px;
    margin-right: 2px;
	text-transform:uppercase;
	font-weight: 500;
	color:#D8B8A0;
	font-size:20px;
	padding: 10px 15px;
	}
	
	.nav > li > a:hover{
	color:#FFF;
	background-color:#D8B8A0;
	}
	
	.nav{
		background-color: #d8b8a0;
		}
	
	
	#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;
		}
/*******************************************/
/*******************************************/	
/* home */
.fluidhome{
	position: relative;
	}
.teaser{
	background-color:#d8b8a0;
	color:#ffffff;
	font-size:25px;
	text-transform:uppercase;
	padding:20px;
	margin-top:8%;
	}
.teaser img{
	margin-bottom:15px;
	}
.footer-home{
	background-color:#d8b8a0;
	color:#ffffff;
	font-size:30px;
	position:absolute;
	bottom:0px;
	}
.footer-home p{
	color:#FFF;
	font-size:22px;	
	}
.containmd8Home{
	padding-top:55px;
	}
.containmd8Home a{
	color:#FFFFFF;
	font-weight:bold;
	}
	
/* noel */
.noel{
	background-color:#FFF;
	}
.noel a{
	font-size:15px;
	font-weight:bold;
	color:#d8b8a0;
	}
.teaser{
	
	margin-top:1%;
	}
h2 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
	color:#82bc00;
}

.logoHome{
	margin-top:35px;
	margin-bottom:20px;
	}
.photoGrt{
	width:90%;
	}

/* home */
/*******************************************/
/*******************************************/	
.colorwihte h1, .colorwihte p, .colorwihte #menu .nav > li > a, .colorwihte #menu h3 a{
	color:#FFF;
	}

/*******************************************/
/*******************************************/	
/* 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: #717173;
		
		/*border-left:1px solid #2a618d;*/
		position: relative;
	}
	#menu .nav > li > a:hover, #menu .nav > li.active > a{
		border-left:1px solid #d8b8a0;
		padding: 0px 0px 0px 10px;
		background-color:transparent;
		color:#d8b8a0;
		}
	
	
	
.containMenu h3 {
    background-image:url(../images/img-menu/fond_titre_menu.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #D8B8A0;
    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: 310px;
		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: #717173;
	margin-bottom: 20px;
	font-size:18px;
	}
	.menu-prix p {
    display: table-cell;
    font-size: 14px;
    padding: 7px 0;
    vertical-align: middle;
	color: #717173;
	}
	.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;}
.locaux{background-color: #C4E9BD;}
/*******************************************/
/*******************************************/	
/* Recettes */	
#recettes .thumbRecette, #recipe .thumbRecette{
	margin-top:15px;
	cursor:pointer;
	}

.recette-selector{
	color:#61554B;
	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:#61554B;
	}	
.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: #61554B 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: #f5f5f5;
	padding:25px 25px 55px 25px;
	color:#ffffff;
	}
.footer .col-md-6 p, .footer a, .footer strong, .footer span{	color:#717173;}
/*******************************************/
/*******************************************/	
/* reservation */	

.valideMsg{
	display:none;
	}
	
/*******************************************/
/*******************************************/	
/* Small Shop */

.addCartBtn{
	background-color:#61554B;
	color:#ffffff;
	display: inline-block;
	cursor: pointer;
}
.containerqty{
	width:60%;
}
.inputdiv{
	height:80px;
	}
th {
    text-align:inherit;
}
.containerMenuFlex{
	display:flex;
	}
.containerMenuFlex .displayMenu{
	display:flex;
	flex-direction: column;
    justify-content: space-between;
	}

#smallShop .blocreservation {
    background-color: #f5f5f5;
    border-top: 3px solid #82bc00;
    margin-top: 45px;
    padding-bottom: 15px;
}

.login{
	background-color:#FFFFFF;
	border-bottom:2px solid #D8B8A0;
	padding:15px;
	margin-top:130px;
	}

#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 .jour{
	text-transform:uppercase;
	}
.addcartbtn, .delOrder{
	cursor:pointer;
	}
	
.containerInput,.fullshop{
	position:relative;
	}
.coverInput{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
	}
.opa50{
	opacity:0.5;
	}
.egourmetBtn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #82bc00;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid #82bc00;
}
.egourmetBtn:hover{
	font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #ffffff;
    color:rgb(49,49,49);
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
	line-height:20px;
	margin-top:30px;
	transition: all 0.2s ease-in-out 0s;
	border:2px solid #82bc00;
	}	
.viewmyorder{
	display:none;
	}
	
	
.smallText{
    font-size:13px;
    display: none;
}	
	
.egourmetBtnValid {
    font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #fff;
    color: #82bc00;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid #82bc00;
    cursor: pointer;
}
.egourmetBtnValid:hover{
	font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #ffffff;
    color:rgb(49,49,49);
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
	line-height:20px;
	margin-top:30px;
	transition: all 0.2s ease-in-out 0s;
	border:2px solid #82bc00;
    cursor: pointer;
	}



@media screen and (max-width: 780px) {
  #navigation .dropdown-menu li a {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
}
@media only screen and (max-width: 568px) {
	
	
	
	
	.panel {
    background-color: #fff;
    border: 0px solid #0074b6;
	border-bottom: 3px solid #0074b6;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
	text-align:center;
	}
	.panel h2 {
    font-size: 28px;
    margin-bottom: 00px;
	margin-top: 00px;
	color:#0074b6;
}
.panel-body p.price {
    background-color: #f5f5f5;
    font-size: 13px;
    margin-bottom: inherit;
    padding: 5px 0;
}
.panel-body{
 border: 1px solid #0074b6;
}
.panel-body p {
    margin-top: 20px;
}
h2.heading, .bagesheading{
	padding-top:80px;
	}
#les-conseils-de-notre-dieteticienne{
		padding-top:80px;
	}
	
/*.panel {
    background-color: #fff;
    border-bottom: 3px solid #0074b6;
    border-radius: 0px;
    margin-bottom: 3px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}*/
		
	
	
}