body{
  background-color: #fff;
}
.service-img{
    padding-bottom: 37.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media only screen and (min-width: 340px){
    .service-img{
     background-image: url('../images/backgrounds/mobile/services\ du\ parc\ \(480px\).png');
    }
}
@media only screen and (min-width: 768px) {
    .service-img{
     background-image: url('../images/backgrounds/Tablet/services\ du\ parc\ \(1024\ px\).png');
    }
}

@media only screen and (min-width: 1200px) {
    .service-img{
      background-image: url('../images/backgrounds/pc/services\ du\ parc\ \(1920px\).png');
    }
}
.section-service{
    padding: 0 8%;
}
.section-service h3{
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}

.section-service p{
    font-family: 'Oswald-Medium';
    color: #000000;
    font-size: 22px;
}
.detailService{
    font-family: 'Oswald-Light';
    font-size: 22px;
}

.formBlock {
    margin-right: 15px;
}
.formBlock li {
    list-style:none;
    margin:0;
    padding:0;
}
.formBlock li::before {
    border-radius: 9px;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    background: #c54239;
    margin-right: 5px;
    margin-bottom: 6px;
}
