/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 14:39:24 */
.aihee-main-wrapper.layout-21 {
    position: relative;
    overflow: hidden;
}

.aihee-main-wrapper.layout-21 .aihee-hover-21-70 {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: #000;          /* ton overlay */
    transition: all .35s ease;
}

.aihee-main-wrapper.layout-21:hover .aihee-hover-21-70 {
    opacity: 1;
}

/* Centrer le contenu dans l’overlay */
.aihee-main-wrapper.layout-21 .aihee-hover-21-70 {
    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical */
    align-items: center;       /* horizontal */
    text-align: center;
}

/* Centrer le bouton à l’intérieur de son conteneur */
.aihee-main-wrapper.layout-21 .aihee-icons {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Optionnel : rendre le bouton proprement "pill" blanc au centre */
.aihee-main-wrapper.layout-21 .aihee-icon.aihee-icon-third {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 0.35em 0.9em;
    font-size: 14px;
    text-decoration: none;
}
