@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;
	color: #717173;
	font-size: 18px;
    font-weight: 800;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'NaiveLineSansBold', serif;
		font-weight:300;
		color: #4e4e50;
        text-transform: uppercase;
	}
h1{
    		font-size: 36px;
    margin-bottom: 45px;
    color:#e3036a;
}
h1 small{
    color:#000000;
}

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

h4{
    font-size:14px;
    font-weight: 600;
}

select{
    width:100%;
}


/* COMMUN */
a, a:hover, p a glyphicon{
    color:#99d7e3;
}

body{
    position: relative;
}
body.showplan .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.parallax{
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100dvw;
    height: 100dvh;
    opacity: 0;
}
.parallax .cover{
    background-size: contain;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    width: 100dvw;
    height: 100dvh;
}
.parallax .cover.cover01{
    background-image: url(../images/cover-home-01.png);
    background-position-x: right;
}
.parallax .cover.cover02{
    background-image: url(../images/cover-home-02.png);
    background-position-x: right;
}
.parallax .cover.cover03{
    background-image: url(../images/cover-home-03.png);
    background-position-x: right;
}
.parallax .cover.cover04{
    background-image: url(../images/cover-home-04.png);
}
.parallax .cover.cover05{
    background-image: url(../images/cover-home-05.png);
}
.parallax .cover.cover06{
    background-image: url(../images/cover-home-06.png);
}
body.showplan{
    height: 100dvh;
    width: 100dvw;
    overflow-y: scroll;
}
.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;
}

/* Header */

.clickMe{
    background-color:#ff0000;
    border:2px solid #ff0000;
}

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


@-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);}
}
select.mealChoose{
    width: 100%;
    border-radius: 4px;
    height: 44px;
    padding: 4px;
    border-color: #e3036a;
}

:focus-visible {
    outline: #009cba auto 1px;
}

.MealPlan{
    background-color: rgba(255,255,255,0.8);
    padding:50px;
}

.containMealList{
    margin-bottom: 50px;
    margin-top: 25px;
}
.col-md-4.containMealListItem{
    display: flex;
    justify-content: center;
}
.containMeal{
    background-color: rgba(255,255,255,1);
    border: 1px solid #e3036a;
    border-radius: 8px;
    padding: 25px 25px 25px;
    transition: all ease 300ms;
    height: 100%;
    margin-bottom: 10px;
}
.tablePrintMealList{
    opacity: 0;
    height: 0px;
    width: 0;
    overflow: hidden;
}

.mealElem {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.mealElem br{
    content: "&nbsp;" !important;
}
.mealElem br::after{
    content: "***";
    color: inherit;
    white-space: pre;
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
    margin-top: 7px;


}
.mealElem br:last-child:after{
    content: none;
}
.containMealList .containMealListItem:nth-child(0n+1) .containMeal .mealElem br::after{
    color:  #e3036a;

}
.containMealList .containMealListItem:nth-child(0n+2) .containMeal .mealElem br::after{
    color: #009cba;

}
.containMealList .containMealListItem:nth-child(0n+3) .containMeal .mealElem br::after{
    color: #fcc216;

}
.containMealList .containMealListItem:nth-child(0n+1) .containMeal{
    border-color:  #e3036a;

}
.containMealList .containMealListItem:nth-child(0n+2) .containMeal{
    border-color: #009cba;

}
.containMealList .containMealListItem:nth-child(0n+3) .containMeal{
    border-color: #fcc216;

}
.containMealList .containMealListItem:nth-child(0n+1) .containMeal:hover{
    border-bottom: 5px solid #e3036a;
}
.containMealList .containMealListItem:nth-child(0n+2) .containMeal:hover{
    border-bottom: 5px solid #009cba;
}
.containMealList .containMealListItem:nth-child(0n+3) .containMeal:hover{
    border-bottom: 5px solid #fcc216;
}

.containMealList .containMealListItem:nth-child(0n+1) .containMeal strong{
    color:#e3036a;
}

.containMealList .containMealListItem:nth-child(0n+2) .containMeal strong{
    color:#009cba;
}

.containMealList .containMealListItem:nth-child(0n+3) .containMeal strong{
    color:#fcc216;
}
.rowOrder{
    margin-bottom: 10px;
}

.col-md-2 input{
    width: 100%;
}
.logo{
    margin-top: 25px;
    margin-bottom: 25px;
}


.footer{
   padding-top: 45px;
    padding-bottom: 30px;
    margin-top: 100px;
    background-color: #99d7e3;
}

.footer p, .footer a {
    color: #FFF;
    margin-top: 30px;
}

.containComment{
    margin-top: 35px;
    margin-bottom: 35px;
}

.containMeal strong.ncolor{
    color: #717173;
    font-size: 16px;
}

.print__display {
   display: none;
}
.print__hidden {
    display: block;
}

.lsiteSite{
    margin-top: 25px;
}


.glyphicon-star-empty{
    color:#99d7e3;
}
.glyphicon-star{
    color:#e3036a;
}





@media (min-width: 1024px){
    .parallax{
        opacity: 1;
    }
    body{
        background-image: none;
        background-size: none;
        background-position: none;
        background-attachment: none;
        }
    .containMealList{
        display: flex;
        justify-content: center;
    }
  }
.mainTable, #printContent{
    font-size: 10px !important;
    line-height: 16px !important;
}
/* Style du tableau */
table.print {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    font-size: 10px !important;
    line-height: 16px !important;
  }
  table.print p{
    font-size: 10px !important;
    line-height: 16px !important;
  }
  
  table.print td h4{
    width: 100%;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #009cba !important;
    text-align: center;
    font-weight: bold;
  }
table.print thead tr th{
    font-size: 12px !important;
    line-height: 16px !important;
    color: #e3036a !important;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
  }
  /* Style de l'en-tête du tableau */
  table.print thead {
    background-color: #f2f2f2;
  }
  
  /* Style des cellules de l'en-tête */
  table.print th {
    padding: 10px;
    text-align: center;
  }
  
  /* Style du corps du tableau */
  table.print tbody {
    border-top: 1px solid #000;
  }
  
  /* Style des cellules du tableau */
  table.print td {
    border: 1px solid #000;
    vertical-align: top;
    padding: 10px;
    width: 20%;
  }
  
  /* Style des éléments de contenu dans les cellules */
  table.print td p {
    margin: 0;
    text-align: center;
  }
  
  /* Style des éléments strong (noms des labels) */
  table.print td strong {
    color: #e3036a;
    text-align: center;
    font-weight: 500;
  }
  
  /* Style des lignes de menu */
  table.print td tr {
    width: 100% !important;
    display: block;
  }
  
  /* Style des éléments de menu (texte du menu) */
  table.print td .mealElem {
    font-weight: normal;
    text-align: center;
  }
  

  @media print {
    @page {
        size: A4 landscape;
       
    }
    body {-webkit-print-color-adjust: exact;}
    .typography table.mainTable, 
    .typography table.mainTable td.mainTable, 
    .typography table.mainTable th.mainTable {
        border: none;
    }

    .typography .content  table{
        border-collapse: collapse; /* borders are collapsed into a single border when possible */
        border: 1px solid #d4d4d4;
        border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
        margin:  10px auto;
        text-align: left;
        font-size: 10px;
        width: 100%;
        /* page-break-inside: avoid; */
        page-break-inside:auto
    }
    .typography .content table tr:nth-child(odd) {
        background-color: #fff!important;
      }
    .typography .content table tr:nth-child(even) {
        background-color: #ededed!important;
    }
    .typography .content table tr.even,
    .typography .content table th {
        background-color: #ededed!important;
    }
    .typography .content table td,
    .typography .content table th {
        padding: 5px 5px;
        border: 1px solid #d4d4d4!important;
        vertical-align: top;
    }
    /* .typography .content table th {
        font-weight: bold;
    } */
    .typography .content table.mainTable tbody tr td .content{
        padding: 0 0px;
    }
    .header-space{
    height: 0px;
    }
    .footer__print,
    .footer-space {
    height: 30px !important;
    }
    .header__print {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: white !important;
    }
    .header__print__logo{
        width: 200px;
        height: auto;
        display: flex;
        align-items: center;
    }
    .header__print__logo img{
        border: none;
    }
    .footer__print {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 10px !important;
    font-weight: 100;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
width: 100%;
    }
    .footer__print span{
        font-size: 10px !important;
    }
    .footer__print__slash{
       margin-right: 20px;
       position: relative;
    }
    .afterFooter{
        position: absolute;
        width: 90px;
        height: 20px;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        bottom: 24px;
        left: 30px;
     }
     .afterFooter div img{
        border: none !important;
     }
    .print__hidden, .d-flex.print__hidden, #footer.d-flex.print__hidden {
		display: none;
	}
    .print__display {
       display: block;
    }
    html, body {
        width: 210mm;
        height: 297mm;
        margin: none;
        padding: none;
    }
}