.formation_categorie {
    font-size: 18px;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 5px;
    display: inline-block;
}
.formation_titre {
    position: relative;
    font-weight: bold;
}
.formation_texte {
    font-size:  14px;
    margin-top: 15px;
}
.formation_user {
    font-weight: bold;    
}
.formation_container_info {
    margin-top: 20px;
    margin-left: 20px;
    padding: 0;
    border-radius: 10px;
    background-color: #FCEDDB;
    width: 200px;
    text-align: center;
    white-space: nowrap;
}
.formation_block {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 100%;
}
.formation_date {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Delicious';
}
.formation_ville {
    font-size: 14px;
}
.formation_duree{
    font-size: 14px;
}
.formation_horaires {
    font-size: 14px;
}
.formation_tarifSuivis {
    font-size: 14px;
}
.containerTexteFormation {
    height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.formation_cartouche_categorie {
    width: 150px;
    height: 50px;
    color: white;
    font-family: "Delicious";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 0 0 10px 10px;
}
i.fa-search {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
}
hr {
    margin-bottom: 2px;
    margin-top: 2px;
}
h4 {
    margin-bottom: 5px;
}
.formation_hr_separator {
    margin-top: 10px;
    width: 100%;
    border-color: black;
}