/* Bandeau de réassurance – à placer dans /css/bandeau-reassurance.css
   du thème enfant miellerievaudoise02 */

.bandeau-reassurance {
    background-color: #ffffff;
    padding: 40px 20px 0;
    text-align: center;
    box-sizing: border-box;
    font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
    line-height: 1.4em;
    font-weight: 400;
    color: #333333;
}

.bandeau-reassurance__illustration {
    max-width: 420px;
    width: 100%;
    height: auto;
    margin: calc(30px + 3em) auto 0;
    display: block;
}

.bandeau-reassurance__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px 40px;
    max-width: 1100px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.bandeau-reassurance__item {
    flex: 1 1 220px;
    max-width: 260px;
    font-size: 1.1rem;
    line-height: 1.4em;
    color: #333333;
    font-weight: 400;
}

.bandeau-reassurance__icon {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 8px;
}

.bandeau-reassurance__item .sub {
    display: block;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    margin-top: 2px;
}

@media (max-width: 600px) {
    .bandeau-reassurance__items {
        gap: 24px;
    }
    .bandeau-reassurance__item {
        flex: 1 1 100%;
        max-width: 320px;
    }
}
