/*
 Theme Name:   ATTPS
 Theme URI:    https://example.com
 Description:  Thème enfant ATTPS pour Divi 5 – Personnalisations préservées lors des mises à jour.
 Author:       Votre Nom
 Author URI:   https://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  attps
*/

/* ==========================================================================
   Vos styles personnalisés ci-dessous
   ========================================================================== */

.custom-li {
  ul {
    list-style-type: none;
    padding-left: 0;

    li {
      position: relative;
      display: flex;
      align-items: flex-start;
      margin-bottom: 5px;

      &::before {
        content: "\f00c";
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        background-color: #587dbd;
        color: #ffffff;
        font-size: 11px;
        border-radius: 50%;
        margin-right: 12px;
        flex-shrink: 0;
      }
    }
  }
}
