body{
  background-color: #fff;
}
.img-left{
    position: absolute;
    right: 0;
    height: 59%;
    width: 257px;
    z-index: 0;
    background-image: url(../images/backgrounds/import-motif-gris-1-a.png);
    background-repeat: no-repeat;
}
.img-right{
    position: absolute;
    left: 0;
    height: 59%;
    z-index: 0;
    width: 257px;
    background-image: url(../images/backgrounds/import-motif-gris-1-b.png);
    background-repeat: no-repeat;
}
.concept{
    padding: 2% 0;
}
.concept h3 {
    padding-top: 1%;
    padding-bottom: 3%;
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.concept .parag{
    padding: 0 22%;
    padding-bottom: 2% !important;
    text-transform: uppercase;
    font-family: 'Oswald-Medium';
    color: #C1C2C3;
    font-size: 22px;
}
.concept p{
    font-weight: 500;
    font-size: 22px;
}
.concept hr{
    background-color: lightgray;
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 10%;
    margin-left: 45%;
}
.section-concept{
    position: relative;
    z-index: 0;
}
.section-icon{
    height: 100%;
    /*background-color: #ECECED;*/
}
.img-concept-top{
    padding-bottom: 10.5%;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}
.img-concept-bottom{
    margin-top: -1px;
    padding-bottom: 11.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section-icon .row{
    background-color: #ECECED;
}
.section-module{
    padding: 1% 12%;
}
.section-module img{
    width: 100%;
    margin: 20px 0;
}
.section-module p{
    text-justify: inter-word;
    font-size: 22px;
}
.section-icon h4{
    font-size: 1.20rem;
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.section-icon {
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.section-icon img{
    float: right;
}
.item{
    padding: 2% 17%;
}
.item1{
    padding: 2% 23% 2% 0;
}
.formBlock {
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.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;
}
.standar-module{
    margin-bottom: 20px;
    background-color: #ECECED;
}
.standar-module h3{
    padding: 1% 0;
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.standar-module .title{
    font-size: 22px;
    font-family: 'Oswald-light';
}
@media (max-width:780px){
    .item{
       padding:2% 0px;
    }
    .item1{
        padding:2% 0px;
    }
}
@media only screen and (min-width: 340px){
    .img-concept-top{
        background-image: url('../images/backgrounds/mobile/fond-gris-2-a.png');
    }
    .img-concept-bottom{
        background-image: url('../images/backgrounds/mobile/fascaleB.png');
    }
}
@media only screen and (min-width: 768px) {
    .img-concept-top{
        background-image: url('../images/backgrounds/Tablet/fond-gris-2-a.png');
    }
    .img-concept-bottom{
        background-image: url('../images/backgrounds/Tablet/fiscale-b.png');
    }
}

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