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