/***************************************************************

* DESIGN Bi bloc

***************************************************************/



.plugin_bloc{

    margin-top: 50px;

}



.image_bloc{

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    width: 180px;

    height: 180px;

    border-radius: 50%;

    margin: auto;

    margin-top: 10px;

}



#c115 .image_bloc{

    background-size: contain;

    border-radius: 0;

}



.texte_bloc{

    background-image: url(../img/bande_rose.png);

    background-position: left 30px;

    background-repeat: no-repeat;

}



.item_bloc{

    margin-bottom: 40px;

    border-bottom: 1px dashed rgb(218, 218, 218);

    padding-bottom: 40px;

}