:root {
    --ge-green: #000;
    --ge-gree-hl: #000;
    --ge-green-dark: #000;
    --ge-yellow: #000;
}

body.login-page {
    width: 100%;
    height: 80vh;
    display: grid;
    place-items: center;
}

.login-page .page-wrapper {
    max-width: 900px;
}

.logo img {
    max-height: 100px;
    margin: 20px auto 30px;
}

.collection-hero__image {
    height: 50px;
}

.dashboard-links .list-group-item.active {
    background-color: var(--ge-gree-hl);
    color: #fff;
    border-color: var(--ge-gree-hl);
}

.dashboard-profile .bg-blue {
    background: #fbfbfb;
}

.dashboard-profile .bg-blue:before,
.dashboard-profile .bg-blue:after,
.dashboard-profile .img-thumbnail:before,
.dashboard-profile .img-thumbnail:after {
    display: none;
}

.as-card-image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #fff;
    position: relative;
    border: 1px solid #96969629;
}

.as-card-center {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
}

.dashboard-links .list-group-item {
    font-size: 13px;
}

textarea.form-control[name='post-info-description'] {
    min-height: calc(15em + (0.75rem + 2px));
}

textarea.form-control[name='post-info-horaires'] {
    height: 150px;
}

.table__actu {
    font-size: 13px;
}

.table__actu__title {
    font-size: 15px;
}

.table__actu__desc {
    font-size: 12px;
}

.iconset {
    height: auto;
}

.cart-remove-icon {
    position: absolute;
    right: 3px;
    top: -10px;
    z-index: 1;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    color: red;
    background-color: #fff;
    border: 1px solid red;
    transition: all 0.4 ease-in-out;
}

.cart-remove-icon:hover {
    color: #fff;
    background-color: red;
    border: 1px solid red;
    transform: rotateZ(90deg);
}

.cart-remove-icon .icon {
    font-size: 12px;
    margin-left: 1px;
}

.iconset:hover .cart-remove-icon {
    color: #fff;
    background-color: red;
    border: 1px solid red;
}

.iconset:hover .cart-remove-icon .icon {
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
}

.iconset:hover .icon,
.iconset:hover .text,
.iconset:hover a {
    color: #000;
}

.btn.btn-cancel {
    color: #8b8b8b;
    background-color: #f7f7f7;
    border-color: #fff;
}

.btn.btn-cancel:hover {
    color: #333333;
    background-color: #efefef;
    border-color: #fff;
}

.footer {
    margin-top: 100px;
}

textarea#counter {
    min-height: 170px;
}

#count_message {
    position: absolute;
    bottom: 5px;
    right: 15px;
    display: block;
    background: #dddddd;
    color: #7c7c7c;
    width: auto;
    padding: 0 8px;
    border-radius: 999999px;
    font-size: 12px;
}

#bonPlanDate,
#bonPlanDateEdit {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.quillEditor {
    position: relative;
    margin-bottom: 10px;
}

.btn-secondary {
    background-color: #000;
}