
.textes-formates h3:first-child{
   margin-top: 0 
}
.textes-formates h4, .content-wrapper h4{
   color: var(--sec-color);
   font-size: 22px;
    line-height: 26px;
    margin-bottom: 1.4em
}
.textes-formates div.sidebar .wrapper{
    background-color: var(--prim-color);
    color: #FFF;
    padding: 30px;
    font-weight: 200;
}
.textes-formates div.sidebar strong{
    font-weight: 700;
}
.textes-formates div.sidebar p:last-child{
   margin-bottom: 0
}
.tf_index{
    font-size: 34px;
    color: var(--sec-color);
    font-weight: 200;
    line-height: normal;
}
.tf_index:after{
    content: '●';
    font-size: 8px;
    color: var(--sec-color);
    font-weight: 200;
    vertical-align: middle;
    margin: 0 7px
}