.index_references {
    padding: 100px 0;
    background: url(/Files/App_002/Images/bg_reference.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.index_references_wrapper {
    margin-top: 70px;
    display: table;
    width: 100%;
}
.index_references_infos {
    margin-top: 5%;
    overflow: hidden;
}
.index_references_title {
    position: relative;
    font-size: 25px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
.index_references_title:hover {
    color: #FFF;
    text-decoration: none;
}
.references_title_motif {
    margin-left: 2px;
}
.index_references_description {
    margin: 30px 0;
}
.index_references_description p {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}
.index_references_link a:hover img {
    transform: translateX(8px);
    transition: all 0.5s ease;
}

@media (max-width: 1200px) {
.index_references {
    padding: 40px 0;
}
.index_references_wrapper {
    margin-top: 40px;
}
}

@media (max-width: 767px) {
.index_references_infos {
    margin-top: 30px;
    text-align: center;
}
.index_references_description p {
    text-align: center;
}
}


