body{
  background-color: #fff;
}
.secteurAeroImg{
    padding-bottom: 45.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.secteurAero h3{
    margin-bottom: 1.5rem;
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.secteurAero p{
    margin-bottom: 2rem;
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.secteurAero img{
    width: 100%;
}
.secteurAero{
    /*padding: 2% 10%;*/
    padding: 1% 10% 4% 10%;
}
.secteurAero hr{
    margin-top: 4%;
    margin-bottom: 3%;
    width: 53%;
    height: 1px;
    background-color: #848486;
}
.secteurAero .imgWidth{
    padding: 2% 9%;
}
#section-F a {
    color: #c54239;
    font-family: 'Oswald-Medium';
}
#section-F p{
    position: relative;
    z-index: 2;
    padding: 0 19%;
    font-family: 'Oswald-Light';
    font-size: 22px;
}
.customTable{
    margin: 3% 0;
    font-family: 'Oswald-Light';
    border-collapse: collapse;
    width: 100%;
}
.customTable td, .customTable th {
    border: 2px solid white;
    padding: 8px;
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.customTable th {
    background-color: #7D7D7D;
  }
.customTable td {
    background-color:#B7B7B7;
}
.color-white{
    background-color: white !important;
}
.color-red{
    background-color: #C4453E !important;
}
.web-site{
    display: block;
}

@media only screen and (min-width: 340px){
    .secteurAeroImg{
     background-image: url('./../images/backgrounds/mobile/Secteur\ aeronautique\ \(480px\).png');
    }
}
@media only screen and (min-width: 768px) {
    .secteurAeroImg{
     background-image: url('./../images/backgrounds/Tablet/Secteur\ aeronautique\ \(1024px\).png');
    }
}

@media only screen and (min-width: 1200px) {
    .secteurAeroImg{
      background-image: url('./../images/backgrounds/pc/Secteur\ aeronautique\ \(1920px\).png');
    }
}
