/* CSS Document */

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #f1f2f2;
}

@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");
}

.d-flex{
    display: flex;
}
.container-fluid,
.col-md-3,
.col-md-9,
.col-md-8,
.col-md-12 {
    padding: 0px;
}
.viewtransactions{
    .col-md-4 {
        padding: 0px;
        &.price{
            p{
                display: flex;
                align-items: center;
                justify-content: end;
            }
        }
    }
}
* {
    font-family: var(--font-family-base);
    color: rgb(0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:var(--font-family-base);
    color: var(--color-base-title);
}
h1 {
    font-weight: 900;
    margin-bottom: 35px;
}

h2 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 0px;
    color: rgb(80, 80, 80);
}

h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 0px;
    color: rgb(80, 80, 80);
}
h4 {
    font-size: 20px;
    color: #00aeef;
    font-weight: 600;
    text-transform: uppercase;
}

.textAnimation h2 {
    margin-bottom: 15px;
}

h5 {
    font-family:  var(--font-family-base);
    color: #00aeef;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

p,
.menuPlat h6,
ol,
label,
ul {
    font-size: 18px;
}
strong,
strong span {
    font-family:  var(--font-family-base);

    font-weight: 600;
}
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/* Commun */

a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
}
.lightgrey {
    background-color: rgb(241, 244, 246);
    transition: all 0.2s ease-in-out 0s;
}

.sousTitre {
    height: 2px;
    background-color: rgb(200, 200, 200);
    margin-bottom: 35px;
}

.egourmetBtn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 37px;
    background-color: var(--main-color);
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid var(--main-color);
}

.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 var(--main-color);
}

.caption,
.modeDePaiement p,
.modeDePaiement p sup {
    font-size: 14px;
    color: rgba(80, 80, 80, 0.5);
}

.subArt {
    font-size: 16px;
    color: rgba(80, 80, 80, 0.8);
}

.header {
    border-bottom: 3px solid var(--main-color);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
}

.header .container {
    display: flex; /* Active le flexbox */
    width: 100%; /* Largeur du conteneur */
}

.sub-header {
    height: 160px;
    background-image: url("../images/bg-cc2.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
}
.sub-header.Shop,
.sub-header.ChooseDelivery {
    margin-top: 95px;
}

.location-date {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
}

.column {
    flex: 1; /* Chaque colonne prend un tiers de l'espace */
    padding: 5px;
    text-align: center;

    background-color: #fff;
}
.column:nth-child(1) {
    background-color: #fff;
}

.column:nth-child(2) {
    background-color: #fff;
}

.column:nth-child(3) {
    display: flex; /* Active le flexbox */
    width: 100%; /* Largeur du conteneur */
    background-color: #fff;
    justify-content: flex-end;
}

.icon-large {
    width: 30px;
    height: 30px;
    margin: 10px;
}
.cover-ico-header {
    display: flex;
    align-items: center;
    a{
        display: flex;
        align-items: center;
    }
}
.cover-ico-header.cart-header {
    position: relative;
}

.cart-number {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-number p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.spacerHead {
    padding-top: 130px;
}
.spacerHead.ChooseDelivery {
    padding-top: 30px;
}
.contain-cartContainer {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 1001;
    background-color: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px;
}

.cart-total {
    background-color: #eef2f5;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.contain-cartContainer.view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contain-cartContainer.view.viewFix {
    position: inherit;
    border-radius: 4px;
}

.cart-element {
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.cart-element .col-md-4 {
    padding: 0px;
    margin: 0px;
}

.cart-element p {
    margin-bottom: 0px;
}
.cart-element p:nth-child(1) {
    color: var(--main-color);
}

.choose-hour {
    padding-top: 10px;
    background-color: #eef2f5;
    border-radius: 4px;
    display: inline-block;
    padding: 20px 20px 10px 20px;
    margin-bottom: 15px;
}

.login-container {
    height: calc(100% - 100px);
    background-color: var(--light-main-color);
    
    margin-top: 100px;
}

.cover-login-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.login-block {
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
}

.login-block .mdp {
    width: 90%;
    float: left;
}

.glyphicon-eye-close {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 20px;
}

.btn-cc {
    width: 100%;
    padding: 6px;
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    &:hover{
        color: #fff;
    }
}

.btn-sec {
    width: 100%;
    padding: 15px;
    background-color: rgb(80, 80, 80);
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    &:hover{
        color: #fff;
    }
}

.btn-add-tocart {
    width: 100%;
    padding: 5px 0px;
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    border:none;
}

.btn-add-tocart .bi-cart{
    color:#fff;
}

.articleQuantity{
    display: none;
}

.to-show{
    display: inline-block;
    width: 100%;
}

.container-categorie {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    width: 100%; */
}
.showCat {
    flex: 1; /* Permet de répartir l'espace de manière égale */
    margin: 7.5px; /* Ajoute une marge égale de 15px au total (7.5px de chaque côté) */
    text-align: center;
    padding: 20px 20px 10px 20px;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    background-color: var(--light-main-color);
}

.showCat.active {
    background-color: var(--main-color);
}

.showCat.active p {
    color: #fff;
}

.row-article-container {
    /*display: flex;*/
    margin-bottom: 30px;
}
.article-container {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-container p strong {
    color: var(--main-color);
}

.articleQuantity {
    background-color: var(--light-main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.choosesalemain {
    padding-bottom: 100px;
}
.chooseDeliveryDate {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.chooseSp,
.chooseDeliveryDate,
.choose-hour {
    padding: 15px;
    border-radius: 4px;
    background-color: var(--light-main-color);
    display: inline-block;
    border: 1px solid var(--main-color);
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.food-save-choose {
    background-color: var(--main-color);
}

.food-save-choose p,
.food-save-choose p strong {
    color: #fff;
}

.chooseSp.active,
.chooseDeliveryDate.active,
.choose-hour.active {
    background-color: var(--main-color);
    border: 1px solid var(--light-main-color);
}

.chooseSp.active p,
.chooseDeliveryDate.active p,
.chooseDeliveryDate.active p strong,
.choose-hour.active p {
    color: #fff;
}

.contain-salepoint {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}

.chooseSp p,
.chooseDeliveryDate p,
.choose-hour p {
    margin-bottom: 0px;
}

.disabledLink {
    opacity: 50%;
    pointer-events: none;
}

.disabledLinkSolde {
    opacity: 50%;
    pointer-events: none;
}

.low-balance{
    display:none;
    font-size: 14px;
}

.containTransHome {
    padding: 30px 10px;
    border-bottom: 3px solid var(--main-color);
}

.containTransHome:nth-child(odd) {
    background-color: #f5f5f5; /* Couleur de fond pour les éléments impairs */
}

.choixEntreprise {
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.falsepassword,
.emailexiste,
.false-badge{
    display: none;
}
.falsepassword p,
.emailexiste p,
.false-badge p
{
    font-size:14px;
}

.toHideCat {
    display: none;
}

.removeItem,
.btnPlus,
.btnMinus,
.showCat {
    cursor: pointer;
}


.add-information em{
    font-size:14px;
}

.btn-action-paiement{
    margin-bottom:15px;
}

.add-article {
    position: fixed;
    top: 100px;
    right: 100px;
    background-color: #fff;
    padding: 5px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    display: none;
}

.add-article p{
    font-size:14px;
}

.switch-language {
    position: fixed;
    top: 100px;
    right: 100px;
    background-color: #fff;
    padding: 25px 25px 15px 25px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    display: none;
}
.fixed-bottom-button {
  position: fixed;      /* fixe l'élément par rapport à la fenêtre */
  bottom: 30px;         /* distance du bas de l'écran */
         /* optionnel : le placer à droite */
  z-index: 9999;
    width: 90%;
    left: 5%;
  padding: 20px 20px;
background-color: var(--color-base-title);
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
}

.blockInfoPaiement{
    margin-top:15px;
    margin-bottom:15px;
}

.swl {
    cursor: pointer;
}
.save-order {
    background-color: #fff;
    border-radius: 4px;
}

.my-order {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
}
.my-order p.myaccountp {
    color: rgb(80, 80, 80);
}

.type-employer {
    width: 100%;
    margin-bottom: 25px;
}

.cancel-confirme {
    display: none;
}
.btnsAction {
    display: flex;
    gap: 25px;
    align-items: start;
    margin: 20px 8%;
    justify-content: center;
}
.falsepsw{
    display:none;
}

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

.ui-datepicker-trigger {
    float: right;
    width: 5%;
    cursor: pointer;
}

.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;}

#from, #to {
    width: 90%;
    float: right;
}

.option-meal{
    font-size:14px;
}

.blockQuantity{
    position: relative;
    margin-bottom: 15px;
}
.block-bloc-quantity{
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.view-delivery{
    padding:15px;
}

.contain-cartContainer{
    margin-bottom:15px;
}

.msgModifyOrder{
    background-color: var(--light-main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
    
}

.paiement-resum p, .paiement-resum p strong{
    font-size: 14px;
    color: #000000 !important;
}

.print-receipt{
    width: 100%;
}


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

.showWEnd {
    
    display: none;
}

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


.spacer-bottom{
    height: 150px;
}

.disabled{
     pointer-events: none;
    color: gray;
    cursor: default;
}

.alert-wait-payement{
    display:none;
}
@media (max-width: 1024px) {
    .header {
        .container {
            .column {
                &.btns {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .header {
        height: 70px;
        .container {
            position: relative;
            .column {
                flex: 1;
                padding: 5px;
                text-align: center;
                background-color: #fff;
                display: flex;
                align-items: center;
                img {
                    width: 100%;
                    height: auto;
                }
                &.btns {
                    position: absolute;
                    bottom: -55px;
                    width: 100%;
                    left: 0;
                    .col-md-6 {
                        .btn-cc {
                            height: 44px;
                            padding: 4px 8px;
                            display: flex;
                            align-items: center;
                        }
                    }
                }
            }
        }
    }
    .sub-header {
        height: 200px;
        margin-top: 70px;
    }
    .sub-header.Shop,
    .sub-header.ChooseDelivery {
        margin-top: 100px;
        height: 300px;
    }
    .login-container {
        height: calc(100% - 70px);
        margin-top: 70px;
        .login-block .mdp {
            width: 88%;
        }
    }
    .switch-language {
        position: fixed;
        top: 70px;
        right: unset;
        left: 0;
        width: 100%;
        padding: 13px;
        z-index: 1000;
        p {
            margin: 0;
        }
    }
    .spacerHead {
        padding-top: 5px;
    }
    .contain-salepoint {
        flex-wrap: wrap;
        gap: 8px;
        .chooseSp {
            width: 100%;
        }
        .chooseDeliveryDate {
            width: 100%;
            padding: 9px;
        }
    }
    .showCat {
        flex: unset;
        /*width: 100%;*/
    }
    .container-categorie {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: unset;
    }
    .row-article-container {
        flex-direction: column;
    }
    .add-article {
        top: 47px;
        right: 0;
        z-index: 1000;
        width: calc(100% - 40px);
        margin: 20px;
    }
    .contain-cartContainer {
        width: 100%;
        .col-md-3.text-right.close {
            position: fixed;
            top: 0;
            float: unset;
            right: 4px;
            opacity: unset;
        }
    }
    .sub-cart-total {
        .container-cart-total {
            p {
                font-size: 14px;
                margin-bottom: 0;
            }
        }
        .btn-cc {
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    .hourslist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        .col-md-4.cover-choose-hour{
            width: fit-content;
            padding: 0;
            .choose-hour{
                margin: 4px;
            }
        }
        margin-bottom: 40px;
    }
    .btnsAction {
        padding-bottom: 20px;
        justify-content: space-between;
    }
}
