/* 
Theme Name: OVM Communication
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: OVM Communication
Author URI: https://ovm-communication.fr/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.single-intervention .c-content h1 {
    font-size: 3.2rem !important;
    line-height: 1.25 !important;
}

.c-banner__image img {
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content p, .c-content ul, .c-content ol {
    max-width: 100%!important;
}