.jedha-beginnings-pagination:not(.LayoutSeeMore) .prev,
.jedha-beginnings-pagination:not(.LayoutSeeMore) .next {
  background-color: #f7f8fa;
  padding: 18px;
  border-radius: 999px;
  background-image: url(/wp-content/plugins/jedha-beginnings/assets/icons/ic_arrow_large.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.jedha-beginnings-pagination:not(.LayoutSeeMore) .prev {
  rotate: 180deg;
}
.jedha-beginnings-pagination > ul {
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.jedha-beginnings-pagination > ul a {
  color: black;
  text-decoration: none;
}
.jedha-beginnings-pagination > ul > li {
  display: flex;
}
.jedha-beginnings-pagination > ul > li > * {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.42px;
  font-style: normal;
  font-size: 21px;
  font-style: normal;
  line-height: 29.421px;
}
.jedha-beginnings-pagination > ul .current {
  font-weight: 700;
  background-color: #0a94a8;
  color: white;
  padding: 3.25px 13.75px;
  border-radius: 4.5px;
}

.jedha-beginnings-footer {
  color: white;
  background-color: #071621;
}
.jedha-beginnings-footer .footer-social-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  align-items: center;
}
.jedha-beginnings-footer .footer-social-navigation span {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.jedha-beginnings-footer #footer-logo-entreprise {
  display: flex;
}
.jedha-beginnings-footer #footer-logo-entreprise img {
  margin: auto;
  height: 80%;
}
.jedha-beginnings-footer #footer-navigation-third {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.jedha-beginnings-footer #footer-navigation-third a:after {
  display: none;
}
.jedha-beginnings-footer .footer-principal {
  padding: 30px;
}
.jedha-beginnings-footer .footer-principal .footer-principal-navigation > ul {
  display: grid;
  gap: 40px;
}
.jedha-beginnings-footer .footer-secondary {
  background-color: black;
  padding: 15px 30px;
}
.jedha-beginnings-footer .footer-secondary .footer-secondary-navigation > ul {
  display: grid;
  gap: 6px;
}
.jedha-beginnings-footer .footer-secondary span,
.jedha-beginnings-footer .footer-secondary a {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.jedha-beginnings-footer .footer-simple-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.jedha-beginnings-footer .footer-simple-navigation > ul {
  height: 100%;
}
.jedha-beginnings-footer .footer-simple-navigation > ul > li:nth-child(1),
.jedha-beginnings-footer .footer-simple-navigation > ul li:nth-child(2) {
  font-weight: 700;
  font-size: 16px;
}
.jedha-beginnings-footer .footer-simple-navigation > ul li:nth-child(3) {
  margin-top: auto;
}
.jedha-beginnings-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.jedha-beginnings-footer ul > li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.jedha-beginnings-footer ul#footer-navigation-main > li.menu-item > a {
  font-weight: 700;
  font-size: 16px;
}
.jedha-beginnings-footer ul a {
  text-decoration: none;
  color: white;
}
.jedha-beginnings-footer ul a:hover {
  color: white;
  text-decoration: underline;
}
.jedha-beginnings-footer ul.sub-menu a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.jedha-beginnings-footer ul.sub-menu .sub-menu {
  display: none;
}
.jedha-beginnings-footer #footer-navigation-social {
  display: flex;
  gap: 10px;
}
.jedha-beginnings-footer #footer-navigation-social li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jedha-beginnings-footer #footer-navigation-social li a {
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #004652;
}
.jedha-beginnings-footer #footer-navigation-social li a::before {
  content: "";
  height: 16px;
  width: auto;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1;
}
.jedha-beginnings-footer #footer-navigation-social li a::after {
  display: none;
}
.jedha-beginnings-footer #footer-navigation-social.jb-force-white li a::before {
  filter: brightness(0) invert(1);
}
.jedha-beginnings-footer #footer-navigation-social.jb-force-black li a::before {
  filter: brightness(0) invert(0);
}
.jedha-beginnings-footer #backToTop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  padding: 20px;
  outline: none;
  background-color: #007461;
  color: white;
  border-radius: 999px;
  background-image: url("../assets/icons/ic_arrow_go_top.svg");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.jedha-beginnings-footer #backToTop:hover {
  background-color: #308276;
}
.jedha-beginnings-footer #backToTop:focus {
  background-color: #004652;
  outline: 3px solid #0a94a8;
  outline-offset: 2px;
}
.jedha-beginnings-footer #backToTop:active {
  background-color: #004652;
}

@media (min-width: 1200px) {
  .jedha-beginnings-footer .footer-principal {
    padding: 30px 0;
  }
  .jedha-beginnings-footer .footer-principal .footer-principal-navigation > ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .jedha-beginnings-footer .footer-principal .footer-principal-navigation > ul > li {
    min-width: 271px;
  }
  .jedha-beginnings-footer .footer-secondary {
    padding: 15px 0;
  }
  .jedha-beginnings-footer .footer-secondary .footer-secondary-navigation > ul {
    display: flex;
    gap: 0px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .jedha-beginnings-footer .footer-secondary .footer-secondary-navigation > ul li {
    padding: 0 15px;
  }
  .jedha-beginnings-footer .footer-secondary .footer-secondary-navigation > ul li:not(:last-child) {
    border-right: 1px solid #ecedf0;
  }
  .jedha-beginnings-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .jedha-beginnings-footer ul a {
    text-decoration: none;
    color: white;
  }
  .jedha-beginnings-footer ul a::after {
    filter: brightness(0) invert(1);
  }
  .jedha-beginnings-footer ul a:hover {
    color: white;
    text-decoration: underline;
  }
  .jedha-beginnings-footer ul.sub-menu a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
input[name=otp-code] {
  margin-top: 24px;
}

body .jedha_beginnings a {
  color: #006A4E;
  border: none;
}
body .jedha_beginnings a:hover {
  color: #009597;
}
body .jedha_beginnings a.btn {
  font-weight: 700;
  line-height: 22.42px;
  font-style: normal;
  font-size: 14px;
  padding: 12px 24px;
  border: 1px solid #006A4E !important;
  border-radius: 24px;
}
body .jedha_beginnings a.btn.primary {
  color: white !important;
  background-color: #007461;
}
body .jedha_beginnings a.btn.primary:hover {
  background-color: #308276;
}
body .jedha_beginnings a.btn.primary:focus {
  outline-style: solid;
  outline-color: #0a94a8;
  outline-offset: 3px;
  outline-width: 3px;
  background-color: #308276;
}
body .jedha_beginnings a.btn.secondary {
  color: #006A4E !important;
  background-color: #ffffff;
  border: 1px solid #007461;
}
body .jedha_beginnings a.btn.secondary:hover {
  color: #308276;
  border-color: #308276;
}
body .jedha_beginnings a.btn.secondary:focus {
  outline-style: solid;
  outline-color: #0a94a8;
  outline-offset: 3px;
  outline-width: 3px;
  background-color: #ffffff;
}

body.jb-accessibility a[target=_blank]:not(.stretched-link):not(.btn):not(.icon-download)::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 13px;
  margin-left: 8px;
  background-size: cover;
  background-image: url(../assets/icons/ic_arrow_tr_link.svg);
}

.jedha-beginnings-accordion {
  margin-top: 24px;
}
.jedha-beginnings-accordion .accordion-item {
  max-width: 100%;
}
.jedha-beginnings-accordion .accordion-item .accordion-body {
  background: white;
  border-radius: 0 0 16px 16px !important;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.jedha-beginnings-accordion > .accordion-item {
  border: 0;
  border-radius: 16px !important;
  box-shadow: 0px 2px 4px 0px rgba(16, 24, 40, 0.1);
  background-color: transparent;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button {
  background-color: #ffffff !important;
  color: #000000 !important;
  gap: 8px;
  border-radius: 16px 16px 0 0 !important;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #c1c9d6;
  z-index: 0;
  position: relative;
  font-size: 16px;
  line-height: 22.42px;
  font-style: normal;
  box-shadow: none !important;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button.collapsed {
  border-radius: 16px !important;
  border-bottom: 1px solid #ffffff;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button:hover:not(:disabled) {
  border: 1px solid #c1c9d6;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button:focus {
  outline: 2px solid #0a94a8;
  border: 1px solid #0a94a8;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button:disabled {
  background-color: #f7f8fa;
  border: 1px solid #f7f8fa;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button:before {
  height: 40px;
  width: 40px;
  background-size: cover;
}
.jedha-beginnings-accordion > .accordion-item .accordion-button:after {
  background-image: url("../assets/icons/ic_arrow.svg") !important;
  rotate: 180deg;
  background-color: #f7f8fa;
  background-position: center;
  border-radius: 999px;
  height: 32px;
  width: 32px;
}

.accordion-item button:focus-visible {
  outline: 2px solid #0a94a8;
  outline-offset: 3px;
  border: 1px solid #ffffff;
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* BEGIN: merged ACF video block styles (youtube + streamlike) */
/* Shared wrapper */
.jedha-beginnings {
  margin-bottom: 32px;
}

/* Responsive iframe container used by both blocks */
.jedha-beginnings .st-iframe,
.jedha-beginnings .video-youtube,
.jedha-beginnings .youtube_player,
.jedha-beginnings .video-streamlike {
  padding-top: 54.75%;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  display: block;
}

/* Iframe styling */
.jedha-beginnings .video-youtube iframe,
.jedha-beginnings .youtube_player iframe,
.jedha-beginnings .st-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Alignment helpers (center / right) */
.jedha-beginnings.aligncenter .video-youtube,
.jedha-beginnings.aligncenter .youtube_player,
.jedha-beginnings.aligncenter .video-streamlike,
.jedha-beginnings.aligncenter .accordion-item {
  margin: auto;
}

.jedha-beginnings.alignright .video-youtube,
.jedha-beginnings.alignright .youtube_player,
.jedha-beginnings.alignright .video-streamlike,
.jedha-beginnings.alignright .accordion-item {
  margin-left: auto;
}

/* Avoid affecting blocks inside wp-block-column */
:not(.wp-block-column) > .jedha-beginnings .st-iframe iframe,
:not(.wp-block-column) > .jedha-beginnings .video-youtube iframe,
:not(.wp-block-column) > .jedha-beginnings .youtube_player iframe,
:not(.wp-block-column) > .jedha-beginnings .video-streamlike iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.jedha-beginnings .video-youtube,
.jedha-beginnings .video-streamlike {
  margin: auto !important;
  float: none !important;
}

html .wp-block:has(> .wp-block-jedha-beginnings-youtube-video),
html .wp-block:has(> .wp-block-jedha-beginnings-streamlike-video) {
  height: auto;
}

.wp-block-jedha-beginnings-youtube-video,
.wp-block-jedha-beginnings-streamlike-video {
  width: 100%;
}

/* END: merged ACF video block styles *//*# sourceMappingURL=main.css.map */