html {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    color: gray
}

.currentpage {
    color: #9FC088;
}

@media (max-width: 768px) {
    .here {
      display: none;
    }

    .welcome h1 {
        font-size: 40px;
        text-align: center;
        margin-top: 50px;
        max-width: 600px;
        font-family: 'Work Sans';
    }
    
    .welcome p {
        max-width: 600px;
        margin-top: 20px;
        margin-right: 5px;
        margin-left: 5px;
        text-align: justify;
        font-size: 15px;
        font-family: 'Work Sans';
    }
    
    #text-welcome {
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }

    .welcome img {
        width: 381px;
        height: 422px;
    }
  }

.welcome {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .welcome h1 {
        font-size: 60px;
        margin-top: 100px;
        max-width: 800px;
        font-family: 'Work Sans';
    }
    
    .welcome p {
        max-width: 500px;
        margin-top: 20px;
        font-family: 'Work Sans';
    }
    
    #text-welcome {
        float: left;
        margin-left: 150px;
    }

    .welcome img{
        width: 600px;
        float: right;
        height: 663px;
        margin-right: 150px;
    } 
}

@media (max-width: 1147px) {
    .citation {
        display: inline-block;
        width: 100%;
        height: auto;
        background-color: #AA8787;
        color: white;
        text-align: center;
    }

    .citation h1 {
        font-size: 25px;
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 5px;
        font-family: Lobster, sans-serif;
    }
        
    .citation p {
        font-size: 13px;
    }
}
@media (min-width: 1148px) {
    .citation {
        display: inline-block;
        width: 100%;
        height: 150px;
        background-color: #AA8787;
        color: white;
        text-align: center;
        }

    .citation h1 {
        font-size: 30px;
        margin-top: 30px;
        font-family: Lobster, sans-serif;
    }
        
    .citation p {
        font-size: 15px;
    }
}



#bienvenue {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.here {
    margin-left: 55%;
}

.header1 {
    margin-top: 30px;
    text-align: center;
}

.header2 {
    text-align: center;
}

@media (min-width: 1400px) {

    #about1 {
        flex-direction: row;
        margin-top: 75px;
    }

    #about1 img {
        float: left;
        width: 300px;
        margin-left: 100px;
        border-radius: 5px;
    }

    #about1text {
        float: right;
        font-family: 'Work Sans';
        text-align: justify;
        margin-right: 100px;
        max-width: 700px;
    }

    #about2 {
        flex-direction: row;
        margin-top: 75px;
    }

    #about2 img {
        float: right;
        width: 300px;
        border-radius: 5px;
        margin-top: 200px;
        margin-right: 100px;
    }

    #about2text {
        float: left;
        margin-left: 100px;
        font-family: 'Work Sans';
        text-align: justify;
        margin-top: 50px;
        max-width: 700px;
    }

    #about3 {
        flex-direction: row;
        margin-top: 75px;
    }

    #about3 img {
        float: right;
        margin-top: 200px;
        width: 300px;
        margin-right: 100px;
        border-radius: 5px;
    }

    #about3text {
        float: left;
        margin-top: 50px;
        margin-left: 100px;
        font-family: 'Work Sans';
        text-align: justify;
        max-width: 700px;
    }
}

@media (max-width: 1400px) {

    #about1 {
        flex-direction: column;
        margin-top: 75px;
    }

    #about1 img {
        width: 200px;
        margin-left: 25%;
        border-radius: 5px;
    }

    #about1text {
        margin-top: 50px;
        font-family: 'Work Sans';
        max-width: 700px;
        margin-right: 25px;
        margin-left: 25px;
    }

    #about1text p {
        text-align: justify;
    }

    #about2 {
        flex-direction: column;
        margin-top: 75px;
    }

    #about2 img {
        width: 200px;
        margin-left: 25%;
        border-radius: 5px;
    }

    #about2text {
        margin-top: 50px;
        margin-left: 25px;
        font-family: 'Work Sans';
        margin-right: 25px;
        max-width: 700px;
    }

    #about2text p {
        text-align: justify;
    }

    #about3 {
        flex-direction: column;
        margin-top: 75px;
    }

    #about3 img {
        width: 200px;
        border-radius: 5px;
        margin-left: 25%;
    }

    #about3text {
        margin-top: 50px;
        font-family: 'Work Sans';
        max-width: 700px;
        margin-right: 25px;
        margin-left: 25px;
    }

    #about3text p {
        text-align: justify;
    }
}

@media (min-width: 1400px) {
    #about {
        height: 1700px;
    }
    
    #review {
        height: 1250px;
    }
}

@media (max-width: 1400px) {
    #about {
        height: auto;
    }
    
    #review {
        height: auto;
    }

    #contact {
        height: 800px;
    }
}

.review-gallery {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .review-card {
        margin-left: 20px;
        display: inline-block;
        background-color: #eddfdf;
        width: 500px;
        height: auto;
        border-radius: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .review-card {
        display: inline-block;
        background-color: #eddfdf;
        height: auto;
        width: 100%;
        border-radius: 10px;
        margin-top: 25px;
    }
}

.review-card img {
    height: 50px;
    width: 50px;
    margin-left: 25px;
    margin-top: 25px;
}

.review-card h3 {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.review-card p {
    margin-left: 25px;
    margin-right: 25px;
    font-family: 'Work Sans';
    text-align: justify;
}

.review-card h2 {
    font-size: 13px;
    margin-right: 25px;
    margin-left: 25px;
    color: rgb(78, 78, 78);
}

.review-card button {
    border: none;
    margin-left: 25px;
    margin-bottom: 25px;
    background: none;
    color: rgb(104, 75, 75);
}

@media (max-width: 768px) {
    .header2 {
        margin-top: 50px;
    }
}

form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
  }
  
  label {
    display: block;
    font-family: 'Work Sans';
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  input, textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 5px;
    background-color: #fff;
  }
  
  button[type="submit"] {
    background-color: white;
    color: black;
    margin-top: 20px;
    border: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.2em;
    cursor: pointer;
  }

  button[type="submit"]:hover{
    background-color: rgb(26, 26, 26);
    color: white;
  }
  
  /* Réduire la marge du dernier élément pour un alignement vertical optimal */
  textarea:last-of-type {
    margin-bottom: 0;
  }
  