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

body, html{
	width:100%;
	height:100%;
	
	}
body{
	background-color:#F5F5F5;
	position:relative;
	width:100%;
	height:100%;
    background-image: url(../images/pattern-bg-bis-grey.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
	
*{
	margin:0px;
	padding:0px;
}

.cursor{
	cursor:pointer;
	}
:root {
  --couleur-typo: #000000;
  
}	
	
/*******************************************/
/*******************************************/
/* 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");
	}	

*{
	    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--couleur-typo);
	}

strong{
        margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--couleur-typo);
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
		font-weight:300;
		color: #4e4e50;
        text-transform: uppercase;
	}
h1{
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    color:#f9b000;
}
h1 small{
    color:#f9b000;
}

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 */
a, a:hover, p a glyphicon{
    color:#f9b000;
}

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

}


.egourmetBtn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #f9b000;
    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 #f9b000;
    cursor: pointer;
}
.egourmetBtn:hover{
	font-size: 16px;
    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 #f9b000;
    cursor: pointer;
	}

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

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

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

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

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

/* LOGIN */


.connect .rotateWait{
    color:#ffffff;
    font-size: 14px;
}

.errorLog{
    color:#ff0000;
    display: none;
}
.typeClient{
    width:100%
}


.authForm{
    display: block;
}

.authForm.active{
    display: none;
}


.creatAccountForm{
    
    display: none;
    
}
.creatAccountForm.active{
    
    display: block;
}

.boxLog{
    margin-top: 25px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-bottom: 45px;
   /* padding-top: 60px;*/
   
}
.newpass{
    margin-top: 40px;
     -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10); 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10);
}

.form-control{
    border:none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0px;
     -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    padding: 6px 0px;
}

.authLogo{
    margin-bottom: 30px;
    margin-top: 30px;
}

.newaccount{
    color:#f9b000;
    margin-top: 30px;
    cursor: pointer;
} 


.headLogo{
    padding-top: 45px;
}

.whymailchild{
    color:#f9b000;
    font-size: 14px;
    cursor: help;
}
.miscinfochild{
    display: none;
}
.miscinfochild p, .miscinfochild .creatchildmail, .miscinfochild strong, .textduplmail, .mdpnoide, .noType{
   font-size: 14px; 
}

.textduplmail, .mdpnoide,.oldpswd, .unknowMail, .snumFalse, .noType{
    color:#ff0000;
    display: none;
}

.creatchildmail{
    color:#f9b000;
    cursor: pointer;
}
.boxLog .warning, .boxLog .mdp{
    width: 90%;
    float: left;
}

.warningico{
    display: none;
    width: 10%;
    color:#ff0000;
    float: left;
    margin-top: 15px;
}

.glyphicon-eye-close{
     width: 10%;
    margin-top: 10px;
    cursor: pointer;
}


.infologin, .myAccountInfo{
    cursor: help;
}
/* my account */
.printBadge{
    color:#f9b000;
    
}

.setChild{
    
    cursor: pointer;
}
.formPrintBadge{
    display: none;
}


.flexRow{
    display:flex;
    margin-bottom: 35px;
}

.resendmailcheck{
    color:#f9b000;
    cursor: pointer;
}

.resendTrue{
    display: none;
}

p .caption, p.caption{
    font-size:14px;
    opacity: 0.7;
    
}

.miscInfoAlert{
    display:none;
}

.blockMyAccount{
    margin-top: 25px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #f9b000;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
    height: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blockTransaction{
    margin-top: 25px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #f9b000;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
}

.blockTransactionItem{
    margin-bottom:10px;
}

.blockTransactionItem p{
    margin: 0 0 3px;
}


.blockMyAccount.noFlex{
    display: block;
}

/* Meal Reservation */
.mealOrder{
    position:relative;
}
.showWEnd{
    display:none;
}


.headerDate{
    background-color: #f9b000;
    margin-bottom: 25px;
   
}



.flexContainer{
    display: flex;
}

.mealHolder{
    margin-bottom: 45px;
    background-color: #ffffff;
    border-bottom: 3px solid #f9b000;
    /*padding-top: 35px;*/
    padding-bottom: 35px;
    
    border-radius: 3px;
   /* padding-top: 60px;*/
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.05);
    
    
    
}
.mealContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.miscInfoTitle, p.miscInfoTitle strong, .miscInfo p, .miscInfo p strong{
    font-size: 14px;
    margin-bottom: 5px;
}
.delTxt,.SoldeNegTxt, .MultiMealTxt
    {
        font-size: 12px;
        margin-top: 5px;
}

.blockBtn{
    position: relative;
}
.blockRes, .blockResMultiMeal{
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.blockResMultiMeal{
    color:aqua;
}

p.miscInfoTitle{
    cursor: pointer;
}
.miscInfo{
    display: none;
    margin-bottom: 20px;
}

.glyphicon-shopping-cart, .glyphicon-ok,.glyphicon-refresh{
    font-size: 35px;
    color: #f9b000;
    cursor: pointer;
}

.headerDate{
    padding-top: 15px;
    padding-bottom: 15px;
}
.containResum{
    margin-bottom:45px;
}
.containLineResum{
    margin-bottom:15px;
}
.containLineResum p{
    margin-bottom:0px;
}
.trash{
    cursor:pointer;
}
.spacerRight{
    margin-right:33px;
}

.LastBlock input{
    width:inherit;
}


.footerCart{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #717173;
    padding-top: 15px;
    padding-bottom: 5px;
    
    z-index: 1000;
}
.footerCart p, .footerCart p span, .footerCart p a{
    color: #fff;
    font-size: 20px;
}
.opa50, .opaMulti50 {
    opacity:0.5;
}

.summaryCartAnimate {
        animation-duration: 0.3s;
        animation-iteration-count: 1;
        animation-name: bounce-4;
        animation-timing-function: ease;
    }

.rotateWait {
        animation-duration: 1s;
        animation-iteration-count: 50;
        animation-name: spin;
        animation-timing-function: ease;
    }

.soldeHolder .rotateWait{
    font-size:12px;
}

.containFuturResa .rotateWait{
    font-size:14px;
}

.glyphicon-transfer{
    transform: rotate(45deg);
    color: #ffffff;
}
.nav .soldeHolder, nav span.childDetalHolder{
    color:#fff;
    font-size: 14px;
}


.nav .rotateWait, .glyphicon-piggy-bank{
    font-size:12px;
    color: #fff;
}

.inContainFutureResa{
    margin-bottom: 10px;
}

.coverPutOrder{
    position:fixed;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    z-index: 2000;
    display: none;
    flex-direction: column;
    justify-content: center;
    
}
.blockTransactionDetals{
    padding-top: 20px;
}
.blockTransactionDetals:nth-child(odd) {background: rgba(0,0,0,0.03)}

@keyframes bounce-4 {
    0%   { transform: scale(1,1); }
    50%  { 
        transform: scale(1.05,1.05); 
    }
    100% { transform: scale(1,1); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/* for print */
.fBadge{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.lBadge{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cBadge{
    
    width: 76mm;
    height: 106mm;
    position: relative;
}

.cBadge .fondBadge{
    width: 76mm;
    height:106mm;
    top:0px;
    left: 0mm;
    position: absolute;
    z-index:1;
}
.cBadge .qrImg{
    width: 50mm;
    top:33mm;
    left: 13mm;
    position: absolute;
    z-index:2;
}

.cBadge .qrImgLogo{
    width: 50mm;
    top:12mm;
    left: 13mm;
    position: absolute;
    z-index:2;
}

.cBadge h1{
    font-weight: 600;
    top:10mm;
    left: 22mm;
    position: absolute;
    z-index:3;
}
.cBadge h1 small{
    color:#f9b000;
    
}

.cBadge .badgePrenom{
    position: absolute;
    padding-top:80mm;
    left: 0mm;
    z-index:1000;
    width: 76mm;
    text-align: center;
}

.fBadge .eGourmetBtn{
    width: 76mm; 
}

.containMiscInfo{
    margin-top:25px;
}

#frameRefillBalance{
    width:100%;
    height: 600px;
    border: none;
}

.forForm{
    margin-bottom:5px;
}


.contactForm input{
    width: 100%;
}

.alertCG{
    color:#ff0000;
    display: none;
}
.ui-datepicker-trigger {
    float: right;
    width: 10%;
    cursor: pointer;
}
#from, #to {
    width: 90%;
    float: right;
}

 
.printRapport{
    display:none;
}


 .headQuittance,.headQuittance strong{
       color:#f9b000;
         font-size: 18px;
    }
.logohome{
    padding-top:10px;
    padding-bottom: 10px;
}
.isDeleteResa{
    background-color:#E1E1E1;
    padding-top: 10px;
    margin-bottom: 15px;
    display: none;
}

.isDeleteResa .glyphicon-ok{
    font-size: 18px;
    color: #f9b000;
    cursor: pointer;
    margin-right: 15px;
}


.deleteResa{
    margin-top:25px;
    cursor: pointer;
}

.deleline .blockTransactionItem p{
    color:#8F8F8F;
}


span.disabled {
  pointer-events: none;
    cursor:not-allowed;
    opacity: 0.5;
}

.waitTransfert, .transfertOK, .transfertError{
    display: none;
}

.transfertError, .transfertError:hover{
    display: none;
    background-color: #FF0000;
    color: #FFF;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid #FF0000;
    cursor: pointer;
    
}

.waitTransfert .rotateWait{
    color:#FFFFFF;
    font-size: 12px;
    
}

.waitTransfert:hover .rotateWait{
    
    color:#000;
    font-size: 12px;
}


.noFlex{
    display:block;
}
.arrowTransfert{
    display:flex;
    justify-content: center;
    flex-direction: column;
}
.glyphicon-arrow-right{
    color:#f9b000;
    font-size: 32px;
}

.cover-flex{
    display:flex;
}


.glyphicon-play-circle{
    font-size:20px;
    margin-top: 20px;
}

@media print {
  @page {
  size: A4;
  margin: 4mm 0mm 0mm 0mm;
    }
  
    body{
	background-color:#fff;
    }
    .eGourmetBtn,.containMiscInfo{
         display: none !important;
    }
    .navbar{
         display: none !important;
    }
    
    .noprint{
         display: none !important;
    }
    
    .printRapport, .printRapportQuittance{
        margin-left:5%;
        margin-bottom: 20px;
        display: table;
    }
 
    .printRapport p, .printRapport p em, .printRapport p strong, .printRapportQuittance p, .printRapportQuittance p em, .printRapportQuittance p strong {
        font-size:14px;
        margin-bottom: 1px;
        line-height: 18px;
    }
    
   
    .entete{
        margin-bottom:20px;
        margin-top: 20px;
    }
    
    
     p.headQuittance, p.headQuittance strong{
       color:#f9b000;
         font-size: 18px;
    }
}


.coverHomeSm{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}


.coverTransfert{
    padding-top: 15px;
    padding-bottm: 15px;
}

.inTransfertMgt,.endTransfertMgt{
    display:none;
}

.com-domicile-new{
    display:none;
}


.send-subsidies, .do-subsidies-edit, .send-subsidies-edit{
    cursor: pointer;
}

.subsidies-edit{
    display:none;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .flexRow{
        display: block;  
    }
    .flexContainer {
    display: block;
}


.headerXs, .headerXs span{
    color: #ffffff;
    margin-left: 10px;
    margin-top: 16px;
}
}

@media print {
  @page {
  size: portrait;
  margin: 4mm 5mm 0mm 5mm;
   }
    
    .pagebreak { page-break-before: always; }
    
    p{
        font-size:15px;
    }
    
    td{
    padding:5px;
    }
    
    page{
    height:100%;
    }
}
