.wp-block-embed-youtube {
  display: flex;
  flex-direction: column;
  max-width: 100% !important;
}

.wp-block-embed-youtube.aligncenter .wp-block-embed__wrapper,
:not(.wp-block-column) > .wp-block-embed-youtube .wp-element-caption {
  margin: auto;
}

.wp-block-embed-youtube.alignright .wp-block-embed__wrapper,
:not(.wp-block-column) > .wp-block-embed-youtube .wp-element-caption {
  margin-left: auto;
}

/*******/
:not(.wp-block-column) > .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 54.75%;
  position: relative;
  overflow: hidden;
}

:not(.wp-block-column) > .wp-block-embed-youtube .wp-block-embed__wrapper,
:not(.wp-block-column) > .wp-block-embed-youtube .wp-element-caption {
  width: 100%;
}

:not(.wp-block-column) > .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}

@media (min-width: 992px) {
  :not(.wp-block-column) > .wp-block-embed-youtube .wp-block-embed__wrapper,
  :not(.wp-block-column) > .wp-block-embed-youtube .wp-element-caption {
    max-width: 50%;
  }
  :not(.wp-block-column) > .wp-block-embed-youtube .wp-block-embed__wrapper {
    padding-top: 26% !important;
  }
}
.wp-block-video.alignright {
  text-align: right;
}

@media (min-width: 992px) {
  :not(.wp-block-column) > .wp-block-video video {
    max-width: 50%;
  }
}
.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-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 p,
.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;
}

#footer-navigation-social {
  display: flex;
  gap: 10px;
}
#footer-navigation-social li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#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;
}
#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;
}
#footer-navigation-social li a::after {
  display: none;
}
#footer-navigation-social.jb-force-white li a::before {
  filter: brightness(0) invert(1);
}
#footer-navigation-social.jb-force-black li a::before {
  filter: brightness(0) invert(0);
}

#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;
}
#backToTop:hover {
  background-color: #308276;
}
#backToTop:focus {
  background-color: #004652;
  outline: 3px solid #0a94a8;
  outline-offset: 2px;
}
#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;
  }
  .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 .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 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .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;
  }
}
.otp-form {
  display: grid;
  align-items: start;
  justify-items: start;
  grid-template-columns: 25% 1fr;
}
.otp-form #send-otp {
  grid-area: 2/2/3/3;
}
.otp-form #otp-message {
  grid-area: 3/1/4/2;
}
.otp-form .wpcf7-form-control-wrap {
  grid-area: 2/1/3/2;
  width: 100%;
}
.otp-form .wpcf7-form-control-wrap input {
  max-width: 100% !important;
}

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;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

.jedha-beginnings-accordion .accordion-item {
  background-color: transparent !important;
}
.jedha-beginnings-accordion .accordion-item button {
  font-weight: 700;
  padding: 18px 20px;
}
.jedha-beginnings-accordion .accordion-item button:after {
  background-image: url(../assets/icons/ic_arrow.svg) !important;
  rotate: 180deg;
  height: 32px;
  width: 32px;
  background-size: 30px;
  background-position: center;
}
.jedha-beginnings-accordion .accordion-item button:focus {
  outline: 2px solid #0a94a8;
}
.jedha-beginnings-accordion .accordion-item,
.jedha-beginnings-accordion .accordion-item * {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.jedha-beginnings-accordion .accordion-item * {
  background-color: #ECEDF0 !important;
}
.jedha-beginnings-accordion .accordion,
.jedha-beginnings-accordion .accordion-item {
  display: grid;
  gap: 1px;
}
.jedha-beginnings-accordion .accordion .accordion-body p:last-child,
.jedha-beginnings-accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}