/* Formation AS */
#menu-formation li {
  width: 25%;
  border-bottom: solid 1px #d8d8d8;
}
#menu-formation .active {
  border-bottom: solid 1px #f44563;
}
#menu-formation a {
  color: #2d2d2d;
}
#menu-formation .active a {
  color: #f44563;
}

/* Form select fix */
.elementor-field-group-message {
  margin-left: 0 !important;
}
#form-field-message {
  height: 40px !important;
}

.mess-valid {
  font-family: "Century Gothic";
  font-size: 13px;
}

/* form button */
#btn-vert {
  border: 1px solid #1cd4b5;
  z-index: 1;
}
#btn-vert:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1cd4b5;
  transition: all 0.3s ease;
}
#btn-vert:hover {
  color: #fff;
}
#btn-vert:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
#btn-vert:active {
  top: 2px;
}

/* media queries */
@media only screen and (max-width: 450px) {
  /* episode 1, 2 & 3 */
  #menu-formation li {
    width: 100%;
  }
}
