/* ==========================
   CARTES REMISE DE DIPLÔMES
   ========================== */

.carte-annee{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    transition:.35s ease;
    cursor:pointer;
}
.carte-annee img,
.carte-annee a,
.carte-annee a img{
    outline: none !important;
    border: none !important;
}
/* Suppression des pointillés autour des images */
.carte-annee img,
.elementor img,
img {
    outline: none !important;
    border: 0 !important;
    box-shadow: none;
}

/* Supprime le contour d'accessibilité sur les liens images */
.carte-annee a,
.elementor a,
a img {
    outline: none !important;
}

/* Correction du focus clavier */
.carte-annee a:focus,
.carte-annee a:focus-visible,
.elementor a:focus,
.elementor a:focus-visible {
    outline: none !important;
    border: none !important;
}
.carte-annee a:focus,
.carte-annee a:focus-visible{
    outline: none !important;
}
.carte-annee:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.22);
}

/* Enlever les soulignements */
.carte-annee a{
    text-decoration:none !important;
    color:inherit;
}

/* Le widget occupe toute la largeur */
.carte-annee .elementor-widget-image-box,
.carte-annee .elementor-image-box-wrapper{
    width:100%;
    display:block;
}

/* Le conteneur de l'image prend toute la largeur */
.carte-annee .elementor-image-box-img{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
}

/* Image pleine largeur */
.carte-annee .elementor-image-box-img img{
    display:block;
    width:100% !important;
    max-width:none !important;
    height:240px;
    object-fit:cover;
    transition:transform .4s ease;
}

/* Zoom léger au survol */
.carte-annee:hover img{
    transform:scale(1.05);
}

/* Titre */
.carte-annee .elementor-image-box-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    padding:20px;
    margin:0;
    color:#222;
}

.carte-annee .elementor-image-box-title a{
    color:#222;
    text-decoration:none !important;
}

/* Description */
.carte-annee .elementor-image-box-description{
    text-align:center;
    padding:0 20px 20px;
    color:#666;
}