body{
  background-color: #fff;
}
.section-formation h3{
    padding: 4% 0 2% 0;
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.paragraphe {
    padding: 0 10%;
    background-color: #ECECED;
    width: 100%;
   /* height: 100%;*/
}
.paragraphe p{
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.img-Formation{
    margin-top: -18px;
    padding-bottom: 10.5%;
   background-repeat: no-repeat;
   background-size: 100%;
}
.section-plan-formation{
    padding: 3% 8%;
}
.section-plan-formation h3{
    text-transform: uppercase;
    font-family: 'Oswald-Medium';
    color: #C1C2C3;
}
.section-plan-formation p{
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.customTable{
    font-family: 'Oswald-Light';
    border-collapse: collapse;
    width: 100%;
}
.customTable td, .customTable th {
    vertical-align: middle;
    border: 2px solid white;
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.customTable th {
    background-color: #C6423D;
  }
.customTable td {
    background-color:#7D7D7D;
}
.color-gray{
    background-color:#B6B6B6 !important;
}
.section-institution h3{
    text-transform: uppercase;
    font-family: 'Oswald-Medium';
    color: #C1C2C3;
}
.section-institution p{
    font-family: 'Oswald-Light';
    font-size: 22px;
}

.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;
}
.title-parag{
    position: relative;
    z-index: 0;
}
.section-formation-pro{
    padding: 4% 8%;
}
.section-formation-pro h3{
    text-transform: uppercase;
    font-family: 'Oswald-Medium';
    color: #C1C2C3;
}
.section-formation-pro p{
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.title-tab{
    font-family: Oswald-Light;
    margin-right: 2px;
    font-size: 13px;
    float: right;
    font-weight: 700;
}
@media(max-width:700px){
    .section-plan-formation {
        padding: 3% 4%;
    }
}
@media only screen and (min-width: 340px){
    .section-institution {
        padding: 2% 7%;
    }
    .img-Formation{
        background-image: url('./../images/backgrounds/mobile/fascaleB.png');
    }
}
@media only screen and (min-width: 768px) {
   .section-institution {
        padding: 2% 12%;
    }
    .img-Formation{
        background-image: url('./../images/backgrounds/Tablet/fiscale-b.png');
    }
}

@media only screen and (min-width: 1200px) {
    .section-institution{
        padding: 2% 22%;
    }
    .img-Formation{
        background-image: url('./../images/backgrounds/pc/fascaleB.png');
    }
}
