/* =====================================================
   Footer - Bloc de réassurance
   ===================================================== */

.asp-footer-reassurance {
    background: #ED6928;
}

.asp-footer-reassurance .blockreassurance_product {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 !important;
}

.asp-footer-reassurance .blockreassurance_product > div:not(.clearfix) {
    flex: 0 1 320px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    background: transparent !important;
    border-radius: 6px;

    padding: 35px 25px;
    margin: 0 !important;

    box-sizing: border-box;
}

.asp-footer-reassurance .blockreassurance_product > .clearfix {
    display: none;
}

/* Icône */

.asp-footer-reassurance .item-product {
    display: flex !important;
    justify-content: center;
    align-items: center;

    width: auto !important;
    height: auto !important;

    margin-bottom: 25px;
}

.asp-footer-reassurance .item-product img {
    display: block !important;

    width: 90px !important;
    height: 90px !important;

    min-width: 90px !important;
    min-height: 90px !important;

    max-width: 90px !important;
    max-height: 90px !important;

    object-fit: contain;

    filter:
        brightness(0)
        invert(1);
}

/* Titre */

.asp-footer-reassurance .block-title {
    display: block;

    color: #fff !important;

    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;

    margin: 0 0 18px;
}

/* Texte */

.asp-footer-reassurance p {
    margin: 0;

    color: #fff !important;

    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.6;
}

/* Responsive */

@media (max-width: 1024px) {

    .asp-footer-reassurance .blockreassurance_product {
        flex-direction: column;
        align-items: center;
    }

    .asp-footer-reassurance .blockreassurance_product > div:not(.clearfix) {
        width: 100%;
        max-width: 500px;
        flex: none;
    }

}
