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

body, html{
	width:100%;
	height:100%;
	
	}
body{
	background-image:url("../images/background.jpg");
	background-size: cover;
    background-attachment: fixed;
	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-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
	}

strong{
font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Lato', sans-serif;
		font-weight:300;
		color: #fff;
        text-transform: uppercase;
	}
h1{
        font-weight: 900;
    margin-bottom: 35px;
    color: rgb(255,255,255);
    display: inline;

}
input,select,.select2-selection__rendered,.select2-dropdown{
    background-color:rgba(255,255,255,0.5);
    border: 1px solid #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
     background-color:rgba(255,255,255,0.5);
    border: 1px solid #fff;
}

h1 small{
    color:#003DA5;
}

h2,h3{
    font-size:18px;
    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: 92%;
    float: left;
        color: #fff;
}
.ui-datepicker-trigger {
    float: left;
    width: 8%;
    cursor: pointer;
}
.numInput{
    width:100%;
}

.numInputRec{
    width:100%;
}
.btnAdd{
    cursor:pointer;
}

a, a:hover, p a glyphicon{
    color:#fff;
}

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

}


.egourmetBtn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #003DA5;
    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 #003DA5;
    cursor: pointer;
}

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

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

/* nav */
.navbar-default{
    background-color:#003DA5;
}

.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:#003DA5
}

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

.fullTotal{
    display:none;
}

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

.top{
    margin-top:150px;
    
}

.cartContainer{
    background-color: #003DA5;
    padding-top:50px;
    padding-bottom:50px;
}

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

.cartContainer h1{
    display:block;
    margin-bottom: 45px;
}

.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 #003DA5;
    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 #003DA5;
    cursor: pointer;
	}
.blockCart .glyphicon{
    color:#fff;
    margin-top: 5px;
}

.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: #909193;
    top: 0px;
    left: 0px;
    padding: 25px;
    z-index: 1000;
}
.containeHeader h3{
    color:#fff;
    margin-top: 0px;
}
.containeHeader a, .containeHeader a:hover, .containeHeader p a glyphicon{
    padding: 10px 10px 10px 10px;
    color: #fff;
}
.viewMenu a {
    padding: 10px 10px 45px 10px;
    color: #003DA5;
}


.containeHeader a, .viewMenu a{
    font-size:20px;
font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.containeHeader .leftNav a{
    font-size: 14px;
}


.containeHeader p{color: #fff;}

.viewMenu a {
    padding: 10px 10px 25px 10px;
    color: #003DA5;
    font-size:25px;
    display: block;
}
.blockCart{
    
    padding: 5px 1px 5px 1px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    border-radius: 5px;
}

.blockCart .numInput, .blockCart .numInputRec{
   
    background-color: rgba(255,255,255,0);
    border: 0px solid #fff;
    
}

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

.articleCatering {
    margin-bottom: 55px;
    /*border-left: 2px solid #003DA5; */
}

.miscInfos p, .miscInfos p strong{
    font-size: 14px;
}
.formCoord{
    margin-top: 15px;
}

.containStep{
    background-color: #fafafa;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 4px solid #003DA5;
    -webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
   
    -webkit-box-shadow: 0px 0px 10px 0px rgba(220,220,220,0.55); 
box-shadow: 0px 0px 10px 0px rgba(220,220,220,0.55);

}
.stepElem{
    margin-top: 25px;
    margin-bottom: 25px;
}

.CateringCategorie{
     background-color: rgba(255,255,255,0.5);
    padding-top: 15px;
    padding-bottom: 15px;
    
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-bottomright: 25px;
border-bottom-right-radius: 25px;
    
    -webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-left-radius: 25px;
   
  
    margin-bottom: 50px;
    margin-top: 50px;
}

.articlesContainer{
    display: none;
}

.showArticle{
    margin-bottom: 25px;
}

.headOrder{
    /*background-color: #003DA5;
    padding-top: 15px;
    padding-bottom: 5px;*/
}
.headOrder p, .headOrder p strong{
    color: #fff;
}
.headOrder .glyphicon{
    color:#fff;
    cursor: pointer;
}

.coverOrder{
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 4px solid #ffffff;
    display: none;
}
.coverStep{
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.glyphicon{
    color:#fff;
}

.cartContainer .glyphicon{
    color:#fff;
} 
.cartContainer h1{
    margin-bottom: 3px;
}

.glyphicon-trash{
    cursor: pointer;
}

.hiddeFull{
    display:none;
}

.fullCartOver{
    background-color: rgba(77,117,191);
    height: 100%;
    z-index: 1000;
    display: none;
}

.fullCartOver .container{
    padding-top:120px;
}

.fullCartOver .coverStep{
    background-color: #fff;
    border-bottom-right-radius: 15px;
}

.viewFull{
    
    background-color: rgba(77,117,191);
    padding: 10px 25px;;
    position: fixed;
    top: 50%;
    transform: rotate(270deg);
    left: -115px;
    border-bottom-right-radius: 15px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(220,220,220,0.55); 
    box-shadow: 0px 0px 10px 0px rgba(220,220,220,0.55);
    cursor: pointer;
}

.closeFull{
    background-color: #fff;
    padding: 10px 25px;
    position: fixed;
    top: 50%;
    transform: rotate(270deg);
    left: -28px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    display: none;
}
.closeFull p{
    color:rgba(77,117,191);
    margin-bottom: 0px;
}

.viewFull p{
    color:#fff;
    margin-bottom: 0px;
}

.admBox{
    padding-bottom:0px;
    border-bottom-right-radius: 0px;
}

.PrintContainer{
    background-color: #003DA5;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.PrintContainer a, .PrintContainer .glyphicon{
    color: #fff;
    
}
.alertDate, .orderFor, .alertMinute, .alertHours{
    display: none;
}
.inCartQty{
    width: 100%;
}

.showArticle .glyphicon{
    font-size: 32px;
    color: #fff;
}

.bread{
    border-bottom: 1px solid #ffffff;
    margin-top: 25px;
}
.breadElem a{
    color:#fff;
        font-size: 14px;
   font-family: 'Lato', sans-serif;

    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.breadElem{
    padding-top:10px;
    padding-bottom:10px;
}
.breadElem.active{
    background-color: #fff;
    -webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}

.breadElem.active a{
    color:#003DA5;
}
.recap{
    background-color: rgba(255,255,255,0.5);
    padding-top: 15px;
    padding-bottom: 15px;

    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;

    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;


    margin-bottom: 50px;
    margin-top: 50px;
}
.recap .blockCart{
    margin-top: 0px;
}
.containReqOrder{
    display:none;
}
.orderElem{
    margin-bottom: 10px;
}

.showMenu{
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-top: 5px;
    padding-left: 10px;
}

.viewMenu{
    position: fixed;
    width: 100%;
    height: 100%;
     background-color: rgba(255,255,255,0.95);
    z-index: 1000;
    display: none;
    justify-content: center;
    flex-direction: column;
    
}

.saveMod{
    display: none;
}

.lastMod{
    font-size:14px;
}
.form-control {
   
    font-size: 14px;
    
}

.bi-chevron-down{
    font-size: 30px;
    
}
.bi-plus-circle, .bi-dash-circle{
    font-size: 20px;
    margin-top: 15px;
    
}
