/* ******************************************************* */
/*                  LISTE ABECEDAIRE                       */
/* ******************************************************* */

div.liste-abc {
    font-size: 1.3em;
    padding-top: 30px !important;
}

div.liste-abc .row {
    margin-top: 25px;
}

div.liste-abc div.letter,
div.letterLow {
    font-family: 'EmmylouSignature-SemiBold';
    font-size: 300%;
    vertical-align: bottom;
    line-height: 1em;
    color: #000;
    font-weight: bold;
    text-shadow: 1px 1px #001731;
    border-radius: 5px;
    border: 2px solid #001731;
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding-left: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
}

div.liste-abc div.letterLow {
    padding-top: 10px;
}

div.liste-abc div.contentLetter ul li {
    font-size: 1.2em;
}

div.liste-abc div.contentLetter ul li ul li {
    font-size: 0.9em;
}

div.liste-abc div.contentLetter ul li a,
div.liste-abc div.contentLetter ul li a:active,
div.liste-abc div.contentLetter ul li a:visited {
    color: #001731;
    text-decoration: none;
}

div.liste-abc div.contentLetter ul li a:hover {
    color: #E12525;
    text-decoration: none;
}

/* ******************************************************* */
/* TABLE TITRES */

div.tableTitreListe ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 1.2em;
}

div.tableTitreListe ul li a {
    font-size: 1.2em;
    text-decoration: none;
}

div.tableTitreLettre {
    font-size: 2em;
    margin-top: 35px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #001731;
    border: 1px solid #fff;
    width: 60px;
    text-align: center;
    border-radius: 5px;
}