/* 
    Created on : 25 janv. 2017, 10:48:27
    Author     : Dey Jordan
*/

#infosFormations {
    margin: 10px;
    overflow: hidden;
}

#infosFormations img {
    float: right;
    margin: 10px
}

#conteneurFormations{
    position: relative;
    width: 100%;
    text-align: center;
}

#conteneurDatadocke {
    text-align: center;
    padding: 0 20px; 
}

#conteneurDatadocke img {
    display: block;
    width: 100px;
    height: auto;
}

.conteneurFormation{
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    overflow: hidden;
    background: #f0f8f9;
    transition: 0.5s;
    cursor: pointer;
}

@media (max-width:500px){
    .conteneurFormation{
        padding-top: 60px;
    }
}

.conteneur-emdr{
    border: 5px solid #0090a0;
}
.conteneur-emdr:hover{
    background: #5cb8c2;
    transition: 0.5s;
}

.conteneur-psychotraumatologie{
    border: 5px solid #56aa46;
}
.conteneur-psychotraumatologie:hover{
    background: #9be38c;
    transition: 0.5s;
}

.conteneurFormation h5{
    margin: 0px;
}

.blockInfos{
    text-align: left;
    width: 60%;
}

.categories{
    margin-top: 10px;
    font-weight: bold;
}

.categories a{
    font-style: italic;
    font-weight: normal;
}

.blockFormateur{
    text-align: center;
    margin-left: 10px;
    width: 20%;
    margin-right: 19%;
}

.blockFormateur a{
    font-weight: bold;
    font-family: titre;
}

.blockFormateur img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #b53000;
    background: #cf7b5c;
}

.emdr{
    background: #5cb8c2;
    border: 3px solid #0090a0;
    color: #0090a0;
}

.psychotraumatologie{
    background: #9be38c;
    border: 3px solid #56aa46;
    color: #56aa46;
}

.annule{
    background: #cf7b5c;
    border: 3px solid #b53000;
    color: #b53000;
}

.banderoleFormation{
    position: absolute;
    top: 10px;
    right: -12em;
    padding: 10px;
    padding-left: 200px;
    padding-right: 200px;
    font-family: titre;
    transform: rotate(20deg);
}

