/* ===========================
   DTP Elementor Custom
   Frontend Styles
   =========================== */

.dtp-title mark {
    /* Reset navigateur */
    background-color: transparent;
    /* Hérite tout de la typo parente */
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
    /* Inline pour ne pas casser le flux */
    display: inline;
}

/* Animation shimmer */
@keyframes dtp-shimmer {
    0%   { background-position: 0% center; }
    50%  { background-position: 100% center; }
    100% { background-position: 0% center; }
}
