/* Base */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Bloquer toute navigation/défilement horizontal (éviter l'espace vide à droite) */
html {
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  touch-action: pan-y;
  overscroll-behavior-x: none; }

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  margin: 0;
  padding: 0;
  touch-action: pan-y;
  overscroll-behavior-x: none; }

body.overflow-x-guard,
body.overflow-x-guard .site-wrap,
body.overflow-x-guard .page-overflow-guard {
  overflow-x: hidden !important;
  overflow-x: clip !important;
  max-width: 100% !important; }

.site-wrap {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  min-width: 0; }

.page-overflow-guard {
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%; }

#main-content {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  min-width: 0; }

/* Mobile : éviter débordement (header, footer, menu, Bootstrap row) */
@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden !important;
    overflow-x: clip !important;
    width: 100% !important;
    max-width: 100% !important;
    touch-action: pan-y;
    overscroll-behavior-x: none; }
  .container {
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .hero .container,
  .webdesign-first-section .container,
  .site-section .container {
    overflow-x: hidden;
    overflow-x: clip; }
  /* Header / menu : contenir le navbar et ses rows */
  .sticky-wrapper {
    overflow-x: hidden;
    max-width: 100%; }
  .site-navbar {
    overflow-x: hidden;
    max-width: 100%;
    left: 0;
    right: 0; }
  .site-navbar .container {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden; }
  .site-navbar .row {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px); }
  /* Footer : contenir tout */
  .site-footer {
    overflow-x: hidden;
    max-width: 100%; }
  .site-footer .container {
    max-width: 100%;
    overflow-x: hidden; }
  /* Menu mobile (panneau latéral) : ne pas dépasser l'écran quand ouvert */
  .site-mobile-menu {
    max-width: 100%;
    width: min(300px, 100%); } }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-weight: 300;
  color: #364d59;
  font-family: 'Montserrat', sans-serif; }

blockquote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.text-black {
  color: #000 !important; }

.form-control {
  height: 55px;
  background-color: #fff !important;
  font-family: 'Montserrat', sans-serif; }
  .form-control:active, .form-control:focus {
    border-color: #d43d08; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }

.site-footer {
  background-color: black;
  padding: 1em 0; }
  .site-footer .footer-copyright,
  .site-footer p {
    color: #fff;
    margin: 0;
    text-align: left; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "FontAwesome";
      content: "\f00c";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #71bc42; }
  .ul-check.primary li:before {
    color: #d43d08; }

 .wrap-icon {
  position: relative; }
   .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
   .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem;
  background: #d43d08; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 0;
      padding-right: 0; } }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem; }
    .site-navbar .site-logo .site-logo-img {
      display: block;
      max-height: 59px;
      width: auto;
      height: auto;
      object-fit: contain; }
    .site-navbar .site-logo strong {
      font-weight: 900; }
    .site-navbar .site-logo a {
      color: #000;
      display: inline-block; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
    @media (max-width: 575.98px) {
      .site-navbar .site-logo .site-logo-img {
        max-height: 38px; } }

  /* Alignement logo + icône menu sur mobile */
  @media (max-width: 991.98px) {
    .site-navbar .site-navbar-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap; }
    .site-navbar .site-navbar-toggle-col {
      flex: 0 0 auto;
      display: flex;
      align-items: center; }
    .site-navbar .site-menu-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem;
      min-width: 44px;
      min-height: 44px;
      color: #000; }
    .site-navbar .site-menu-toggle:hover,
    .site-navbar .site-menu-toggle:focus {
      color: #000;
      opacity: 0.85; }
    .site-navbar .site-menu-toggle .fa,
    .site-navbar .site-menu-toggle .fa-bars,
    .site-navbar .site-menu-toggle .site-menu-toggle-icon-fa {
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1.5rem;
      line-height: 1;
      color: #000 !important;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .site-menu-toggle-icon {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 24px;
      height: 18px; }
    .site-menu-toggle-line {
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      border-radius: 1px;
      transition: transform 0.2s ease, opacity 0.2s ease; } }

/* Ils nous font confiance : carousel Owl (même principe que Témoignages clients) */
.partners-carousel.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center; }
.partners-carousel .partners-logo-item {
  padding: 0.5rem;
  width: 100%; }
.partners-carousel .partners-logo-img {
  max-height: 80px;
  object-fit: contain;
  width: auto; }
@media (max-width: 767.98px) {
  .partners-carousel .partners-logo-img {
    max-height: 60px; } }

/* Boutons latéraux (Nos Boutique / Nous Formation) */
.floating-quick-links {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.floating-link {
  background: #d43d08;
  color: #fff;
  padding: 0.7rem 1rem 0.7rem 0.8rem;
  border-radius: 999px 0 0 999px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transform: translateX(65%);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  white-space: nowrap;
  font-size: 0.9rem;
}
.floating-link .fa {
  margin-right: 0.4rem;
}
.floating-link:hover {
  transform: translateX(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  background-color: #b93307;
  color: #fff;
}
.floating-link-training {
  background: #364d59;
}
.floating-link-training:hover {
  background: #263743;
}
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #d43d08 !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: rgba(0, 0, 0, 0.7);
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #d43d08 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 22px; }
        .site-navbar .site-navigation .site-menu .has-children > a .dropdown-arrow {
          position: absolute;
          right: 0;
          top: 50%;
          font-size: 12px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: transform 0.2s ease;
          transition: transform 0.2s ease; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a .dropdown-arrow {
          transform: translateY(-50%) rotate(180deg); }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #d43d08;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #d43d08 !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a .fa {
            margin-right: 10px;
            width: 1.25em;
            text-align: center;
            color: #d43d08; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover .fa {
              color: #d43d08; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\f105";
            font-family: "FontAwesome";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #d43d08; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #d43d08; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #d43d08; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper .site-navbar ul li a:hover {
        color: #364d59 !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: oklch(58% .195 36) !important;
        font-weight: 600;
        border-bottom: 2px solid oklch(58% .195 36);
        padding-bottom: 2px; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #d43d08; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #d43d08 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

/* Page header (pages services, sans hero) */
.page-header {
  padding: 10em 0 2rem;
  background-color: #364d59;
  margin-bottom: 0; }
  .page-header .container {
    position: relative; }
  .page-header h1 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.75rem;
    color: #fff; }
  .page-header .breadcrumb-wrap {
    margin-top: 0.5rem; }
  .page-header .breadcrumb-wrap a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem; }
    .page-header .breadcrumb-wrap a:hover {
      color: #fff; }
  .page-header .breadcrumb-wrap .sep {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.35rem; }

/* Blocks */
.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 5rem;
  padding-bottom: 2rem; }
  .hero .hero-container {
    padding-left: 15px;
    padding-right: 15px; }
  .hero, .hero > .container > .row {
    height: auto;
    min-height: 100vh; }
  @media (max-width: 991.98px) {
    .hero.hero-section-one {
      padding-top: 5rem;
      padding-bottom: 2rem;
      min-height: 0; }
    .hero.hero-section-one .hero-outer-row,
    .hero.hero-section-one .hero-inner-row {
      height: auto;
      min-height: 0; }
    .hero.hero-section-one .hero-inner-row {
      flex-direction: column;
      align-items: stretch;
      margin-left: 0;
      margin-right: 0; }
    .hero.hero-section-one .hero-intro-col {
      margin-bottom: 1.5rem;
      text-align: center; }
    .hero.hero-section-one .hero-intro-col .hero-intro-h1 {
      text-align: center; }
    .hero.hero-section-one .hero-intro-p {
      text-align: center;
      margin-bottom: 0; }
    .hero.hero-section-one .hero-form-col {
      max-width: 100%; }
    .hero.hero-section-one .quotation-form {
      max-width: 100%; }
    .hero.hero-section-one .quotation-form h3 {
      font-size: 1.25rem;
      text-align: center; }
    .hero.hero-section-one .quotation-form .form-control {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .hero.hero-section-one {
      padding-top: 4.5rem;
      padding-bottom: 1.5rem; }
    .hero.hero-section-one .hero-intro-col {
      margin-bottom: 1.25rem; } }
  @media (max-width: 575.98px) {
    .hero.hero-section-one {
      padding-top: 4rem;
      padding-bottom: 1.25rem; }
    .hero.hero-section-one .hero-container {
      padding-left: 12px;
      padding-right: 12px; }
    .hero.hero-section-one .hero-intro-col {
      margin-bottom: 1rem; }
    .hero.hero-section-one .quotation-form h3 {
      font-size: 1.1rem; } }
  .hero .intro {
    position: relative;
    z-index: 4; }
    .hero .intro h1 {
      color: #000;
      font-size: 50px; }
    .hero .intro .hero-intro-h1 {
      font-size: 50px; }
    .hero .intro strong {
      font-weight: 900; }
    .hero .intro p {
      font-size: 16px; }
    /* Intro : "accompagnement communicationnel" disparaît puis mots-clés un par un */
    .hero .intro .hero-intro-phrase {
      position: relative;
      display: inline-block;
      min-width: 280px;
      min-height: 1.25em;
      vertical-align: bottom; }
    .hero .intro .hero-intro-main,
    .hero .intro .hero-intro-keyword {
      position: absolute;
      left: 0;
      top: 0;
      white-space: nowrap;
      pointer-events: none;
      color: inherit; }
    .hero .intro .hero-intro-main {
      animation: hero-intro-main-fade 20s ease-in-out infinite; }
    .hero .intro .hero-intro-keyword {
      opacity: 0;
      font-weight: 700;
      animation-fill-mode: both; }
    .hero .intro .hero-intro-kw-1 { animation: hero-intro-kw-1 20s ease-in-out infinite both; }
    .hero .intro .hero-intro-kw-2 { animation: hero-intro-kw-2 20s ease-in-out infinite both; }
    .hero .intro .hero-intro-kw-3 { animation: hero-intro-kw-3 20s ease-in-out infinite both; }
    .hero .intro .hero-intro-kw-4 { animation: hero-intro-kw-4 20s ease-in-out infinite both; }
    .hero .intro .hero-intro-kw-5 { animation: hero-intro-kw-5 20s ease-in-out infinite both; }
    @media (max-width: 767.98px) {
      .hero .intro h1,
      .hero .intro .hero-intro-h1 {
        font-size: 28px; }
      .hero .intro .hero-intro-phrase,
      .hero .intro .hero-intro-main,
      .hero .intro .hero-intro-keyword {
        font-size: 22px; }
      .hero .intro p {
        font-size: 14px; }
      .hero .intro .hero-intro-phrase {
        min-width: 200px; } }
    @media (max-width: 575.98px) {
      .hero .intro h1,
      .hero .intro .hero-intro-h1 {
        font-size: 16px; }
      .hero .intro .hero-intro-phrase,
      .hero .intro .hero-intro-main {
        font-size: 12px; }
      .hero .intro .hero-intro-keyword,
      .hero .intro .hero-intro-kw-1,
      .hero .intro .hero-intro-kw-2,
      .hero .intro .hero-intro-kw-3,
      .hero .intro .hero-intro-kw-4,
      .hero .intro .hero-intro-kw-5,
      .hero .intro .hero-intro-kw-6,
      .hero .intro .hero-intro-kw-7,
      .hero .intro .hero-intro-kw-8 {
        font-size: 5px; }
      .hero .intro .hero-intro-phrase {
        min-width: 0; }
      .hero .intro p {
        font-size: 12px; } }
    @media (max-width: 399.98px) {
      .hero .intro h1,
      .hero .intro .hero-intro-h1 {
        font-size: 14px; }
      .hero .intro .hero-intro-phrase,
      .hero .intro .hero-intro-main {
        font-size: 11px; }
      .hero .intro .hero-intro-keyword,
      .hero .intro .hero-intro-kw-1,
      .hero .intro .hero-intro-kw-2,
      .hero .intro .hero-intro-kw-3,
      .hero .intro .hero-intro-kw-4,
      .hero .intro .hero-intro-kw-5,
      .hero .intro .hero-intro-kw-6,
      .hero .intro .hero-intro-kw-7,
      .hero .intro .hero-intro-kw-8 {
        font-size: 5px; }
      .hero .intro p {
        font-size: 11px; } }
    @keyframes hero-intro-main-fade {
      0%, 14% { opacity: 1; }
      18%, 100% { opacity: 0; } }
    /* Un seul mot-clé visible à la fois, sans chevauchement */
    @keyframes hero-intro-kw-1 {
      0%, 18% { opacity: 0; }
      22%, 28% { opacity: 1; }
      30%, 100% { opacity: 0; } }
    @keyframes hero-intro-kw-2 {
      0%, 30% { opacity: 0; }
      34%, 40% { opacity: 1; }
      42%, 100% { opacity: 0; } }
    @keyframes hero-intro-kw-3 {
      0%, 42% { opacity: 0; }
      46%, 52% { opacity: 1; }
      54%, 100% { opacity: 0; } }
    @keyframes hero-intro-kw-4 {
      0%, 54% { opacity: 0; }
      58%, 64% { opacity: 1; }
      66%, 100% { opacity: 0; } }
    @keyframes hero-intro-kw-5 {
      0%, 66% { opacity: 0; }
      70%, 76% { opacity: 1; }
      78%, 100% { opacity: 0; } }
  .hero.overlay {
    position: relative; }
    .hero.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }

#nos-services .section-heading,
#nos-services .practicing .practicing-inner h3,
#nos-services .practicing .practicing-inner p,
#nos-services .mb-5.text-center p {
  font-family: 'Montserrat', sans-serif; }

#nos-services .section-heading {
  font-weight: 300;
  color: #364d59; }

#nos-services .practicing .practicing-inner {
  font-family: 'Montserrat', sans-serif; }

.practicing {
  position: relative; }
  .practicing .wrap-icon {
    position: relative;
    display: block;
    z-index: 2; }
    .practicing .wrap-icon:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 40px;
      height: 40px;
      background: #d43d08;
      border-radius: 50%;
      z-index: -1; }
    .practicing .wrap-icon span {
      font-size: 50px; }
  .practicing .number {
    font-weight: 900; }
  .practicing > span {
    font-size: 100px;
    color: #d43d08;
    font-weight: 900;
    top: 0;
    left: -30px;
    position: absolute; }
  .practicing .practicing-inner {
    position: relative;
    padding: 40px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 14px; }
    .practicing .practicing-inner h3 {
      font-size: 20px;
      color: #000;
      font-weight: 700; }
    .practicing .practicing-inner *:last-child {
      margin-bottom: 0; }
    .practicing .practicing-inner p {
      color: #999; }

.btn.btn-primary,
.btn-primary {
  padding: 12px 25px;
  background-color: oklch(58% .195 36);
  border-color: oklch(58% .195 36); }
  .btn.btn-primary:hover,
  .btn-primary:hover {
    background-color: oklch(48% .195 36);
    border-color: oklch(48% .195 36); }
  .btn.btn-primary:focus,
  .btn-primary:focus {
    background-color: oklch(48% .195 36);
    border-color: oklch(58% .195 36);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15); }

strong {
  font-weight: 700;
  background: linear-gradient(90deg, oklch(58% .195 36) 90%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.section-heading strong {
  font-weight: 700; }

.section-cotation {
  background-color: black; }
  .section-cotation .section-heading,
  .section-cotation p {
    color: #fff; }

.social li {
  display: inline-block; }
  .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d43d08;
    color: #fff;
    position: relative; }
    .social li a > span {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social li a:hover {
      color: #fff; }

.book-form {
  border-radius: 7px;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991.98px) {
    .book-form {
      margin-bottom: -300px; } }
  .book-form h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  .book-form .form-control {
    border-color: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 20px; }
    .book-form .form-control:active, .book-form .form-control:focus {
      border-color: #000; }
  .book-form .form-control-wrap {
    position: relative; }
  .book-form .icon {
    position: absolute;
    right: 10px;
    color: #ccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px; }

.testimonial-2 {
  border-radius: 7px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
  .testimonial-2 blockquote {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px; }
  .testimonial-2 .v-card img {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-radius: 50%; }
  .testimonial-2 .author-name {
    line-height: 1.3; }
    .testimonial-2 .author-name > span:nth-of-type(2) {
      color: #ccc; }

/*Accordion style*/
.custom-accordion .accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative; }
  .custom-accordion .accordion-item .btn-link {
    border-color: #efefef;
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    text-align: left;
    color: #999;
    background: #fff;
    margin-bottom: 10px; }
    .custom-accordion .accordion-item .btn-link:hover {
      color: #000; }
  .custom-accordion .accordion-item.active {
    z-index: 2;
    background: #f8f9fa; }
    .custom-accordion .accordion-item.active .btn-link {
      color: #000; }
  .custom-accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
    color: #888; }

.post-entry-1 .meta {
  color: #ccc; }

.post-entry-1 .post-entry-1-contents {
  background: #fff;
  padding: 20px; }
  .post-entry-1 .post-entry-1-contents h2 {
    font-size: 22px;
    margin-bottom: 20px; }
    .post-entry-1 .post-entry-1-contents h2 a {
      color: #000; }
      .post-entry-1 .post-entry-1-contents h2 a:hover {
        color: #d43d08; }

.post-entry-1.person-1 {
  text-align: center; }
  .post-entry-1.person-1 img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto -45px auto; }
  .post-entry-1.person-1 .post-entry-1-contents {
    padding-top: 4rem; }

/* Surcharge couleur primaire : #d43d08 à la place de #007bff (Bootstrap) */
.text-primary,
.text-primary:hover,
.text-primary:focus,
a.text-primary,
a.text-primary:hover {
  color: #d43d08 !important; }
.bg-primary { background-color: #d43d08 !important; }
.border-primary { border-color: #d43d08 !important; }
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #d43d08 !important;
  border-color: #d43d08 !important; }

/* --- Hero section (Webdesign + Infographie) --- */
.webdesign-first-section {
  padding-top: 7rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.webdesign-first-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.7) 1%, rgba(255,255,255,0.2) 1%);
  pointer-events: none;
}
.webdesign-first-section .container { position: relative; z-index: 1; }

.webdesign-hero-decor {
  position: relative;
  min-height: 280px;
  width: 100%;
  max-width: 100%;
}
.decor-dot, .decor-cross, .decor-halfcircle {
  position: absolute;
  display: block;
}
.decor-dot {
  border-radius: 50%;
  background: #d43d08;
  opacity: 0.85;
}
.decor-dot-1 { width: 14px; height: 14px; top: 8%; left: 12%; animation: decorFloat 4s ease-in-out infinite; }
.decor-dot-2 { width: 20px; height: 20px; top: 12%; right: 18%; animation: decorFloat 5s ease-in-out infinite 0.5s; }
.decor-dot-3 { width: 10px; height: 10px; top: 45%; left: 8%; animation: decorFloat 3.5s ease-in-out infinite 1s; }
.decor-dot-4 { width: 16px; height: 16px; top: 50%; right: 10%; animation: decorFloat 4.5s ease-in-out infinite 0.2s; }
.decor-dot-5 { width: 8px; height: 8px; bottom: 15%; left: 25%; animation: decorFloat 5.5s ease-in-out infinite 1.2s; }
.decor-dot-6 { width: 12px; height: 12px; bottom: 10%; right: 22%; animation: decorFloat 4s ease-in-out infinite 0.8s; }
@keyframes decorFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(12px, -15px); }
}
.decor-cross {
  width: 2px;
  height: 24px;
  background: #d43d08;
  opacity: 0.7;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.decor-cross::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #d43d08;
  transform: translate(-50%, -50%);
}
.decor-cross-1 { left: 22%; top: 28%; animation: decorRotate 6s linear infinite; }
.decor-cross-2 { left: 78%; top: 38%; animation: decorRotate 8s linear infinite reverse 1s; }
.decor-cross-3 { left: 55%; bottom: 22%; top: auto; animation: decorRotate 7s linear infinite 0.5s; }
@keyframes decorRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.decor-halfcircle {
  width: 50px;
  height: 25px;
  border: 3px solid #d43d08;
  border-bottom: none;
  border-radius: 50px 50px 0 0;
  opacity: 0.6;
}
.decor-halfcircle-1 { top: 32%; right: 8%; animation: decorPulse 3s ease-in-out infinite; }
.decor-halfcircle-2 { top: 65%; left: 15%; transform: rotate(-45deg); animation: decorPulseRotate2 4s ease-in-out infinite 0.7s; }
.decor-halfcircle-3 { top: 18%; left: 48%; transform: rotate(90deg); animation: decorPulseRotate3 3.5s ease-in-out infinite 0.3s; }
@keyframes decorPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.1); }
}
@keyframes decorPulseRotate2 {
  0%, 100% { opacity: 0.5; transform: rotate(-45deg) scale(1); }
  50% { opacity: 0.85; transform: rotate(-45deg) scale(1.1); }
}
@keyframes decorPulseRotate3 {
  0%, 100% { opacity: 0.5; transform: rotate(90deg) scale(1); }
  50% { opacity: 0.85; transform: rotate(90deg) scale(1.1); }
}

/* Page Communication visuelle : couleurs hero-decor (#8a1e82, #fba0e1, #65e9fb, #3d3acc, #1998ec) */
.commvis-first-section .webdesign-hero-decor .decor-dot-1 { background: #8a1e82; }
.commvis-first-section .webdesign-hero-decor .decor-dot-2 { background: #fba0e1; }
.commvis-first-section .webdesign-hero-decor .decor-dot-3 { background: #65e9fb; }
.commvis-first-section .webdesign-hero-decor .decor-dot-4 { background: #3d3acc; }
.commvis-first-section .webdesign-hero-decor .decor-dot-5 { background: #1998ec; }
.commvis-first-section .webdesign-hero-decor .decor-dot-6 { background: #8a1e82; }
.commvis-first-section .webdesign-hero-decor .decor-cross-1,
.commvis-first-section .webdesign-hero-decor .decor-cross-1::before { background: #fba0e1; }
.commvis-first-section .webdesign-hero-decor .decor-cross-2,
.commvis-first-section .webdesign-hero-decor .decor-cross-2::before { background: #65e9fb; }
.commvis-first-section .webdesign-hero-decor .decor-cross-3,
.commvis-first-section .webdesign-hero-decor .decor-cross-3::before { background: #3d3acc; }
.commvis-first-section .webdesign-hero-decor .decor-halfcircle-1 { border-color: #1998ec; }
.commvis-first-section .webdesign-hero-decor .decor-halfcircle-2 { border-color: #8a1e82; }
.commvis-first-section .webdesign-hero-decor .decor-halfcircle-3 { border-color: #fba0e1; }

/* --- Page Infographie : mots-clés apparaissent / disparaissent --- */
.commvis-keywords-wrap {
  position: relative;
  min-height: 3.5rem;
  margin-top: 0.5rem;
}
.commvis-keyword {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Pacifico', cursive;
  font-size: 2.5rem;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.commvis-keyword-2 { color: #8a1e82; animation: commvis-fade-word 18s infinite 3s; }
.commvis-keyword-3 { color: #fba0e1; animation: commvis-fade-word 18s infinite 6s; }
.commvis-keyword-4 { color: #65e9fb; animation: commvis-fade-word 18s infinite 9s; }
.commvis-keyword-5 { color: #3d3acc; animation: commvis-fade-word 18s infinite 12s; }
.commvis-keyword-6 { color: #1998ec; animation: commvis-fade-word 18s infinite 15s; }
@media (min-width: 768px) {
  .commvis-keyword { font-size: 3rem; }
}
@keyframes commvis-fade-word {
  0% { opacity: 0; transform: scale(0.95); }
  5% { opacity: 1; transform: scale(1.02); }
  12% { opacity: 1; transform: scale(1); }
  17% { opacity: 0; transform: scale(0.98); }
  100% { opacity: 0; transform: scale(0.95); }
}

.commvis-vision-section {
  background: #fff;
}
.commvis-heading-accent {
  color: #3d3acc !important;
  animation: commvis-heading-pulse 3s ease-in-out infinite;
}
@keyframes commvis-heading-pulse {
  0%, 100% { opacity: 1; text-shadow: 0 0 0 transparent; }
  50% { opacity: 0.9; text-shadow: 0 0 20px rgba(61, 58, 204, 0.4); }
}
.commvis-poles {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.commvis-pole {
  padding-left: 1.25rem;
  border-left: 3px solid;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.commvis-pole:hover {
  transform: translateX(4px);
}
.commvis-pole:nth-child(1) {
  border-left-color: #8a1e82;
}
.commvis-pole:nth-child(1):hover {
  box-shadow: 4px 0 0 0 #8a1e82;
}
.commvis-pole:nth-child(1) .commvis-pole-num,
.commvis-pole:nth-child(1) .commvis-pole-title { color: #8a1e82 !important; }
.commvis-pole:nth-child(2) {
  border-left-color: #1998ec;
}
.commvis-pole:nth-child(2):hover {
  box-shadow: 4px 0 0 0 #1998ec;
}
.commvis-pole:nth-child(2) .commvis-pole-num,
.commvis-pole:nth-child(2) .commvis-pole-title { color: #1998ec !important; }
.commvis-pole:nth-child(3) {
  border-left-color: #fba0e1;
}
.commvis-pole:nth-child(3):hover {
  box-shadow: 4px 0 0 0 #fba0e1;
}
.commvis-pole:nth-child(3) .commvis-pole-num,
.commvis-pole:nth-child(3) .commvis-pole-title { color: #fba0e1 !important; }
.commvis-pole-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  font-family: 'Montserrat', sans-serif;
  transition: transform 0.3s ease;
}
.commvis-pole:hover .commvis-pole-num {
  transform: scale(1.05);
}
.commvis-pole-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.commvis-pole-text {
  color: #6c757d;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.commvis-join-section .section-heading {
  color: #fff !important;
}
.commvis-join-accent {
  color: #65e9fb !important;
  animation: commvis-join-glow 2.5s ease-in-out infinite;
}
@keyframes commvis-join-glow {
  0%, 100% { text-shadow: 0 0 10px rgba(101, 233, 251, 0.5); }
  50% { text-shadow: 0 0 24px rgba(101, 233, 251, 0.8); }
}
.commvis-join-section .btn-primary {
  animation: commvis-btn-border 4s ease-in-out infinite;
  border: 2px solid #65e9fb;
  background: transparent;
  color: #65e9fb;
}
.commvis-join-section .btn-primary:hover {
  background: #65e9fb;
  color: #1a1a1a;
  border-color: #65e9fb;
}
@keyframes commvis-btn-border {
  0%, 100% { box-shadow: 0 0 0 0 rgba(101, 233, 251, 0.4); }
  50% { box-shadow: 0 0 20px 2px rgba(101, 233, 251, 0.3); }
}