
/* Header CTA button - Ajouter */
/*in fact not a real button, but a link styled as button therefor the a.*/
.ct-header-cta a.ct-button {
    background-color: var(--theme-palette-color-2) !important;
    border-color: var(--theme-palette-color-2) !important;
    color: #fff !important;
}

.ct-header-cta a.ct-button:hover {
    background-color: var(--theme-palette-color-1) !important;
    border-color: var(--theme-palette-color-1) !important;
}