/*
 Theme Name:   efracam
 Theme URI:    http://example.com/efracam/
 Description:  Thème enfant pour le thème hello-elementor
 Author:       Fossi florent martial
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importation du style du thème parent */
@import url("../hello-elementor/style.css");

/* Ajoute ici tes styles personnalisés */
/* Styles pour l'image mise en avant */
.custom-post-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.custom-post-container h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.post-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 20px;
}

.post-content {
    font-size: 1.2em;
    line-height: 1.6;
}
