
  
  
  .renforcement-banniere {
    position: relative;
    width: 100vw;
    height: 500px;
    background-image: url('../image/background image renforcement de capacités.png');
    
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: right;
  }
  
  .renforcement img {
    width: 100vw;
    height: auto;
  }
  
  .renforcement-content {
    margin-bottom: 70px;
    color: #E85F0C;
    text-align: right;
    
    
  }
  
  .renforcement-text {
    position: absolute;
    bottom: 70px;
    right: 50px;
  }

  a {
    text-decoration: none;
    font-weight: bold;
    color: white² ;
  }

  .renforcement-contenue ul {
    font-size: 2vmin;
    margin-bottom: 10px;
  }
  
  
  
  
  
  body , html {
    overflow-x: hidden;
  }
  
  
  
  
  
  
  

  .renforcement .title {
    margin-top: 90px;
    text-align: center;
    font-size: 2vmin;
  }
  
  .renforcement .line {
    width: 40%;
    height: 2px;
    margin: 40px auto;
    background: #C1C1C1;
    
  }

  .renforcement-contenue {
    width: 60%;
    margin: 100px auto;
    text-align: justify;
  }

  .renforcement-contenue p{
    font-size: 2vmin;
    margin-bottom: 10px;
  }

  .renforcement-paragraph1 {
    margin-bottom: 10px;
  }



  