/*
 Theme Name:   Olga
 Template:     Divi
*/

/* Personnalisations CSS */


.citation blockquote {
  border-left: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 1rem; /* Ajoute une marge sous la citation */
}

.citation blockquote cite {
  font-size: 14px;
  display: block;
  margin-top: 1rem; /* Marge entre la citation et l’auteur */
 
}


.avec-icone h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('https://www.darad.fr/wp-content/uploads/2025/06/element.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.liste ul {
  margin-top: 20px;
}


@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Espacement entre les puces UNIQUEMENT sur mobile */
@media only screen and (max-width: 767px) {
  .liste-mobile li {
    margin-bottom: 1.2rem; /* ajuste selon ton besoin */
  }

 
}
