/*--------------------A propos--------------------*/

h1{
    font-weight: 450;
    font-size: 30px;
    font-family: "Montserrat";
    color: #242D11;
    margin-left: 25px;
}

#presentation{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 600px;
    background-color: #242D11;
    margin-top: 30px;
}

#imagepresentation{
    background-image: url(img/vignes.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 550px;
    background-position: center;
    margin-left: 100px;
    margin-right: 70px;
    margin-top: 25px;
}

#textepresentation{
    width: 50%;
    font-family: "Montserrat";
}

#titrepresentation{
    font-size: 40px;
    font-weight: 450;
    color: #FAF7F0;
    padding-left: 30px;
    font-family: "Montserrat";
}
#paragraphepresentation{
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 250;
    color: #FAF7F0;
    padding : 0 30px;
}

#presentation2{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 600px;
    background-color: #FAF7F0;
}

#imagepresentation2{
    background-image: url(img/len.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 550px;
    background-position: center;
    margin-top: 25px;
    margin-left: 70px;
    margin-right: 100px;
}

#textepresentation2{
    width: 50%;
    font-family: "Montserrat";
    text-align: right;
}

#titrepresentation2{
    font-size: 40px;
    font-weight: 450;
    color: #242D11;
    font-family: "Montserrat";
    margin-right: 20px;
    
}
#paragraphepresentation2{
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 200;
    color: #242D11;
    padding : 0 30px;
}

/*--------------------Responsive--------------------*/

@media (max-width: 1253px) {
    #presentation,
    #presentation2 {
      flex-direction: column;
      align-items: center;
      height: auto;
      padding: 30px 0;
    }
  
    #imagepresentation,
    #imagepresentation2 {
      width: 90vw;
      height: 50vw;
      max-width: 600px;
      max-height: 550px;
      margin: 0 0 20px 0;
      background-size: cover;
      background-position: center;
    }
  
    #textepresentation,
    #textepresentation2 {
      width: 90%;
      text-align: center !important;
      padding: 0 20px;
    }
  
    #titrepresentation,
    #titrepresentation2 {
      font-size: 28px;
      padding-left: 0;
      margin-right: 0;
    }
  
    #paragraphepresentation,
    #paragraphepresentation2 {
      font-size: 14px;
      padding: 0;
      line-height: 1.5;
    }
  }
  
  @media (max-width: 500px) {
    #titrepresentation,
    #titrepresentation2 {
      font-size: 22px;
    }
  
    #paragraphepresentation,
    #paragraphepresentation2 {
      font-size: 13px;
    }
  }
  

