body {
    /* background: #ebebf1; */
    background: #dfe3ee !important;
}

li a.langue {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #fff;
    overflow: hidden;
}

.text-purple {
    color: #E63E8E !important;
}

.fs-10 {
    font-size: 4rem !important;
}

.width-100 {
    width: 100% !important;
}

.link-footer:hover {
    text-decoration: underline !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.border-radius-xxl {
    border-radius: 5rem !important;
}

.nowrapellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

li a.langue img {
    width: 28px;
    height: 28px;
    border-radius: 32px;
}

.nowrap {
    white-space: nowrap !important;
}

img.flagchosen {
    height: 20px !important;
    margin-right: 10px;
    border-radius: 3px;
}

img.playstoreicon {
    width: 20px;
    margin-right: 0.25rem;
}

.cookie {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #00000048;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1024;
}

p,
ul li {
    font-size: 12px;
}

.cookie .cookie-popup {
    width: 550px;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
}

.cookie .cookie-popup h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cookie .cookie-popup p {
    font-size: 0.75rem;
}

.cookie .cookie-popup .footercookie {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.5rem;
}

.cookie .cookie-popup .footercookie .btn {
    margin: 0px;
    box-shadow: none;
}

.cookie .cookie-popup .footercookie a.moreinfo {
    color: #316349 !important;
    font-size: 0.85rem;
    text-decoration: none;
}

.cookie .cookie-popup .footercookie a.moreinfo:hover {
    text-decoration: underline;
}

.quartier-inscription {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}

#div_autre_quartier {
    display: none;
}

button {
    margin: 0 !important;
    box-shadow: none !important;
}

.select2-container {
    border-radius: 0.5rem !important;
    border: 1px solid #d2d6da !important;
}

h4 {
    font-size: 1rem !important;
    font-weight: 600 !important;
}

h3 span {
    margin: 0;
}

h3 small {
    font-size: 1rem;
    margin: 0;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #d2d6da;
    border-bottom: 1px solid #d2d6da;
}

.loader i {
    margin: 0 0.75rem !important;
}

.messageflashe.message {
    display: flex;
    gap: 0.75rem;
    flex-wrap: nowrap;
    background: #3b3e42;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    padding-bottom: 0.2rem;
    align-items: start;
    position: fixed;
    top: 3rem;
    right: 3rem;
    overflow: hidden;
    box-shadow: 0 5px 15px #3a3f485e;
    z-index: 99999;
    animation: animeShow 0.3s ease-in-out forwards;
}

.messageflashe.message::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    animation: animeRemove 7s ease-in-out forwards;
}

.messageflashe.message .icon {
    font-size: 2rem;
    margin-top: -13px;
    color: #fff;
}

.messageflashe.message .text {
    display: flex;
    align-items: center;
    max-width: 300px;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 3px;
    margin-bottom: 1rem;
}

.messageflashe.message a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #d2d6da5d;
    opacity: 0.7;
    color: #fff;
    transition: all 0.3s ease;
}

.messageflashe.message::after {
    background: #ffffff67;
}

.messageflashe.message a:hover {
    opacity: 1;
}

.messageflashe.message.success {
    background: #1fa74c;
}

.messageflashe.message.success .icon::before {
    content: '\eb80';
    font-family: 'remixicon' !important;
}

.messageflashe.message.danger,
.messageflashe.message.error {
    background: #d82b2b;
}

.messageflashe.message.danger .icon::before,
.messageflashe.message.error .icon::before {
    content: '\ed92';
    font-family: 'remixicon' !important;
}

.messageflashe.message.warning {
    background: #ff9e0c;
}

.messageflashe.message.warning .icon::before {
    content: '\eca0';
    font-family: 'remixicon' !important;
}

.messageflashe.message.info {
    background: #258eb8;
}

.messageflashe.message.info .icon::before {
    content: '\f448';
    font-family: 'remixicon' !important;
}

@keyframes animeRemove {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes animeShow {
    0% {
        transform-origin: center;
        transform: rotate(-6deg);
    }

    25% {
        transform-origin: center;
        transform: rotate(3deg);
    }

    50% {
        transform-origin: center;
        transform: rotate(-4deg);
    }

    75% {
        transform-origin: center;
        transform: rotate(8deg);
    }

    100% {
        transform-origin: center;
        transform: rotate(0deg);
    }
}

.btn-menu {
    background: #e3e3e7;
    height: 35px;
    padding: 0 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    gap: 0.5rem;
}

.loader {
    color: #aeb1b3;
    border: none !important;
}

.loader.profil {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.btn-menu.active {
    background: #7cc43c;
    color: #fff !important;
}

a.link-edit {
    font-size: 1rem;
    color: #8f939b;
}

a.link-edit:hover {
    color: #32353b;
}

.btn-menu i {
    font-size: 1rem;
}

.btn-menu span {
    margin-top: 1px;
    font-size: 0.75rem;
}

.btn-notif {
    background: #e3e3e7;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    position: relative;
    font-size: 1rem;
}

.btn-notif.active,
.btn-notif.active_link {
    background: #7cc43c;
    color: #fff !important;
}

.btn-gp {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    position: relative;
    font-size: 1rem;
}

img.ordonnance-modal {
    width: 100%;
}

element {
    width: 65px;

    height: 30px;

}

p sup {
    font-size: 0.5rem;
}

.table {
    border-collapse: collapse;
}

.badge-sm {
    margin: 0;
    padding: 0.1rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.55rem;
    font-weight: 600;
}

.f-0 {
    font-size: 0px !important;
    line-height: 0px !important;
    height: 0px !important;
    display: block;
}

.btn-block {
    width: 100%;
}

.icon-mini {
    opacity: 0.7;
    width: 20px;
}

.card .dataTables_filter,
.card .dataTables_length,
.card .dataTables_paginate,
.card .dataTables_info {
    padding: 0 1.25rem;
}

.card .dataTables_info {
    font-size: 0.75rem;
}

.modal-footer.confirmation {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.modal-footer.confirmation .btn-block {
    width: 100%;
}

.btn-notif.btn-notif-sm {
    height: 28px;
    width: 28px;
    font-size: 0.7rem;
}

.btn-notif.btn-notif-sm i {
    opacity: 0.6;
}

.notif-lateral {
    width: 20px;
    height: 20px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d82b2b;
    font-weight: 600;
    font-size: 0.6rem !important;
    color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: auto;
}

.input-group-sp {
    display: flex;
    flex-wrap: nowrap;
}

.input-group-sp * {
    border-right: none !important;
    border-left: none !important;
}

.input-group-sp *:first-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: none !important;
    border-left: 1px solid #d2d6da !important;
}

.input-group-sp *:last-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: none !important;
    border-right: 1px solid #d2d6da !important;
}

.input-group-sp-many {
    display: flex;
    flex-wrap: nowrap;
}

.mw-550 {
    max-width: 550px;
}

.input-group-sp-many * {
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
}

.input-group-sp2 {
    display: flex;
    flex-wrap: nowrap;
}

.input-group-sp2 * {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

.w-100 {
    width: 250px !important;
}

.input-group-sp2 .search {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-left: 1px solid #d2d6da !important;
}

.input-group-sp2 button {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-right: 1px solid #0ea5e9 !important;
}

.input-group-sp-many *:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-right: none !important;
    border-left: 1px solid #d2d6da !important;
}

.input-group-sp-many *:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-left: none !important;
    border-right: 1px solid #d2d6da !important;
}

footer.footer p,
footer.footer ul li a {
    font-size: 0.7rem;
}

footer.footer ul li a:hover {
    text-decoration: underline;
}

.input-group-sp span {
    font-size: 0.7rem;
    font-weight: 800;
    opacity: 0.7;
}

.h-100 {
    min-height: 100vh;
}

.mt-10 {
    margin-top: 10rem;
}

.f-lg {
    font-size: 1rem;
}

.btn-link {
    border: none;
    background: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.bg-soft-light {
    background: #e7f0f4 !important;
}

.logo-img.w-100 {
    width: 90% !important;
}

.btn-notif .notif {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    background: #d82b2b;
    border: 4px solid #fff;
}

.nav-link-lateral {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    gap: 0.5rem;
}

.nav-link-lateral .icon-menu-lateral {
    background: #e3e3e7;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    position: relative;
    flex-shrink: 0;
    flex-wrap: 0;
}

.nav-link-lateral .icon-menu-lateral i {
    font-size: 1rem;
    margin: 0px;
    margin-top: -2px;
}

.nav-link-lateral.active .icon-menu-lateral {
    background: #7cc43c;
    color: #fff;
}

hr {
    border: 1px solid #a0a9b1;
}

.datepicker-cart {
    height: 40px;
    padding: 15px !important;
    padding-left: 35px !important;
    border: 1px solid #cdd4d9 !important;
    width: 175px !important;
}

.gj-datepicker i.gj-icon {
    left: 11px !important;
    top: 10px !important;
    font-size: 20px !important;
    opacity: 0.5 !important;
}

.link-remover {
    color: #a8b0b9;
}

.pu-cart {
    width: 110px;
}

.pt-cart {
    width: 125px;
}

.qte-cart {
    width: 65px;
    background: #e3e3e7;
}

.qte-cart:hover {
    background: #fff;
}

.link-remover:hover {
    color: #d82b2b;
    text-decoration: underline;
}

.nav-link-lateral span {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3 {
    font-size: 1.5rem;
}

.input-group input[type="file"].left {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.modal-header {
    justify-content: space-between;
}

.modal-header h5 {
    margin: 0;
}

.modal-header .btn-close {
    color: #202225;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-code {
    letter-spacing: 0.25rem !important;
    padding: 0.75rem 1.5rem !important;
}