/* ==========================================================================
   1. LOGO SOMBRE DANS LE FOOTER
   ========================================================================== */
.footer-content img.logo, 
#block-sitebranding-2 img {
    content: url("/sites/default/files/logo-dark.svg") !important;
}

.footer-content img.logo {
    width: 155px !important;
    height: 21px !important;
    object-fit: contain !important;
}

/* ==========================================================================
   AVATAR DORÉ CENIT (#AB8F47)
   Cible STRICTEMENT le fichier par défaut profil.svg
   ========================================================================== */
img[src*="profil.svg"] {
    content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Ccircle cx=%2250%22 cy=%2250%22 r=%2250%22 fill=%22%23AB8F47%22/%3E%3Ccircle cx=%2250%22 cy=%2237%22 r=%2214.5%22 fill=%22none%22 stroke=%22white%22 stroke-width=%225.5%22/%3E%3Cpath d=%22M24 71 A 31 31 0 0 1 76 71%22 fill=%22none%22 stroke=%22white%22 stroke-width=%225.5%22 stroke-linecap=%22round%22/%3E%3C/svg%3E") !important;
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

/* ==========================================================================
   3. BOUTON AJOUTER CALENDRIER (Cercle Doré, "+" Bleu Cenit)
   ========================================================================== */
a.use-ajax[href*="calendar/event/add"], 
.action-links a {
    font-size: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #AB8F47 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

a.use-ajax[href*="calendar/event/add"]::before, 
.action-links a::before {
    font-family: "uicons-regular-rounded" !important;
    font-size: 24px !important;
    color: #003366 !important;
    margin: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

/* ==========================================================================
   4. BOUTON AJOUTER MESSAGERIE (Cercle Doré, "+" Bleu Cenit)
   ========================================================================== */
.btn-add a, 
a[href*="opigno-messages/get-add-thread-form"] {
    font-size: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #AB8F47 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

.btn-add a::before, 
a[href*="opigno-messages/get-add-thread-form"]::before {
    font-family: "uicons-regular-rounded" !important;
    font-size: 24px !important;
    color: #003366 !important;
    margin: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
}







