/* 
Theme Name: ddx Child
Theme URI:
Description: 
Author: Digitale deluxe
Author URI: 
Template: ddx
Version: 1.0.1
Text Domain: ddx-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:
*/

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: var(--e-global-color-accent)!important;
    height: 2em!important;
    width: 2em!important;
}
.elementor[data-elementor-type="wp-page"] {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 0 0 30px rgba(56, 77, 156, 0.3);
  background-color: #fff; /* si pas déjà défini */
}

/* Bullets stylées uniquement dans le corps de page Elementor */
.elementor[data-elementor-type="wp-page"] ul {
  list-style: none;
  padding-left: 1.2em;
}

.elementor[data-elementor-type="wp-page"] ul li {
  position: relative;
  margin-bottom: 0.5em;
}

.elementor[data-elementor-type="wp-page"] ul li::before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: 0.4em;
  width: 12px;
  height: 12px;
  background-color: #4DA779; /* couleur bullets*/
  border-radius: 50%; 
}

