body{
  background-color: #fff;
}
.sectionRegion{
    padding: 0 12%;
}
.sectionRegion h3{
    padding: 4% 0 2% 0;
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.web-site{
    font-size: 22px;
    display: grid;
}
.sectionRegion p{
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.sectionRegion a{
    color: #c54239;
    font-family: 'Oswald-Medium';
}
.img-top{
    padding-bottom: 10.5%;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}
.img-bottom{
    margin-top: -1px;
    padding-bottom: 11.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sectionRegionDetail img{
    padding: 0 10%;
    width: 100%;
    background-color: #ECECED;
}
 .contenu{
    padding: 2% 0;
     background-color: #ECECED;
 }
 .row-left{
    width: 91%;
    display: flex;
    margin-left: 9% !important;
 }
.row-right{
    width: 91%;
    display: flex;
 }
 .espace-bottom{
     margin-bottom: 2% ;
 }
@media only screen and (min-width: 340px){
    .img-top{
        background-image: url('./../images/backgrounds/mobile/fond-gris-2-a.png');
    }
    .img-bottom{
        background-image: url('./../images/backgrounds/mobile/fascaleB.png');
    }
}
@media only screen and (min-width: 768px) {
    .img-top{
        background-image: url('./../images/backgrounds/Tablet/fond-gris-2-a.png');
    }
    .img-bottom{
        background-image: url('./../images/backgrounds/Tablet/fiscale-b.png');
    }
}

@media only screen and (min-width: 1200px) {
    .img-top{
        background-image: url('./../images/backgrounds/pc/fond-gris-2-a.png');
    }
    .img-bottom{
        background-image: url('./../images/backgrounds/pc/fascaleB.png');
    }
}
