/**
 * SLD PrettyBlocks - styles du bloc « Title » (sldprettyblocks_title)
 *
 * Chargé à la demande (uniquement quand le bloc est rendu) via un <link> inline
 * dans views/templates/blocks/title/default.tpl.
 *
 * L'alignement est géré par des classes Bootstrap du thème (text-left/center/...),
 * ce fichier ne contient donc qu'un point d'accroche pour d'éventuels styles
 * spécifiques au titre.
 */

.sld-ptb-title {
    span{
        position: absolute;
        display: inline-flex;
        width: 20px;
        height: 4px;
        background-color: #ffb400;
        border-radius: 2px;
        margin-left: 10px;
        margin-top: 15px;

    }
}
