/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-theme-child-master
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 */
/*
Theme Name: hello-theme-child-master
Template: hello-elementor
*/
/* === BASE TYPOGRAPHIE === */
body {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #222;
    background: #fff;
    margin: 0;
    padding: 0;
}

/* === STRUCTURE ARTICLE === */
.single-post .site-main {
    padding: 60px 20px;
    background: #f9f9f9;
    display: block !important; /* Correction du layout */
}

.single-post article {
    max-width: 90%;
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    flex: none !important;
}

/* === IMAGE DE L’ARTICLE EN PLEINE LARGEUR === */
.post-thumbnail-full {
    width: 100%;
    flex: none !important;
}

.post-thumbnail-full img {
    width: 100vw;
    height: 450px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

/* === TITRE & CONTENU === */
.entry-title {
    font-size: 2.4em;
    margin-bottom: 20px;
}

.entry-content {
    font-size: 1.05em;
    line-height: 1.6;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.6em;
}

/* === RÉACTIF MOBILE === */
@media (max-width: 768px) {
    .single-post article {
        padding: 20px;
    }

    .post-thumbnail-full img {
        height: 250px;
    }
}
