@font-face {
  font-family: "PP Editorial Old";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPEditorialOld-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PP Editorial Old";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPEditorialOld-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "PP Editorial Old";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPEditorialOld-Ultrabold.woff2") format("woff2");
}
@font-face {
  font-family: "PP Editorial Old";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPEditorialOld-UltraboldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "PP Pangram Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPPangramSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PP Pangram Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPPangramSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PP Pangram Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPPangramSans-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "PP Pangram Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/PPPangramSans-Bold.woff2") format("woff2");
}
/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.post-type-archive-formation .yoast-breadcrumbs {
  padding-top: 20px;
}
.post-type-archive-formation .yoast-breadcrumbs span a, .post-type-archive-formation .yoast-breadcrumbs span span {
  color: var(--wp--preset--color--white);
}
.post-type-archive-formation .yoast-breadcrumbs span > span:not(:first-child)::before {
  filter: brightness(0) invert(1);
}
.post-type-archive-formation section.ik-block-group {
  padding-top: 35px;
  position: relative;
}
.post-type-archive-formation section.ik-block-group h1 {
  color: var(--wp--preset--color--white);
}

.ik-block-grid-formation .ik-search-cpt {
  border-bottom: 0 !important;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-top: solid 2px var(--wp--preset--color--white);
  border-bottom: solid 2px var(--wp--preset--color--white);
  position: relative;
}
.ik-block-grid-formation .ik-search-cpt::after {
  content: "";
  width: 100vw;
  height: 200%;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--third);
  z-index: -1;
}
.ik-block-grid-formation .ik-search-cpt form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 40px;
  align-items: end;
}
.ik-block-grid-formation .ik-search-cpt form fieldset {
  margin: 0;
}
.ik-block-grid-formation .ik-search-cpt form fieldset legend {
  color: var(--wp--preset--color--white);
  font-weight: 700;
  padding: 0 25px 8px 25px;
}
.ik-block-grid-formation .ik-search-cpt form fieldset select {
  padding: 13px 25px;
  border-radius: 25px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--third);
  font-weight: 700;
  border: solid 2px var(--wp--preset--color--white);
}
.ik-block-grid-formation .ik-cta-btn {
  margin: 180px auto 50px 0;
}
.ik-block-grid-formation .ik-grid-result {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.post-type-archive-formation .scbs-input-submit:hover::after {
  filter: inherit;
}
.post-type-archive-formation .scbs-input-submit input[type=submit] {
  border: solid 2px var(--wp--preset--color--first);
}
.post-type-archive-formation .scbs-input-submit input[type=submit]:hover {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--third) !important;
  border: solid 2px var(--wp--preset--color--white);
}

@media (max-width: 1024px) {
  .ik-block-grid-formation .ik-cta-btn {
    margin: 100px auto 50px 0;
  }
  .ik-block-grid-formation .ik-grid-result {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .single-formation-grid .single-grid-content .informations {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-type-archive-formation .scbs-input-submit {
    transform: inherit;
  }
}
@media (max-width: 992px) {
  .ik-block-grid-formation .ik-search-cpt {
    padding-bottom: 0;
  }
  .ik-block-grid-formation .ik-search-cpt form {
    gap: 20px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 781px) {
  .single-formation-grid {
    border-radius: 15px;
  }
}
@media (max-width: 550px) {
  .ik-block-grid-formation .ik-search-cpt {
    padding-top: 20px;
  }
  .ik-block-grid-formation .ik-search-cpt::after {
    bottom: -30px;
  }
  .ik-block-grid-formation .ik-search-cpt form {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .ik-block-grid-formation .ik-cta-btn {
    margin: 60px auto 30px 0;
  }
  .ik-block-grid-formation .ik-grid-result {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .post-type-archive-formation .scbs-input-submit {
    margin-top: 20px;
  }
  .post-type-archive-formation .scbs-input-submit input[type=submit] {
    height: 39px;
  }
}/*# sourceMappingURL=archive-formations.css.map */