.index_realisations {padding-bottom: 80px;}
.realisations_blocs_image {
    width: 100%;
}
.index_realisations_blocs {
    margin: 60px 0;
    display: table;
    width: 100%;
}
.realisations_bloc_infos {
    background: #e7e7e7;
    padding: 30px;
    text-align: center;
    color: #727272;
    margin: 0 15%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.realisations_bloc_infos_title {
    font-size: 22px;
    display: table;
    margin: 0 auto 30px auto;
    position: relative;
    padding: 0 20px 10px 20px;
    text-transform: uppercase;
    overflow: hidden;
    color: #727272;
    text-decoration: none;
}
.realisations_bloc_infos_title:hover {
    color: #f95d0f;
    text-decoration: none;
}
.realisations_bloc_infos_title:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #727272;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: translateX(-100%);
}
.realisations_bloc_infos_title.activesection:after {
    transition: all 0.5s ease;
    transform: translateX(0);
}
.realisations_bloc_infos_description p {
    font-size: 13px;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 30px;
}

.realisations_bloc_infos_link a:hover img {
    transform: translateX(8px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.see_all_realisations {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #f7a806;
    text-transform: uppercase;
    text-decoration: none;
}
.see_all_realisations:hover {
    color: #8ac927;
    text-decoration: none;
}
.see_all_realisations img {
    margin-right: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.see_all_realisations:hover img {
    margin-right: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}



@media (max-width: 1200px) {
.index_realisations {
    padding-bottom: 40px;
}
}

@media (max-width: 767px) {
.realisations_bloc_infos_description p {
    padding: 0;
}
.index_realisations_blocs {
    margin: 40px 0;
    display: table;
    width: 100%;
}
.realisations_blocs {
    display: table;
    margin-bottom: 30px;
}
.realisations_bloc_infos {
    padding: 20px;
}
}





