.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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:"Helvetica";--e-global-typography-text-font-size:0.8em;--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5b78890-font-family:"Helvetica";--e-global-typography-5b78890-font-size:0.65em;--e-global-typography-5b78890-font-weight:100;--e-global-typography-5b78890-line-height:1.4em;background-color:var( --e-global-color-v4-warm-cream );font-family:"Helvetica", Sans-serif;font-size:22px;font-weight:100;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#02010100;color:var( --e-global-color-v4-gold-hover );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-v4-gold-accent );}.elementor-kit-7 a:hover{color:var( --e-global-color-v4-gold-hover );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{color:var( --e-global-color-v4-gold-accent );border-style:none;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:767px;}.e-con{--container-max-width:767px;}}:root { --warm-cream:#fdf8f1; --near-black-brown:#1f0d0d; --gold-accent:#956611; --muted-grey-brown:#776465; --black:#000000; --white:#ffffff; --gold-hover:#a67c52; --UI-grey:#333333; }
/* Start custom CSS */.arrow-wrapper:hover .arrow-wan{
    transform: translateX(10px);
}
.arrow-wan{
    transition-duration: 300ms;
}

/* formatage liste d'articles accueil, news, expertises*/
/*.uc_post_list_image {
}*/

.uc-expertise-label {
  font-family: Unna, sans-serif;
  font-weight: 100;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #776465;
  margin-bottom: 0.5em;
  width:100px;
  line-height: 1em;
 text-align: center;
}

@media (max-width:767px){
    .uc-expertise-label {
    font-size: 0.6em;
    text-align: left;
}
.uc_post_list .button-on-side{
    display: none!important;
}
}

/* Catégorie + date sur la même ligne */
.uc_post_list_content_inside {
  display: grid;
  grid-template-columns: auto 1fr;
}

/* Catégorie → ligne 1, col 1 */
.uc_post_list_content_inside .ue-grid-item-category {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

/* Date → ligne 1, col 2 (même ligne que la catégorie, malgré l'ordre DOM) */
.uc_post_list_content_inside .ue-meta-data {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  display: flex;
  align-items: center;
}

/* Séparateur · */
.uc_post_list_content_inside .ue-meta-data::before {
/*  content: "·";*/
/*  margin: 0 em;*/
}

/* Titre → ligne 2, pleine largeur */
.uc_post_list_content_inside .uc_post_list_title {
  grid-column: 1 / -1;
  grid-row: 2;
}

/* Extrait → ligne 3, pleine largeur */
.uc_post_list_content_inside .uc_post_content {
  grid-column: 1 / -1;
  grid-row: 3;
}


.button-on-side:after{
    content:url("https://wan-avocats.com/wp-content/uploads/2026/05/arrow-wan.svg")!important;
    width: 64px!important;
    transform: translatex(-10px);
    transition-duration: 300ms;
}
.button-on-side:hover{
    transform: translatex(10px);
     transition-duration: 300ms;
}/* End custom CSS */