@charset "UTF-8";
/* CSS Document */

body, html{
	width:100%;
	height:100%;
	
	}
body{
	background-color:#F5F5F5;
	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;
	}

strong{
    font-family:'FrutigerLTW01_65Bold', serif;
	color: #717173;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
		font-weight:300;
		color: #4e4e50;
        text-transform: uppercase;
	}
h4{
    font-size: 20px;
    font-weight:600;
    margin-bottom: 15px;
    color:#82bc00;
}
h1{
        font-weight: 900;
    margin-bottom: 35px;
    color: rgb(80,80,80);
    border-bottom: 1px solid #82bc00;
    display: inline;

}
h1 small{
    color:#82bc00;
}

h2,h3{
    font-size:26px;
    font-weight: 600;
}

.headerDate h2{
    font-size:20px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
}


select{
    width:100%;
}


/* COMMUN */
.container-fluid,.container{
    
}

#eventdate {
    width: 94%;
    float: right;
}
.ui-datepicker-trigger {
    float: right;
    width: 6%;
    cursor: pointer;
}
.numInput{
    width:100%;
}
.btnAdd{
    cursor:pointer;
}

a, a:hover, p a glyphicon{
    color:#82bc00;
}

.fullCover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.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;
    cursor: pointer;
}
.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;
    cursor: pointer;
	}

.noMargin{
    margin-left:0px;
    margin-right:0px;
}

.noPadding{
    padding-left:0px;
    padding-right:0px;
}

/* nav */
.navbar-default{
    background-color:#82bc00;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.nav{
    /*width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;*/
}

.glyphicon-log-out, .glyphicon-user{
    color:#ffffff;
    font-size: 14px;
}

.navbar-right{
    margin-right:10px;
}

.connect a strong, .connect a span{
    color:#82bc00
}

.connect .rotateWait:hover{
    color:#717173;
}

.fullTotal{
    display:none;
}

.white{
    background-color: #fff;
}
.Categorie{
    border-bottom: 2px solid #dcdcdc;
    padding-top:50px;
    padding-bottom:50px;
}

.top{
    margin-top:150px;
    
}

.cartContainer{
    background-color: #82bc00;
    padding-top:50px;
    padding-bottom:50px;
}

.cartContainer p, .cartContainer p em, .cartContainer p strong, .cartContainer h1, .cartContainer label{
    color:#fff;
}

.cartContainer .egourmetBtn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #FFF;
    color: rgb(80,80,80);
    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;
}
.cartContainer  .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;
    cursor: pointer;
	}
.blockCart .glyphicon{
    color:#82bc00;
}

.confirmeOrder{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.confirmeOrderPan{
    background-color:#fff;
    padding-top:50px;
    padding-bottom: 50px;
}
.containeHeader{
    position: fixed;
    width: 100%;
    background-color: #82bc00;
    top: 0px;
    left: 0px;
    padding: 25px;
    z-index: 2000;
}
.containeHeader h3{
    color:#fff;
    margin-top: 0px;
}
.containeHeader a, .containeHeader a:hover, .containeHeader p a glyphicon {
    padding: 25px 25px 25px 25px;
    color: #fff;
}
.blockCart{
    margin-top: 25px;
    padding: 5px 1px 5px 1px;
    background-color: rgba(130,188,0,0.2);
    border: 1px solid #82bc00;
    border-radius: 25px;
    position: relative;
}
.blockCart .glyphicon{
    margin-top:5px;   
}

.coverBlockCart{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.5);
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: none;
    

}

.containCoverMaxArt{position: relative;}
.coverMaxArt{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(220,220,220,0.0);
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}




.myorder{
    padding-bottom: 50px;
    padding-top: 50px;
}

.articleCatering{
    margin-bottom: 55px;
    border-left:2px solid #82bc00; 
}

.containSousArtId{
    margin-bottom: 35px;
}

.mcCategorie{
    display: none;
}

.glyphicon-ok-sign{
    color: #82bc00;
}
.glyphicon-ok-sign, .glyphicon-plus-sign{
    font-size: 24px;
}
.glyphicon-pencil{
  color:#fff;  
}
