#menu-item-919 :hover {
  font-weight: 700;
  border-bottom: 2px solid black;
}

#menu-item-918 :hover {
  font-weight: 700;
  border-bottom: 2px solid black;
}

.elementor-button-wrapper {
  transition: transform 0.3s ease; /* Transition pour l'effet d'agrandissement */
}

.elementor-button-wrapper :hover {
  transform: scale(1.1); /* Agrandit le bouton de 10% */
}

.wpcf7 form p {
  color: white;
  font-size: 15px;
}

#sent input.wpcf7-form-control {
  box-shadow: 0px 2px 1px 0px #D8D8D8;
  width: 263px;
  height: 50px;
  top: 683px;
  left: 165px;
  padding: 8px 15px 8px 15px;
  gap: 10px;
  opacity: 0px;
  margin-left: 5px;
  background-color: #D8D8D8;
}

#sent input.wpcf7-form-control :hover {
  background-color: #0056b3;
}

.wpcf7 form .contact {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.wpcf7 form .contact :hover {
  color: gold;
}

.wp-show-posts-entry-header h2 {
  color: black !important;
}/*# sourceMappingURL=style.css.map */