/*
Theme Name: Blocksy Child
Theme URI: https://tonsite.com
Description: Thème enfant basé sur Blocksy
Author: Ton Nom
Author URI: https://tonsite.com
Template: blocksy
Version: 1.0.0
*/

/* Ajoute ici tes styles personnalisés */

/* BLOC related 2nd niveau*/
.mp2ia-related-section {
    background: #0a0b1f;
    color: #fff;
    padding: 120px 40px;
    font-family: "Segoe UI", Roboto, sans-serif;
    text-align: center;
  }
  .mp2ia-related-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .mp2ia-related-section h2 {
    font-size: 2.4rem;
    background: linear-gradient(90deg, #5c6bc0, #ab47bc, #ffa726);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .mp2ia-related-lead {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 3rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }

  .mp2ia-related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .mp2ia-related-card {
    flex: 1 1 30%;
    min-width: 260px;
    max-width: 340px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 28px;
    border-radius: 20px;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .mp2ia-related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(160, 200, 255, 0.1);
  }
  .card-inner h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #fff;
  }
  .card-inner p {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.6;
  }
  