.mainContainer{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.colonne1{
    width: 18%;
  }
  .colonne2{
    width: 41%;
    display: flex;
    justify-content: center;  
    flex-direction: column;
  }
  .colonne3{
    width: 41%;
    display: flex;
    justify-content: center;  
    flex-direction: column;
  }

    .mainTitle{
      margin-bottom: 60px;
      
    }

  .mainprojet{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 20%;
    padding-right: 20%; */
  }
  .question{
    font-size: 3rem;
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-weight: 800;
    width: 100vw;
    padding: 0 20% 0 20%;
    text-align: center;
    line-height: 3rem;
  }
  .titreProjet{
    font-size: 2rem;
    margin-bottom: 40px;
    margin-top: 10px;
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-weight: 600;
    line-height:1 ;
  }
  
  .projetImg1{
    width: 700px;
    height: 700px;
  }
  .projetImg2{
   transform: translate(-350px);
    width: 700px;
    height: 700px;
  }
  .textprojet{
    margin-top: auto;
    margin-bottom: auto;
  }
  .normal{
    margin-left: 18%;
    width: 64%;
    margin-top: 60px;
  }
  .colonne3 p{
    width: 80%;
    text-align: left;
    transform: translateX(-20%);
  }
  .colonne2 p{
    width: 90%;
  }
  .alignleft{
    
    margin-bottom: 20px;
  }

  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .projetImg1{
      width: 500px;
      height: 500px;
      transform: translateX(25%);
    }
    .projetImg2{
      width: 600px;
      height: 600px;
      transform: translateX(-30%);
    }
    .mainTitle{
      margin-top: 10vh;
    
    }
    .colonne1{
      width: 0%;
    }
    .colonne2{
      width: 50%;
      display: flex;
      justify-content: center;  
      flex-direction: column;
    }
    .colonne2 h2{
      padding-left: 20%;
    }
    .colonne2 p{
      padding-left: 20%;
      width: 110%;
    }
    .colonne3{
      width: 50%;
      display: flex;
      justify-content: center;  
      flex-direction: column;
    }
    .colonne3 p{
      width: 90%;
      text-align: left;
      transform: translateX(15%);
      padding-left: 10%;
      padding-right: 10%;
    }
    /* .colonne2 p{
      width: 130%;
      padding-left: 20%;
      padding-right: 10%;
      text-align: left;
    } */
    .question{
      font-size: 2rem;
      margin-bottom: 40px;
      margin-top: 10px;
      margin-left: 0%;
      width: 100%;
      line-height: 30px;
      padding-left: 10%;
      padding-right: 10%;
    }
    .normal{
      margin-bottom: 50px;
    }
  }

  @media screen and (max-width: 768px)
  {
    .mainTitle{
      padding-left: 0;
      margin-bottom: 0;
      margin-bottom: 20px;
    
    } 
  h2{
    line-height: 1;
  }
  .mainContainer{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 0;
  }
  
  .colonne2{
    width: 100%;
    display: flex;
    justify-content: center;  
    flex-direction: column;
  }
  .colonne3{
    width: 100%;
    display: flex;
    justify-content: center;  
    flex-direction: column;
  }
  .question{
    font-size: 2rem;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 0%;
    width: 100%;
    line-height: 3rem;
    padding-left: 10%;
    padding-right: 10%;
  }
  .projetImg1{
    width: 500px;
    height: 500px;
    margin-top: 5%;
  }
  .projetImg2{
    width: 0px;
    height: 0px;
  }

  .colonne3 p{
    width: 100%;
    text-align: left;
    transform: translateX(0%);
    padding-left: 10%;
    padding-right: 10%;
  }
  .newsletter .colonne3{
    
      width: 50%;
      display: flex;
      justify-content: center;  
      flex-direction: column;
    
  } 
  .colonne2 h2{
    padding-left: 10%;
    padding-right: 10%;
  }
  .colonne2 p{
    padding-left: 10%;
   
  }
  .question{
    line-height: 30px;
  }

  .normal{
    margin: 0;
    padding: 0% 10% 0% 10%;
    width: 100%;
  }

  }

