body {
    margin: 0;
    background-color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    padding: 0 40px;
}

.liens {
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: row;
    gap: 50px;
    list-style: none;
    padding: 0;
    text-decoration: none;
    margin-top: 50px;
    color: black;
    font-weight: 800;

}

header {
    background-image: url(../img/Rectangle\ 2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 54vh;
    width: 100%;
}


 

.maintitle{
  background-color: yellow;
  width: 521px;
  height: 536x;
  padding: 21px;
  margin-left: 35px;
  margin-bottom: 61px;
  position: relative;
  bottom: 50px;
}

.titre{
    font-size: 40px;
    font-weight: bold;
}
      

.sous-titre{
    font-size: 20px;
    font-weight: bold;

}
.presentation {

    margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    margin-top: 172px;
    margin-bottom: 100px 
    
}

.photocontainer{
    margin-left: 25px;
    width: 100%;
    margin-top: 50px;
}
.img3{margin-top: 18px;


}

.titre-lieux {
 width: 379px;
  height: 50px;
  font-size: 39px;
  margin-left: 24px;
  background-color: #773AFA;
  padding: 27px;

}

.presentation-2{
     margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;


}

.trinité {
    display: flex;
    justify-content: space-around;
    margin-bottom: 29px;
    margin-top: 20px;
    margin-bottom: 8px;

}

.adresse{
    margin-top: 9px;
    margin-left: 297px;
}
.horta{
     margin-left: 25px;
  margin-right: 25px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-top: 149px;
  font-weight: bold;
}


.hortas{
      display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  gap: 175px;
 
  margin-top: 215px;
  margin-right: 584px;
}

#maisonhorta{
    margin-right: -430px;
    position: absolute;

}

#texthorta{
  position: absolute;
  text-align: center;
  width: 410px;
  top: 3579px;
  margin-right: -421px;
  font-weight: bold;
  font-size: 20px;
  top: 3925px;
  
}



   


