/*
 Theme Name: DDX
 Theme URI: https://digitaledeluxe.fr
 Description: Thème enfant basé sur Hello Elementor, custom Digitale Deluxe.
 Author: Digitale Deluxe
 Author URI: https://digitaledeluxe.fr
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: ddx
*/

/* Ton CSS global ici */
:root {
  /* Exemples de tokens, à adapter */
  --ddx-color-primary: #00267b;
  --ddx-color-secondary: #249dc5;
  --ddx-color-text: #273238;
}

/* Exemple : styles généraux */
body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ddx-color-text);
}
h2.jet-listing-dynamic-field__content {
    margin: auto;
	line-height: 1em;
}
span.jet-engine-gallery-slider__item-wrap.jet-engine-gallery-item-wrap {
    border-radius: 10px;
}

.accentimg{
    position:relative;
    overflow:hidden;
}

.accentimg img{
    display:block;
    width:100%;
    filter:grayscale(1) contrast(1.05);
}

.accentimg::after{
    content:"";
    position:absolute;
    inset:0;
    background:var(--e-global-color-accent);
    mix-blend-mode:color;
    opacity:0.75;
    pointer-events:none;
}