/* Make ACF image responsive to container column */
.arpea-evenements .custom-field-image img {
    width: 100%;
    height: auto;
}

/* Fix getwid button colors to match theme */
.wp-block-button__link:link, .wp-block-button__link:visited, .wp-block-button__link:active {
    color: white;
}
.wp-block-button__link:hover {
    color: #00abe9;
}
