/**
 * Blocks du lien vers le médiateur de la formation (page formation)
 */

.toutes-nos-formations {
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    height: 120px;
}

body.taxonomy-121 .toutes-nos-formations {
    background: #85c878;
}
body.taxonomy-123 .toutes-nos-formations {
    background: #8c62aa;
}
body.taxonomy-124 .toutes-nos-formations {
    background: #f9a75d;
}
body.taxonomy-125 .toutes-nos-formations {
    background: #21bdbd;
}
body .toutes-nos-formations:hover, body .toutes-nos-formations:focus {
    background: #0b9e4f;
}

.toutes-nos-formations .content {
    background: url(../images/arrow-big-white.png) -6px center no-repeat;
}
.toutes-nos-formations .content a {
    color: #fff;
    background: url(../images/bg-rub-big-artec.png) 170px center no-repeat;
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    padding: 0 25px;
    line-height: 24px;
}
.toutes-nos-formations .content a:hover, .toutes-nos-formations .content a:focus {
    text-decoration: none;
}

.toutes-nos-formations-titre {
    font-size: 18px;
}
.toutes-nos-formations-domaines {
    font-size: 24px;
}