.hero-background {
    background: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.6)), url('src/images/jardin-zen.jpeg');    
    background-size: cover;
    background-position: center;
}

.hero-body {
  display: flex;
  justify-content: end;
  align-items: end !important;
  flex-direction: column;
}

p {
  color: #2b2c34;
}


.icon {
  color:white;
  background-color: var(--bulma-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.contact-box {
  display:flex;
  gap: 15px;
  align-items: center;
  padding-left: 0%;
  padding-bottom: 25px;
}


/* Ouvre la navbar proprement */
/*
@media screen and (max-width: 1023px) {
  .presentation-div {
    justify-content: center !important;
  }
}
  */

@media screen and (max-width: 769px) {
  .presentation-div {
    justify-content: center;
    padding-right: 10%;
  }
}