/*
Theme Name: kmpb
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone

*/

@import url("../twentytwentyone/style.css");


/* Bouton Lire la suite */
.elementor-post__read-more {
    display: inline-block;
    background-color: #D62427; /* Fond rouge */
    color: #ffffff !important; /* Texte blanc forcé */
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 14px; /* Bouton compact */
    text-decoration: none;
    border: 1px solid #D62427;
    transition: all 0.3s ease;
    border-radius: 0; /* Rectangulaire */
}

/* Effet hover */
.elementor-post__read-more:hover {
    background-color: #ffffff; /* Fond blanc */
    color: #D62427 !important; /* Texte rouge */
    border: 1px solid #D62427;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: auto!important;
    left: calc(50% + -15px)!important;
    position: absolute!important;
    top: calc(50% + 1px)!important;
    transform: scale(1.01) translate(-50%, -50%)!important;
}
