/* Barre réassurance footer — Boulangerie Cerise v2 */

.footer_top.cerise-reassurance {
    background: #fff;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
}

.cerise-reassurance .container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.cerise-reassurance__grid {
    display: flex;
    align-items: stretch;
}

.cerise-reassurance__item {
    display: flex;
    flex: 1 1 25%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 110px;
    padding: 22px 18px;
    margin: 0;
    border-right: 1px solid #ebebeb;
    transition: background 0.2s ease;
}

.cerise-reassurance__item:last-child {
    border-right: none;
}

.cerise-reassurance__item:hover {
    background: #fafafa;
}

.cerise-reassurance__icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}

.cerise-reassurance__icon-wrap img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    float: none !important;
    margin: 0 !important;
    opacity: 0.85;
}

.cerise-reassurance__body {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.cerise-reassurance__title {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cerise-reassurance__desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #888;
    font-style: normal;
}

/* Neutralise anciens styles theme */
.cerise-reassurance .box_col,
.cerise-reassurance .box_out,
.cerise-reassurance .box_in {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    overflow: visible !important;
}

.cerise-reassurance .box_row {
    margin: 0;
}

@media (max-width: 991px) {
    .cerise-reassurance__grid {
        flex-wrap: wrap;
    }

    .cerise-reassurance__item {
        flex: 1 1 50%;
        min-height: 100px;
        border-right: none;
        border-bottom: 1px solid #ebebeb;
    }

    .cerise-reassurance__item:nth-child(odd) {
        border-right: 1px solid #ebebeb;
    }

    .cerise-reassurance__item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    .cerise-reassurance__item {
        flex: 1 1 100%;
        border-right: none !important;
        border-bottom: 1px solid #ebebeb !important;
        padding: 18px 12px;
    }

    .cerise-reassurance__item:last-child {
        border-bottom: none !important;
    }
}
