
.school-card {
    width: 100%;
    /* min-width: 420px; */
    height: 680px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}
.school-card-lebnon {
    background-image: url("../images/cards/1-Site-Lebon/background-card-lebon.jpg");
}
.school-card-poincare {
    background-image: url("../images/cards/2-Site-Poincare/background-card-poincare.jpg");
}
.school-card-breschet {
    background-image: url("../images/cards/3-Site-Breschet/background-card-breschet.jpg");
}
.school-card-aubiere {
    background-image: url("../images/cards/4-Site-Aubiere/background-card-aubiere.jpg");
}


/* voile sombre pour lisibilité */
.school-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.55));
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contenu central */
.school-content {
    z-index: 2;
}

.school-logo {
    max-width: 200px;
}

/* badge en bas */
.school-badge {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    padding: 10px 14px;
    background-color: rgba(var(--bs-light-rgb),0.5) !important;
    color: #fff !important;
    text-transform: uppercase;
}

.school-name {
    color: #fefefe;
    font-size: 1.7rem;
    font-weight: 500;
}

.cards-top-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 120px;
}

.school-badge-1 {
    left: 42%
}
.school-badge-2 {
    left: 62%
}

.btn-site {
    margin-top: 20px;
}

.footer-logo {
    max-width: 80px;
    float: left;
    margin-right: 10px;
}

.footer-school-name {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 0.9em;
}
.footer-school-icon {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9em;
  margin-bottom: 5px !important;
}
.footer-school-icon::before {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}
.footer-school-adresse::before {
    content: url("../images/icons/marker.svg");
}
.footer-school-tel::before {
    content: url("../images/icons/phone.svg");
}
.footer-school-mail::before {
    content: url("../images/icons/mail.svg");
}

.footer-school-icon a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .cards-top-image {
        top: -64px!important;
        width: 100px!important;
        position: fixed!important;
        transform: translateX(-50%)!important;
        filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.08));

    }

    .school-card {
        height: 300px;
        margin-bottom: 16px;
    }

    .scholar-cards-row {
        padding-top: 50px;
    }

    .school-badge-1 {
        left: 35% !important;
    }
    .school-badge-2 {
        left: 65% !important;
    }

    .footer-school {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #ddd;
    }

    /* supprimer la ligne sur le dernier */
    .footer-school:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer-school-row {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1684px) {
    .school-badge-1 {
        left: 31% !important;
    }
    .school-badge-2 {
        left: 67% !important;
    }
}