/* liste simulateur */

.for_simu_list {
margin: 0px 50px;
padding: 100px 0 0;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap; }

.for_simu_list p {
width: 11%;
text-align: center;
margin-bottom: 100px; }

.for_simu_list p a {
display: inline-block;
padding: 0 10px; }

.for_simu_list p a img {
max-width: 100%;
height: auto; }

.for_simu_list p a span {
display: block;
width: 100%;
margin: 20px 0 0;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
line-height: 130%;
color: #6C7272; }

.for_simu_list p a span:before {
display: block;
width: 75px;
height: 2px;
background-color: #EB8327;
content: '';
margin: 0 auto;
margin-bottom: 20px; }

.big_concent {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    position: relative;
    background-color: #fff; }
