.annuaire-block-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
    align-items: stretch;
}

.annuaire-block-container h2 {
    position: relative;
    z-index: 2 !important;
}

.annuaire-block-container h2 a {
    font-weight: 800;
}

.annuaire-block-container h2::before {
    content: '';
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    border-radius: 44% 56% 25% 75% / 67% 70% 30% 33%;
    background: #fadbd8;
    left: -10px !important;
    top: 50%;
    transform: translateY(-60%);
    z-index: -1;
}

.annuaire-header {
    position: absolute;
    top: 10px;
    font-size: 14px;
    left: 25px;
    color: white;
    background: linear-gradient(135deg, #d90429, #9b0000);
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.annuaire-left-block {
    flex: 1 1 30%;
    min-height: 200px;
    background: #f5f5f5;
    padding: 25px 15px 15px 15px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.annuaire-button {
    display: inline-block;
    padding: 12px 25px;
    margin-top: 15px;
    background: #0073aa;
    color: #fff !important;
    border-radius: 8px;
    transition: transform 0.3s ease !important;
    transform: scale(1);
    font-size: 14px;
}

.annuaire-button a {
    padding: 12px 0;
    color: #fff !important;
    font-size: 14px;
}

.annuaire-button:hover {
    background: #005177;
    transform: scale(1.05);
}
