#vibration_torsion {
    background: url('../../img/applications/fond_vibration_torsion.png') no-repeat;
    background-position: calc(100% / 2 - 680px) top;
}

#couple {
    background: url('../../img/applications/fond_couple.png') no-repeat;
    background-position: right bottom;
}

#detection_liquide {
    background: url('../../img/applications/fond_detection_liquide.png') no-repeat;
    background-position: right center;
}

#detection_liquide .image {
    display: inline-block;
}

.section_page a {
    color:#9e0b0f;
}

/* --------------------------------------------------------------- */
/*
/* Formulaire
/*
/* --------------------------------------------------------------- */
#formulaire {
    background: url('../../img/applications/fond_formulaire.jpg') no-repeat center center;
    background-size: cover;
}

#conteneur_formulaire {
    padding:30px;
    background-color: rgba(204,194,192,0.8)
}

#conteneur_formulaire h3 {
    color:#9e0b0f;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

#conteneur_formulaire #form_submit {
    background-color: #9e0b0f;
    border-color:#9e0b0f;
    color:#FFF;
    text-transform: uppercase;
    font-weight: bold;
}