/*
Theme Name: Hello elementor Enfant
Description: Theme enfant de Hello elementor. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: hello-elementor
Version: 1.0
*/

.article-categorie-en-avant  .elementor-post__text {
    padding: 50px;
}

.article-categorie-en-avant  .elementor-post__read-more {
    padding: 12px 24px;
    background-color: #1685BF;
    border-radius: 3px;
    transition: all .3s;
}

.article-categorie-en-avant .elementor-post__read-more:hover {
    background-color: #B1D44A;
}

.article-categorie-en-avant  .elementor-post__thumbnail__link {
    padding: 10px;
}

.article-categorie-en-avant  .elementor-post__thumbnail {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.article-categorie-en-avant  .elementor-post {
    align-items: center;
}

@media screen and (max-width:767px) { .article-categorie-en-avant  .elementor-post {
    flex-direction: column-reverse !important;}
    
    .article-categorie-en-avant  .elementor-post__text {
    padding: 10px 31px;
}
    
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{
    width: 100% !important;
    object-fit: contain;

}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	max-height:100%;
	max-width:100%;
	object-fit:contain;
}



