.elementor-23443 .elementor-element.elementor-element-c931910{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cf02f2e */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
    
    body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
      background: #f8f9fa;
      color: #333;
    }

    .outils-container {
      max-width: 80%;
      margin: 20px auto;
      padding: 20px;
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    h2 {
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
    }

    h3 {
      font-size: 20px;
      color: #34495e;
      border-left: 5px solid #e67e22;
      padding-left: 10px;
      margin-bottom: 15px;
    }

    ul {
      list-style: none;
      padding: 0;
    }

    .outils-container ul li {
      margin-bottom: 15px;
    }

    a.tool-link {
      display: block;
      padding: 15px;
      background: #f9f9f9;
      border-radius: 8px;
      text-decoration: none;
      color: #2c3e50;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s, box-shadow 0.2s;
    }

    a.tool-link:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .groupe .sub-links {
      display: flex;
      gap: 10px;
      margin-left: 20px;
      margin-top: 10px;
    }

    .sub-link {
      padding: 8px 12px;
      background: #ecf0f1;
      border-radius: 6px;
      text-decoration: none;
      color: #3498db;
      transition: background 0.2s;
    }

    .sub-link:hover {
      background: #dfe6e9;
      color: #2980b9;
    }

    .annotation {
      margin-left: 20px;
      font-size: 14px;
      color: #7f8c8d;
    }/* End custom CSS */