.offre-intro{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  height: 27vh;
  background: #242424;
}
.offre-intro2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  height: 200px;
}
  .offre-intro__wrapper{
    margin: auto;
    text-align: center;
  }
  .offre-intro__wrapper h1{
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 48px; 
  }
  .offre-intro__wrapper h2{
    margin-bottom: 10px;
    text-align: center;
    color: white; 
    font-size: 27px; 
  }
  .offre-intro__wrapper2{
    margin: auto;
    text-align: center;
  }
  .offre-intro__wrapper2 h3 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 40px;
  }
  .offre-intro__wrapper2 p {
      margin: auto;
      text-align: center;
      font-size: 18.5px;
  }

.offre__separator{
  border-color: #d5d5d5;
}

.offre__row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
  .offre__col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px; 
  }
  .offre__col--5{
    width: 41.66%
  }
  .offre__col--7{
    width: 58.33%;
  }
  .offre__col--7 h4{
    width: 100%;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .offre__col--7 p{
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 300;
  }
    .offre__image{
      width: 100px; /* fix IE */
      min-width: 100%;
    }


.offre__content{
  margin: 50px 0 80px 0;
}
  .offre__content p{
    margin-bottom: 10px;
    font-size: 16px;
  }
   .offre__content h5{
    margin: 35px 0 30px 0;
    font-size:27px; 
  }
    .offre__content h6{
    margin: 25px 0 15px 0;
    font-size:21.5px;
  }
  .offre__content a{
       font-weight: 700;
  }


.offre__bouton{
  margin-bottom: 50px;
  text-align: center;
}



@media (max-width: 768px){
  .offre__row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
    .offre__col--5,
    .offre__col--7{
      width: 100%;
    }
      .offre__image{
        margin-bottom: 20px;
      }
}