:root{
    --barlin-soft: #f7f7f7;
    --barlin-shadow: 0 10px 70px rgba(0,0,0,.22);
  }
.page-hero{
      border-radius: 1.5rem;
      color:#fff;
      background: #e67e22;
      padding: 1.4rem 1.4rem 1.1rem;
    }
    /* CARTES */
    .section-card{
      border: 1px solid rgba(0,0,0,.10);
      border-radius: 1.25rem;
    box-shadow: var(--barlin-shadow);
      overflow: hidden;
      background: #fff;
    }
    .school-card{
      border: 1px solid rgba(0,0,0,.08);
      border-radius: 1.25rem;
      box-shadow: 0 14px 40px rgba(0,0,0,.10);
      overflow: hidden;
      background:#fff;
      height: 100%;
    }
    .school-card img{
      width: 100%;
      height: auto;
      display:block;
    }
    .meta-list i{
      width: 1.25rem;
      text-align:center;
      opacity:.85;
    }

    /* Liens documents */
    .downloads a{ text-decoration: none; }
    .downloads a:hover{ text-decoration: underline; }

    /* Contenu éditorial (HTML autorisé) */
    .editor-content p{ margin-bottom: .6rem; }
    .editor-content ul, .editor-content ol{ padding-left: 1.2rem; margin-bottom: .6rem; }
    .editor-content a{ text-decoration: underline; }

    /* Focus visible (RGAA) */
    :focus-visible{
      outline: 3px solid rgba(0,0,0,.55);
      outline-offset: 2px;
    }