/* 
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-elementor-child
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
*/

/* général */
a {
  color: #132B70;
  text-decoration-color: #132B70;
}
/* Add your custom styles here */
.client-avatar img {
    /*width: 50%!important;
    height: 50%!important;*/
    border-radius: 0%!important;
}
.post-tags { display: none !important; }


/* --- LIENS dans les listes du contenu (pages + articles) --- */
body.page main.site-main .elementor-widget-text-editor ul li a,
body.page main.site-main .elementor-widget-text-editor ol li a,
body.single-post main.site-main .elementor-widget-text-editor ul li a,
body.single-post main.site-main .elementor-widget-text-editor ol li a,
.elementor-location-single .elementor-widget-text-editor ul li a,
.elementor-location-single .elementor-widget-text-editor ol li a {
  color: #132B70;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #132B70!important;
}

/* Sécurité : ne pas affecter header/footer */
.elementor-location-header .elementor-widget-text-editor ul li a,
.elementor-location-header .elementor-widget-text-editor ol li a,
.elementor-location-footer .elementor-widget-text-editor ul li a,
.elementor-location-footer .elementor-widget-text-editor ol li a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

/* Le conteneur des tags */
.elementor-post-info__terms-list {
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 14px!important;       /* espace vertical */
  column-gap: 4px;    /* espace horizontal */
}
.elementor-post-info__terms-list a{
	font-size:12px!important;
}

.elementor-post-info__terms-list-item {
    padding: 8px 12px!important;
}


.date_blog_only
{
	display:none;
}

.category-195 .date_blog_only {
	display:block;
}
