/* Header */
.web-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

/* Supprimer les fonds internes */
.web-header * {
  background-color: transparent !important;
  background: transparent !important;
}

.web-header.scrolled {
  background-color: rgba(0, 0, 0, 0.3) !important;
}


/* Alignement menu */
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-row .menu .et_pb_menu__wrap {
  justify-content: flex-end;
}

#menu-primary-menu {
  display: flex;
  align-items: center;
}

#menu-primary-menu li {
  margin: 0;
}

#menu-primary-menu a {
  padding: 0;
  font-size: 14px;
  color: white;
}

#menu-primary-menu a:hover {
  text-decoration: none;
}

#menu-primary-menu li:last-child {
  border: 2px solid #fff;
  padding: 15px 25px;
  border-radius: 10px 0;
}

/*--------------------------------------------------*/


/* Bordure animée */
.service-card {
  border: 2px solid #989898;
  
}




