.elementor-473 .elementor-element.elementor-element-969aa05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-eaa8b1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-0da3194{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-479ef32{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-328790c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-70f7345{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bff3ee6 *//* =========================================================
   PAGE PROFILS MÉTIERS — HERO
========================================================= */

.gtbox-profiles-hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 92vh;
  padding: 170px 0 120px;
  background:
    radial-gradient(circle at 82% 18%, rgba(143,205,55,0.14), transparent 32%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);
  color: #ffffff;
}

.gtbox-profiles-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.18;
}

.gtbox-profiles-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.gtbox-profiles-hero-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.22);
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-profiles-hero-content h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.gtbox-profiles-hero-content p {
  max-width: 640px;
  margin: 0 0 34px;
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.gtbox-profiles-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-profiles-hero-primary,
.gtbox-profiles-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-profiles-hero-primary {
  background: #ff7a00;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-profiles-hero-primary:hover {
  background: #ff8a1f;
  color: #ffffff;
  transform: translateY(-2px);
}

.gtbox-profiles-hero-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
}

.gtbox-profiles-hero-secondary:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

/* VISUAL */

.gtbox-profiles-hero-panel {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.24);
  overflow: hidden;
}

.gtbox-profiles-hero-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.gtbox-profiles-hero-panel-top strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-profiles-hero-panel-top span {
  color: rgba(255,255,255,0.64);
  font-size: 0.84rem;
}

.gtbox-profiles-hero-panel-top small {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.22);
  color: #8fcd37;
  font-size: 0.72rem;
  font-weight: 850;
}

.gtbox-profiles-schema {
  position: relative;
  height: 360px;
}

.gtbox-profiles-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8fcd37, #74b61f);
  color: #071c2c;
  font-size: 1.3rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(143,205,55,0.35);
}

.gtbox-profiles-node {
  position: absolute;
  width: 150px;
  height: 74px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.gtbox-profiles-node.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gtbox-profiles-node.right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gtbox-profiles-node.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gtbox-profiles-line {
  position: absolute;
  background: rgba(143,205,55,0.42);
}

.gtbox-profiles-line.top,
.gtbox-profiles-line.bottom {
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.gtbox-profiles-line.right {
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.gtbox-profiles-line.top {
  top: 74px;
  height: 68px;
}

.gtbox-profiles-line.bottom {
  bottom: 74px;
  height: 68px;
}

.gtbox-profiles-line.right {
  right: 150px;
  width: 82px;
}

@media (max-width: 1080px) {
  .gtbox-profiles-hero-section {
    min-height: auto;
    padding: 140px 0 90px;
  }

  .gtbox-profiles-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gtbox-profiles-hero-inner {
    padding: 0 20px;
  }

  .gtbox-profiles-hero-content h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .gtbox-profiles-hero-actions {
    flex-direction: column;
  }

  .gtbox-profiles-hero-primary,
  .gtbox-profiles-hero-secondary {
    width: 100%;
  }

  .gtbox-profiles-schema {
    height: 520px;
  }

  .gtbox-profiles-node.right {
    top: 130px;
    right: 0;
    transform: none;
  }

  .gtbox-profiles-line.right {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1531568 *//* =========================================================
   PAGE PROFILS MÉTIERS — ENJEUX
========================================================= */

.gtbox-profiles-challenges-section {
  width: 100%;
  padding: 108px 0;

  background:
    radial-gradient(circle at 12% 18%, rgba(143,205,55,0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);

  color: #1c2f45;
}

.gtbox-profiles-challenges-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-profiles-challenges-header {
  max-width: 860px;

  margin: 0 auto 58px;

  text-align: center;
}

.gtbox-profiles-challenges-tag {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-profiles-challenges-header h2 {
  margin: 0 0 18px;

  color: #17324d;

  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-profiles-challenges-header p {
  margin: 0 auto;

  max-width: 790px;

  color: #5c6f82;

  font-size: 1.05rem;
  line-height: 1.75;
}

/* GRID */

.gtbox-profiles-challenges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  margin-bottom: 34px;
}

.gtbox-profiles-challenge-card {
  position: relative;

  padding: 34px 30px;

  border-radius: 28px;

  background: #ffffff;

  border: 1px solid #e4edf3;

  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);

  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.gtbox-profiles-challenge-card:hover {
  transform: translateY(-5px);

  border-color: rgba(143,205,55,0.34);

  box-shadow:
    0 22px 48px rgba(13,31,51,0.08);
}

.gtbox-profiles-challenge-card.is-featured {
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.14), transparent 42%),
    #ffffff;

  border-color: rgba(143,205,55,0.36);
}

.gtbox-profiles-challenge-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 22px;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      rgba(143,205,55,0.18),
      rgba(143,205,55,0.08)
    );

  border: 1px solid rgba(143,205,55,0.24);

  color: #8fcd37;

  font-size: 0.9rem;
  font-weight: 850;

  box-shadow:
    0 10px 24px rgba(143,205,55,0.14);
}

.gtbox-profiles-challenge-card h3 {
  margin: 0 0 14px;

  color: #17324d;

  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-profiles-challenge-card p {
  margin: 0;

  color: #5c6f82;

  font-size: 0.96rem;
  line-height: 1.72;
}

/* BOTTOM */

.gtbox-profiles-challenges-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gtbox-profiles-challenges-highlight {
  padding: 26px;

  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      rgba(7,28,44,0.96),
      rgba(16,43,69,0.96)
    );

  border: 1px solid rgba(255,255,255,0.06);

  box-shadow:
    0 20px 44px rgba(13,31,51,0.14);
}

.gtbox-profiles-challenges-highlight strong {
  display: block;

  margin-bottom: 12px;

  color: #ffffff;

  font-size: 1.05rem;
  font-weight: 850;
}

.gtbox-profiles-challenges-highlight p {
  margin: 0;

  color: rgba(255,255,255,0.72);

  line-height: 1.7;

  font-size: 0.94rem;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .gtbox-profiles-challenges-section {
    padding: 84px 0;
  }

  .gtbox-profiles-challenges-grid,
  .gtbox-profiles-challenges-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-profiles-challenges-inner {
    padding: 0 20px;
  }

  .gtbox-profiles-challenges-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-profiles-challenge-card,
  .gtbox-profiles-challenges-highlight {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-600b295 *//* =========================================================
   PAGE PROFILS MÉTIERS — PERSONAS
========================================================= */

.gtbox-profiles-personas-section {
  width: 100%;
  padding: 112px 0;

  background:
    radial-gradient(circle at 82% 22%, rgba(143,205,55,0.12), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);

  color: #ffffff;
}

.gtbox-profiles-personas-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-profiles-personas-header {
  max-width: 860px;

  margin: 0 auto 58px;

  text-align: center;
}

.gtbox-profiles-personas-tag {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-profiles-personas-header h2 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-profiles-personas-header p {
  margin: 0 auto;

  max-width: 790px;

  color: rgba(255,255,255,0.78);

  font-size: 1.05rem;
  line-height: 1.75;
}

/* GRID */

.gtbox-profiles-personas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-profiles-persona-card {
  position: relative;

  display: flex;
  flex-direction: column;

  padding: 34px 30px;

  border-radius: 30px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 24px 58px rgba(0,0,0,0.18);

  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.gtbox-profiles-persona-card:hover {
  transform: translateY(-6px);

  border-color: rgba(143,205,55,0.28);

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.05)
    );
}

.gtbox-profiles-persona-card.is-featured {
  border-color: rgba(143,205,55,0.34);

  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    linear-gradient(
      135deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.05)
    );
}

.gtbox-profiles-persona-top {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 24px;
}

.gtbox-profiles-persona-icon {
  width: 58px;
  height: 58px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(143,205,55,0.24),
      rgba(143,205,55,0.12)
    );

  border: 1px solid rgba(143,205,55,0.28);

  color: #8fcd37;

  font-size: 0.92rem;
  font-weight: 900;

  box-shadow:
    0 12px 28px rgba(143,205,55,0.16);
}

.gtbox-profiles-persona-top span {
  color: rgba(255,255,255,0.72);

  font-size: 0.84rem;
  font-weight: 700;
}

.gtbox-profiles-persona-card h3 {
  margin: 0 0 14px;

  color: #ffffff;

  font-size: 1.32rem;
  line-height: 1.2;
  font-weight: 850;
}

.gtbox-profiles-persona-card p {
  margin: 0 0 24px;

  color: rgba(255,255,255,0.74);

  line-height: 1.75;

  font-size: 0.96rem;
}

/* LIST */

.gtbox-profiles-persona-list {
  display: grid;
  gap: 12px;

  margin: 0 0 28px;
  padding: 0;

  list-style: none;
}

.gtbox-profiles-persona-list li {
  position: relative;

  padding-left: 24px;

  color: rgba(255,255,255,0.78);

  font-size: 0.92rem;
  line-height: 1.5;
}

.gtbox-profiles-persona-list li::before {
  content: "";

  position: absolute;
  left: 0;
  top: 8px;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #8fcd37;

  box-shadow:
    0 0 12px rgba(143,205,55,0.45);
}

/* LINK */

.gtbox-profiles-persona-link {
  margin-top: auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 0 22px;

  border-radius: 16px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.12);

  color: #ffffff;

  font-size: 0.92rem;
  font-weight: 850;

  text-decoration: none;

  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
}

.gtbox-profiles-persona-link:hover {
  background: rgba(255,255,255,0.12);

  border-color: rgba(255,255,255,0.22);

  color: #ffffff;

  transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .gtbox-profiles-personas-section {
    padding: 84px 0;
  }

  .gtbox-profiles-personas-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-profiles-personas-inner {
    padding: 0 20px;
  }

  .gtbox-profiles-personas-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-profiles-persona-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abbc859 */.gtbox-profiles-value-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(143,205,55,0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-profiles-value-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-profiles-value-header {
  max-width: 860px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-profiles-value-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-profiles-value-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-profiles-value-header p {
  margin: 0 auto;
  max-width: 790px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-profiles-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gtbox-profiles-value-card {
  padding: 32px 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow: 0 14px 34px rgba(13,31,51,0.045);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.gtbox-profiles-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143,205,55,0.34);
  box-shadow: 0 22px 48px rgba(13,31,51,0.08);
}

.gtbox-profiles-value-card.is-featured {
  border-color: rgba(143,205,55,0.36);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.14), transparent 42%),
    #ffffff;
}

.gtbox-profiles-value-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: #8fcd37;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-profiles-value-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-profiles-value-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .gtbox-profiles-value-section {
    padding: 84px 0;
  }

  .gtbox-profiles-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gtbox-profiles-value-inner {
    padding: 0 20px;
  }

  .gtbox-profiles-value-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-profiles-value-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-profiles-value-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-997acaa *//* =========================================================
   PAGE PROFILS MÉTIERS — FAQ
========================================================= */

.gtbox-profiles-faq-section {
  width: 100%;
  padding: 108px 0;
  background: #ffffff;
  color: #1c2f45;
}

.gtbox-profiles-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-profiles-faq-header {
  margin: 0 auto 52px;
  text-align: center;
}

.gtbox-profiles-faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-profiles-faq-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.gtbox-profiles-faq-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gtbox-profiles-faq-list {
  display: grid;
  gap: 14px;
}

.gtbox-profiles-faq-item {
  border-radius: 20px;
  background: #f6f9fc;
  border: 1px solid #e7edf3;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(13,31,51,0.04);
}

.gtbox-profiles-faq-item[open] {
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 16px 38px rgba(13,31,51,0.06);
}

.gtbox-profiles-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: #17324d;
  font-size: 1.04rem;
  font-weight: 850;
}

.gtbox-profiles-faq-item summary::-webkit-details-marker {
  display: none;
}

.gtbox-profiles-faq-item summary::after {
  content: "+";
  float: right;
  color: #8fcd37;
  font-size: 1.4rem;
  line-height: 1;
}

.gtbox-profiles-faq-item[open] summary::after {
  content: "–";
}

.gtbox-profiles-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5c6f82;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 768px) {

  .gtbox-profiles-faq-section {
    padding: 84px 0;
  }

  .gtbox-profiles-faq-inner {
    padding: 0 20px;
  }

  .gtbox-profiles-faq-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4c0a1f *//* =========================================================
   PAGE PROFILS MÉTIERS — CTA FINAL
========================================================= */

.gtbox-profiles-cta-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(143,205,55,0.16), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(255,255,255,0.04), transparent 32%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
  color: #ffffff;
}

.gtbox-profiles-cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.gtbox-profiles-cta-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-profiles-cta-inner h2 {
  max-width: 860px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-profiles-cta-inner p {
  max-width: 760px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.80);
  font-size: 1.08rem;
  line-height: 1.75;
}

.gtbox-profiles-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-profiles-cta-primary,
.gtbox-profiles-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-profiles-cta-primary {
  background: #ff7a00;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-profiles-cta-primary:hover {
  background: #ff8a1f;
  color: #ffffff;
  transform: translateY(-2px);
}

.gtbox-profiles-cta-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.24);
  color: #ffffff;
}

.gtbox-profiles-cta-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.38);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {

  .gtbox-profiles-cta-section {
    padding: 92px 0;
  }

  .gtbox-profiles-cta-inner {
    padding: 0 20px;
  }

  .gtbox-profiles-cta-actions {
    flex-direction: column;
  }

  .gtbox-profiles-cta-primary,
  .gtbox-profiles-cta-secondary {
    width: 100%;
  }
}/* End custom CSS */