﻿.home-block-pro h2 {   
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.home-block-pro {
    background-color: #fff;
    text-align: center;
    height: 300px; /*260px + 43px footer*/
}

.home-block-pro .row-list {
    
}

.home-block-pro .row-list div {
    padding: 2px;
}

.home-block-pro .row-list img {
    margin-bottom: 20px;
    height: 50px;
}

.home-block-pro a {
    text-align: center;
    color: #000;
    display: block;
}

.home-block-pro a:hover {
    text-decoration: none;
    color: #ED2939;
}

.home-block-pro .block-link a {
    background-color: #4a4a4a;
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.Professionnels-Portal-Link {
	position: absolute;
	bottom: 0;
}

@media (max-width: 991px) {
    .home-block-pro a {
        font-size: 9px;
    }
}
