.content_link-wrapper.is-h2 {
  display: none !important;
}

.cc-lang,
.cc-lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cc-lang a,
.cc-lang-switch a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85em;
  flex: 0 0 1.85em;
  text-align: center;
  box-sizing: content-box;
}
.cc-lang a.is-active,
.cc-lang a:hover,
.cc-lang-switch a.is-active,
.cc-lang-switch a:hover {
  color: #fff;
}
.cc-lang-sep {
  color: rgba(255, 255, 255, 0.28);
}
.navbar_menu-right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cc-lang,
  .cc-lang-switch {
    margin: 12px 0 4px;
  }
}

.navbar_logo,
.footer_logo {
  height: 30px;
  width: auto;
  max-width: 360px;
}
.navbar_component.w-nav {
  background-color: #0b0b0b !important;
  background-image: none !important;
  color: #fff !important;
}
.navbar_component .navbar_link,
.navbar_component .navbar_dropdown-toggle,
.navbar_component .cc-mini-toggle,
.navbar_component .navbar_menu-button {
  color: #fff !important;
}
.footer_logo {
  height: 30px;
  width: auto;
  max-width: 360px;
}

.footer_copyright-wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  width: 100% !important;
}
.footer_legal-wrapper {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  width: 100% !important;
  column-gap: 1.25rem !important;
  row-gap: 0.5rem !important;
}
.footer_legal-wrapper .cookie-manager_component {
  flex: 1 0 100% !important;
  display: flex !important;
  flex-flow: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  background: none !important;
  z-index: auto !important;
}
.footer_legal-link {
  white-space: nowrap !important;
  flex: none !important;
}

.footer_phone-wrapper,
.footer_phones-grid,
.footer_phone-wrapper a[href^="tel:"] {
  display: none !important;
}
.footer_bottom-wrapper {
  grid-template-columns: minmax(0, 1fr) max-content !important;
}
@media (max-width: 991px) {
  .footer_bottom-wrapper {
    grid-template-columns: 1fr !important;
  }
}
.footer_contact-link {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
}
.footer_newsletter-wrapper {
  border-left: 0 !important;
  border-right: 0 !important;
}
footer .section_cta,
footer .padding-section-cta,
footer .cta_component,
footer .cta_background,
footer .cta_background-video-wrapper {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html.cc-cookie-lock {
  overflow: hidden;
}
.cc-cookie-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 9998;
}
html.cc-cookie-lock .cc-cookie-backdrop {
  display: block;
}
html.cc-consent-done .cookie-banner_component,
html.cc-consent-done [fs-cc="banner"],
html.cc-consent-done .cc-cookie-backdrop {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
html:not(.cc-cookie-lock) .cookie-banner_component,
html:not(.cc-cookie-lock) [fs-cc="banner"] {
  display: none !important;
}
html.cc-cookie-lock .cookie-banner_component,
html.cc-cookie-lock [fs-cc="banner"] {
  display: flex !important;
  visibility: visible !important;
  z-index: 10000 !important;
}
html.cc-prefs-open .cookie-banner_component,
html.cc-prefs-open [fs-cc="banner"] {
  display: none !important;
}
.cookie-prefs_component,
[fs-cc="preferences"] {
  display: none !important;
}
html.cc-prefs-open .cookie-prefs_component,
html.cc-prefs-open [fs-cc="preferences"] {
  display: flex !important;
  visibility: visible !important;
  z-index: 10001 !important;
}
.cc-cookie-save {
  margin-top: 1rem;
}
html.cc-cookie-lock .cookie-banner_close-button {
  display: none !important;
}

html {
  color-scheme: dark;
}

select.form_input,
select.is-select-input,
select.w-select {
  color-scheme: dark;
  background-color: #1a1a1a !important;
  color: #fff !important;
}
select.form_input option,
select.is-select-input option,
select.w-select option {
  background-color: #161616;
  color: #f3f3f3;
}

.cc-select {
  position: relative;
  width: 100%;
}
.cc-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none;
  overflow: hidden;
}
.cc-select-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 2.75rem;
  margin: 0;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}
.cc-select-btn:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.cc-select-btn::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
.cc-select.is-open .cc-select-btn::after {
  transform: rotate(-135deg);
  margin-top: 0.25rem;
}
.cc-select-list {
  display: none;
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  max-height: 16.5rem;
  overflow: auto;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}
.cc-select.is-open .cc-select-list {
  display: block;
}
.cc-select-list li {
  padding: 0.55rem 1rem;
  color: #f2f2f2;
  cursor: pointer;
}
.cc-select-list li:hover,
.cc-select-list li.is-active {
  background: #ff6500;
  color: #fff;
}
.cc-select-list li.is-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.cc-select-list li.is-placeholder:hover {
  color: #fff;
}

.logo_wrapper a.logo_logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
img.logo_logo[alt="AMR SSM"] {
  height: 22px;
  width: auto;
  max-width: 168px;
}

.navbar_link.w-nav-link {
  white-space: nowrap;
}

#apply {
  scroll-margin-top: 7rem;
}
.section_content .padding-section-large:has(.cc-collab-wrap),
.section_content .content_component.is-collaborate,
.section_content .cc-collab-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: none !important;
  grid-column: 1 / -1 !important;
}
.cc-collab {
  display: block;
  width: 100%;
  max-width: none;
  color: #f3f3f3;
}
.cc-collab-lead {
  max-width: 52rem;
  margin: 0 0 2.75rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}
.cc-collab-lead.is-tight {
  margin-bottom: 1.25rem;
}
.cc-collab-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.cc-collab-section {
  margin: 0 0 3.25rem;
}
.cc-collab-section h2 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 1.2;
}
.cc-collab-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.cc-collab-grid.is-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cc-collab-card {
  min-height: 100%;
  padding: 1.6rem 1.5rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cc-collab-card:hover {
  border-color: rgba(255, 101, 0, 0.55);
  background: rgba(255, 255, 255, 0.05);
}
.cc-collab-num {
  margin: 0 0 0.85rem;
  color: #ff6500;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.cc-collab-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 600;
}
.cc-collab-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  line-height: 1.65;
}
.cc-collab-form-wrap {
  width: 100%;
  padding: 2rem 1.75rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
}
.cc-collab-wrap .cc-collaborate-form,
.content_component.is-collaborate .cc-collaborate-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
  margin-top: 0.35rem;
  max-width: none;
  width: 100%;
}
.cc-collab-wrap .form_field-wrapper:has(textarea),
.cc-collab-wrap .form_checkbox,
.cc-collab-wrap .button.max-width-full,
.content_component.is-collaborate .form_field-wrapper:has(textarea),
.content_component.is-collaborate .form_checkbox,
.content_component.is-collaborate .button.max-width-full {
  grid-column: 1 / -1;
}
@media (max-width: 991px) {
  .cc-collab-grid,
  .cc-collab-grid.is-2,
  .cc-collab-wrap .cc-collaborate-form,
  .content_component.is-collaborate .cc-collaborate-form {
    grid-template-columns: 1fr;
  }
  .cc-collab-section h2 {
    font-size: 1.6rem;
  }
}
.cc-collab-wrap .cc-collaborate-form > input[type="hidden"],
.content_component.is-collaborate .cc-collaborate-form > input[type="hidden"] {
  display: none;
}
.cc-collab-wrap .form_field-wrapper,
.content_component.is-collaborate .form_field-wrapper {
  margin-bottom: 1rem;
}
.cc-collab-wrap textarea.form_input,
.content_component.is-collaborate textarea.form_input {
  min-height: 8rem;
  width: 100%;
  resize: vertical;
}
.cc-collab-wrap .form_checkbox,
.content_component.is-collaborate .form_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.4rem 0 1.1rem;
}
.cc-collab-wrap .form_checkbox input[type="checkbox"],
.content_component.is-collaborate .form_checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  flex: none;
  accent-color: #ff6500;
}
.cc-collab-wrap .button.max-width-full,
.content_component.is-collaborate .button.max-width-full {
  margin-top: 0.25rem;
}

.cc-market {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cc-market a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
.cc-market a.is-active,
.cc-market a:hover {
  color: #fff;
}
.cc-lang-float {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.72);
}
.cc-lang a {
  width: 1.85em;
  flex: 0 0 1.85em;
}
.button.is-navbar,
.button.is-navbar .w-inline-block,
a.button.is-navbar,
.navbar_component a.button.is-navbar.cc-nav-cta {
  background-color: #ff6500 !important;
  background-image: none !important;
  border: 1px solid #ff6500 !important;
  border-color: #ff6500 !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 0.52rem 1.15rem !important;
  border-radius: 0.35rem !important;
}
.button.is-navbar:hover,
a.button.is-navbar:hover,
.button.is-navbar:focus,
.navbar_menu-right .button.is-navbar.cc-nav-cta:hover,
.navbar_component a.button.is-navbar.cc-nav-cta:hover,
.navbar_component a.button.is-navbar.cc-nav-cta:focus {
  background-color: #e85d00 !important;
  border-color: #e85d00 !important;
  color: #fff !important;
}
.main-button-bg,
.button:not(.is-link):not(.btn-ghost) {
  background-image: none;
}
.card-number {
  color: #ff6500 !important;
}

/* Locale: globe + country + language */
.cc-locale {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 14px;
  position: relative;
  z-index: 30;
}
.cc-globe {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.72);
}
.cc-globe-icon {
  display: block;
}
.cc-drop {
  position: relative;
}
.cc-drop-btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0.2rem 1.1rem 0.2rem 0.15rem;
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.cc-drop-btn::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 0.45rem;
  width: 0.32rem;
  height: 0.32rem;
  border-right: 1.5px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.55);
  transform: rotate(45deg);
}
.cc-drop.is-open .cc-drop-btn,
.cc-drop-btn:hover {
  color: #fff;
}
.cc-drop-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 10.5rem;
  padding: 0.4rem 0;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  z-index: 60;
}
.cc-drop-list[hidden] {
  display: none !important;
}
.cc-drop-link {
  display: block;
  padding: 0.5rem 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.cc-drop-link:hover,
.cc-drop-link.is-active {
  color: #fff;
  background: rgba(255, 101, 0, 0.9);
}
.cc-lang-float {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.72);
}
@media (max-width: 991px) {
  .cc-locale {
    margin: 12px 0 8px;
    flex-wrap: wrap;
  }
}

html.cc-skip-loader .loader_component {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.cc-totop {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 45;
  width: 2.6rem;
  height: 2.6rem;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.88);
  color: #fff;
  cursor: pointer;
}
.cc-totop.is-visible {
  display: flex;
}
.cc-totop:hover {
  border-color: #ff6500;
  color: #ff6500;
}

.section_logo,
.certificates-wrapper,
.cs_slider,
.cs_nav,
.nav-heading-wrapper:has(+ .cs_nav) {
  display: none !important;
}
.section_contact .contact_heading-wrapper > .margin-bottom.margin-medium {
  display: none !important;
}
.cs_slide .button-group,
.cs_slide a.button,
.cs_slide a.w-lightbox,
.cs_slide .cs_slide-content-logo {
  display: none !important;
}
.cs_slide-avatar-img {
  display: none !important;
}
.cs_slide-avatar-img-wrapper {
  display: none !important;
}

a.navbar_link.cc-home-link {
  margin-right: 0;
}

.navbar_container {
  display: flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  column-gap: 0.45rem !important;
}
.navbar_logo-link {
  margin-right: 0 !important;
  padding-right: 0.2rem !important;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .navbar_menu {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0;
    gap: 0.25rem !important;
    justify-content: flex-start !important;
  }
}
.navbar_menu-left {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  column-gap: 0.15rem;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.navbar_link.w-nav-link {
  padding-left: 0.95rem !important;
  padding-right: 0.95rem !important;
}
.navbar_menu-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
  margin-left: 0.2rem !important;
  padding-left: 0.15rem !important;
}
.button.is-navbar {
  white-space: nowrap;
  flex-shrink: 0;
}
.cc-locale {
  margin-right: 0.2rem;
  margin-left: 0;
}

.cc-mini-drop {
  position: relative;
}
.cc-mini-toggle {
  cursor: pointer;
  color: #fff;
  padding: 0.45rem 0.6rem;
  font-size: 0.95rem;
}
.cc-mini-list {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 50;
  min-width: 13.5rem;
  padding: 0.45rem 0;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.cc-mini-drop:hover .cc-mini-list,
.cc-mini-drop.w--open .cc-mini-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 22rem;
  max-height: min(80vh, 34rem);
  overflow-y: auto;
}
.cc-mini-list .cc-mini-link.is-all {
  grid-column: 1 / -1;
}
.cc-mini-link {
  display: block;
  padding: 0.42rem 0.95rem;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-size: 0.92rem;
}
.cc-mini-link:hover,
.cc-mini-link.is-all {
  color: #ff6500;
}

.cc-dir {
  margin: 1.6rem 0 2.4rem;
  max-width: 72rem;
}
.cc-dir-intro {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1.1rem;
  max-width: 40rem;
}
.cc-dir-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.7rem;
}
.cc-dir-card {
  display: flex;
  align-items: center;
  min-height: 3.1rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.45rem;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}
.cc-dir-card:hover {
  border-color: #ff6500;
  color: #ff6500;
}

.cc-page-hub .section_logo,
.cc-page-hub .logo_component,
body .section_logo {
  display: none !important;
}

.cs_slide .text-style-6lines {
  -webkit-line-clamp: unset !important;
  display: block !important;
  overflow: visible !important;
  max-height: none !important;
}

.cc-extra {
  margin: 0 0 2.8rem;
  padding: 1.6rem 0 0.4rem;
  max-width: 72rem;
}
.cc-extra-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.8fr);
  gap: 1.6rem 2rem;
  align-items: start;
}
.cc-extra-icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.85rem;
}
.cc-extra-icon .cc-ico,
.cc-extra-icon svg {
  width: 100%;
  height: 100%;
}
.cc-extra-p,
.cc-whom {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin: 0 0 0.9rem;
  max-width: 40rem;
}
.cc-deliver {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  padding: 1.1rem 1.2rem 1.2rem;
  background: rgba(255, 255, 255, 0.03);
}
.cc-deliver h3,
.cc-faq-wrap h3 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  color: #fff;
}
.cc-deliver ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}
.cc-deliver li {
  margin: 0.35rem 0;
}
.cc-faq-wrap {
  margin-top: 1.5rem;
}
.cc-faq {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.7rem 0;
}
.cc-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}
.cc-faq p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}
@media (max-width: 800px) {
  .cc-extra-grid {
    grid-template-columns: 1fr;
  }
}

body.cc-svc-seo .cc-extra-icon svg { stroke: #ff8a3d; }
body.cc-svc-google-ads .cc-extra-icon svg { stroke: #ffb000; }
body.cc-svc-social .cc-extra-icon svg { stroke: #ff4d6d; }
body.cc-svc-influence .cc-extra-icon svg { stroke: #e85d04; }
body.cc-svc-web .cc-extra-icon svg { stroke: #ff6500; }
body.cc-svc-branding .cc-extra-icon svg { stroke: #ff9e00; }
body.cc-svc-ux-ui .cc-extra-icon svg { stroke: #f48c06; }
body.cc-svc-contenu .cc-extra-icon svg { stroke: #dc2f02; }
body.cc-svc-automation .cc-extra-icon svg { stroke: #faa307; }
body.cc-svc-cro .cc-extra-icon svg { stroke: #e85d04; }
body.cc-svc-data .cc-extra-icon svg { stroke: #ff7b00; }
body.cc-svc-audit .cc-extra-icon svg { stroke: #ff6500; }

.cc-adv-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}
.cc-adv-ico svg,
.icon-embed-large .cc-ico {
  width: 100%;
  height: 100%;
}
.advantages_item img[alt="Service advantage icon"] {
  display: none !important;
}

.cc-mandats-more {
  display: flex;
  justify-content: center;
  margin: 1.35rem 0 0;
}
.cc-mandats-more .cc-btn-fill {
  min-width: 11rem;
  text-align: center;
}
.services_list.cc-mandats-grid,
.services_list.w-dyn-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.1rem !important;
  width: 100% !important;
}
.services_list .w-dyn-item,
.services_list .cc-mandat-item {
  grid-column: auto !important;
  width: 100% !important;
  max-width: none !important;
}
@media (max-width: 991px) {
  .services_list.cc-mandats-grid,
  .services_list.w-dyn-items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .services_list.cc-mandats-grid,
  .services_list.w-dyn-items {
    grid-template-columns: 1fr !important;
  }
}

.cc-method-lead {
  max-width: 46rem;
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}
.cc-clients-home {
  padding-top: 1.15rem;
  padding-bottom: 1.7rem;
}
.cc-clients {
  margin: 0 0 1.8rem;
}
.cc-clients-label {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cc-clients-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
}
.cc-client-mark {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.cc-mid-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  margin: 1.4rem 0 2rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 101, 0, 0.35);
  border-radius: 0.55rem;
  background: rgba(255, 101, 0, 0.06);
}
.cc-mid-cta-p {
  margin: 0;
  flex: 1 1 16rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}
.cc-mid-cta-btn {
  flex-shrink: 0;
}

.team_component,
.team_slider-wrapper,
.team_content-wrapper,
.team_nav {
  display: none !important;
}

html,
body,
button,
input,
select,
textarea,
.button,
.main-button,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
h3,
p,
a,
label,
li,
summary,
details,
.cc-extra,
.cc-deliver,
.cc-faq,
.cc-whom {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif !important;
}

.navbar_container {
  gap: 0.45rem !important;
  column-gap: 0.45rem !important;
}
.navbar_menu {
  gap: 0.25rem !important;
}
.navbar_menu-left {
  column-gap: 0.15rem;
}
.navbar_link.w-nav-link {
  padding-left: 0.95rem !important;
  padding-right: 0.95rem !important;
}
.navbar_menu-right {
  gap: 0.9rem;
  margin-left: 0.2rem !important;
  padding-left: 0.15rem !important;
}
.cc-locale {
  margin-left: 0;
  margin-right: 0.15rem;
}

.cc-slide-p2 {
  margin-top: 0.85rem;
  max-width: 36rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
}

.section_cta .heading-style-h2 {
  margin-bottom: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.section_cta .text-size-medium {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-size: 1.05rem;
}
.section_cta .text-size-medium br {
  display: block;
  content: "";
  margin: 0.75rem 0;
}
.section_cta .margin-top.margin-large {
  margin-top: 2.2rem !important;
}
.section_cta .button:not(.main-button),
.cc-mid-cta-btn,
.cc-audit-submit {
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding: 0.95rem 1.4rem;
}

.cc-footer-dirs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1.4rem 1.1rem;
  width: 100%;
  margin: 0 0 1.6rem;
  padding: 1.2rem 0 0.2rem;
}
.cc-footer-dirs .footer_link-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.cc-footer-dirs .footer_link {
  font-size: 0.92rem;
  line-height: 1.4;
}
.footer_top-wrapper {
  display: none !important;
}
.cc-offices {
  display: none !important;
}
.cc-office-main {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}
.cc-office-quiet {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  line-height: 1.45;
  max-width: 52rem;
}

.cc-clients-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  align-items: center;
}
.cc-clients-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}
.cc-clients-track {
  display: flex;
  width: max-content;
  animation: cc-clients-scroll 42s linear infinite;
}
.cc-clients-marquee:hover .cc-clients-track {
  animation-play-state: paused;
}
.cc-clients-set {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-right: 0.7rem;
}
@keyframes cc-clients-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .cc-clients-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }
  .cc-clients-set[aria-hidden="true"] {
    display: none;
  }
}
.cc-client-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  width: 9.8rem;
  min-width: 9.8rem;
  padding: 0.35rem 0.5rem;
  background: #fff;
  border-radius: 0.45rem;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.cc-client-logo img {
  max-height: 2.6rem;
  max-width: 8.6rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal;
  opacity: 1;
}
.cc-clients img,
.cc-clients-set img,
.cc-sec-logo-track img,
.cc-sec-logos img,
.cc-footer-brands-row img,
.cc-tunnel .logos__piste img,
.section_logo img,
.clients_logo,
.clients_logo img {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
}

.section_advantages .advantages_content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1.1rem !important;
  max-width: 72rem !important;
  width: 100% !important;
  grid-template-columns: none !important;
}
.section_advantages .advantages_content > * {
  width: 100% !important;
  max-width: 72rem !important;
  grid-area: auto !important;
  justify-self: start !important;
}
.section_advantages .advantages_content-left .margin-top.margin-large {
  display: none !important;
}
.section_advantages .advantages_content-right .text-size-medium {
  max-width: 46rem;
  line-height: 1.65;
  font-size: 1.05rem;
}
.section_advantages .advantages_content-right .text-size-medium p:empty {
  display: none !important;
}
.section_advantages .margin-bottom.margin-xhuge {
  margin-bottom: 1rem !important;
}
body.cc-page-services .section_header .padding-section-medium,
body.cc-page-secteurs .section_header .padding-section-medium,
body.cc-page-villes .section_header .padding-section-medium {
  padding-top: 1.35rem;
  padding-bottom: 0.35rem;
}
body.cc-page-services .section_header .header_content .margin-bottom.margin-small,
body.cc-page-secteurs .section_header .header_content .margin-bottom.margin-small,
body.cc-page-villes .section_header .header_content .margin-bottom.margin-small {
  margin-bottom: 0.7rem !important;
}
body.cc-page-services .section_header .heading-style-h1,
body.cc-page-secteurs .section_header .heading-style-h1,
body.cc-page-villes .section_header .heading-style-h1 {
  color: #fff !important;
  margin: 0 !important;
  max-width: 40rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
body.cc-page-services .section_header .max-width-large,
body.cc-page-secteurs .section_header .max-width-large,
body.cc-page-villes .section_header .max-width-large {
  max-width: 38rem;
}
body.cc-page-services .section_header .text-size-medium,
body.cc-page-secteurs .section_header .text-size-medium,
body.cc-page-villes .section_header .text-size-medium,
body.cc-page-services .section_header .text-size-medium p,
body.cc-page-secteurs .section_header .text-size-medium p,
body.cc-page-villes .section_header .text-size-medium p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: 38rem;
}
body.cc-page-services .section_advantages .padding-section-large,
body.cc-page-secteurs .section_advantages .padding-section-large,
body.cc-page-villes .section_advantages .padding-section-large {
  padding-top: 0.55rem;
  padding-bottom: 1.5rem;
}
body.cc-page-services .section_advantages .heading-style-h2,
body.cc-page-secteurs .section_advantages .heading-style-h2,
body.cc-page-villes .section_advantages .heading-style-h2 {
  color: #fff !important;
  margin: 0 0 0.85rem !important;
  max-width: 40rem;
  line-height: 1.22;
}
body.cc-page-services .section_advantages .advantages_content-right .text-size-medium,
body.cc-page-secteurs .section_advantages .advantages_content-right .text-size-medium,
body.cc-page-villes .section_advantages .advantages_content-right .text-size-medium,
body.cc-page-services .section_advantages .advantages_content-right .text-size-medium p,
body.cc-page-secteurs .section_advantages .advantages_content-right .text-size-medium p,
body.cc-page-villes .section_advantages .advantages_content-right .text-size-medium p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 1.05rem;
  line-height: 1.62;
}
body.cc-page-services .section_advantages .advantages_content-right .text-size-medium p + p,
body.cc-page-secteurs .section_advantages .advantages_content-right .text-size-medium p + p,
body.cc-page-villes .section_advantages .advantages_content-right .text-size-medium p + p {
  margin-top: 0.85rem;
}
.cc-extra {
  max-width: 72rem;
}
.cc-extra-p,
.cc-whom {
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
}
.cc-deliver h3,
.cc-faq-wrap h3 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.cc-faq-wrap {
  margin-top: 1.8rem;
  max-width: none;
}
.cc-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  font-size: 1.05rem;
}
body.cc-page-services .cc-extra-icon,
body.cc-page-secteurs .cc-extra-icon,
body.cc-page-villes .cc-extra-icon {
  display: none;
}

.cc-topic-photo,
.cc-city-photo {
  position: relative;
  margin: 0 0 1.15rem;
  width: min(100%, 42rem);
  max-width: 42rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
}
.cc-topic-photo img,
.cc-city-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.cc-communes {
  margin: 1.6rem 0 0.4rem;
  max-width: 40rem;
}
.cc-communes h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}
.cc-communes p {
  margin: 0 0 0.6rem;
  color: rgba(255, 255, 255, 0.72);
}
.cc-communes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-communes li {
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.section_cases .case_component,
.section_cases .case_featured-list-wrapper,
.section_cases .case_list-wrapper {
  display: none !important;
}
body.cc-work-page header.section_header,
body.cc-work-page .advantages_content,
body.cc-work-page .section_advantages {
  display: none !important;
}
body.cc-work-page .main-wrapper {
  padding-top: 5.5rem;
}
.cc-work-section {
  padding: 3.25rem 0 3.2rem;
}
@media (max-width: 900px) {
  body.cc-work-page .main-wrapper {
    padding-top: 4.75rem;
  }
  .cc-work-section {
    padding-top: 2.5rem;
  }
}
.cc-work-hero {
  max-width: 46rem;
  margin: 0 0 1.5rem;
}
.cc-work-hero .heading-style-h2 {
  margin: 0.35rem 0 0.7rem;
  color: #fff;
}
.cc-work-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 1.02rem;
}
.cc-work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.8rem;
}
.cc-work-filter {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #121212;
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.82rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
}
.cc-work-filter.is-on,
.cc-work-filter:hover {
  border-color: #ff6500;
  color: #fff;
  background: #1a120c;
}
.cc-work-sec {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1.15rem;
}
.cc-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2.2rem;
}
.cc-work-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101010;
  border-radius: 0.75rem;
  overflow: hidden;
  color: inherit;
}
.cc-work-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.2rem;
  padding: 0.85rem 1rem;
  background: #fff;
}
.cc-work-logo img {
  max-height: 3.4rem;
  max-width: 11rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none !important;
}
.cc-work-logo-name {
  background: #161616;
  color: #fff;
  font-weight: 650;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.cc-work-body {
  padding: 0.95rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.cc-work-tag {
  display: inline-block;
  color: #ff6500;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 650;
}
.cc-work-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.3;
}
.cc-work-done,
.cc-work-how {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
  font-size: 0.92rem;
}
.cc-work-how {
  color: rgba(255, 255, 255, 0.58);
}
.cc-work-meta {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0.65rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 0.28rem;
}
.cc-work-meta li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
}
.cc-work-meta span {
  display: inline-block;
  min-width: 4.2rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 0.35rem;
}
.cc-work-quote {
  margin: 0.35rem 0 0;
  padding: 0.55rem 0 0 0.7rem;
  border-left: 2px solid #ff6500;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.45;
}
.cc-work-out {
  margin-top: auto;
  padding-top: 0.55rem;
  color: #ff6500;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}
.cc-work-out:hover {
  color: #fff;
}
.cc-work-card[hidden],
.cc-work-sec[hidden],
.cc-work-grid[hidden] {
  display: none !important;
}

.cc-audit {
  margin: 1.6rem 0 2.4rem;
  padding: 1.4rem 1.5rem 1.6rem;
  border: 1px solid rgba(255, 101, 0, 0.35);
  border-radius: 0.7rem;
  background: rgba(255, 101, 0, 0.05);
  max-width: 42rem;
}
.cc-audit h2 {
  margin: 0 0 0.7rem;
}
.cc-audit-lead {
  margin: 0 0 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.cc-audit-form {
  display: grid;
  gap: 0.85rem;
}
.cc-audit-label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
}
.cc-audit-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
}
.cc-audit-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
}
.cc-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.cc-audit-submit {
  justify-self: start;
  margin-top: 0.4rem;
}

@media (max-width: 991px) {
  .cc-footer-dirs {
    grid-template-columns: 1fr 1fr !important;
  }
  .cc-work-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .cc-footer-dirs {
    grid-template-columns: 1fr !important;
  }
  .cc-work-grid {
    grid-template-columns: 1fr;
  }
}

.cc-review-initials {
  display: none !important;
}
.cs_slide-avatar-img-wrapper {
  display: none !important;
}
.hp-who_content-left .text-size-medium {
  max-width: 40rem;
  line-height: 1.7;
}
.navbar_component .navbar_container {
  --cc-logo-h: 30px;
  --cc-nav-side-gap: 12px;
  --cc-logo-tail: 0px;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  column-gap: 0 !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 82rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1.25rem, 4vw, 2rem) !important;
  padding-right: clamp(1.25rem, 4vw, 2rem) !important;
}
.navbar_component .navbar_logo-link {
  margin-right: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}
.navbar_component .navbar_logo {
  display: block;
  height: var(--cc-logo-h) !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .navbar_component .navbar_menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
    justify-content: flex-start !important;
  }
  .navbar_component .navbar_menu.w-nav-menu {
    display: flex !important;
  }
  .navbar_component .navbar_menu::before,
  .navbar_component .navbar_menu::after {
    display: none !important;
    content: none !important;
    flex: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
  }
  .navbar_component .cc-nav-gap {
    flex: 0 0 auto;
    height: 1px;
    pointer-events: none;
  }
  .navbar_component .cc-nav-gap-a {
    order: 0;
    width: var(--cc-nav-side-gap);
    min-width: var(--cc-nav-side-gap);
    max-width: var(--cc-nav-side-gap);
  }
  .navbar_component .cc-nav-gap-b {
    order: 2;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: calc(var(--cc-nav-side-gap) + var(--cc-logo-tail));
    max-width: none !important;
  }
  .navbar_component .navbar_menu-left > a.navbar_link.cc-home-link {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .navbar_component .navbar_menu-left > .cc-mini-drop:last-child .cc-mini-toggle {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .navbar_component .navbar_menu-left {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap;
    column-gap: 0 !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
    order: 1;
  }
  .navbar_component .navbar_menu::after {
    order: 2;
  }
  .navbar_component .navbar_link.w-nav-link {
    width: auto !important;
    white-space: nowrap !important;
    padding: 0.7rem 0.48rem !important;
    font-size: 0.92rem !important;
  }
  .navbar_component .navbar_menu-right {
    margin-left: 0 !important;
    padding-left: 0 !important;
    flex-shrink: 0;
    gap: 0.85rem !important;
    order: 3;
  }
  .navbar_component .cc-locale {
    margin-left: 0 !important;
    margin-right: 0.15rem;
  }
}
.cc-globe-btn {
  padding: 0.35rem 0 0.35rem 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cc-globe-btn::after {
  display: none;
}
.cc-globe-icon {
  width: 22px;
  height: 22px;
}
.cc-drop-sep {
  height: 1px;
  margin: 0.35rem 0;
  background: rgba(255, 255, 255, 0.12);
}
.button.is-navbar,
a.button.is-navbar,
.navbar_component a.button.is-navbar.cc-nav-cta {
  padding-left: 1.15rem !important;
  padding-right: 1.15rem !important;
  background-color: #ff6500 !important;
  background-image: none !important;
  border: 1px solid #ff6500 !important;
  border-color: #ff6500 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.navbar_menu-right .button.is-navbar:hover,
.button.is-navbar:hover,
a.button.is-navbar:hover,
.navbar_component a.button.is-navbar.cc-nav-cta:hover {
  background-color: #e85d00 !important;
  border-color: #e85d00 !important;
  color: #fff !important;
}

.main-button {
  background-color: transparent !important;
  padding: 1px !important;
  box-shadow: none !important;
  overflow: hidden !important;
  border: 0 !important;
  filter: none !important;
  position: relative !important;
}
.main-button:hover {
  box-shadow: none !important;
}
.main-button-bg {
  background-color: #ff6500 !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  border-radius: 0.25rem !important;
  padding: 0.9rem 1.45rem !important;
  position: relative !important;
  z-index: 1 !important;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.border-gradient,
.main-button .border-gradient {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
  animation: spin 4s linear infinite !important;
  aspect-ratio: 1;
  width: 100%;
  min-width: 120%;
  position: absolute !important;
  left: 50%;
  top: 50%;
  margin-left: -60%;
  margin-top: -60%;
  background: conic-gradient(
    from 0 at 50% 50%,
    rgba(255, 255, 255, 0.75) 0deg,
    rgba(255, 255, 255, 0) 60deg,
    rgba(255, 255, 255, 0) 310deg,
    rgba(255, 255, 255, 0.75) 360deg
  ) !important;
}
.section_cta .main-button,
.padding-section-cta .main-button {
  width: auto !important;
  padding: 1px !important;
}

.services_item-badge,
.services_item-badge-label,
.services_item-badge-glow,
.services_item-badge-shadow {
  display: none !important;
}
.cc-mandat-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 5.4rem;
  padding: 0.75rem 0.7rem 0.65rem;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.cc-mandat-badge .cc-ico {
  width: 2rem;
  height: 2rem;
}
.cc-mandat-badge-label {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
  max-width: 9.5rem;
}
.cc-mandat-item .button.is-link,
.cc-mandat-item .button.is-link div {
  color: rgba(255, 255, 255, 0.72) !important;
}
.services_item .text-size-large,
.services_item .text-weight-medium {
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  line-height: 1.3 !important;
}
.services_item .text-size-small {
  font-weight: 400 !important;
  line-height: 1.45;
}

.cc-footer-pad {
  width: 100%;
  padding: 0.4rem clamp(1.35rem, 4vw, 2.6rem) 0.2rem;
  box-sizing: border-box;
}
.cc-footer-brands {
  display: none !important;
}
.cc-footer-brands-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5e5e5e;
  margin-bottom: 14px;
}
.cc-footer-brands-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 34px;
}
.cc-footer-brands-row img {
  height: 22px;
  width: auto;
  object-fit: contain;
}
.cc-footer-dirs {
  padding-left: 0;
  padding-right: 0;
}
.footer .container-large {
  padding-left: clamp(1.2rem, 3.5vw, 2.2rem) !important;
  padding-right: clamp(1.2rem, 3.5vw, 2.2rem) !important;
  box-sizing: border-box;
}
.cc-office-main {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.95rem;
}
.footer_social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hp-who_content-left .text-size-medium {
  max-width: 40rem;
  line-height: 1.7;
}
.cc-who-lead {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.65;
}
.cc-timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.15rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.cc-timeline-item {
  position: relative;
  padding: 0 0 1.35rem 1.35rem;
}
.cc-timeline-item:last-child {
  padding-bottom: 0;
}
.cc-timeline-item::before {
  content: "";
  position: absolute;
  left: -0.32rem;
  top: 0.35rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: #ff6500;
  box-shadow: 0 0 0 3px #111;
}
.cc-timeline-when {
  display: block;
  color: #ff6500;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.cc-timeline-what {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.45;
}

.section_contact .certificates-wrapper {
  display: none !important;
}
.section_contact .cc-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1.1rem;
}
.section_contact .cc-contact-msg {
  grid-column: 1 / -1;
}
.section_contact .cc-file-input,
.cc-page-form-grid .cc-file-input,
.cc-audit-form .cc-file-input,
.contact_form .cc-file-input {
  cursor: pointer;
  color: #fff;
}
.section_contact .cc-file-input::file-selector-button,
.cc-page-form-grid .cc-file-input::file-selector-button,
.cc-audit-form .cc-file-input::file-selector-button,
.contact_form .cc-file-input::file-selector-button {
  background: #ff6500;
  color: #fff;
  border: 0;
  border-radius: 0.3rem;
  padding: 0.4rem 0.75rem;
  margin-right: 0.7rem;
  font: inherit;
  cursor: pointer;
}
.section_contact .form_field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0;
}
.section_contact .form_field-label {
  display: block !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section_contact .form_input,
.section_contact select.form_input,
.section_contact textarea.form_input {
  min-height: 3rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.section_contact textarea.form_input {
  min-height: 6.5rem;
  padding-top: 0.85rem;
}
.cc-req {
  color: #ff6500;
  margin-left: 0.15rem;
  font-weight: 700;
}
.cc-opt {
  color: rgba(255, 255, 255, 0.42);
  font-weight: 400;
  font-size: 0.78em;
}
.section_contact .contact_form,
.cc-page-form-el.contact_form,
.cc-audit-form.contact_form {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}
.section_contact .contact_form > .cc-contact-fields,
.cc-page-form-el > .cc-page-form-grid,
.cc-audit-form > .cc-page-form-grid {
  width: 100%;
}
.section_contact .contact_form > input[type="submit"],
.cc-page-form-el > input[type="submit"],
.cc-audit-form > input[type="submit"] {
  grid-column: 1 / -1;
  width: auto;
  max-width: 22rem;
  height: auto !important;
  min-height: 3.05rem;
  align-self: flex-start;
  justify-self: start;
  margin-top: 0.15rem;
}

.cc-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0.15rem 0 0.15rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.45;
  cursor: pointer;
  width: 100%;
  max-width: 36rem;
}
.cc-privacy-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
}
.cc-privacy-box {
  display: inline-block;
  box-sizing: border-box;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  min-height: 1.2rem;
  margin-top: 0.12rem;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  background: #161616;
  flex: 0 0 auto;
}
.cc-privacy:has(.cc-privacy-input:checked) .cc-privacy-box,
.cc-privacy-input:checked + .cc-privacy-box {
  background-color: #ff6500;
  border-color: #ff6500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M2 6.2l2.8 2.8 5.2-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem;
}
.cc-privacy:has(.cc-privacy-input:focus-visible) .cc-privacy-box,
.cc-privacy-input:focus-visible + .cc-privacy-box {
  box-shadow: 0 0 0 2px #101010, 0 0 0 4px #ff6500;
}
.cc-privacy a {
  color: #ff6500;
  text-decoration: underline;
}
.section_contact .form_checkbox,
.section_contact label.w-checkbox.form_checkbox {
  display: none !important;
}

.cc-page-form-wrap {
  margin: 0 0 2.4rem;
  width: 100%;
}
.cc-page-form {
  margin: 0 auto;
  padding: 2rem 2.1rem 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101010;
  border-radius: 0.85rem;
  width: 100%;
  box-sizing: border-box;
}
.cc-page-form-title {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 650;
}
.cc-page-form-lead {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
}
.cc-page-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem 1.15rem;
  align-items: start;
}
.cc-page-form-grid .cc-contact-msg {
  grid-column: 1 / -1;
}
.cc-page-form-grid .form_field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  margin: 0;
}
.cc-page-form-grid .form_field-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}
.cc-page-form-grid .form_input,
.cc-page-form-grid textarea.form_input {
  min-height: 3.35rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.05rem;
  padding: 0.78rem 0.95rem;
}
.cc-page-form-grid textarea.form_input {
  min-height: 6.2rem;
}
.cc-page-form-submit {
  margin-top: 0;
  min-width: 12rem;
  min-height: 3.05rem;
  font-size: 1.05rem;
}
.cc-audit-form .cc-page-form-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.8rem;
}
@media (max-width: 960px) {
  .cc-page-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cc-page-form-grid .cc-form-phone {
    grid-column: 1 / -1;
    max-width: 28rem;
    justify-self: center;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .cc-page-form-grid,
  .cc-audit-form .cc-page-form-grid {
    grid-template-columns: 1fr;
  }
  .section_contact .contact_form > input[type="submit"],
  .cc-page-form-el > input[type="submit"],
  .cc-audit-form > input[type="submit"] {
    width: 100%;
    max-width: none;
  }
}
.section_contact .cc-contact-lead {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.6;
}
.section_contact .cc-contact-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}
.section_contact .cc-contact-cta {
  margin: 2.4rem 0 0.4rem;
  padding: 1.4rem 0 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.section_contact .cc-contact-cta-title {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}
.section_contact .cc-contact-cta-text {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}
.section_contact .cc-contact-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.section_contact .cc-contact-cta-link {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
}
.section_contact .cc-contact-cta-link:hover {
  border-color: #ff6500;
  color: #ff6500;
}
@media (max-width: 640px) {
  .section_contact .cc-contact-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .navbar_component .navbar_container {
    --cc-logo-h: 30px;
  }
  .navbar_component .navbar_link.w-nav-link {
    padding: 0.65rem 0.38rem !important;
    font-size: 0.86rem !important;
  }
  .navbar_component .navbar_logo {
    height: var(--cc-logo-h) !important;
  }
}
@media (max-width: 991px) {
  .navbar_component .navbar_container {
    --cc-logo-h: 30px;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .navbar_component .navbar_logo {
    height: var(--cc-logo-h) !important;
    max-width: 11.5rem;
  }
  .navbar_menu-button.w-nav-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 30;
    position: relative;
    margin-left: auto;
    padding: 0.4rem;
    background: transparent !important;
  }
  .navbar_menu-button.w-nav-button.w--open {
    background: transparent !important;
    color: #fff !important;
  }
  .navbar_component .navbar_menu::before,
  .navbar_component .navbar_menu::after,
  .navbar_component .cc-nav-gap {
    display: none !important;
  }
  .navbar_component .navbar_menu,
  .navbar_component .navbar_menu.w-nav-menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    height: auto !important;
    max-height: calc(100dvh - 4.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 0.75rem 1.25rem 2rem !important;
    background: rgba(10, 10, 10, 0.96) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .navbar_component .navbar_menu[data-nav-menu-open] {
    display: flex !important;
  }
  .w-nav-overlay .navbar_menu,
  .w-nav-overlay .navbar_menu.w-nav-menu {
    display: flex !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .navbar_component .navbar_menu-left {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    white-space: normal !important;
    margin: 0 !important;
    order: 1 !important;
    flex: none !important;
  }
  .navbar_component .navbar_link.w-nav-link,
  .navbar_component .navbar_dropdown-toggle,
  .navbar_component .cc-mini-toggle {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    padding: 0.9rem 0.75rem !important;
    font-size: 1.12rem !important;
    white-space: normal !important;
    box-sizing: border-box;
  }
  .navbar_component .navbar_menu-dropdown,
  .navbar_component .cc-mini-drop {
    width: 100% !important;
  }
  .navbar_component .navbar_dropdown-list.w--open,
  .navbar_component .navbar_dropdown-list {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 0 0.5rem !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border: 0 !important;
  }
  .navbar_component .navbar_dropdown-content,
  .navbar_component .navbar_dropdown-content-left {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .navbar_component .navbar_dropdown-content-right {
    display: none !important;
  }
  .cc-mini-list {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    margin: 0 0 0.4rem;
    padding: 0.2rem 0 0.5rem;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    grid-template-columns: 1fr !important;
  }
  .cc-mini-drop:hover .cc-mini-list,
  .cc-mini-drop.w--open .cc-mini-list {
    display: grid;
  }
  .cc-mini-link {
    text-align: center;
    padding: 0.5rem 0.75rem;
  }
  .navbar_component .navbar_menu-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 1.1rem 0 0 !important;
    padding: 0 !important;
    gap: 1rem !important;
    order: 2 !important;
  }
  .navbar_component .cc-locale {
    margin: 0 auto !important;
    justify-content: center;
  }
  .navbar_component a.button.is-navbar.cc-nav-cta {
    width: 100% !important;
    max-width: 22rem;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}

.section_testimonial .testimonial_component > :not(.cc-avis) {
  display: none !important;
}
.cc-avis {
  width: 100%;
}
.cc-avis-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 0 0 1.6rem;
  flex-wrap: wrap;
}
.cc-avis-head .heading-style-h2 {
  margin: 0.35rem 0 0;
  color: #fff;
}
.cc-avis-leave,
.cc-avis-submit {
  appearance: none;
  border: 0;
  background: #ff6500;
  color: #fff;
  font: inherit;
  font-weight: 600;
  padding: 0.7rem 1.15rem;
  border-radius: 0.35rem;
  cursor: pointer;
}
.cc-avis-leave:hover,
.cc-avis-submit:hover {
  background: #e85d00;
}
.cc-avis-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}
.cc-avis-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 0.15rem 0 0.85rem;
  scrollbar-width: thin;
  scrollbar-color: #ff6500 transparent;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.cc-avis-grid:active {
  cursor: grabbing;
}
@media (max-width: 800px) {
  .cc-avis-grid {
    scroll-snap-type: x proximity;
  }
}
.cc-avis-card {
  flex: 0 0 min(28rem, 86vw);
  scroll-snap-align: start;
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
  border-radius: 0.7rem;
  padding: 1.05rem 1.15rem 1.1rem;
  box-sizing: border-box;
}
.cc-avis-name {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.35rem;
}
.cc-avis-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.7rem;
}
.cc-avis-stars {
  display: inline-flex;
  gap: 0.08rem;
}
.cc-avis-when,
.cc-avis-visited {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}
.cc-avis-text {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.55rem;
  line-height: 1.55;
  font-size: 0.98rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cc-avis-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.cc-avis-modal[hidden] {
  display: none !important;
}
.cc-avis-dialog {
  width: min(100%, 32rem);
  background: #0c0c0c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.8rem;
  padding: 1.3rem 1.35rem 1.4rem;
  position: relative;
}
.cc-avis-dialog h3 {
  margin: 0 1.5rem 1rem 0;
  color: #fff;
}
.cc-avis-x {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
.cc-avis-form label {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  margin: 0 0 0.75rem;
}
.cc-avis-form input,
.cc-avis-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.28rem;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  border-radius: 0.35rem;
  padding: 0.55rem 0.7rem;
  font: inherit;
}
.cc-avis-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.cc-avis-rate {
  display: flex;
  gap: 0.2rem;
  margin: 0 0 0.85rem;
}
.cc-avis-pick {
  background: none;
  border: 0;
  color: #ff6500;
  font-size: 1.35rem;
  cursor: pointer;
  padding: 0 0.1rem;
  line-height: 1;
}
.cc-avis-pick.is-off {
  color: rgba(255, 255, 255, 0.28);
}
.cc-avis-status {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

body.cc-topic-page header.section_header,
body.cc-topic-page .advantages_content {
  display: none !important;
}
body.cc-page-hub header.section_header .header_background-wrapper {
  opacity: 0.45;
}
body.cc-page-hub .advantages_content,
body.cc-page-hub .advantages_list,
body.cc-page-hub .section_approach,
body.cc-page-hub .section_services {
  display: none !important;
}
body.cc-page-hub .header_content {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: none;
}
body.cc-page-hub .heading-style-h1 {
  color: #fff !important;
  max-width: none;
  line-height: 1.15;
}
body.cc-page-hub .text-size-medium,
body.cc-page-hub .text-size-medium p {
  color: #f2f2f2 !important;
  font-size: 1.08rem !important;
  line-height: 1.55 !important;
  max-width: 46rem;
}
.cc-dir-in-banner {
  margin: 1.35rem 0 0;
  max-width: none;
}
.cc-dir-in-banner .cc-dir-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 800px) {
  .cc-dir-in-banner .cc-dir-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.cc-dir {
  margin: 1.6rem 0 2rem;
  max-width: 72rem;
}
.cc-dir-intro {
  color: #f2f2f2;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 1.1rem;
  max-width: 40rem;
}
.cc-dir-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 800px) {
  .cc-dir-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.cc-dir-card {
  display: flex;
  align-items: center;
  min-height: 4.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid #2a2a2a;
  border-radius: 0.9rem;
  color: #fff;
  text-decoration: none;
  background: #141414;
  font-size: 1.02rem;
  font-weight: 600;
}
.cc-dir-card:hover {
  border-color: #ff6500;
  color: #fff;
}

.cc-kicker {
  display: inline-block;
  background: #ff6500;
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 0.28rem;
  margin: 0 0 0.85rem;
}
.cc-new-bubble {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: fit-content;
  max-width: 100%;
  background: #ff6500;
  color: #111;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 0.42rem 0.78rem 0.46rem;
  border-radius: 1.15rem 1.15rem 1.15rem 0.28rem;
  margin: 0 0 1.2rem;
  box-shadow: 0 8px 18px rgba(255, 101, 0, 0.28);
}
.cc-new-bubble::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  bottom: -0.42rem;
  width: 0;
  height: 0;
  border-left: 0.42rem solid transparent;
  border-right: 0.42rem solid transparent;
  border-top: 0.42rem solid #ff6500;
}
.cc-mandat-item {
  position: relative;
  overflow: visible;
}
.cc-new-bubble-card {
  position: absolute;
  top: -0.72rem;
  left: 0.85rem;
  z-index: 3;
  margin: 0;
  max-width: calc(100% - 1.7rem);
  font-size: 0.64rem;
  padding: 0.32rem 0.62rem 0.36rem;
  pointer-events: none;
}
.cc-seo-extra {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cc-topic-hero {
  padding: 6.75rem 0 2.4rem;
}
.cc-topic-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.6rem 2rem;
  align-items: center;
}
.cc-topic-h1 {
  color: #fff;
  font-size: clamp(1.85rem, 2.75vw, 2.7rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 0.9rem;
  font-weight: 700;
  max-width: 16em;
}
.cc-topic-lead,
.cc-body,
.cc-block-copy .cc-body,
.cc-whom-card .cc-body,
.cc-faq .cc-body {
  color: #f2f2f2;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 0.85rem;
  font-weight: 400;
}
.cc-topic-lead {
  max-width: 36rem;
  margin: 0 0 1.25rem;
}
.cc-topic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.cc-btn-fill,
.cc-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border-radius: 0.4rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.98rem;
}
.cc-btn-fill {
  background: #ff6500;
  color: #fff;
  border: 1px solid #ff6500;
}
.cc-btn-fill:hover {
  background: #e85d00;
  color: #fff;
}
.cc-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.cc-btn-ghost:hover {
  border-color: #ff6500;
  color: #fff;
}
.cc-topic-frame {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  background: #111;
  aspect-ratio: 4 / 3;
}
.cc-topic-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.cc-topic-float {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.85rem 1rem;
  list-style: none;
  background: #0c0c0c;
  border: 1px solid #2a2a2a;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 16rem;
}
.cc-topic-float li + li {
  margin-top: 0.35rem;
}
.cc-topic-float li::before {
  content: "+";
  color: #ff6500;
  font-weight: 700;
  margin-right: 0.4rem;
}

.cc-extra {
  max-width: none;
  margin: 0.6rem 0 2.4rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.15rem;
}
.cc-block,
.cc-include,
.cc-whom-card,
.cc-faq-wrap,
.cc-communes {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 1.1rem;
  padding: 1.55rem 1.55rem 1.65rem;
  margin: 0;
}
.cc-block-h2,
.cc-section-head .cc-block-h2,
.cc-faq-wrap h3,
.cc-deliver h3,
.cc-communes h3 {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.9rem;
  font-weight: 700;
}
.cc-section-head .cc-kicker {
  margin-bottom: 0.65rem;
}
.cc-include-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.cc-include-card {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  background: #0c0c0c;
  border: 1px solid #262626;
  border-radius: 0.75rem;
  padding: 0.85rem 0.95rem;
}
.cc-include-card p {
  margin: 0;
  color: #f2f2f2;
  font-size: 1rem;
  line-height: 1.45;
}
.cc-plus {
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.35rem;
  background: #ff6500;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.cc-topic-page header.section_header {
  display: none !important;
}
body.cc-topic-page .section_advantages .margin-bottom.margin-xhuge,
body.cc-topic-page .advantages_content {
  display: none !important;
}
body.cc-topic-page .advantages_list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0.4rem 0 0.2rem;
}
body.cc-topic-page .advantages_item {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.15rem 1.2rem 1.2rem;
  margin: 0 !important;
}
body.cc-topic-page .advantages_item .text-rich-text h6 {
  color: #fff;
  font-size: 1.08rem;
  margin: 0 0 0.4rem;
}
body.cc-topic-page .advantages_item .text-rich-text p {
  color: #f2f2f2;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}
body.cc-topic-page .advantages_item .margin-bottom.margin-large {
  margin-bottom: 0.7rem !important;
}
body.cc-topic-page .section_approach .padding-section-large,
body.cc-topic-page .section_services .padding-section-large {
  padding-top: 2rem;
  padding-bottom: 2.2rem;
}
body.cc-topic-page .section_approach .margin-bottom.margin-xlarge,
body.cc-topic-page .section_services .margin-bottom.margin-xlarge {
  margin-bottom: 1.25rem !important;
}
body.cc-topic-page .section_approach .gradient-bottom {
  display: none !important;
}
body.cc-topic-page .cc-method-lead {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  margin: 0.8rem 0 1.1rem;
  max-width: none;
}
body.cc-topic-page .cc-method-lead p {
  color: #f2f2f2;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}
body.cc-topic-page .section_approach .heading-style-h2 {
  color: #fff;
  font-size: 1.55rem;
}
body.cc-topic-page .approach_horizontal-scroll-content,
body.cc-topic-page .approach_component .w-layout-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  align-items: start;
}
body.cc-topic-page .approach_item,
body.cc-topic-page .approach_item-wrapper {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 0.4rem !important;
  row-gap: 0.4rem !important;
  column-gap: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 1rem 1.1rem 1.05rem !important;
  width: auto !important;
  min-width: 0 !important;
}
body.cc-topic-page .approach_item .card-number,
body.cc-topic-page .approach_item-wrapper .card-number {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
body.cc-topic-page .approach_item h5,
body.cc-topic-page .approach_item-wrapper h5 {
  color: #fff;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
}
body.cc-topic-page .approach_item p,
body.cc-topic-page .approach_item-wrapper p {
  color: #f2f2f2;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}
.cc-hub-mandats {
  margin: 0 0 2.6rem;
  overflow: visible;
}
.cc-hub-mandats .cc-mandats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.1rem !important;
  width: 100% !important;
  padding-top: 0.85rem;
}
@media (max-width: 991px) {
  .cc-hub-mandats .cc-mandats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .cc-hub-mandats .cc-mandats-grid {
    grid-template-columns: 1fr !important;
  }
}
body.cc-page-hub .cc-mandats-grid .services_item,
body.cc-topic-page .cc-mandats-grid .services_item {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 1.05rem;
  padding: 1.2rem 1.25rem;
  min-height: 100%;
}
body.cc-page-hub .cc-mandats-grid .services_item .text-size-large,
body.cc-topic-page .cc-mandats-grid .services_item .text-size-large {
  color: #fff;
  font-size: 1.12rem;
}
body.cc-page-hub .cc-mandats-grid .services_item .text-size-small,
body.cc-topic-page .cc-mandats-grid .services_item .text-size-small {
  color: #f2f2f2;
  font-size: 0.98rem;
  line-height: 1.5;
}
.cc-faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.cc-faq {
  border: 1px solid #262626;
  background: #0c0c0c;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  margin: 0;
}
.cc-faq summary {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.cc-faq summary::-webkit-details-marker {
  display: none;
}
.cc-communes p,
.cc-communes li {
  color: #f2f2f2;
  font-size: 0.95rem;
}
.cc-mid-cta {
  margin: 1.6rem 0 1.8rem;
  padding: 1.2rem 1.4rem;
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.cc-mid-cta-p {
  color: #f2f2f2;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
  max-width: 40rem;
}
@media (max-width: 900px) {
  .cc-topic-hero {
    padding-top: 5.8rem;
  }
  .cc-topic-hero-inner,
  .cc-include-grid,
  body.cc-topic-page .advantages_list,
  body.cc-topic-page .approach_horizontal-scroll-content,
  body.cc-topic-page .approach_component .w-layout-grid {
    grid-template-columns: 1fr;
  }
  .cc-topic-h1 {
    max-width: none;
  }
}

/* Sector page layout: rhythm, width and background hierarchy */
body.cc-page-secteurs {
  --cc-sec-page: #0c0c0c;
  --cc-sec-raise: #141414;
  --cc-sec-line: #2a2a2a;
  --cc-sec-text: #f2f2f2;
}
body.cc-page-secteurs .main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.cc-page-secteurs .cc-sec-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.cc-page-secteurs .cc-sec-narrow,
body.cc-page-secteurs .cc-sec-copy .cc-body,
body.cc-page-secteurs .cc-sec-whom .cc-body,
body.cc-page-secteurs .cc-sec-method-lead,
body.cc-page-secteurs .cc-sec-faq-wrap .cc-body {
  max-width: 720px;
}
body.cc-page-secteurs .cc-sec-copy .cc-sec-narrow {
  margin: 0 auto 0 0;
}
body.cc-page-secteurs .cc-sec-head {
  margin: 0 0 1.15rem;
  background: none;
  border: 0;
  padding: 0;
}
body.cc-page-secteurs .cc-sec-head .cc-block-h2,
body.cc-page-secteurs .cc-sec-copy .cc-block-h2,
body.cc-page-secteurs .cc-sec-whom .cc-kicker {
  margin: 0 0 0.55rem;
}
body.cc-page-secteurs .cc-sec-copy,
body.cc-page-secteurs .cc-sec-breathe,
body.cc-page-secteurs .cc-sec-logos,
body.cc-page-secteurs .cc-sec-split,
body.cc-page-secteurs .cc-sec-faq-wrap,
body.cc-page-secteurs .cc-sec-communes,
body.cc-page-secteurs .cc-sec-tone-page {
  background: transparent;
  padding: 2.4rem 0;
}
body.cc-page-secteurs .cc-sec-panel.cc-sec-tone-raise {
  background: var(--cc-sec-raise);
  padding: 2.4rem 0;
}
body.cc-page-secteurs .cc-block,
body.cc-page-secteurs .cc-include,
body.cc-page-secteurs .cc-whom-card,
body.cc-page-secteurs .cc-faq-wrap,
body.cc-page-secteurs .cc-communes,
body.cc-page-secteurs .cc-method-lead {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
body.cc-page-secteurs .cc-sec-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem 1.5rem;
}
body.cc-page-secteurs .cc-sec-cols-2 { grid-template-columns: 1fr 1fr; }
body.cc-page-secteurs .cc-sec-cols-3 { grid-template-columns: 1fr 1fr 1fr; }
body.cc-page-secteurs .cc-sec-cols-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
body.cc-page-secteurs .cc-sec-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  background: none;
  border: 0;
  padding: 0.15rem 0.1rem 0.35rem;
}
body.cc-page-secteurs .section_header,
body.cc-page-secteurs .section_advantages,
body.cc-page-secteurs .section_approach {
  display: none !important;
}
body.cc-page-secteurs .cc-sec-num {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ff6500;
}
body.cc-page-secteurs .cc-sec-tile-label {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}
body.cc-page-secteurs .cc-sec-band {
  background: var(--cc-sec-raise);
  border-top: 1px solid var(--cc-sec-line);
  border-bottom: 1px solid var(--cc-sec-line);
  padding: 1rem 0;
}
body.cc-page-secteurs .cc-sec-band-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.75rem;
  max-width: 72rem;
  margin: 0 auto;
}
body.cc-page-secteurs .cc-sec-band-copy {
  min-width: 0;
  flex: 1 1 auto;
}
body.cc-page-secteurs .cc-sec-band-copy .cc-kicker {
  margin-bottom: 0.35rem;
}
body.cc-page-secteurs .cc-sec-band-p {
  margin: 0;
  color: var(--cc-sec-text);
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 46rem;
}
body.cc-page-secteurs .cc-sec-band-cta {
  flex: 0 0 auto;
}
body.cc-page-secteurs .cc-sec-breathe {
  padding: 3.2rem 0;
}
body.cc-page-secteurs .cc-sec-breathe-p {
  margin: 0 auto;
  max-width: 40rem;
  text-align: center;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
}
body.cc-page-secteurs .cc-sec-split-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: 2rem 3rem;
  align-items: start;
}
body.cc-page-secteurs .cc-sec-whom {
  max-width: 720px;
}
body.cc-page-secteurs .cc-sec-logos .cc-clients {
  margin: 0;
}
body.cc-page-secteurs .cc-sec-logo-row {
  padding: 1.6rem 0 1.4rem;
}
body.cc-page-secteurs .cc-sec-logo-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem 1.8rem;
}
body.cc-page-secteurs .cc-sec-logo-track img {
  height: 26px;
  width: auto;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1;
}
body.cc-page-secteurs .cc-sec-logos .cc-clients-label {
  text-align: center;
  margin-bottom: 1rem;
  color: #6d6d6d;
}
body.cc-page-secteurs .cc-sec-logos .cc-client-logo {
  background: none;
  border: 0;
  border-radius: 0;
  width: auto;
  min-width: 0;
  height: 26px;
  padding: 0 1.1rem;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1;
}
body.cc-page-secteurs .cc-sec-logos .cc-client-logo img {
  max-height: 26px;
  max-width: 7.5rem;
}
body.cc-page-secteurs .cc-sec-logos .cc-clients-marquee:hover .cc-clients-track {
  animation-play-state: running;
}
body.cc-page-secteurs .cc-sec-faq-wrap {
  padding-top: 2.8rem;
  padding-bottom: 1.2rem;
}
body.cc-page-secteurs .cc-sec-faq {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--cc-sec-line);
  border-radius: 0;
  margin: 0;
  padding: 0.85rem 0;
}
body.cc-page-secteurs .cc-sec-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.4;
}
body.cc-page-secteurs .cc-sec-faq summary::-webkit-details-marker {
  display: none;
}
body.cc-page-secteurs .cc-sec-chev {
  flex: 0 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}
body.cc-page-secteurs .cc-sec-faq[open] {
  padding-bottom: 1.05rem;
}
body.cc-page-secteurs .cc-sec-faq[open] summary {
  margin-bottom: 0.45rem;
}
body.cc-page-secteurs .cc-sec-faq[open] .cc-sec-chev {
  transform: rotate(-135deg);
  opacity: 1;
}
body.cc-page-secteurs .cc-sec-faq .cc-body {
  margin: 0;
  max-width: 40rem;
}
body.cc-page-secteurs .cc-sec-method-lead {
  max-width: 720px;
  margin: 0 0 1.4rem;
  padding: 0;
  background: none;
  border: 0;
}
body.cc-page-secteurs .cc-sec-method-lead p {
  margin: 0;
  color: var(--cc-sec-text);
  font-size: 1.05rem;
  line-height: 1.6;
}
body.cc-page-secteurs .section_advantages .padding-section-large,
body.cc-page-secteurs .section_approach .padding-section-large,
body.cc-page-secteurs .section_services .padding-section-large {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
body.cc-page-secteurs .advantages_list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--cc-sec-line);
  border-bottom: 1px solid var(--cc-sec-line);
}
body.cc-page-secteurs .advantages_item {
  background: none;
  border: 0;
  border-radius: 0;
  border-right: 1px solid var(--cc-sec-line);
  padding: 1rem 1.15rem 1.15rem;
  margin: 0 !important;
}
body.cc-page-secteurs .advantages_item:last-child {
  border-right: 0;
}
body.cc-page-secteurs .advantages_item .cc-adv-ico,
body.cc-page-secteurs .advantages_item .margin-bottom.margin-large {
  display: none;
}
body.cc-page-secteurs .advantages_item .text-rich-text h6 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.2;
  margin: 0 0 0.35rem;
  color: #fff;
}
body.cc-page-secteurs .advantages_item .text-rich-text p {
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0;
  color: rgba(242, 242, 242, 0.78);
}
body.cc-page-secteurs .approach_item,
body.cc-page-secteurs .approach_item-wrapper {
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0.35rem 0.2rem 0.6rem !important;
  min-height: 0 !important;
}
body.cc-page-secteurs .approach_item .card-number,
body.cc-page-secteurs .approach_item-wrapper .card-number {
  font-size: clamp(2.1rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  color: #ff6500;
  margin: 0 0 0.35rem;
}
body.cc-page-secteurs .section_faq {
  display: none !important;
}
body.cc-page-secteurs footer .section_cta,
body.cc-tunnel-page footer .section_cta {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.cc-page-secteurs footer .section_cta .padding-section-cta,
body.cc-page-secteurs footer .section_cta .cta_component,
body.cc-page-secteurs footer .section_cta .cta_background,
body.cc-page-secteurs footer .section_cta [class*="cta"],
body.cc-tunnel-page footer .section_cta .padding-section-cta,
body.cc-tunnel-page footer .section_cta .cta_component,
body.cc-tunnel-page footer .section_cta .cta_background,
body.cc-tunnel-page footer .section_cta [class*="cta"] {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.cc-page-secteurs footer .section_cta .padding-section-cta {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
body.cc-page-secteurs footer .section_cta .cta_component,
body.cc-page-secteurs footer .section_cta .text-align-center,
body.cc-page-secteurs footer .section_cta .max-width-large {
  max-width: none;
  text-align: left;
}
body.cc-page-secteurs footer .section_cta .cta_component > .text-align-center > .max-width-large {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.75rem;
  width: 100%;
}
body.cc-page-secteurs footer .section_cta .heading-style-h2 {
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}
body.cc-page-secteurs footer .section_cta .text-size-medium {
  display: none;
}
body.cc-page-secteurs footer .section_cta .margin-top.margin-large {
  margin-top: 0 !important;
}
body.cc-page-secteurs footer .section_cta .button-group {
  margin: 0;
  justify-content: flex-end;
}
body.cc-page-secteurs .cc-page-form-wrap {
  padding-top: 3.4rem;
  padding-bottom: 3.2rem;
  background: transparent;
}
body.cc-page-secteurs .cc-page-form {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: 720px;
}
body.cc-page-secteurs .cc-mandats-grid .services_item {
  padding: 0.95rem 1rem 1rem;
}
body.cc-page-secteurs .cc-sec-tone-light {
  background: #fff;
  color: #141414;
}
body.cc-page-secteurs .cc-sec-tone-light .cc-block-h2,
body.cc-page-secteurs .cc-sec-tone-light .cc-body,
body.cc-page-secteurs .cc-sec-tone-light .cc-sec-card-p,
body.cc-page-secteurs .cc-sec-tone-light .cc-sec-faq summary {
  color: #141414;
}
body.cc-page-secteurs .cc-sec-tone-light .cc-kicker {
  color: #ff6500;
}
body.cc-page-secteurs .cc-sec-tone-gray {
  background: #f3f3f3;
  color: #141414;
}
body.cc-page-secteurs .cc-sec-tone-gray .cc-sec-stat strong {
  color: #141414;
}
body.cc-page-secteurs .cc-sec-tone-gray .cc-sec-stat p {
  color: #4a4a4a;
}
body.cc-page-secteurs .cc-sec-tone-orange {
  background: #ff6500;
  border-color: #ff6500;
}
body.cc-page-secteurs .cc-sec-tone-orange .cc-kicker,
body.cc-page-secteurs .cc-sec-tone-orange .cc-sec-band-p {
  color: #fff;
}
body.cc-page-secteurs .cc-sec-tone-orange .cc-btn-fill {
  background: #0b0b0b;
  border-color: #0b0b0b;
  color: #fff;
}
body.cc-page-secteurs .cc-sec-anchors {
  position: sticky;
  top: 72px;
  z-index: 30;
  background: #0b0b0b;
  border-bottom: 1px solid #2a2a2a;
}
body.cc-page-secteurs .cc-sec-anchors-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.15rem;
  padding: 0.7rem 0;
}
body.cc-page-secteurs .cc-sec-anchors-row a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 0.92rem;
}
body.cc-page-secteurs .cc-sec-anchors-row a:hover,
body.cc-page-secteurs .cc-sec-anchors-row .cc-btn-fill {
  color: #fff;
}
body.cc-page-secteurs .cc-sec-anchors-row .cc-btn-fill {
  margin-left: auto;
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
}
body.cc-page-secteurs .cc-sec-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
body.cc-page-secteurs .cc-sec-card {
  border: 1px solid #2a2a2a;
  background: #141414;
  padding: 1.1rem 1.15rem 1.2rem;
}
body.cc-page-secteurs .cc-sec-card-p {
  margin: 0.45rem 0 0;
  color: #f2f2f2;
  font-size: 1.02rem;
  line-height: 1.4;
}
body.cc-page-secteurs .cc-sec-check {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1.5rem;
}
body.cc-page-secteurs .cc-sec-check li {
  position: relative;
  padding-left: 1.1rem;
  color: inherit;
}
body.cc-page-secteurs .cc-sec-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  background: #ff6500;
}
body.cc-page-secteurs .cc-include-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.1rem;
}
body.cc-page-secteurs .cc-include-card {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  color: #f2f2f2;
}
body.cc-page-secteurs .cc-include-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.4;
}
body.cc-page-secteurs .cc-plus {
  display: inline-flex;
  color: #ff6500;
  flex: 0 0 auto;
  margin-top: 0.15rem;
}
body.cc-page-secteurs .cc-sec-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
body.cc-page-secteurs .cc-sec-stat strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}
body.cc-page-secteurs .cc-sec-stat p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}
body.cc-page-secteurs .cc-sec-mesh-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin: 0.7rem 0 1.4rem;
}
body.cc-page-secteurs .cc-sec-mesh-row a {
  border: 1px solid #d8d8d8;
  color: #141414;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  font-size: 0.92rem;
}
body.cc-page-secteurs .cc-sec-mesh-h {
  margin: 1.4rem 0 0.4rem;
  font-size: 1.05rem;
}
body.cc-page-secteurs .cc-form-direct {
  margin: 0.65rem 0 0;
  font-size: 0.98rem;
}
body.cc-page-secteurs .cc-form-direct a {
  color: #ff6500;
}
body.cc-page-secteurs .cc-sec-sticky-cta {
  display: none;
}
body.cc-page-secteurs .cc-sec-copy .cc-sec-narrow,
body.cc-page-secteurs .cc-sec-copy .cc-body {
  max-width: 42rem;
  text-align: left;
}
body.cc-page-secteurs .cc-sec-faq-wrap {
  background: #fff;
}
@media (max-width: 767px) {
  body.cc-page-secteurs .cc-sec-sticky-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    gap: 0.55rem;
    padding: 0.7rem 0.9rem;
    background: #0b0b0b;
    border-top: 1px solid #2a2a2a;
  }
  body.cc-page-secteurs .cc-sec-sticky-cta a {
    flex: 1;
  }
  body.cc-page-secteurs .cc-sec-cards,
  body.cc-page-secteurs .cc-sec-check,
  body.cc-page-secteurs .cc-include-grid,
  body.cc-page-secteurs .cc-sec-stats {
    grid-template-columns: 1fr;
  }
  body.cc-page-secteurs .main-wrapper {
    padding-bottom: 4.5rem;
  }
}
body.cc-page-secteurs .cc-btn-fill,
body.cc-page-secteurs .cc-btn-ghost,
body.cc-page-secteurs .cc-sec-faq summary,
body.cc-page-secteurs .cc-sec-chev {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 991px) {
  body.cc-page-secteurs .cc-sec-cols-3,
  body.cc-page-secteurs .cc-sec-cols-4,
  body.cc-page-secteurs .advantages_list,
  body.cc-page-secteurs .cc-sec-split-row,
  body.cc-page-secteurs footer .section_cta .cta_component > .text-align-center > .max-width-large {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media (max-width: 767px) {
  body.cc-page-secteurs .cc-sec-copy,
  body.cc-page-secteurs .cc-sec-panel,
  body.cc-page-secteurs .cc-sec-logos,
  body.cc-page-secteurs .cc-sec-split,
  body.cc-page-secteurs .cc-sec-faq-wrap,
  body.cc-page-secteurs .cc-sec-breathe {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  body.cc-page-secteurs .cc-sec-cols-2,
  body.cc-page-secteurs .cc-sec-cols-3,
  body.cc-page-secteurs .cc-sec-cols-4,
  body.cc-page-secteurs .advantages_list,
  body.cc-page-secteurs .cc-sec-split-row {
    grid-template-columns: 1fr;
  }
  body.cc-page-secteurs .advantages_item {
    border-right: 0;
    border-bottom: 1px solid var(--cc-sec-line);
    padding-left: 0;
    padding-right: 0;
  }
  body.cc-page-secteurs .cc-sec-band-row,
  body.cc-page-secteurs footer .section_cta .cta_component > .text-align-center > .max-width-large {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  body.cc-page-secteurs .cc-sec-band-cta,
  body.cc-page-secteurs footer .section_cta .button-group,
  body.cc-page-secteurs footer .section_cta .button-group a {
    width: 100%;
  }
  body.cc-page-secteurs .cc-sec-breathe-p {
    text-align: left;
  }
}





/* Secteurs hub: equal filter buttons + equal cards + pagination */
.cc-sec-toolbar{display:grid;gap:1rem;margin-bottom:1.5rem}
.cc-sec-search .w-input,
.cc-sec-search .cc-sec-q,
.cc-sec-search input[type="search"]{
  max-width:28rem;
  width:100%;
  background:#141414!important;
  color:#f2f2f2!important;
  border:1px solid #2a2a2a!important;
  border-radius:.65rem!important;
  caret-color:#ff6500;
  -webkit-text-fill-color:#f2f2f2;
}
.cc-sec-search .w-input::placeholder,
.cc-sec-search .cc-sec-q::placeholder,
.cc-sec-search input[type="search"]::placeholder{
  color:#9a9a9a!important;
  opacity:1;
  -webkit-text-fill-color:#9a9a9a;
}
.cc-sec-search .w-input::-webkit-search-cancel-button{
  filter:invert(1);
}
.cc-sec-select-wrap{display:none}
.cc-sec-select{
  width:100%;
  min-height:2.75rem;
  padding:.65rem .9rem;
  border:1px solid #2a2a2a;
  border-radius:.65rem;
  background:#141414;
  color:#f2f2f2;
  font:inherit;
}
.cc-sec-chips{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));
  gap:.55rem;
}
.cc-sec-chip{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:5.6rem;
  padding:.7rem .55rem;
  margin:0;
  border:1px solid #2a2a2a;
  border-radius:.85rem;
  background:#141414;
  color:#f2f2f2;
  cursor:pointer;
  text-align:center;
  font:inherit;
  line-height:1.25;
  text-decoration:none!important;
  transition:border-color .15s ease,background .15s ease;
}
.cc-sec-chip:hover,
.cc-sec-chip.is-active{
  border-color:#ff6500;
  background:#1a120c;
  text-decoration:none!important;
}
.cc-sec-chip-ico{
  display:flex;
  align-items:center;
  justify-content:center;
  width:2rem;
  height:2rem;
}
.cc-sec-chip-ico .cc-ico{
  width:2rem;
  height:2rem;
}
.cc-sec-chip-label{
  font-size:.82rem;
  font-weight:600;
}
.cc-sec-filter-item.is-hidden{display:none!important}
.cc-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.cc-mandat-item{
  height:100%;
  display:flex;
}
.cc-mandat-item>.services_item,
.cc-sec-filter-item{
  width:100%;
  height:100%;
}
.cc-sec-filter-item{
  display:flex;
}
.cc-mandat-item .services_item{
  display:flex!important;
  flex-direction:column;
  height:100%;
  min-height:18.5rem;
  overflow:visible!important;
}
.cc-mandat-copy{flex:1 1 auto}
.cc-mandat-item .services_item-wrapper{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.65rem;
  flex-shrink:0;
  width:100%;
}
.cc-mandat-badge{
  max-width:100%;
}
.cc-mandat-badge .cc-ico{
  width:2.1rem;
  height:2.1rem;
  flex-shrink:0;
}
.cc-mandat-badge-label{
  display:block;
  max-width:9.5rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:.72rem;
  line-height:1.2;
}
.cc-mandat-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:8.5rem;
  padding:.55rem 1rem!important;
  border-radius:.45rem!important;
  background:#ff6500!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:.88rem!important;
  font-weight:600!important;
  flex-shrink:0;
}
.cc-sec-more-wrap{
  display:flex;
  justify-content:center;
}
.cc-sec-more-wrap[hidden]{
  display:none!important;
}
.cc-sec-more{
  min-width:10rem;
  background:#ff6500!important;
  color:#fff!important;
  border:0!important;
  border-radius:.45rem!important;
  padding:.7rem 1.25rem!important;
  font-weight:600!important;
  cursor:pointer;
}
body.cc-page-hub .cc-hub-mandats .cc-mandats-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
@media (max-width:991px){
  body.cc-page-hub .cc-hub-mandats .cc-mandats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:640px){
  .cc-sec-chips{display:none!important}
  .cc-sec-select-wrap{display:block}
  body.cc-page-hub .cc-hub-mandats .cc-mandats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.75rem!important;
  }
  .cc-mandat-item .services_item{min-height:16.5rem}
  .cc-mandat-badge-label{max-width:6.5rem}
}
