/* menu */
@media only screen and (max-width: 768px){
.logo_container.mobile_logo_enable .default_logo, .logo_container.mobile_logo_enable .site-title {
    display: none!important;
}
}
@media only screen and (min-width: 769px){
.logo_container.mobile_logo_enable .default_logo, .logo_container.mobile_logo_enable .site-title {
    display: block;
}
	.logo_container.mobile_logo_enable .mobile_logo {
    display: none!important;
}
}



.logo_container.mobile_logo_enable .mobile_logo {
    margin-left: -30px;
}
@media only screen and (max-width: 768px){
.toggle-box, .toggle-inner, .toggle-inner:before, .toggle-inner:after {
    width: 22px;
    color: black;
}
	.gt3_header_builder_login_component .gtc_login_icon, .woo_mini-count:before, .header_search .header_search__icon > i {
    color: black;
}
	.gt3_header_builder__section--middle {
    background-color: rgb(255, 255, 255) !important;
}
}
.main-menu ul li ul.sub-menu{
	    width: 280px;
}

/* sous menu gauche */
.widget-title {
    font-weight: 600;
    font-size: 26px;
    color: #1d3963;
}

.current-menu-item a{
	color:#c2b697!important;
	font-weight:400!important;
}

.widget_nav_menu a{
	font-weight:300;
}
.vc_custom_1533282123066 {
    background-position: center bottom !important;
}
/* form LB */
.gt3_span12bis {
  line-height: 1.5;
	font-size: 10px;
}
.lb-text {
	line-height: 1;
} 

.auditex-landing,
.auditex-landing * ,
.auditex-landing *::before,
.auditex-landing *::after {
  box-sizing: border-box;
}

.auditex-landing {
  --navy: #1C3A5E;
  --navy-deep: #142D4A;
  --navy-mid: #1E3F65;
  --navy-light: #254D78;
  --steel: #4A7AB5;
  --steel-light: #6B9FD4;
  --steel-faint: rgba(74,122,181,0.12);
  --steel-border: rgba(74,122,181,0.25);
  --white: #FFFFFF;
  --white-dim: rgba(255,255,255,0.68);
  --white-faint: rgba(255,255,255,0.07);
  --white-border: rgba(255,255,255,0.12);
  --font-serif: 'Playfair Display', 'Times New Roman', serif;
  --font-sans: 'Barlow', 'Helvetica Neue', sans-serif;

  background: var(--navy);
  color: var(--white);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.75;
  overflow-x: hidden;
  position: relative;
}

.auditex-landing::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(74,122,181,0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 100% 100%, rgba(74,122,181,0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.auditex-landing .hero,
.auditex-landing .divider,
.auditex-landing .pillars,
.auditex-landing .testimonial,
.auditex-landing .phone-band {
  position: relative;
  z-index: 1;
}

.auditex-landing .hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 760px;
}

.auditex-landing .hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55%;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, var(--white-border) 12%, var(--white-border) 88%, transparent 100%);
}

.auditex-landing .hero-left {
  padding: 80px 72px 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auditex-landing .hero-left::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--steel);
  margin-bottom: 24px;
}

.auditex-landing .eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--steel-light);
  margin-bottom: 26px;
}

.auditex-landing h1,
.auditex-landing h2,
.auditex-landing h3,
.auditex-landing blockquote,
.auditex-landing p {
  margin: 0;
}

.auditex-landing h1 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 3.8vw, 58px);
  font-weight: 500;
  line-height: 1.18;
  color: var(--white);
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

.auditex-landing h1 em {
  font-style: italic;
  color: var(--steel-light);
}

.auditex-landing .hero-body {
  font-size: 16px;
  color: var(--white-dim);
  max-width: 460px;
  line-height: 1.88;
  margin-bottom: 56px;
  font-weight: 300;
}

.auditex-landing .stats {
  display: flex;
  border-top: 1px solid var(--white-border);
  padding-top: 40px;
}

.auditex-landing .stat {
  flex: 1;
  padding-right: 32px;
  border-right: 1px solid var(--white-border);
  margin-right: 32px;
}

.auditex-landing .stat:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.auditex-landing .stat-num {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 400;
  color: var(--steel-light);
  line-height: 1;
  margin-bottom: 6px;
}

.auditex-landing .stat-lbl {
  font-size: 11px;
  color: var(--white-dim);
  line-height: 1.5;
  font-weight: 400;
}

.auditex-landing .hero-right {
  background: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 48px;
}

.auditex-landing .form-wrap {
  width: 100%;
  max-width: 395px;
}

.auditex-landing .form-heading {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.25;
}

.auditex-landing .form-sub {
  font-size: 13px;
  color: var(--white-dim);
  margin-bottom: 30px;
  line-height: 1.65;
}

.auditex-landing .form-sub strong {
  color: var(--steel-light);
  font-weight: 500;
}

.auditex-landing .field {
  margin-bottom: 13px;
}

.auditex-landing .field label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-bottom: 6px;
}

.auditex-landing .field input,
.auditex-landing .field select,
.auditex-landing .field textarea {
  width: 100%;
  background: var(--white-faint);
  border: 1px solid var(--white-border);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 300;
  padding: 12px 15px;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s, background 0.2s;
}

.auditex-landing .field input::placeholder,
.auditex-landing .field textarea::placeholder {
  color: rgba(255,255,255,0.2);
}

.auditex-landing .field input:focus,
.auditex-landing .field select:focus,
.auditex-landing .field textarea:focus {
  border-color: var(--steel);
  background: var(--steel-faint);
}

.auditex-landing .field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%234A7AB5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.auditex-landing .field select option {
  background: #142D4A;
  color: #fff;
}

.auditex-landing .field textarea {
  resize: none;
  height: 76px;
}

.auditex-landing .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auditex-landing .btn-submit {
  width: 100%;
  margin-top: 6px;
  background: var(--steel);
  border: none;
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.auditex-landing .btn-submit:hover {
  background: var(--steel-light);
  transform: translateY(-1px);
}

.auditex-landing .btn-submit svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
}

.auditex-landing .form-note {
  font-size: 10px;
  color: rgba(255,255,255,0.25);
  margin-top: 12px;
  text-align: center;
  line-height: 1.6;
}

.auditex-landing .success-box {
  display: none;
  text-align: center;
  padding: 24px 0 44px;
  flex-direction: column;
}

.auditex-landing .success-ring {
  width: 68px;
  height: 68px;
  border: 1px solid var(--steel-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

.auditex-landing .success-ring svg {
  width: 28px;
  height: 28px;
  stroke: var(--steel-light);
  fill: none;
}

.auditex-landing .success-box h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--white);
  margin-bottom: 14px;
}

.auditex-landing .success-box p {
  font-size: 14px;
  color: var(--white-dim);
  line-height: 1.8;
}

.auditex-landing .success-box .tel-link {
  color: var(--steel-light);
  text-decoration: none;
  font-weight: 500;
}

.auditex-landing .divider {
  display: flex;
  align-items: center;
  padding: 0 64px;
  gap: 20px;
}

.auditex-landing .divider-line {
  flex: 1;
  height: 1px;
  background: var(--white-border);
}

.auditex-landing .divider-diamond {
  width: 6px;
  height: 6px;
  background: var(--steel);
  transform: rotate(45deg);
  opacity: 0.6;
}

.auditex-landing .pillars {
  padding: 100px 64px;
  background: var(--navy-deep);
  border-top: 1px solid var(--white-border);
}

.auditex-landing .section-eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--steel-light);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.auditex-landing .section-eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--steel);
  opacity: 0.7;
}

.auditex-landing .pillars-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 500;
  color: var(--white);
  max-width: 580px;
  line-height: 1.25;
  margin-bottom: 72px;
}

.auditex-landing .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.auditex-landing .pillar {
  padding: 44px 48px;
  border: 1px solid var(--white-border);
  border-right: none;
  position: relative;
  transition: background 0.25s;
}

.auditex-landing .pillar:first-child {
  border-left: 1px solid var(--white-border);
}

.auditex-landing .pillar:last-child {
  border-right: 1px solid var(--white-border);
}

.auditex-landing .pillar:hover {
  background: rgba(74,122,181,0.07);
}

.auditex-landing .pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--steel);
  opacity: 0;
  transition: opacity 0.25s;
}

.auditex-landing .pillar:hover::before {
  opacity: 1;
}

.auditex-landing .pillar-num {
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--steel);
  opacity: 0.18;
  line-height: 1;
  margin-bottom: 22px;
}

.auditex-landing .pillar-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.3;
}

.auditex-landing .pillar-body {
  font-size: 15px;
  color: var(--white-dim);
  line-height: 1.9;
}

.auditex-landing .pillar-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--steel-light);
}

.auditex-landing .pillar-tag svg {
  width: 13px;
  height: 13px;
  stroke: var(--steel-light);
  fill: none;
}

.auditex-landing .testimonial {
  padding: 80px 64px;
  background: var(--steel);
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 80px;
  align-items: center;
}

.auditex-landing .testimonial::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 52px;
  font-family: var(--font-serif);
  font-size: 220px;
  font-weight: 700;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  pointer-events: none;
}

.auditex-landing .testimonial-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.auditex-landing blockquote {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.4vw, 30px);
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 1.55;
  border-left: 2px solid rgba(255,255,255,0.4);
  padding-left: 32px;
}

.auditex-landing .quote-author {
  margin-top: 22px;
  padding-left: 34px;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.06em;
  font-style: normal;
}

.auditex-landing .phone-band {
  background: var(--navy-deep);
  border-top: 1px solid var(--white-border);
  border-bottom: 1px solid var(--white-border);
  padding: 52px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.auditex-landing .phone-band-left h2 {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.2;
}

.auditex-landing .phone-band-left p {
  font-size: 14px;
  color: var(--white-dim);
}

.auditex-landing .phone-number {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.auditex-landing .phone-number svg {
  width: 28px;
  height: 28px;
  stroke: var(--steel);
  fill: none;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .auditex-landing .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .auditex-landing .hero::after {
    display: none;
  }

  .auditex-landing .hero-left {
    padding: 56px 20px 44px;
  }

  .auditex-landing .hero-right {
    padding: 44px 20px 56px;
    border-top: 1px solid var(--white-border);
  }

  .auditex-landing .pillars {
    padding: 60px 20px;
  }

  .auditex-landing .pillars-grid {
    grid-template-columns: 1fr;
  }

  .auditex-landing .pillar {
    border-right: 1px solid var(--white-border);
    border-left: 1px solid var(--white-border);
    border-bottom: none;
    padding: 36px 28px;
  }

  .auditex-landing .pillar:last-child {
    border-bottom: 1px solid var(--white-border);
  }

  .auditex-landing .testimonial {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 52px 20px;
  }

  .auditex-landing .phone-band {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .auditex-landing .divider {
    padding: 0 20px;
  }

  .auditex-landing .two-col {
    grid-template-columns: 1fr;
  }
}

.auditex-landing .field select {
  min-height: 56px;
  height: 56px;
  line-height: 1.2;
  padding: 0 42px 0 15px;
}
