section.bloc.bloc-gutenberg h2 {
    color: #dc0d15;
}

section.bloc.bloc-gutenberg h3 {
    font-size: 2.2rem;
}

.wp-block-media-text.alignwide {
    margin-bottom: 40px;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 40px;
}

.wp-block-image img {
    height: auto;
}

.autocomplete-zipcode {
    width: 864px;
    position: absolute;
    top: 68px;
    overflow-x: hidden;
    height: 120px;
    list-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
}

.autocomplete-zipcode-bloc {
    width: inherit;
    position: absolute;
    top: 68px;
    overflow-x: hidden;
    height: 120px;
    list-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
}

.error-container {
    background-color: #dc0d15;
    display: none;
    padding: 3px;
    width: fit-content;
}
