/*--------------- PRINCIPAL----------  */
div  {
    box-sizing: border-box;
}
.customer-info {
    position: fixed;
    left: -9999px;
}
/*-------------COOKIE-CONSENT----------*/
#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 1%;
    background-color: #fbfcfc;
    z-index: 999;
}
#cookie-law > div {

}
#cookie-law > div:first-child {
    /*padding-right: 40px;*/
}
#cookie-law > div:first-child > a {
    color: inherit;
}
#cookie-law > div:last-child {
    vertical-align: middle;
}
#cookie-law > div:last-child > a {
    padding: 10px 20px;
    border-radius: 5px;
    color: darkblue;
    text-decoration: none;
}
#accept {
    display: flex;
    padding: 0.7em;
    background-color: #5dade2;
    border-radius: 0.3em;
    color: white;
    font-weight: bold;
    float: right;
}
/*-----------PAYPAL-RESPONSE-----------*/
#paypal-response {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    height: auto;
    background: #000;
    color: #ddd;
    opacity: 0.9;
    padding: 10px;
    z-index: 1002;
    border: 2px solid #ccc;
}
#paypal-display {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    z-index: 1002;
}
/*--- LOADER ---------------- LOADER -----*/
.parent {
    position: relative;
    margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;
    z-index: 1004;
}
.child {
    color:  #e5e8e8;
    border: 0.1rem solid lightgrey;
    border-radius: 1rem;
    font-family: sans-serif;
    font-weight: 900;
    display: inline-block;
    padding: 1rem 1rem;
    vertical-align: middle;
    font-size: 4rem;
}
.child:hover {
    font-size: 4.1rem;
    border: 0.1rem solid lightgrey;
    color:  #e5e8e8;

}
#prelude {
    display: none;
}
.preloader{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(#5dade2, LightGray);
    z-index: 1003;
}
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(DodgerBlue, LightGray);
    opacity: 0.6;
}
.spinWheel {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid DodgerBlue;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#ios-prompt {
    visibility: hidden;
    position: fixed;
    left: 5px;
    bottom: 5px;
    width: 300px;
    background: #fdfdfd;
    border-radius: 14px;
    color: darkblue;
    z-index: 1001;
    padding-left: 15px;
}
#ios1 {
    position: absolute;
    top: 4px;
}
#ios2 {
    position: absolute;
    top: 28px;
}
/*---------------------------------------------*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2') format('woff2');
    font-display: swap;
}
input {
    font-family: 'Open Sans';
}
h4 {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: normal;
    margin: 15px 0;
}
#title {
    position: fixed;
    top: 35px;
    left: 100px;
    font-family: 'Special Elite';
    font-size: 17px;
}
#title-main {
    font-family: 'Special Elite';
    font-weight: bold;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}
article {
    width: 98vw;
    overflow: hidden;
    margin: 100px 0 0 0;
    display: inline-block;
}
body, html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    width: 100%;
    background: #fff;
    color: #565656;
    font-family: "Open Sans";
    bottom: 24px;
    font-size: 13px;
}
header {
    position: fixed;
    top: -20px;
    background-size: cover;
    min-width: 100%;
    background: #2d3949;
    height: 110px;
    color: #fff;
    font-family: "Open Sans";
    z-index: 1000;
}
#acceuil {
    position: fixed;
    top: 0;
    left: -100px;
}
h1 {
    float: left;
    color: #565656;
    font-size: 50px;
    font-family: "Open Sans";
    font-weight: bold;
    margin: 10px 0 0 20px;
}
h3 {
    width: 180px;
    padding: 10px;
    font-size: 20px;
    color: #565656;
}
b {
    font-size: 18px;
}
input[type=submit] {
    width: 220px;
    background: #1291d0;
    color: #fff;
    border-radius: 18px;
    border: none;
    height: 34px;
    margin: 10px 10px 0 0;
    font-weight: bold;
}
input[type=submit]:hover {
    background: #7FB3D5;
}
input[type=text] {
    width: 150px;
    background: #fff;
    color: #565656;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 29px;
    margin: 10px 10px 0 0;
    padding-left: 20px;
}
input[type=email] {
    margin: 1em;
    padding: 1em;
    border: none;
    border-radius: 0.3em;
    width: 185px;
    background: #fff;
    color: #565656;
}
#email-ask:hover {
    background: #7FB3D5;
}
#email-ask {
    background: #1291d0;
    padding: 1.3em;
    border: 0.1em solid white;
    border-radius: 0.3em;
    color: white;
}
input[type=time]{
    padding: 8px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: vertical;
    width: 220px;
    margin: 20px 0 20px 0;
}
input[type=date]{
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: vertical;
    width: 220px;
    margin: 20px 0 20px 0;
}
#threedcontainer {
    border: 2px solid #ccc;
    border-radius: 4px;
}
.valid-cgv {
position: relative;
    border: 2px solid #ccc;
    border-radius: 4px;
}
#asapheure {
    text-align: left;
}
#asapjour {
    text-align: left;
}
.heure-sel {
    color: #fff;
    background: #E41E2E;
    padding: 6px;
    margin: 10px;
    border-radius: 3px;
}
.heure-sel:hover {
    background: #FC747F;
}
.modifier {
    float: right;
    margin-top: -31px;
    color: #000;
    background: #fff;
    border: 2px solid #E41E2E;
    padding: 6px;
    border-radius: 3px;
}
.modifier:hover {
    background: #ddd;
}
.retour {color: #000;
    width: 100px;
    background: #fff;
    border: 2px solid #1291d0;
    padding: 6px;
    border-radius: 3px;
    }
.retour:hover {
    background: #ddd;
}
.etape-container {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin: 30px 0;
}
#threesubmit {
    margin: 10px 0 10px 0;
}
#quand-jour, #quand-heure, #quand-heurebis, #anemheure, #anemheure2, #anemjour, #anlivraison, 
#phone-livraison, #phone-label, #time-heure, #time2-heure, #anheure, #choose-heure, #choose-heure2 {
    display: none;
}
#phone-livraison {
    margin: 20px 0;
}
img.logo {
    position: relative;
    float: right;
    overflow: hidden;
    top: 0;
    left: 5px;
    width: 20px;
    height: 20px;
}
.ouvert-info {
    background: #fff;
    border: 2px solid #219653;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
}
.closed-info {
    background: #fff;
    border: 2px solid #E41E2E;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
}
.jour-horaire {
    text-align: center;
    font-weight: bold;
    background: #219653;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
}
.jour-horaire:hover {
    background: #79C274;
}
.etape {
    margin: 1px 0;
    padding: 12px;
    border: 2px solid #219653;
    border-radius: 6px;
    background: #fff;
}
#etape-deux, #etape-trois, #dropin-container, #horaire-content, #jour-content{
    display: none;
}
/*---Couleur du texte placeholder input text--*/
::placeholder {
    color: #565656;
    opacity: 1; /* Firefox */
}
/*:-ms-input-placeholder { [> Internet Explorer 10-11 <]*/
    /*color: #565656;*/
/*}*/
/*::-ms-input-placeholder { [> Microsoft Edge <]*/
    /*color: #565656;*/
/*}*/
#restos {
    width: 200px;
}
select {
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
    border-radius: 2px;
    height: 29px;
    width: 225px;
    color: #565656;
    padding-left: 20px;
}
select option {
    color: #000000;
}
input[type=number] {
    width: 360px;
    background: #0d91d0;
    color: #fff;
    border: 0.2px solid #fff;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}
/*--------- GENERAL PAGE ------------- */
.main {
    padding: 10px 0;
    margin: 10px 0 0 600px;
}
/* GENERAL PAGE ------------- */
.center {
    text-align: center;
}
/* GENERAL PAGE ------------- */
.footer a {
    color: #fff ;
    padding-right: 10px;
    text-decoration: none;
    font-weight: bold;
}
/* GENERAL PAGE ------------- */
.row {
    display: inline-block;
}
/*---- INSTALL ---- HOME SCREEN -------------*/
.add-button {
    font-family: 'Open Sans';
    position: fixed;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 17px;
    background: #5499c7;
    color: #fff;
    top: 100px;
    left: 80px;
    z-index: 1001;
}
.add-button:hover {
    top: 101px;
}
#info-webapp {
    font-family: 'Open Sans';
    position: fixed;
    visibility: hidden;
    background: #fff;
    font-weight: bold;
    color: #565656;
    padding: 15px;
    border-radius: 22px;
    top: 130px;
    left: 70px;
    z-index: 1002;
}
/*-------------------------------------------*/
/*---------------  IMAGE PLAT -----------    */
/*-------------------------------------------*/

/* IMAGE PLAT -- conteneur de l'image du plat */

.left-align {
    float: right;
    margin-left: 350px;

}
.container {
    display: flex;
    align-items: center;
    width: 299px;
    height: 299px;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-right: 0.5px solid #ccc;
    border-radius: 4px;
    margin: -14.5px -15.5px -5px -15px;
}
/* IMAGE PLAT---TEXTE ----  */ 
.text {
    display: inline-block;
    width: 300px;
    color: #000;
    background: #f5f5f5;
    box-shadow: 2px 2px #cecece;
    border: 0.5px solid #cecece;
    padding: 15px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: "Open Sans";
    font-size: 14px;
    justify-content: center;
    border-radius: 3px;
}
.quantitePlat {
    padding: 4px;
    background: #219653;
    border-radius: 3px;
    color: white;

}

.text p {
    margin: 0px;
    padding: 2px;
    }
.titre-plat {
    margin: 20px 0 10px 0;
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 22px;
    background: #1291d0;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
/* IMAGE PLAT---dans la photo  */ 
.text:hover {
}
/* ALERTE --si le nb de plat demandé est trop grand */
.alert {
    position: fixed;
    top: 15%;
    right: 5%;
    background: #1291d0;
    border-radius: 6px;
    color: #fff;
    max-width: 99vw;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 500px;
}
#alert {
    visibility: hidden;
}
.alert-etape {
    background: #1291d0;
    border-radius: 6px;
    color: #fff;
    width: 320px;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    z-index: 1001;
}
#info-commande {
    visibility: hidden;
}
#alert-etape-un, #alert-etape-deux {
    display: none;
}
#check-cgv {
    margin-bottom: 20px;
}
/*IMAGE PLAT --dans la photo du plat */
input[type=number].choose {
    color:#565656;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 100px;
    margin: 0 0 0 10px;
    height: 5px;
    text-align: left;
    padding: 13px;
}
input[type=number].choose:hover {
    background: #bbb;
}
/* IMAGE PLAT---dans la photo  */ 
input[type=submit].choose  {
    color:#fff;
    background:#1291d0;
    border: none;
    margin: 0 0 0 10px;
    border-radius: 18px;
    width: 130px;
    height: 31px;
}
input[type=submit].choose:hover {
    background: #7FB3D5;
}
input[type=submit].restaurant  {
    color:#fff;
    background:#e74c3c;
    border: 1px solid lightGrey;
    font-size: 16px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    min-width: 150px;
    height: 61px;
}
input[type=submit].restaurant:hover {
    background: #7FB3D5;
}
/* IMAGE PLAT---dans la photo  */ 


/* IMAGE PLAT---dans la photo  */ 

/* --------VALIDATION------ PANNIER----- */
/* BOUTTONS PANNIER confirmer voir plus annuler */
input[type=submit].A {
    display: inline-block;
    width: 200px;
    background: #1291d0;
    color: #fff;
    border: none;
    border-radius: 18px;
    height: 35px;
    margin: -10px 0 20px 0;
}
button.A {
    display: inline-block;
    width: 200px;
    background: #1291d0;
    color: #fff;
    border: none;
    border-radius: 18px;
    height: 35px;
    margin: 10px 0 20px 0;
}
button.B {
color: white;
font-style: italic;
    border-radius: 5px;
width: 100%;
    border: none;
    background: #1291d0;
    height: 45px;
    display: inline-block;
    margin: 10px 0 10px 0;
}
input[type=submit].A:hover, button.A:hover {
    background: #7FB3D5;
}
/*Commentaire validation cgv   */
.infocgv {
font-size: 10px;
}
/*------INPUT ROUGE ROND affiche nombre de produits PANNIER ------ */
input[type=submit].center  {
    position:fixed;
    top: 18px;
    right: 18px;
    color: #111;
    font-size: 15px;
    background: #fff;
    border-radius: 36px;
    width: 42px;
    height: 42px;
    padding-left: 5px;
    font-weight: bold;
    z-index: 1001;
}
button.center  {
    position:fixed;
    top: 18px;
    right: 18px;
    color: #111;
    font-size: 15px;
    background: #fff;
    border-radius: 36px;
    width: 42px;
    height: 42px;
    padding-left: 7px;
    font-weight: bold;
    z-index: 1001;
}
/* ----INPUT X ROUGE SUPRESSION d'une offre dans PANNIER */
input[type=submit].pann-modif  {
    color: #fff;
    background:#FF5733 ;
    border: none;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    padding-left: 8px;
}

/* ---PANNIER PAGE BLANCHE ----------- */
.facture {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    background: #f5f5f5;
    color:#565656 ;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 2px 2px #cecece;
    text-align: center;
    width: 500px;
    z-index: 1003;
}
.logo-ticket {
    margin: -20px 0 20px 0;
}
/* ----CONTENEUR--- PANNIER--- pannier */
.print {
    display: inline-block;
    text-align: left;
    padding: 8px;
    margin: 3px;
}

/*----- PANNIER--- DETAIL--- SELECTION  */
.selec {
    background: #fff;
    text-align: left;
    font-size: 15px;
    padding: 1.5em;
    border-radius: 1.5em;
    width: 100%;
}

/*----- PANNIER--- DETAIL--- SELECTION  */
.right {
    background: #cdcdcd;
    color: #565656;
    display: block;
    padding: 1em;
    margin: 0;
    border-radius: 1.3em;
    text-align: right;
    width: 100%;
}

/*---------------------------------------*/
/*--------------------------------------*/

/* --- TICKET DE CAISSE FACTURE ------ */
.facture-post {
    display: inline-block;
    background: #f5f5f5;
    color: #565656;
    margin: 20px 0 20px 500px;
    padding: 20px;
    box-shadow: 2px 2px #cecece;
    border-radius: 2px;
    width: 285px;
    font-family: "Special Elite";
    font-size: 16px;
}
.facture-edit {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    background: #f5f5f5;
    color: #000;
    padding: 20px;
    box-shadow: 2px 2px #cecece;
    border-radius: 2px;
    width: 285px;
    font-family: "Special Elite";
    font-size: 16px;
    z-index: 1003;
}	
.center-img {
    position: relative;
}
#facture-display {
    visibility: hidden;
}
#facture-contain {
    visibility: hidden;
}
#result {
    display: none;
    margin: 10px;
    min-width: 300px;
    padding: 10px;
    background: #565656;
    color: #fff;
    border-radius: 14px;
}
.forget-span {
    padding: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 2px;
    border: 1px solid #bbb;
}
.forget-span:hover {
    background: #bbb;
}
#erase-ticket {
    margin-top: 20px;
    margin-left: 5px;
    background: #1291d5;
    border-radius: 18px;
    color: #fff;
}
#erase-ticket:hover {
    background: #7FB3D5;
}
/*--- TICKET CAISSE INPUT BLEU  télécharger la facture */
.submit-ticket {
    background: #1291d5;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 33px;
    border: none;
}
.submit-ticket:hover {
    background: #7FB3D5;
}
/*----MAP ----MAP------MAP-----------*/
/* ------CONTENEUR MAP ---------------*/
.map-contain {
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #AAA;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid #ccc;
    opacity: 0.9;
    background: #000;
    z-index: 1002;
}
#map-contain {
    visibility: hidden;
}
#map { 
    position: fixed;
    float: left;
    height: 80%;
    width: 350px;
    overflow: hidden;
    top: 119px;
    left: 0;
    z-index: 2;
}
#B {
    width: 180px;
    background: #1291d0;
    color: #fff;
    border: none;
    border-radius: 4px;
    height: 37px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
}

#B:hover {
    background: #7FB3D5;
}

.leaflet-popup-content {
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
}
/* --- MAP --- BUTTON --- ACCEUIL --- INPUT --- --- */
#map-btn {
    border: none;
    padding: 8px;
    background: transparent;
    display: none;
}

/* --- BUTTON --- TOGGLE --- ACCEUIL --- --- --- */
#acceuil-inp {
    border: none;
    padding: 8px;
    background: transparent;
    display: none;
}
/* --- INPUT --- BOX --- ACCEUIL --- RECHERCHE --- */
#acceuil-span  {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    z-index: 1003;
}
#acceuil-span.active {
    display: block;
}
#acceuil-contain {
    display: none;
}
#select-bis {
    margin: 5px;
    width: 200px;
}
#restos-bis {
    margin: 5px;
    width: 200px;
}
#sub-bis { 
    margin: 5px;
    width: 100px;
}
.cache-ticket {
    background: transparent;
    border: none;
    position: absolute;
    top: 47px;
    float: right;
    right: 90px;
}
/* --- LOAD-----PAGE ------LOAD---------------------*/
/*-----------MEDIA-------- 1220PX-------- MEDIA---------*/
@media screen and (max-width: 1275px) {
    #paypal-response {
            width: 100%;
            margin: auto;
    }
    input, select {
            -webkit-appearance: none;
    }
    input[type=checkbox] {
            -webkit-appearance: checkbox;
    }
    #acceuil {
            display: none;
    }
    #acceuil-span {
            display: none;
            z-index: 1003;
    }
    #acceuil-inp {
            position: fixed;
            display: inline-block;
            float: right;
            top: 20px;
            right: 135px;
    }
}
@media screen and (max-width: 670px) {
    header {
        height: 75px;
    }
    .cache-ticket {
            top: 25px;
            right: 75px;
    }
    #acceuil-inp {
            top: -3px ;
            right: 120px;
    }
    .add-button {
            position: fixed;
            left: 0;
            padding: 8px;
            top:40px;
    }
    input, select {
            -webkit-appearance: none;
    }
    input[type=checkbox] {
            -webkit-appearance: checkbox;
    }
    #acceuil-span {
            display: none;
            z-index: 1003;
    }
    article {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin: 0;
            margin-top: 45px;
            padding: 0;
    }
    #map-btn {
            position: fixed;
            display: inline-block;
            top: -3px;
            right: 178px;
    }
    input[type=submit].center {
            margin: -11px -3px 0 0;
            padding-left: 5px;
    }
    #title-main {
            margin: 0;
            font-size: 28px;
    }
    #logo-simple {
            width: 55px;
            height: 55px;
    }
    #title {
            display: none;
    }
    #map-contain.active {
            display: block;
    }
    #map {
            visibility: hidden;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 350px;
            border-radius: 6px;
            z-index: 1003;
    }
    .left-align {
            margin: 0;
    }
    .facture {
            overflow: auto;
            z-index: 1003;
            position: relative;
            margin: 0;
    }
    .facture-post {
            overflow: auto;
            width: 285px;
            margin: 10px;
    }
}
/*-----------MEDIA-------- 500PX-------- MEDIA---------*/
@media screen and (max-width: 500px) {
    .facture-edit {
            width: 285px;
    }
    .facture {
            overflow: auto;
            width: 99vw;
            margin: 0;
    }
    .text {
            margin-left: auto;
            margin-right: auto;
    }
    #title {
            margin: 28px 0 0 8px;
            font-size: 11px;
    }
    #acceuil-span {
            display: none;
            max-width: 300px;
    }
    .cache-ticket {
            top: 25px;
            right: 70px;
    }
    input, select {
            -webkit-appearance: none;
    }
    input[type=checkbox] {
            -webkit-appearance: checkbox;
    }

    input[type=submit].center {
            margin: -13px 2px 0 0;
            padding-left: 14px;
    }
    #map-btn {
            right: 174px;
    }
    #map {
            visibility: hidden;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            border-radius: 6px;
            z-index: 1003;
    }
    #map.active {
            display: block;
    }
}

/*-----------------------------------*/
/*-----------------------------------*/

