.c-popup-formation {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.c-popup-formation__wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 26px 30px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 770px;
  height: auto;
  overflow: hidden;
  padding: 50px 70px;
}
@media (max-width: 1199.98px) {
  .c-popup-formation__wrapper {
    max-width: 616px;
    padding: 40px 56px;
  }
}
@media (max-width: 575.98px) {
  .c-popup-formation__wrapper {
    max-width: 100%;
    padding: 20px;
  }
}
.c-popup-formation__wrapper iframe {
  width: auto;
}
.c-popup-formation__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .c-popup-formation__close {
    top: 30px;
    right: 30px;
  }
}
.c-popup-formation__close-icon {
  width: 20px;
  height: 20px;
  background-image: url("../../../img/icons/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1919.98px) {
  .c-popup-formation__close-icon {
    width: 16px;
    height: 16px;
  }
}
.c-popup-formation__info {
  display: flex;
  padding: 30px;
  flex-direction: column;
}
@media (max-width: 1919.98px) {
  .c-popup-formation__info {
    padding: 24px;
  }
}
.c-popup-formation__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-popup-formation__header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.c-popup-formation__header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-popup-formation__title {
  color: #000000;
  font-family: "Roboto Mono", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: normal;
  background-color: #00f800;
  padding: 15px 25px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .c-popup-formation__title {
    padding: 10px 15px;
  }
}
.c-popup-formation .c-section-title__text {
  color: #000000 !important;
  text-align: left;
}
.c-popup-formation .c-formation-widget__title {
  min-height: auto !important;
}
@media (max-width: 575.98px) {
  .c-popup-formation .c-formation-widget__title {
    font-size: 20px;
  }
}
.c-popup-formation .c-formation-widget__info {
  margin: 0;
}
@media (max-width: 575.98px) {
  .c-popup-formation .c-formation-widget__info-data {
    font-size: 13px;
  }
}
.c-popup-formation .c-formation-widget__text-container {
  padding: 0;
}
.c-popup-formation__form {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .c-popup-formation__form {
    margin-top: 20px;
  }
}
.c-popup-formation__icon {
  margin-top: 50px;
  display: block;
}
.c-popup-formation__icon img {
  width: 70px;
  height: 50px;
}
@media (max-width: 575.98px) {
  .c-popup-formation .gform__wrapper {
    margin: 20px 0 0 !important;
  }
}
@media (max-width: 575.98px) {
  .c-popup-formation .gfield {
    margin-bottom: 10px !important;
  }
}
.c-popup-formation .gfield input {
  padding: 10px 0 !important;
}
@media (max-width: 575.98px) {
  .c-popup-formation .gfield input {
    padding: 5px 0 !important;
  }
}
.c-popup-formation .gfield input::placeholder {
  font-family: "Inter", sans-serif;
}
@media (max-width: 575.98px) {
  .c-popup-formation .gform_footer {
    padding: 0;
  }
}
.c-popup-formation__link {
  width: 100% !important;
  margin-top: 50px;
  font-family: "Inter", sans-serif !important;
}