.elementor-3 .elementor-element.elementor-element-74d5bea8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-7fbb588d p{margin-block-end:33px;}/* Start custom CSS *//* Titre */
.entry-title {
  position: relative;
  display: inline-block;
  padding-bottom: 50px; /* espace pour l’arc */
  z-index: 1;
}

 /* Arc décoratif */
.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;                 /* collé sous le texte */
  transform: translatey(40%);
  width: 400px;              /* arc bien large */
  height: 400px;              /* ⬅️ hauteur réaliste */
  background: url("/wp-content/uploads/2026/01/arc.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;                /* derrière le texte, pas derrière le widget */
}/* End custom CSS */