/*
Theme Name: CDM
Theme URI:  https://example.com/hello-elementor-child
Description: Thème enfant pour Hello Elementor
Author:
Author URI:  https://example.com
Template:    hello-elementor
Version:     1.0.0
Text Domain: hello-elementor-child
*/

/* Import du style parent */
@import url("../hello-elementor/style.css");

/* Ton CSS personnalisé ci-dessous */

@font-face {
  font-family: "Transforma";
  src: url("https://citedumanagement.com/wp-content/uploads/2025/09/TransformaScript-SemiBold.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.transforma{
  font-family: "Transforma", Sans-serif !important;
}

.jaune{
  color : #F4FF50;
}

.orange{
  color : #E7550F;
}

.echo-clone {
  position: absolute;
  top: 20;
  left: 0;
  color: transparent; /* pas de remplissage */
  -webkit-text-stroke: 2px rgba(171,44,47,0.35); /* contour */
  transform: translate(8px, 8px);
  pointer-events: none;
  z-index: -1;
}

.echo-clone.second {
  -webkit-text-stroke: 2px rgba(171,44,47,0.15);
  transform: translate(16px, 16px);
  z-index: -2;
}

.st1{
  stroke-width : 0px !important;
}

h2.e-n-accordion-item-title-text {
    margin-top: 10px !important;
}
