.mod_service {}
    .mod_service-bloc {
        width: 100%;
        text-align: center;
        color: white;
        margin-bottom: 30px;
        padding-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .mod_service-bloc-decouvre {
        background-color: #2A363B;
    }
    .mod_service-bloc-conseil {
        background-color: #ED1C24;
    }
    .mod_service-bloc-livraison {
        background-color: #2A363B;
    }

.mod_service-slide {
    margin-bottom: 30px;
}

.mod_service-photo {
    width: 400px;
    max-width: 100%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.mod_service-clear {
    clear: both;
}