
.section-notes-footer .footer-note .simple p,
.section-notes-footer .footer-note .note-indexee p
{
        font-size: 80%
}
.section-notes-footer .footer-note p.libelle {
        font-weight: 600;
        font-size: 30px;

}
.section-notes-footer .note-indexee a.index
{       font-size:80%;
        border-radius: 20px;
        width:22px;
        height: 22px;
        background-color: #DDDDDD;
        color:#000;text-align: center;
        display: inline-block;
        line-height: 22px
}
.section-notes-footer .note-indexee a.index:hover,
.section-notes-footer .note-indexee a.index:focus
{       
        background-color: #FFF;
        color:#000;
        border:1px solid #000;
        
}
.col-index{
    width:54px
}
a.footer-note{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border:1px solid #000;
    padding: 4px
}
.cartouche a.footer-note{
    border:1px solid #FFF;
}
.bloc-important a.footer-note{
;
    border:1px solid #FFF; margin: auto 6px auto 6px;
}
.bloc-important a.footer-note sup{
    font-size:11px;
	top: -11px;
	font-style: normal
}
.bloc-important h3 a.footer-note sup{
    font-size:11px;
	top: -26px;
}
a.footer-note:hover{
    background-color: var(--third-color)
}
.cartouche a.footer-note:hover{
    background-color: var(--prim-color)
}