.vc_custom_link:hover,
.vc_custom_link:focus
{
    text-decoration: none;
}
.vc_custom_content_has_background
{
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 130px;
    background-size: 100%;
}
.vc_custom_content_padding
{
    padding: 20px;
}
.vc_custom_content
{
    color: #000000;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 600;
}
.vc_custom_content hr
{
    border-top: 8px solid #000;
    margin: 10px 0;
}
.vc_custom_content h3,
.vc_custom_content h4
{
    margin: 0;
}
.vc_custom_content h3
{
    font-size: 20px;
    line-height: 0px;
    font-weight: 400;
}
.vc_custom_content h4
{
    font-size: 39px;
    font-weight: 100;
    line-height: 37px;
}
.vc_custom_content_content
{
    position: relative;
    line-height: 15px;
}
.vc_custom_content_content strong
{
    display: block;
}
.vc_custom_content_content:after
{
    content: "";
    height: 7px;
    border-left: 7px solid #000;
    bottom: 6px;
    margin-left: 5px;
    display: inline-block;
}
/** BORDURES **/
.vc_custom_content_color_red hr,
.vc_custom_content_color_red .vc_custom_content_content:after
{
    border-color: #e63546;
}
.vc_custom_content_color_green hr,
.vc_custom_content_color_green .vc_custom_content_content:after
{
    border-color: #2ca94a;
}
.vc_custom_content_color_violet hr,
.vc_custom_content_color_violet .vc_custom_content_content:after
{
    border-color: #c18bbd;
}
.vc_custom_content_color_yellow hr,
.vc_custom_content_color_yellow .vc_custom_content_content:after
{
    border-color: #fcb614;
}
.vc_custom_content_color_blue hr,
.vc_custom_content_color_blue .vc_custom_content_content:after
{
    border-color: #7eb7e3;
}
/** BACKGROUND **/
.vc_custom_content_background_red
{
    background-color: #e63546;
}
.vc_custom_content_background_green
{
    background-color: #2ca94a;
}
.vc_custom_content_background_violet
{
    background-color: #c18bbd;
}
.vc_custom_content_background_yellow
{
    background-color: #fcb614;
}
.vc_custom_content_background_blue
{
    background-color: #7eb7e3;
}

/* ESPACES */
.vc_custom_content.m-bottom
{
    margin-bottom: 20px;
}
.vc_custom_content.m-bottom-0
{
    margin-bottom: 0px;
}
.vc_custom_content.m-top
{
    margin-top: 20px;
}
.vc_custom_content.m-top-0
{
    margin-top: 0px;
}
