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

body, html{
	width:100%;
	height:100%;
	
	}
body{
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-home.jpeg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	}
*{
	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: NaiveLineSansBold;
    src: url('../webfonts/NaiveLineSansBold.eot');
    src: url('../webfonts/NaiveLineSansBold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/NaiveLineSansBold.woff') format('woff'),
         url('../webfonts/NaiveLineSansBold.ttf') format('truetype'),
         url('../webfonts/NaiveLineSansBold.svg#FrutigerLTPro') format('svg');
    font-weight: normal;
    font-style: normal;

	}	

*{
	font-family: 'Montserrat', sans-serif;
    color: #717173;
    font-size: 18px;
	}

strong{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #717173;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'NaiveLineSansBold', serif;
		font-weight:300;
		color: #000000;
        text-transform: uppercase;
	}
h1{
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    color:#000000;
}
h1 small{
    color:#000000;
}

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:#e3036a;
}

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

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

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

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

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

.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:#99d7e3;
    margin-top: 30px;
    cursor: pointer;
} 


.headLogo{
    padding-top: 45px;
}

.whymailchild{
    color:#99d7e3;
    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:#99d7e3;
    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:#e3036a;
    
}

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


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

.resendmailcheck{
    color:#99d7e3;
    cursor: pointer;
}

.resendTrue{
    display: none;
}

p .caption, p.caption{
    font-size:14px;
    opacity: 0.7;
}
.blockMyAccount{
    margin-top: 25px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #e3036a;
    -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 #e3036a;
    -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: #99d7e3;
    margin-bottom: 25px;
   
}



.flexContainer{
    display: flex;
}

.mealHolder{
    margin-bottom: 45px;
    background-color: #ffffff;
    border-bottom: 3px solid #e3036a;
    /*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: #99d7e3;
    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:30mm;
    left: 13mm;
    position: absolute;
    z-index:2;
}

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

.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:#99d7e3;
         font-size: 18px;
    }

.isDeleteResa{
    background-color:#E1E1E1;
    padding-top: 10px;
    margin-bottom: 15px;
    display: none;
}

.isDeleteResa .glyphicon-ok{
    font-size: 18px;
    color: #99d7e3;
    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:#99d7e3;
    font-size: 32px;
}

.cover-flex{
    display:flex;
}

@media print {
  @page {
  size: A4;
  margin: 4mm 0mm 0mm 0mm;
    }
  
    
    .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:#99d7e3;
         font-size: 18px;
    }
}


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

.blockTransaction, .FileUploader, .GestionAbsences, .TreatAbsence, .GestionDeFrequences, .CreationEnfant, .TreatAddEnfant, .CreationParent, .TreatAddParent, .FullViewAbsence, .GestionDesEnfants, .showMeal,.QuiSommesNous {
    margin-top: 25px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #e3036a;
    -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);
    margin-bottom: 35px;
}

input.alert{
    border-bottom: 2px solid #ff0000;
}

.tcompte.alert{
    border-bottom: 2px solid #ff0000;
}

.isMailExist{
    display:none;
}
.isMailExist p{
    color:#ff0000;
}
.resultOk{
    display:none;
}

.creatPeople{
    margin-top: 15px;
}

.GestionDesEnfants p em{
    font-size:12px;
}

.row-borderPresent{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(227,3,106,0.2);
}

.row-borderPresent td{
    padding-top:15px;
}

.numbadge{
    display:none;
}

.editChildForm{
    display:none;
}

.rowEditChild{
    display:flex;
    flex-direction: row;
}


label {
   
     margin-bottom: 2px;
    font-weight: 600;
}

.toolEditChild{
    display:flex;
    flex-direction: row;
    justify-content: end;
    
}

.toolEditChild .glyphicon{
    font-size:26px;
    padding-left: 25px;
    padding-top: 25px;
    cursor: pointer;
}

.coverEditChild{
    padding:15px;
    background-color:#f5f5f5;
}
.editChildOk{
    padding:15px;
    background-color: rgba(227,3,106,0.2);
    display: none;
}
.showMeal p strong, .QuiSommesNous p strong{
    font-family: 'NaiveLineSansBold', serif;
    font-weight: 300;
    color:#e3036a;
}
.chooseSub{
    display:none;
}
/*.showMeal .row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}*/


.childSubHolder{
    padding-top: 15px;
    background-color:rgba(255,255,255,0.6);
}
.childSubHolder:nth-child(odd) {
    background-color:rgba(245,245,245,0.6);
}

.refuseSubvention,.valideSubvention{
    cursor:pointer;
}

@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%;
    }
}
