@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, html {
    margin: 0;
    background: #FFFAF8;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 90%;
    margin: auto;
}

.bandeau-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #DD7258;
}

.bandeau-header p{
    color: #FFFAF8;
    padding: 1rem 0;
    margin: 0 auto;
    text-align: center;
}

.bandeau-header-panier {
    left: 0;
    top: 0;
    width: 100%;
    background-color: #DD7258;
}

.bandeau-header-panier p{
    color: #FFFAF8;
    padding: 1rem 0;
    margin: 0 auto;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-header {
    padding: 2.5rem 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.back-btn-1 {
    margin: 0 1.5rem 0 0;
}


.back-btn-1 img {
    width: 23px;
    height: 23px;
}


header div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.invisible-block {
    width: 2.5rem;
}

.center-page {
    position: absolute;
    top: 25%;
    right: 5%;
    left: 5%;
    width: 90%;
}

.text-link {
    text-decoration: none;
}


.orange-text-link {
    color: #DD7258;
    text-decoration: underline;
    border: none;
    background: none;
    width: 100%;
    display: none;
    font-size: 16px;
    padding: 0 0 0.5rem;
}

.text-link p {
    color: rgba(30, 30, 30, 0.89);
    text-align: center;
    padding-top: 1rem;
    text-decoration: underline;
    margin: 1rem auto 2rem;
}

hr {
    height: 1px;
    width: 80%;
    border: none;
    background-color: rgba(30, 30, 30, 0.3);
}

.back-header-logo-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.logo-qreat {
    margin: 0 .7rem 0 0;
    width: 100px;
    height: 100px;
}

header h1 {
    font-size: 20px;
    font-weight: 300;
}

main h2 {
    width: 73%;
    margin: auto;
    padding: 1rem 0 0;
    font-weight: 300;
    font-size: 17px;
}

.title {
    width: 73%;
    padding: 1rem 0 0;
    font-weight: 300;
    font-size: 17px;
    margin: 2rem auto;
    text-align: center;
}

.normal-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 55%
}

.form-paiement-stripe {
    background: #fff;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 20px, rgb(0 0 0 / 5%) 0px 6px 6px;
    border-radius: 8px;
    border: 2px #DD725B solid;
}

.list-for-orange-bottom-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 32vh
}

main ul li,
.payment-list-item {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .5rem 0;
    width: 90%;
    height: auto;
    box-shadow: rgba(221, 114, 88, 0.3) 0px 10px 36px 0px, rgba(221, 114, 88, 0.1) 0px 0px 0px 1px;
}

main ul.payment-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 1rem auto;
}

main ul.payment-list li,
main ul.payment-list .payment-list-item {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none;
    width: 45%;
    display: block;
}

main ul.payment-list li.selected {
    border: 2px solid #DD725B;
}

main ul.payment-list li input[type=radio] {
    visibility: hidden;
    margin: 0 0.2rem;
    width: 1px;
}

.puce {
    font-size: 30px !important;
    color: #DD725B !important;
    line-height: 10px;
}

.payment-list input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.payment-list label {
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    height: 100%;
}

.payment-list label:hover,
.payment-list label.active{
    background: #DD725B;
    color: #fff;
    font-weight: 500;
}

.category-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    padding: .7rem 0;
}


main ul.payment-list li img {
    width: 35px;
    height: 45px;
}

main ul.payment-list li label {
    padding: 0.5rem 0.2rem 0.5rem 0.5rem;
    height: 30px;
    width: 90%;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: left;
}

main ul.info-list {
    padding: 0;
    width: 90%;
    list-style: none;
}

main ul.info-list li {
    background: transparent;
    box-shadow: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    border-radius: 0;
    margin: .8rem 0;
}

main ul.info-list li p {
   margin: 0;
    color: rgba(0, 0, 0, 0.46);
    font-weight: 600;
    font-size: 14px;
}

.cart-card-article .price-block,
.cart-card-formule .price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.info-list .supp-row-supp .accomp-article {
    font-weight: 500;
    font-size: 14px;
}

.info-list .supp-row-supp span.accomp-article {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    width: auto;
    padding: 0 0.6rem;
}

.row-supp,
.supp-row-supp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: -.2rem 0 1rem;
}

.info-list .supp-row-supp p,
.info-list .supp-row-supp span {
    font-weight: 300;
    font-size: 12px;
}

.info-list .supp-row-supp span {
    max-width: 50%;
    text-align: right;
}

main ul.info-list li span {
    color: rgba(0, 0, 0, 0.37);
    font-size: 14px;
    width: 70%;
    margin: 0 0 0 auto;
    text-align: right;
    line-height: 16px;
}

main ul li.normal-list {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .5rem 0;
    width: 70%;
    height: auto;
    box-shadow: rgb(221 114 88 / 8%) 0px 10px 36px 0px, rgb(221 114 88 / 5%) 0px 0px 0px 1px;
}

main ul li.choice-card {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 1rem;
    margin: .5rem 0;
    width: 70%;
    height: auto;
    box-shadow: rgb(221 114 88 / 8%) 0px 10px 36px 0px, rgb(221 114 88 / 5%) 0px 0px 0px 1px;
}

main ul .choice-card h3 {
    font-weight: 300;
    font-size: 16px !important;
    font-size: 14px;
    text-align: left;
    padding: 0;
    width: 100%;
    line-height: 15px;
    margin: 1rem 0 .5rem .5rem;
}

main ul .choice-card span {
    margin: 0 .5rem;
}

.choice-card article {
    opacity: 0;
    transition: opacity .4s ease-in;
    display: flex;
    align-items: center;
}

.choice-card article.visible {
    opacity: 1;
}

.choice-card s {
    margin: 0 .5rem 0 0;
    color: rgba(0, 0, 0, 0.39);
    font-size: 13px;
}

.choice-card article .qty {
    color: rgba(0, 0, 0, 0.39);
    font-size: 13px;
}

main ul li .li-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main ul .addition-card h3 {
    font-weight: 300;
    font-size: 16px !important;
    font-size: 14px;
    text-align: left;
    padding: 0;
    width: 100%;
    line-height: 0;
}

.supp-row-supp .row span {
    font-size: 15px;
    font-weight: 400;
    max-width: none;
    width: auto;
    text-align: right;
}


.supp-row-supp .row p.accomp-article {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    width: auto;
    padding: 0 .6rem;
}

.row {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

main ul .addition-card {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px !important;
    margin: .5rem 0;
    width: 73%;
    height: auto;
    box-shadow: rgb(221 114 88 / 8%) 0px 10px 36px 0px, rgb(221 114 88 / 5%) 0px 0px 0px 1px
}

main ul .addition-card.row {
    flex-direction: row;
}



.addition-card img {
    width: 3em !important;
    height: 3em !important;
}

.addition-card span {
    color:rgba(0, 0, 0, 0.543);
    margin: -10px 0 5px;
}

.addition-card .img-text-block .text-qty {
    margin: 0 0 0 .7rem;
}

.text-qty.row {
    height: 35px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.text-qty.row span {
    margin: 0 .5rem 0 0;
}

.addition-card .img-text-block.col {
    display: flex;
    align-items: center;
}

main ul .addition-card-w-checkbox h3 {
    font-weight: 300;
    font-size: 16px !important;
    font-size: 14px;
    text-align: left;
    padding: 0;
    width: 100%;
    line-height: 0;
}

main ul .addition-card-w-checkbox {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
    margin: .5rem 0;
    width: 100%;
    height: auto;
    box-shadow: rgba(221, 114, 88, 0.3) 0px 10px 36px 0px, rgba(221, 114, 88, 0.1) 0px 0px 0px 1px;
}

.addition-card-w-checkbox img {
    width: 3em !important;
    height: 3em !important;
}

.addition-card-w-checkbox span {
    color:rgba(0, 0, 0, 0.543);
    margin: -10px 0 5px;
}

.addition-card-w-checkbox .img-text-block .text-qty {
    margin: 0 0 0 .7rem;
}

main ul li h3 {
    font-weight: 400;
    color: #212121;
    font-size: 16px;
    width: 70%;
    text-align: left;
    line-height: 15px;
    padding: 0 .5rem;
}

main ul li img.plate-img{
    border-radius: 12px;
    height: 40px;
    width: 40px;
}

.orange-text {
    font-weight: 400;
    font-size: 24px;
    color: "#DD7258";
}

main a {
    text-decoration: none;
}

.btn-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 1rem;
    right: 4%;
    left: 4%;
    width: 90%;
}


.btn {
    height: 62px;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: 0.5rem auto;
    text-decoration: none;
}

.btn-mini {
    height: 62px;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin: 0.5rem 0
}

.counter-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-counter {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(30, 30, 30, 0.89);
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
    font-size: 15px;
    text-align: center;
    touch-action: manipulation
}

.minus-btn {
    background: #fff;
    color: rgba(30, 30, 30, 0.89);
    font-size: 15px;
    text-align: center;
}

.plus-btn {
    background: rgba(30, 30, 30, 0.89);
    color: #fff;
}

.counter-number {
    margin: 0 .5rem;
}

.top-btn {
    width: 150px;
    height: 50px;
    background: rgba(30, 30, 30, 0.89);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.top-btn p {
    color: #fff;
    font-size: 12px;
}

.top-btn img {
    margin: 0 .4rem 0 0;
}

.btn img {
    padding-right: 10px;
}

.btn p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.btn-mini p {
    color: rgba(30, 30, 30, 0.89);
    font-size: 16px;
    font-weight: 500;
}

.btn-mini img {
    padding-right: 10px;
}

.btn-orange {
    color: #fff;
    font-size: 16px;
    background-color: #DD7258;
    border: 1px solid #DD7258;
    user-select: auto;
    box-shadow: rgba(221, 114, 88, 0.3) 0px 10px 36px 0px, rgba(221, 114, 88, 0.1) 0px 0px 0px 1px;
}

.btn-orange:hover {
    color: #fff;
    font-size: 16px;
    background-color: #e88269;
    border: 1px solid #e88269;
    user-select: auto;
    box-shadow: rgba(221, 114, 88, 0.3) 0px 10px 36px 0px, rgba(221, 114, 88, 0.1) 0px 0px 0px 1px;
}

article.disabled {
    background-color: #d2d1d1;
    border: 1px solid #d2d1d1;
    user-select: none;
    box-shadow: none;
    opacity: .3;
    pointer-events: none;
}


.btn-orange.disabled {
    background-color: #d2d1d1;
    border: 1px solid #d2d1d1;
    user-select: none;
    box-shadow: none;
}

.btn-orange:disabled {
    background-color: #d2d1d1;
    border: 1px solid #d2d1d1;
    box-shadow: none;
}

.btn-orange:disabled p {
    color: #ABABAB;
}

.btn-outlined {
    border: 2px solid rgba(30, 30, 30, 0.89);
    color: rgba(30, 30, 30, 0.89);
    background: #fff;
}

.btn-outlined-mini {
    border: 2px solid rgba(30, 30, 30, 0.89);
    background: transparent;
}

.btn-orange p {
    font-weight: 500;
    font-size: 16px;
}

.btn-outlined p {
    font-weight: 500;
}

.btn-dark {
    border: 1px solid rgba(30, 30, 30, 0.89);
    background: rgba(30, 30, 30, 0.89);
    color: #fff;
}

.btn-outlined p {
    color: rgba(30, 30, 30, 0.89);
}

.category-arrow {
   width: 18px;
   height: 18px;
}

.checkbox-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
}

input[type=checkbox] {
    margin: 0;
    padding: 0;
    box-sizing: initial;
    cursor: pointer;
}

.text-title.mb-05 {
    margin-bottom: -.5rem;
}

div.w-100 {
    width: 100%;
}

ul.w-100 {
    width: 100%;
}

article.w-100 {
    -webkit-appearance: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border: none;
    font-size: 17px;
    background: transparent;
    padding: 1rem .5rem;
    color: #000;
}

article.w-100 select {
    -webkit-appearance: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border: none;
    font-size: 17px;
    background: transparent;
    padding: 1rem .5rem;
    color: #000;
}



input[type=checkbox],
input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input[type=checkbox],
input[type=radio] {
    border-radius: 5px;
    height: 25px;
    width: 28px;
    background: #fff;
    border: 2px solid #DD7258;
    margin-right: .7rem;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    border-radius: 5px;
    background: #DD7258;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DD7258;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
        content: '✓';
        font-size: 30px;
        display: block;
        color: #fff;
        font-size: 13px;
        position: relative;

}

.flex-checkline {
    display: flex;
    align-items: center;
    width: 100%;
}

.price-panier {
    color: #DD7258;
    font-size: 16px;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}

.price-panier-mini-black {
    font-size: 13px;
    color: rgba(30, 30, 30, 0.89);
}

.total-line {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-text {
    font-size: 20px;
    font-weight: 500;
}

.total-text-little {
    font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.343);
}

.btn-block-orange {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2% 7%;
    background: rgba(255, 234, 228, 0.853);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: auto;
}

.btn-block-orange .btn-outlined {
    background: transparent;
}


.trash-btn {
    border: none;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    background: #ff00002b;
    width: auto;
}


.trash-btn img {
    width: 1em;
    border: none;
}

textarea {
    width: auto;
    width: 91%;
    height: auto;
    border-radius: 12px;
    font-family: 'Poppins', 'sans-serif';
    font-size: 15px;
    padding: 15px;
    outline-width: 2px;
    outline-color: rgba(0, 0, 0, 0.49);
}

.loading {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.44);
    backdrop-filter: blur(3px);
    z-index: 2;
    display: none;
}

.loading svg {
    width: 80px;
    height: 80px;
}

#serveurText {
    opacity: 0;
    display: none;
    transition: opacity 1s;
}


#serveurText.active {
    opacity: 1;
    display: block;
}

#call-waiter-btn {
    opacity: 1;
    transition: opacity 1s;
}

#call-waiter-btn.active {
    opacity: 0;
}



@keyframes fadeOut {
    0% { opacity: 100%; }
    100% { opacity: 0%; }
}

@keyframes fadeIn {
    0% { opacity: 0%; }
    100% { opacity: 100%; }
}

.addition-card {
    display: flex;
}

.text-qty {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
}

.img-text-block {
    display: flex;
    justify-content: column;
    align-items: center;
    width: 100%;
}

.refresh-wrapper {
    display: flex;
    justify-content: center;
}

.refresh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
}

.refresh-btn svg {
    width: 2.5em;
}

.refresh-btn:active {
    opacity: .6;
}

.refresh-btn p {
    font-size: 15px;
    color: rgba(30, 30, 30, 0.69);
    font-weight: 300;
}

.refresh-btn svg {
    transition: transform 1s ease;
}


.refresh-btn svg.animate {
    transform: rotate(360deg);
}

.secondary-text {
    font-size: 14px;
    width: 73%;
    color: rgba(0, 0, 0, 0.427);
    margin: auto;
}

.popup-download {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: auto;
    padding: 10px 0 2rem;
    transform: translateY(100%);
    transition: transform .5s ease;
}

.popup-download.active {
    transform: translateY(0%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popupbg-wrapper {
    width: 100%;
    height: 100%;
}

.popupbg-wrapper .popupbg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.575);
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}

.popupbg.active {
    opacity: 1;
}


.popup-download hr {
    height: 4px;
    background: rgba(30, 30, 30, 0.306);
    border-radius: 10px;
    width: 110px;
}

.popup-download h5 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.text-link-dark {
    color: rgba(0, 0, 0, 0.93);
    font-weight: 500;
    padding: 1rem 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    transition: all .1s;
    background: transparent;
    border: none;
    padding: 0;
}

.text-link-dark:active {
    color: rgba(0, 0, 0, 0.43);
}

.popup-wrapper {
    width: 90%;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-title {
    text-align: center;
    font-size: 22px !important;
    margin: 0;
}

.top-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem 0;
}

.informative-block {
    margin: 2rem 0 0;
    background: rgba(167, 167, 167, 0.08);
    border-radius: 12px;
    padding: .2rem 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: auto;
    width: 95%;
}

.informative-block h3 {
    font-weight: 300;
}

.informative-block p {
    text-align: left;
    color: rgba(0, 0, 0, 0.42);
    font-size: 14px;
}

.under-text {
    width: 73%;
    text-align: left;
    color: rgba(0, 0, 0, 0.42);
    font-size: 14px;
}

.line-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-reste-a-regler {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0 2rem;
}

.line-reste-a-regler button {
    border: none;
    background-color: transparent;
    transition: opacity .5s;
    opacity: 1;
}

.line-reste-a-regler button.active {
    opacity: 0;
    display: nonex;
    pointer-events: none;
}

.line-reste-a-regler img {
    padding: 0 .5rem 0 0;
    width: 1em;
    height: 1em;
}

main ul.recap-commande li {
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.246);
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 1rem 0;
    margin: 0;
    width: 95%;
}

main ul.recap-commande {
    padding: 0;
    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity .5s;
}


main ul.recap-commande.active {
    opacity: 1;
    display: block;
}


.reste-a-regler {
    font-size: 14px;
}

.total-command {
    border: none;
}

.final-price {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.final-price p {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.delivery-price {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delivery-price p {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.service-price {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-price p {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.sous-total-price {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sous-total-price p {
    text-align: left;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0;
}



.boxed {
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxed label {
    display: flex;
    justify-content: center;
    width: 70px;
    border-radius: 8px;
    padding: 10px;
    border: solid 1px rgba(30, 30, 30, 0.89);
    transition: all 0.3s;
    margin: 0 .5rem 0 0;
  }

.bandeau-wrapper {
    position: relative;
    width: 100%;
}

  .boxed div {
    display: flex;
    width: 70px;
    justify-content: center;
    font-size: 17px;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    background: transparent;
    border: solid 1px rgba(30, 30, 30, 0.89);
    transition: all 0.3s;
    height: 100%;
  }

  .boxed div input[type="tel"] {
    width: 70px;
    display: flex;
    justify-content: center;
    font-size: 17px;
    height: auto;
    border-radius: 8px;
    padding: 12.5px;
    background: transparent;
    border: none;
    transition: all 0.3s;
    outline: none;
  }

  .big-minus, .big-plus {
    touch-action: manipulation
  }

  .boxed div span {
    margin-left: -1.5rem;
  }


  .boxed input[type="radio"] {
    display: none;
  }

  .boxed input[type="radio"]:checked + label {
    background: #DD7258;
    border: #DD7258;
    color: #fff;
  }

  .circle {
    position: relative;
    border: none;
    padding: 0;
    margin: 1em auto;
    width: 13em;
    background: #DD7258;
    height: 13em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
  }
  .circle li {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 36%;
    transform-origin: 0% 100%;
  }
  .circle .text {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    text-align: center;
    transform: skewY(60deg) rotate(15deg);
    padding-top: 20px;
  }

  .mini-circle {
    position: absolute !important;
    left: 2rem;
    right: 2rem;
    top: 31.5%;
    z-index: 2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 10em !important;
    height: 10em !important;
  }

  .big-price {
    font-size: 25px;
  }

  .big-counter-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .big-counter-block div {
    margin: -1rem 0 .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 140px;
  }

  .big-counter-block button {
    border: 2px solid rgba(0, 0, 0, 0.543);
    border-radius: 50%;
    font-size: 1em;
    width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: rgba(0, 0, 0, 0.543);
  }

  .big-number {
    font-size: 25px;
  }

  .big-counter-block button.big-plus {
    background: rgb(0 0 0 / 80%);
    color: #fff;
  }

  .share-message {
    width: 400px;
    background: rgba(221, 114, 88, 0.08);
    padding: 1rem;
    border-radius: 14px;
  }

  .share-msg-center {
    display: flex;
    justify-content: center;
  }

  .object-center {
    width: 220px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .price-wrap {
    position: relative;
    height: auto;
      display: flex;
      flex-direction: column;
      top: -0.7rem;
  }

  .price-wrap p {
      position: absolute;
      font-size: 14px;
      font-weight: 300;
      right: -9.7rem;
      top: 0.5rem;
      height: 100%;
  }

  .price {
    position: absolute;
    font-size: 22px;
    right: -9.4rem;
    top: -0.5rem;
    height: 100%;
  }

  #btnDetail {
    margin: 1rem auto;
    background: transparent;
  }

  .text-title {
    font-size: 22px;
    font-weight: 500;
    width: 95%;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
  }

  .name-and-qty {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      padding: 1rem 0 0;
  }

  .popup-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      user-select: none;
      opacity: 0;
      transition: opacity .7s;
      z-index: -1;
  }

  .bg-popup {
      width: 100%;
      height: 100%;
      background: rgba(10, 7, 27, 0.44);
      backdrop-filter: blur(5px);
      position: absolute;
      user-select: none;
      opacity: 0;
      transition: opacity .7s;
      z-index: -1;
  }

.delete-popup {
    position: absolute;
    padding: .7rem 1.5rem;
    background: #fff;
    border-radius: 12px;
    margin: auto;
    user-select: none;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
    touch-action: manipulation
}

.delete-popup.open,
.bg-popup.open,
.popup-wrap.open {
    opacity: 1;
    user-select: auto;
    z-index: 3;
}

.delete-popup.divide {
    width: 85%;
}

.delete-popup h4 {
    font-weight: 500;
}

.del-article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.5rem 0;
}

.del-article img {
    margin: 0 .7rem 0 0;
}

main ul li.cart-card-article,
main ul li.cart-card-formule {
    flex-direction: column;
}

.cart-card-formule hr {
    background: rgba(0, 0, 0, 0.11);
    width: 90%;
    margin: .5rem auto 0;
}

.cart-card-article hr {
    margin: 1rem auto -0.5rem;
}

.no-img-li-formule {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0.4rem;
}

.no-img-li-formule h3 {
    width: auto;
}

.no-img-li-article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem 0.4rem;
}

ul.normal-list li.no-img-li-article div.flex-line {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.no-img-li-formule h3,
.no-img-li-article h3{
    width: auto;
}

.flex-line-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: .5rem 0;
}

.flex-line-between span{
    font-weight: 400;
    font-size: 15px;
    align-self: flex-start;
}


.flex-line-between h5 {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}

.flex-line-between ul {
    display: flex;
    flex-direction: column;
}

.flex-line-between ul li {
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.col-supp {
    display: flex;
    flex-direction: column;
}

.col-supp span {
    font-size: 14px;
}

.col-supp.w-90 {
    width: 90%;
}

.col-supp.w-90 p{
    margin: 0 0 .7rem;
    font-size: 14px !important;
}


.col-supp div {
    width: 95%;
    margin: 0 0 .3rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row-divide {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.inputs-row {
    display: flex;
    align-items: center;
}

.inputs-row input {
    margin: 0 .5rem 0 0;
    width: 33px;
    height: 49px;
    border-radius: 9px;
    border: none;
    background: rgba(221, 114, 88, 0.1);
    outline: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    font-size: 17px;
}

.inputs-row span {
    font-size: 20px;
}

.row-divide .del-article {
    margin: 0 .5rem;
}

.inputs-row input.valDivide {
    margin: 0 .5rem;
}

.select-container {
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
select {
    -webkit-appearance: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border: none;
    font-size: 17px;
    background: transparent;
    padding: 1rem .5rem;
    color: #000;
}

select:focus {
    outline: none;
}

.input:focus {
    border: none;
}

.flex-select {
    padding: 0 .5rem;
    margin: 1rem 0;
    width: 100%;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    border: 1px solid #DD725B;
    border-radius: 8px;
}

div.flex-select {
    width: 95% !important;
}

.flex-row-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.flex-row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.flex-row-between h3 {
    align-self: flex-start;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: 100%;
}

.flex-col span {
    font-size: 14px;
    color: rgba(10, 7, 27, 0.29);
}

.flex-row-start h3 {
    margin: 0 !important;
}

.checkbox-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 0 1rem;
    width: 100%;
    opacity: 0;
    transition: opacity, height .3s;
    display: none;
}

.little-pay {
    width: 55px;
    height: 44px;
}

.checkbox-flex div {
    width: 100%;
    display: flex;
    margin: .5rem 0;
    justify-content: flex-start;
    align-items: center;
}


.checkbox-flex.visible {
    opacity: 1;
    display: flex;
}

.checkbox-flex input[type="radio"] {
    width: 20px;
    height: 20px;
}

.checkbox-flex label {
    font-size: 13px;
    line-height: 15px;
}

.email-input-block {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    background: #dd735812;;
    border-radius: 12px;
    border: 1px solid #DD725B;
    padding: 10px;
    margin: 0 0 1.5rem 0;
    opacity: 0;
    transition: opacity .3s;
}

.email-input-block.visible {
    opacity: 1;
    display: flex;
}

.email-input-block .flex-input {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 1rem;
    width: 100%;
}

.email-input-block input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 17px;
    padding: .3rem 0;
}

.email-input-block input::placeholder {
    color: rgba(0, 0, 0, 0.42);
    font-weight: 300;
}

.email-input-block label {
    font-weight: 400;
    padding: .3rem 0;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.42);
}

.email-input-block img {
    width: 25px;
    height: 20px;
}

.btn-block.no-fixed {
    position: static;
    width: 100%;
    margin: auto;
}

.final-price.bottom p {
    font-size: 15px !important;
}

.final-price.bottom input {
    width: 33px;
    height: 49px;
    border-radius: 9px;
    border: none;
    background: rgba(221, 114, 88, 0.1);
    outline: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    font-size: 17px;
}

.final-price.bottom input::placeholder {
    color: rgba(0, 0, 0, 0.212);
}

.number-note-wrapper {
    display: none;
    width: 100%;
}

.number-note-wrapper.visible {
    display: block;
}

.row-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .3rem 0;
}

.share-repas {
    width: 100%;
    margin: 0 0 1.5rem;
    display: none;
}

.share-repas.visible {
    display: block;
}

.share-repas hr {
    margin: 1.5rem auto;
}

.share-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-flex span.title {
    margin: 0 1rem 0 0;
}

.err-msg {
    background: rgb(255, 222, 222);
    border: 1px solid red;
    border-radius: 8px;
    padding: 0 1rem;
    width: 95%;
    margin: auto;
    opacity: 0;
    transition: opacity 1s ease-in;
    user-select: none;
}

.err-wrap {

}

.err-msg.choisir {
    width: auto;
}

.err-msg.fade {
    opacity: 1;
}

.err-msg p {
    color: red;
    text-align: center;
}

.popup-serveur {
    background: #fff;
    padding: 1rem;
}

.popup-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    opacity: 0;
    transition: opacity .7s;
    z-index: -1;
}

.bg-serveur-popup {
    width: 100%;
    height: 100%;
    background: rgba(10, 7, 27, 0.44);
    backdrop-filter: blur(5px);
    position: absolute;
    user-select: none;
    opacity: 0;
    transition: opacity .7s;
    z-index: -1;
}

.popup-serveur {
    position: absolute;
    padding: .7rem 1.5rem;
    background: #fff;
    border-radius: 14px;
    max-width: 80%;
    margin: auto;
    user-select: none;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
    touch-action: manipulation;
    box-shadow: rgba(68, 70, 70, 0.33) 0px 8px 24px;
}

.popup-serveur.open,
.bg-serveur-popup.open,
.popup-wrapper.open {
    opacity: 1;
    user-select: auto;
    z-index: 3;
}

.popup-serveur.divide {
    width: 85%;
}

.popup-serveur h4 {
    font-weight: 500;
}


.popup-serveur img {
    width: 25px;
}

.popup-serveur form textarea {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    font-family: 'Poppins', 'sans-serif';
    font-size: 15px;
    padding: 15px;
    margin: 1rem 0;
    outline-width: 2px;
    outline-color: rgba(0, 0, 0, 0.49);
}

.close-serveur-button {
    background: transparent !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.popup-serveur form label {
    font-size: 17px;
    font-weight: 500;
    width: 70%;
}

.popup-serveur .btn-orange {
    width: 100%;
}

article.radio-container {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
    width: 100%;
}

.align-radio {
    display: flex;
    align-items: center;

    input:disabled {
        opacity: .5;
        background-color: rgba(0, 0, 0, 0.38);
        border-color: rgba(0, 0, 0, 0.38);
     }

    &[data-disabled="true"] {
        label {
            text-decoration: line-through;
            color: rgba(0, 0, 0, 0.38);
        }
    }

}

.commandes-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.commande-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
}

.commande-card:hover {
    transform: translateY(-2px);
}

.commande-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.commande-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.commande-number {
    font-weight: 600;
    color: #DD725B;
    font-size: 16px;
}

.commande-date {
    color: rgba(0,0,0,0.5);
    font-size: 14px;
}

.commande-status {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.status-validee {
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.status-en_cours {
    background: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.restaurant-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.restaurant-info span {
    font-weight: 500;
    font-size: 16px;
}

.commande-total {
    margin-top: 0.5rem;
    text-align: right;
}

.total-price {
    color: #DD725B;
    font-weight: 600;
}

.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
    .commande-card {
        padding: 1rem;
    }

    .commande-header {
        flex-direction: column;
        gap: 1rem;
    }

    .commande-status {
        align-self: flex-start;
    }
}

/* Styles pour la page Mes Commandes */
.page-title {
    margin: 1rem 0 2rem;
    text-align: center;
}

.page-title h1 {
    font-size: 24px;
    color: #DD725B;
    margin: 0;
}

.commandes-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.commande-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
}

.commande-card:hover {
    transform: translateY(-2px);
}

.commande-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.commande-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.commande-number {
    font-weight: 600;
    color: #DD725B;
    font-size: 16px;
}

.commande-date {
    color: rgba(0,0,0,0.5);
    font-size: 14px;
}

.commande-status {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.status-validee {
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.status-en_cours {
    background: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.restaurant-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.restaurant-info span {
    font-weight: 500;
    font-size: 16px;
}

.commande-total {
    margin-top: 0.5rem;
    text-align: right;
}

.total-price {
    color: #DD725B;
    font-weight: 600;
}

.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
    .commande-card {
        padding: 1rem;
    }

    .commande-header {
        flex-direction: column;
        gap: 1rem;
    }

    .commande-status {
        align-self: flex-start;
    }
}

/* Styles pour la page détail commande */
.commande-detail-header {
    margin-bottom: 2rem;
}

.commande-detail-header h1 {
    font-size: 24px;
    color: #DD725B;
    margin: 0 0 0.5rem;
}

.commande-detail-header .commande-date {
    display: block;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    margin-bottom: 1rem;
}

.restaurant-info h2 {
    font-size: 18px;
    margin: 0 0 0.5rem;
}

.table-number {
    color: rgba(0,0,0,0.5);
    font-size: 14px;
}

.commande-detail-content {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.articles-list h3 {
    font-size: 16px;
    margin: 0 0 1rem;
}

.article-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.article-item:last-child {
    border-bottom: none;
}

.article-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.article-qty {
    color: rgba(0,0,0,0.5);
    font-size: 14px;
}

.article-name {
    font-weight: 500;
}

.article-price {
    font-weight: 500;
}

.commande-detail-total {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.commande-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .commande-detail-content {
        padding: 1rem;
    }
    
    .article-info {
        gap: 0.5rem;
    }
}
