@import "../sass-queries.css";
#certificationContent {
  position: relative;
  background-color: #1C1C31;
  color: #FFFFFF;
  padding: 0 1.25rem 5rem;
}
#certificationContent::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 28, 49, 0) 0%, #1C1C31 66%), url("https://preprod.seo-jungle.com/wp-content/themes/seojungle-theme/img/backgroundCertifaction.png") top center/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 1024px) {
  #certificationContent::before {
    background-size: 100% auto, 100% auto;
  }
}
#certificationContent > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #certificationContent {
    padding: 0 3rem 8rem;
  }
}
#certificationContent .certificationTitle {
  position: relative;
  padding: 5rem 0 4rem;
  max-width: 1320px;
  margin: 0 auto;
}
#certificationContent .certificationTitle .hero-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #certificationContent .certificationTitle .hero-inner {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    gap: 4rem;
    padding: 3rem 2rem;
  }
}
#certificationContent .certificationTitle .hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 680px;
  align-items: center;
  padding: 0 30px;
}
#certificationContent .certificationTitle .hero-text div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  #certificationContent .certificationTitle .hero-text {
    align-items: flex-start;
    gap: 50px;
    padding: 0;
  }
  #certificationContent .certificationTitle .hero-text div {
    gap: 15px;
  }
}
#certificationContent .certificationTitle .hero-text h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05;
}
@media (min-width: 1024px) {
  #certificationContent .certificationTitle .hero-text h1 {
    font-size: 72px;
  }
}
#certificationContent .certificationTitle .hero-text p {
  color: white;
}
#certificationContent .certificationTitle .hero-text .text1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.05;
}
@media (min-width: 1024px) {
  #certificationContent .certificationTitle .hero-text .text1 {
    font-size: 61px;
  }
}
#certificationContent .certificationTitle .hero-text .text2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
#certificationContent .certificationTitle .hero-visual {
  position: relative;
  z-index: 2;
  width: 253px;
  height: 253px;
}
@media (min-width: 1024px) {
  #certificationContent .certificationTitle .hero-visual {
    width: 549px;
    height: 549px;
  }
}
#certificationContent .certificationTitle .hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  #certificationContent .certificationTitle .hero-badges {
    position: absolute;
    top: 30%;
    left: -1rem;
    flex-direction: column;
    margin-top: 0;
  }
}
#certificationContent .certificationTitle .hero-badges .badge-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  background: rgba(16, 20, 58, 0.75);
  border: 1px solid rgba(29, 233, 182, 0.35);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  font-size: 0.8rem;
  color: #1DE9B6;
  font-weight: 600;
}
#certificationContent .certificationTitle .hero-badges .badge-item img {
  width: 18px;
  height: 18px;
}
#certificationContent .avantagesSection .section-header {
  display: flex;
  justify-content: center;
}
#certificationContent .avantagesSection .section-header h2 {
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .section-header h2 {
    font-size: 50px;
  }
}
#certificationContent .avantagesSection .avantages-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#certificationContent .avantagesSection .avantages-grid .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
  overflow: visible;
}
#certificationContent .avantagesSection .avantages-grid .container:first-child {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .container:first-child {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .container {
    width: 1920px;
    height: 689px;
    flex-direction: row;
    gap: 100px;
  }
}
#certificationContent .avantagesSection .avantages-grid .avantage {
  width: 100%;
  max-width: 594px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .avantage {
    gap: 30px;
  }
}
#certificationContent .avantagesSection .avantages-grid .avantage p {
  width: 100%;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .avantage p {
    width: 534px;
  }
}
#certificationContent .avantagesSection .avantages-grid .img-halo {
  position: relative;
  overflow: visible;
}
#certificationContent .avantagesSection .avantages-grid .img-halo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background: url("../img/haloAvantages.png") center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
#certificationContent .avantagesSection .avantages-grid .img-halo img {
  position: relative;
  z-index: 1;
}
#certificationContent .avantagesSection .avantages-grid .piece {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .piece {
    height: 360px;
    width: 532px;
    max-width: none;
  }
}
#certificationContent .avantagesSection .avantages-grid .linky10 {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .linky10 {
    width: 753px;
    height: 548px;
    max-width: none;
  }
}
#certificationContent .avantagesSection .avantages-grid h2 {
  font-size: 28px;
  font-weight: 700;
  color: #21E273;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid h2 {
    font-size: 50px;
  }
}
#certificationContent .avantagesSection .avantages-grid .listPositive .positivePoint {
  height: 40px;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#certificationContent .avantagesSection .avantages-grid .listPositive .positivePoint .vector {
  height: 10.97px;
  width: 15.75px;
}
#certificationContent .avantagesSection .avantages-grid .classement {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 594px;
  gap: 20px;
}
#certificationContent .avantagesSection .avantages-grid .classement a {
  display: flex;
  justify-content: start;
}
@media (min-width: 1024px) {
  #certificationContent .avantagesSection .avantages-grid .classement {
    gap: 30px;
  }
}
#certificationContent .avantagesSection .avantage-card {
  background: rgba(16, 20, 58, 0.75);
  border: 1px solid rgba(29, 233, 182, 0.35);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
  min-height: 260px;
}
#certificationContent .avantagesSection .avantage-card:hover {
  transform: translateY(-4px);
  border-color: #1DE9B6;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.5), 0 0 40px rgba(29, 233, 182, 0.45);
}
#certificationContent .avantagesSection .avantage-card .card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
}
#certificationContent .avantagesSection .avantage-card .card-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 35px rgba(29, 233, 182, 0.45));
}
#certificationContent .avantagesSection .avantage-card .card-visual--small {
  max-width: 80px;
}
#certificationContent .avantagesSection .avantage-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#certificationContent .avantagesSection .avantage-card .card-content h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.25;
}
#certificationContent .avantagesSection .avantage-card .card-content p {
  font-size: 0.95rem;
}
#certificationContent .avantagesSection .avantage-card .card-content .btn-link {
  margin-top: 0.5rem;
}
#certificationContent .avantagesSection .avantage-card--character {
  flex-direction: row;
  align-items: center;
}
#certificationContent .avantagesSection .avantage-card--character .card-visual {
  flex: 0 0 40%;
  max-width: 180px;
}
#certificationContent .avantagesSection .avantage-card--character .card-content {
  flex: 1;
}
#certificationContent .avantagesSection .avantage-card--planet {
  align-items: center;
  text-align: center;
}
#certificationContent .avantagesSection .avantage-card--planet .card-visual {
  max-width: 220px;
}
#certificationContent .avantagesSection .avantage-card--orbit {
  align-items: center;
  text-align: center;
}
#certificationContent .avantagesSection .avantage-card--orbit .card-visual {
  max-width: 240px;
  position: relative;
}
#certificationContent .avantagesSection .avantage-card--text {
  justify-content: center;
  text-align: left;
}
#certificationContent .avantagesSection .avantage-card--text .card-content h3 {
  font-size: 1.6rem;
}
#certificationContent .certificationsLevels {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1388px;
  margin: 40px auto 0;
}
@media (min-width: 1024px) {
  #certificationContent .certificationsLevels {
    gap: 80px;
    margin-top: 80px;
  }
}
#certificationContent .certificationLevel {
  --card-text: #b0e0b2;
  --learn-bg: #26273b;
  --learn-title: #21e273;
  --cta-start: #21e273;
  --cta-end: #c2fd70;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#certificationContent .certificationLevel--expert {
  --card-text: #b4d5ef;
  --learn-title: #00e5ff;
  --cta-start: #00b8e5;
  --cta-end: #60d9ff;
}
#certificationContent .certificationLevel--expert-av {
  --card-text: #cfc2ef;
  --learn-title: #a88cff;
  --cta-start: #8a5cff;
  --cta-end: #c7a8ff;
}
#certificationContent .certificationLevel .cert-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #certificationContent .certificationLevel .cert-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 39px;
    text-align: left;
  }
}
#certificationContent .certificationLevel .cert-badge {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #certificationContent .certificationLevel .cert-badge {
    width: 96px;
    height: 96px;
  }
}
#certificationContent .certificationLevel .cert-title {
  font-family: "comix loud", Impact, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  line-height: 35px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #certificationContent .certificationLevel .cert-title {
    font-size: 22px;
    line-height: 1.15;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-title {
    font-size: 28px;
  }
}
#certificationContent .certificationLevel .cert-module--overlap--1 {
  z-index: 23;
}
#certificationContent .certificationLevel .cert-module--overlap--2 {
  z-index: 22;
}
#certificationContent .certificationLevel .cert-module--overlap--3 {
  z-index: 21;
}
#certificationContent .certificationLevel .cert-module--overlap--4 {
  z-index: 20;
}
#certificationContent .certificationLevel .cert-modules {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-top: 5px;
  -webkit-overflow-scrolling: touch;
}
#certificationContent .certificationLevel .cert-modules::-webkit-scrollbar {
  display: none;
}
#certificationContent .certificationLevel .cert-modules {
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-modules {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
  }
}
#certificationContent .certificationLevel .cert-scrollbar {
  width: 100%;
  height: 8px;
  background: #57597e;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}
#certificationContent .certificationLevel .cert-scrollbar__thumb {
  height: 100%;
  width: 25%;
  background: #1c1c31;
  border-radius: 10px;
  transition: transform 0.1s ease-out;
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-scrollbar {
    display: none;
  }
}
#certificationContent .certificationLevel .cert-module {
  position: relative;
  flex-shrink: 0;
  width: 66vw;
  max-width: 267px;
  aspect-ratio: 267/258;
  overflow: initial;
  container-type: inline-size;
  transition: transform 0.3s ease;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  padding-left: 12%;
  padding-top: 8%;
  gap: 20px;
  background: var(--module-bg-image) center/100% 100% no-repeat;
  border-radius: 6.646px;
  scroll-snap-align: start;
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-module {
    flex-shrink: 1;
    width: auto;
    max-width: none;
    aspect-ratio: 338/327;
    border-radius: 8.41px;
    overflow: visible;
    scroll-snap-align: none;
  }
}
#certificationContent .certificationLevel .cert-module .card-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#certificationContent .certificationLevel .cert-module:hover {
  transform: translateY(-4px);
}
#certificationContent .certificationLevel .cert-module .module-title {
  width: 37%;
  flex-wrap: wrap;
  font-family: "comix loud", Impact, sans-serif;
  font-size: clamp(13px, 3.98cqw, 18px);
  line-height: 1.87;
  color: #b0e0b2;
  text-shadow: 0 0.5cqw 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  z-index: 1;
  font-weight: 400;
}
#certificationContent .certificationLevel .cert-module .module-subtitle {
  width: 60%;
  font-family: "comix loud", Impact, sans-serif;
  font-size: clamp(8px, 1.99cqw, 10px);
  line-height: 2.125;
  color: #b0e0b2;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 400;
}
#certificationContent .certificationLevel .cert-module .module-description {
  width: 43.95%;
  font-family: "Poppins", "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: clamp(11px, 3.48cqw, 14px);
  line-height: 1.25;
  color: #b0e0b2;
  z-index: 1;
}
#certificationContent .certificationLevel .cert-module .module-questions {
  font-family: "Poppins", "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: clamp(11px, 3.48cqw, 14px);
  line-height: 1;
  color: #b0e0b2;
  z-index: 1;
}
#certificationContent .certificationLevel .cert-module .module-lock {
  width: 12%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
#certificationContent .certificationLevel .cert-module .module-character {
  position: absolute;
  left: 53%;
  top: 25%;
  width: 66%;
  height: 71%;
  object-fit: contain;
  z-index: 21;
  pointer-events: none;
}
#certificationContent .certificationLevel .cert-module--1 .module-character {
  left: 44%;
  top: 3%;
  width: 83%;
  height: 121%;
  transform: rotate(6.25deg);
}
#certificationContent .certificationLevel .cert-module::before {
  content: "";
  position: absolute;
  inset: 2.59% 2.19%;
  background: url("../img/moduleDashedConnaissance.png") center/100% 100% no-repeat;
  background: var(--module-dashed-image) center/100% 100% no-repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
#certificationContent .certificationLevel .cert-module--2 .module-character {
  left: 55%;
  top: 16%;
  width: 56%;
  height: 87%;
}
#certificationContent .certificationLevel .cert-module--3 .module-character {
  left: 46%;
  top: 23%;
  width: 73%;
  height: 76%;
}
#certificationContent .certificationLevel .cert-learn {
  background: var(--learn-bg);
  border-radius: 9.169px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 27.508px;
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-learn {
    padding: 55px 64px;
  }
}
#certificationContent .certificationLevel .cert-learn__title {
  font-family: "sofia-pro", "Sofia Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.27;
  color: var(--learn-title);
  margin: 0;
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-learn__title {
    font-size: 30px;
    line-height: 38px;
  }
}
#certificationContent .certificationLevel .cert-learn__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  #certificationContent .certificationLevel .cert-learn__grid {
    grid-template-columns: 1fr 1fr;
    gap: 98px;
  }
}
#certificationContent .certificationLevel .cert-learn__text {
  color: #FFFFFF;
  font-family: "sofia-pro", "Sofia Pro", sans-serif;
  font-size: 16px;
  line-height: 24.2px;
}
#certificationContent .certificationLevel .cert-learn__text > p {
  margin: 0 0 1em;
}
#certificationContent .certificationLevel .cert-learn__text ul {
  list-style: disc;
  padding-left: 1.25em;
  margin: 0;
}
#certificationContent .certificationLevel .cert-learn__text ul li {
  margin-bottom: 0.25em;
}
#certificationContent .certificationLevel .cert-learn__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}
#certificationContent .certificationLevel .cert-learn__top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#certificationContent .certificationLevel .cert-learn__subtitle {
  margin: 0;
  font-family: "sofia-pro", "Sofia Pro", sans-serif;
  font-size: 16px;
  line-height: 20.172px;
  color: #FFFFFF;
}
#certificationContent .certificationLevel .cert-learn__icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
#certificationContent .certificationLevel .cert-learn__icons img {
  width: 35.127px;
  height: 35.127px;
  object-fit: contain;
}
#certificationContent .certificationLevel .cert-learn__cta {
  align-self: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  #certificationContent .certificationLevel .cert-learn__cta {
    align-self: flex-end;
    width: 265px;
  }
}
#certificationContent .certificationLevel .cert-learn__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 170px;
  width: 265px;
  max-width: 100%;
  padding: 10px 32px;
  border-radius: 20px;
  background: linear-gradient(to right, var(--cta-start), var(--cta-end));
  color: #151525;
  font-family: "sofia-pro", "Sofia Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#certificationContent .certificationLevel .cert-learn__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(33, 226, 115, 0.35);
  filter: brightness(1.05);
}
#certificationContent .certificationLevel .cert-learn__cta-icon {
  width: 17px;
  height: 15px;
  flex-shrink: 0;
}

/*# sourceMappingURL=certifications.css.map */
