
:root {
  --desktop-header-bg: #0e1528;
  --desktop-header-link: #f2ede1;
  --desktop-header-link-active: #ab8f47;
  --desktop-headings: #2f3757;
  --desktop-text: #2f3756;
  --desktop-link: #ab8f47;
  --desktop-link-hover: #2f3755;
  --desktop-button-color: #ab8f47;
  --desktop-button-color-hover-primary: #ab8f47;
  --desktop-button-color-hover-secondary: #f2ede1;
  --desktop-button-text-primary: #2f3754;
  --desktop-button-text-secondary: #2f3753;
}
/* 1. LOGO SOMBRE DANS LE FOOTER BLANC */
.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;
}

/* 2. FIX COULEUR AVATAR DORÉ AU SCROLL */
img[src*="profil.svg"], .header-sticky img[src*="profil.svg"], .scrolled img[src*="profil.svg"], .header-pinned img[src*="profil.svg"] {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

/* 3. LE 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: #003265 !important;
    margin: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

/* 4. LE 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: #003265 !important;
    margin: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

