.elementor-kit-2047{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#B10000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-2047 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2047 label{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-2047 input:not([type="button"]):not([type="submit"]),.elementor-kit-2047 textarea,.elementor-kit-2047 .elementor-field-textual{color:#FFFFFF;}.elementor-kit-2047 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-2047 textarea:focus,.elementor-kit-2047 .elementor-field-textual:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* 1. Style des étiquettes (Badges) sur les grilles d'articles */
.elementor-post__badge {
    background-color: #ffffff !important; /* Fond blanc */
    color: #000000 !important; /* Texte noir pour lisibilité sur blanc */
    transition: all 0.3s ease; /* Transition fluide */
}

.elementor-post__badge:hover {
    background-color: #A40000 !important; /* Rouge au survol */
    color: #ffffff !important; /* Texte devient blanc au survol */
}

/* 2. Style des liens d'étiquettes (Tags) classiques dans l'article */
.elementor-post-info__terms-list-item {
    color: #ffffff !important; /* Texte blanc */
    transition: color 0.3s ease;
}

.elementor-post-info__terms-list-item:hover {
    color: #A40000 !important; /* Rouge au survol */
}

/* Si vos étiquettes sont des boutons/liens classiques de thème */
.post-tags a, .entry-meta a {
    background: #ffffff;
    color: #000000;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.3s;
}

.post-tags a:hover, .entry-meta a:hover {
    background: #A40000 !important;
    color: #ffffff !important;
}

.ev-search-input {
    color: #000 !important; /* <--- AJOUTEZ CETTE LIGNE */
  }/* End custom CSS */