/* =============================================
   HERO PAGE 2
   ============================================= */
.hero-content--p2 {
  align-items: center;
}

/* Label "NOS SERVICES" */
.p2-label {
  color: #E3E942;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 20px;
}

/* Titre */
.p2-title {
  width: 464.5px;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 100%;
}

/* Description */
.p2-desc {
  width: 483px;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 30px;
}

/* Colonne droite page 2 */
.hero-right--p2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

.p2-photo-wrap {
  position: relative;
  width: 550px;
  height: 480px;
}

.p2-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* Bulles */
.p2-bubble {
  position: absolute;
  height: 60px;
  padding: 18px 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 191, 229, 0.60);
  white-space: nowrap;
}

.p2-bubble span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

/* Positionnement des bulles */
.p2-bubble--1 {
  top: -30px;
  left: 100px;
}
.p2-bubble--2 {
  width: 234px;
  bottom: 90px;
  left: -90px;
}
.p2-bubble--3 {
  bottom: -30px;
  left: 40px;
}
.p2-bubble--4 {
  bottom: 30px;
  right: 40px;
}

.svc-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 110px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.svc-title {
  width: 880px;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.svc-title-accent {
  color: #002964;
}

.svc-title-muted {
  color: rgba(70, 70, 70, 0.46);
}

.svc-cards {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.svc-card {
  width: 411px;
  height: 367px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.svc-card-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  padding-top: 60px;
}

.svc-card-text {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.recru-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 40px 80px 90px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* Colonne gauche */
.recru-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 20px;
}

.recru-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #D38751;
  color: #D38751;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.recru-title {
  width: 622px;
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.recru-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.recru-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.recru-list li svg { flex-shrink: 0; margin-top: 2px; }

.recru-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.recru-btn {
  display: inline-flex;
  height: 62px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #00BFE5;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  width: fit-content;
  transition: opacity 0.2s;
}
.recru-btn:hover { opacity: 0.85; }

/* Colonne droite */
.recru-right {
  position: relative;
  flex-shrink: 0;
}

.recru-photo {
  width: 533px;
  height: 582px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.recru-boxes {
  position: absolute;
  bottom: 40px;
  left: -290px;
  display: flex;
  gap: 16px;
}

.recru-box {
  width: 376px;
  height: 246px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.recru-box-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.recru-box-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 30px;
}

.recru-box-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 30px;
}

.recru-box-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recru-box-list li svg { flex-shrink: 0; }

.recru-box-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mad-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* Colonne gauche */
.mad-left {
  position: relative;
  flex-shrink: 0;
}

.mad-photo {
  width: 533px;
  height: 582px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.mad-box {
  position: absolute;
  bottom: 20px;
  right: -40px;
  width: 376px;
  height: 228px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mad-box-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 30px;
}

.mad-box-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin-left: 30px;
}

.mad-box-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mad-box-list li svg { flex-shrink: 0; }

.mad-box-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Colonne droite */
.mad-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 20px;
}

.mad-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #F03E6B;
  color: #F03E6B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.mad-title {
  width: 622px;
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.mad-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.mad-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mad-list li svg { flex-shrink: 0; margin-top: 2px; }

.mad-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mad-btn {
  display: inline-flex;
  height: 62px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #00BFE5;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  width: fit-content;
  transition: opacity 0.2s;
}
.mad-btn:hover { opacity: 0.85; }

.mgmt-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #8E5EC0;
  color: #8E5EC0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.pods-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #D38751;
  color: #D38751;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.sop-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #F03E6B;
  color: #F03E6B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.qa-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #8E5EC0;
  color: #8E5EC0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.reporting-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #8E5EC0;
  color: #8E5EC0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.secu-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #C89300;
  color: #C89300;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.cont-tag {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-end;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #8E5EC0;
  color: #8E5EC0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: fit-content;
}

.cont-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 28px;
  justify-content: space-between;
}

.cont-stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0;
}

.cont-stat-number {
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
  margin-left: 30px;
}

.cont-stat-label {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 30px;

}

.cont-divider {
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.quiz-section {
  width: 1440px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.quiz-title {
  width: 829px;
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.quiz-desc {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.quiz-box {
  width: 748px;
  min-height: 378px;
  border-radius: 14px;
  background: #FFF;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
}

.quiz-step {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.quiz-step.active {
  display: flex;
}

.quiz-counter {
  color: #3E4855;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.quiz-question {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.quiz-choices {
  display: flex;
  gap: 16px;
}

.quiz-choice {
  width: 318px;
  height: 104px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.quiz-choice:hover {
  border-color: #00BFE5;
  box-shadow: 0 0 0 2px rgba(0, 191, 229, 0.15);
}

.quiz-choice.selected {
  border-color: #00BFE5;
  box-shadow: 0 0 0 2px rgba(0, 191, 229, 0.25);
}

.quiz-choice-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.quiz-choice-sub {
  color: #767676;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.quiz-btn {
  display: inline-flex;
  height: 62px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #00BFE5;
  border: none;
  cursor: pointer;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  width: fit-content;
  transition: opacity 0.2s;
}
.quiz-btn:hover { opacity: 0.85; }

/* Résultat */
.quiz-result {
  align-items: center;
  text-align: center;
}

.quiz-result-icon {
  font-size: 48px;
}

.quiz-result-title {
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.quiz-result-text {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 500px;
}

.packs-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.packs-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.packs-grid {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

/* Carte normale */
.packs-card {
  width: 411px;
  height: 578px;
  border-radius: 16px;
  border: 1px solid #A3B9D5;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Carte populaire — dépasse de 60px */
.packs-card--popular {
  height: 638px;
  border: none;
  align-self: flex-start;
  position: relative;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
}

.packs-card--popular::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 6px;
  background: linear-gradient(180deg, #00BFE5 0%, #E5B5BB 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.packs-card--popular .packs-popular-label {
  background: #00BFE5;
  border-radius: 13px 13px 0 0;
}

.packs-popular-label {
  background: #00BFE5;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  flex-shrink: 0;
}

.packs-card-inner {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 30px;
  flex: 1;
}

.packs-card-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.packs-prix-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.packs-prix {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.packs-par-mois {
  color: #5E5E5E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.packs-btn {
  display: flex;
  width: 307px;
  height: 62px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #00BFE5;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.packs-btn:hover { opacity: 0.85; }

.packs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.packs-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.packs-list li svg { flex-shrink: 0; }

.packs-list li span {
  color: #5E5E5E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.contact-section {
  position: relative;
  width: 1440px;
  height: 764px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #020e3a 0%, #0a0a5e 50%, #4a0a6e 100%);
}
.contact-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 80px;
  gap: 60px;
}

/* Colonne gauche */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact-title {
  width: 444px;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 100%;
}

.contact-subtitle {
  color: #E3E942;
  font-family: "Playwrite US Modern", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.contact-desc {
  width: 479px;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-btn-call {
  display: flex;
  height: 62px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #00BFE5;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  width: fit-content;
  transition: opacity 0.2s;
}
.contact-btn-call:hover { opacity: 0.85; }

/* Colonne droite : formulaire */
.contact-form-box {
  width: 575px;
  height: 605px;
  border-radius: 10px;
  background: #FFF;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex-shrink: 0;
}

.contact-form-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-input {
  border: none;
  outline: none;
  background: transparent;
  color: #767676;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0;
  width: 100%;
}
.contact-input::placeholder {
  color: #767676;
}

.contact-sep {
  width: 469px;
  height: 1px;
  background: #D7D7D7;
  margin-top: 8px;
}

.contact-btn-send {
  display: flex;
  height: 62px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #00BFE5;
  border: none;
  cursor: pointer;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: fit-content;
  transition: opacity 0.2s;
  margin-top: auto;
}
.contact-btn-send:hover { opacity: 0.85; }