/*
Theme Name: Malécites CWM
Description: Thème custom pour Malécites
Version:1.1
Author: Conception WM
Author URI: https://conceptionwm.com
Text Domain: cwm-malecites-theme
Domain Path: /languages
*/



.single-post .post-content{
    font-size: 18px;
}

.single-post .meta-box{
    font-size: 1.5em;
    font-weight: bold;
}

.single-post .featured-image,
.blogue .featured-image{
    min-height: 50vh;
    background-size: cover;
    background-position: center;
}

.blogue-article{
    display: inline-block;
    background-color: #EEE;
    border-radius: 2rem;
    padding: 20px;
}