.cart_count {
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    border: solid #F0C300;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background: #F0C300;
    margin-left: 15px;
    color: #FFF;
    text-align: center;
    margin-top: -25px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: .5;
    z-index: 4;
}

.is-loading .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    z-index: 5;
}

.bg_grey {
    background-color: grey !important;
}

.food_title {
    font-size: 15px;
    font-weight: bold;
}

.restaurant_title {
    font-size: 12px;
    font-weight: bold;
}

.flag_image {
    height: 105px !important;
    width: 105px !important;
    margin: auto !important;
}

/**
    ######## CSS zone de drapeau
 */
.iti {
    width: 100%;
}

.badge-danger {
    background-color: #dc3545;
}

.vich-image .form-check, .vich-image a  {
    display: none;
}