html {
  scroll-behavior: smooth;
}
.icon-menu {
    width: 1.4em;
    height: 1.4em;
    margin-left: -0.3em;
    margin-top: -0.1em;
    opacity: 0.7;
}
.icon-section {
    width: 2.5em;
    height: 2.5em;
    opacity: 0.9;
}

.text-ciss {
    color: #ff630c !important;
}
.icon-ciss {
    color: #ff630c;
    opacity: 100% !important;
}
.bg-ciss {
  background-color: #ff630c !important;
}
.text-boostore {
    color: #aa3432 !important;
}
.icon-boostore {
    color: #aa3432;
}
.bg-boostore {
  background-color: #aa3432 !important;
}
.text-paiement {
    color: #4886B7 !important;
}
.icon-paiement {
    color: #4886B7;
}
.text-securite {
    color: #147B5D !important;
}
.icon-securite {
    color: #147B5D;
}
.text-data {
    color: #803584 !important;
}
.icon-data {
    color: #803584;
}
.icon-data {
    color: #147B5D;
}
.icon-api-title {
    width: 1em;
    height: 1em;
    opacity: 0.9;
}

.btn-boostore {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #aa3432;
    --bs-btn-border-color: #aa3432;
    --bs-btn-hover-color: #ffffff ;
    --bs-btn-hover-bg: #c82d47;
    --bs-btn-hover-border-color: #ad312f;
    --bs-btn-focus-shadow-rgb: 58, 116, 255;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #ad312f;
    --bs-btn-active-border-color: #c82d47;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #aa3432;
    --bs-btn-disabled-border-color: #aa3432
}
.btn-ciss {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #ff630c;
    --bs-btn-border-color: #e2430e;
    --bs-btn-hover-color: #ffffff ;
    --bs-btn-hover-bg: #e2430e;
    --bs-btn-hover-border-color: #ff630c;
    --bs-btn-focus-shadow-rgb: 58, 116, 255;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #e2430e;
    --bs-btn-active-border-color: #e2430e;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #ff914d;
    --bs-btn-disabled-border-color: #ff914d
}
.btn-data {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #8926AB;
    --bs-btn-border-color: #803584;
    --bs-btn-hover-color: #ffffff ;
    --bs-btn-hover-bg: #803584;
    --bs-btn-hover-border-color: #8926AB;
    --bs-btn-focus-shadow-rgb: 58, 116, 255;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #803584;
    --bs-btn-active-border-color: #803584;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #8926AB;
    --bs-btn-disabled-border-color: #8926AB
}
.btn-securite {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #147B5D;
    --bs-btn-border-color: #214D22;
    --bs-btn-hover-color: #ffffff ;
    --bs-btn-hover-bg: #214D22;
    --bs-btn-hover-border-color: #147B5D;
    --bs-btn-focus-shadow-rgb: 58, 116, 255;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #214D22;
    --bs-btn-active-border-color: #214D22;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #147B5D;
    --bs-btn-disabled-border-color: #147B5D
}
.btn-paiement {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #537DAC;
    --bs-btn-border-color: #3B5B80;
    --bs-btn-hover-color: #ffffff ;
    --bs-btn-hover-bg: #3B5B80;
    --bs-btn-hover-border-color: #537DAC;
    --bs-btn-focus-shadow-rgb: 58, 116, 255;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #3B5B80;
    --bs-btn-active-border-color: #3B5B80;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #537DAC;
    --bs-btn-disabled-border-color: #537DAC
}
.btn-boostore:hover, .btn-ciss:hover, .btn-securite:hover, .btn-data:hover, .btn-paiement:hover {
    color: #fff !important;
}

a:hover, .btn-link:hover {
    color: #ff630c !important;
    text-decoration:none
}

.btn-outline-boostore {
    color: #aa3432;
    background-color: #fff;
    border-color:#aa3432
}
.btn-outline-ciss {
    color: #ff630c;
    background-color: #fff;
    border-color:#ff630c
}

.btn-soft-boostore:hover, .btn-outline-boostore:hover {
    color: #fff;
    background-color: #aa3432;
    border-color:#aa3432;
}
.btn-soft-ciss:hover, .btn-outline-ciss:hover {
    color: #fff;
    background-color: #ff630c;
    border-color:#ff630c;
}

.bg-boostore-dark {
    background-color:#0F1B2D !important
}
.bg-boostore-dark-subtle {
    background-color:var(--bs-dark-bg-subtle) !important
}
.bg-boostore-dark h1 {
    color: #fff;
}
.bg-boostore-dark p {
    color: #fff;
}
.bg-boostore-dark h2 {
    color: #fff;
}

.main-menu li a.nav-link:hover, .action-btns a.btn-link:hover, .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover, .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
    color:#ff630c !important;
}

a:hover, .btn-link:hover {
    color: #ff630c !important;
    text-decoration:none
}

a, .btn-link {
    color: rgba(255, 99, 12, .85);
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out
}

a:hover, .btn-link:hover {
    color: #ff630c !important;
    text-decoration:none
}

.dropdown-grid-item a:hover .drop-title, .dropdown-grid-item a:hover span {
    color: #ff630c !important;
    opacity:1
}

.footer-social-list li a:hover {
    background: #ff630c !important;
    border-color:#fff !important;
}

.footer-light .footer-nav-list li a:hover {
    color: #aa3432 !important;
    opacity:1
}

.copyright-text p a:hover {
    color:#ddd !important;
}

.feature-tab-list li a {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius:6px 6px 0 0
}

.feature-tab-list li a.active {
    background: #111827;
    color:#fff
}

.feature-tab-list-2 li a {
    border: 2px solid rgba(170, 50, 50, .8) !important;
    background: rgba(250, 250, 250, 100%);
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #737373;
    margin-right: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out
}

.feature-tab-list-2 li a:hover {
    background: #fff;
    border-color: #aa3432;
    color:#fff
}

.feature-tab-list-2 li a.active {
    background: #aa3432;
    color: #fff;
    border-color:#aa3432 !important;
}
.feature-tab-list-2 li a.active:hover {
    color: #fff !important;
}

.french-gradient-text {
  background: linear-gradient(to right, #0055A4, #ffffff, #EF4135);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* pour Firefox */
}

.offcanvas-header button.close-btn i {
    line-height: 1px !important;
}

.contact-bg-color-boostore {
    background-color:#aa3432
}
.contact-bg-color-ciss {
    background-color:#ff630c
}
.contact-gd-boostore {
  background: linear-gradient(to right, #5EA985, #aa3432);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-gd-ciss {
  background: linear-gradient(to right, #ff630c, #aa3432);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boostore-max-gd {
  background: linear-gradient(to right, #aa3432, #175cff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-boostore-max {
  background: linear-gradient(90deg, #aa3432 0%, #175cff 100%);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Hover state */
.btn-boostore-max:hover {
  background: linear-gradient(90deg, #175cff 0%, #aa3432 100%);
  color: white !important;
}

/* Active state */
.btn-boostore-max:active {
  background: linear-gradient(90deg, #822a2a 0%, #3a7e7a 100%);
  transform: scale(0.98);
}

/* Focus state (accessibility) */
.btn-boostore-max:focus {
  outline: 2px solid #5EA9A1;
  outline-offset: 2px;
}

.legal-wrapper {
  background-color: #ffffff;
  padding: 4rem 0;
}

.legal-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.legal-wrapper p.lead {
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 2.5rem;
}

.legal-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #BF5E59;
  display: flex;
  align-items: center;
}

.legal-wrapper h3 i {
  color: #DA8734;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

.legal-block p {
  font-size: 1rem;
  color: #444;
  line-height: 1.65;
}

.legal-wrapper a {
  color: #537DAC;
  text-decoration: underline;
}

.legal-wrapper a:hover {
  color: #2e5c89;
  text-decoration: none;
}

.legal-wrapper .btn-outline-primary {
  border: 2px solid #537DAC;
  color: #537DAC;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.legal-wrapper .btn-outline-primary:hover {
  background-color: #537DAC;
  color: #fff;
}

.legal-block {
  background-color: #fdfdfd;
  border-left: 4px solid #ff630c;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  margin-bottom: 2rem;
}


.legal-block h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #BF5E59;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.legal-block h3 i {
  font-size: 1.2rem;
  color: #DA8734;
  margin-right: 0.5rem;
}


/* Table de spÃ©cifications lÃ©gales */
.legal-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.legal-table tr {
  border-bottom: 1px solid #eee;
}

.legal-table tr:last-child {
  border-bottom: 0;
}

.legal-table td {
  padding: 4px 12px;
  vertical-align: top;
  font-size: 1rem;
  color: #444;
}

.legal-table td:first-child {
  width: 240px;               /* libellÃ© */
  white-space: nowrap;
  font-weight: 600;
  color: #333;
}

.legal-table a {
  color: #537DAC;
  text-decoration: underline;
}
.legal-table a:hover {
  color: #2e5c89;
  text-decoration: none;
}

/* Variante lÃ©gÃ¨re de surlignage par section/titre */
.legal-table tr td[colspan] {
  padding-top: 18px;
  padding-bottom: 6px;
  font-weight: 700;
  color: #BF5E59;
  border-bottom: 1px solid #f0f0f0;
}

/* IntÃ©gration dans le bloc lÃ©gal */
.legal-block .legal-table td {
  padding-left: 0;             /* sâ€™aligne mieux avec le titre du bloc */
  padding-right: 0;
}

/* Responsive : empilement lisible sur mobile */
@media (max-width: 640px) {
  .legal-table td,
  .legal-table tr,
  .legal-table tbody {
    display: block;
    width: 100%;
  }
  .legal-table tr {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .legal-table td:first-child {
    width: 100%;
    margin-bottom: 4px;
    color: #BF5E59;            /* met en valeur le libellÃ© */
  }
  .legal-table td:not(:first-child) {
    padding-top: 0;
  }
}

/* Optionnel : icÃ´ne du titre de section */
.legal-block h3 i {
  color: #DA8734;
  margin-right: .5rem;
  font-size: 1.1rem;
}
.legal-table tr:nth-child(even) { background: #fafafa; }

.legal-footer-divider {
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.05);
}
.text-green {
  color: forestgreen !important;
  font-weight: 500 !important;
}
.feature-card.border:hover {
    border-color: #aa3432 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#fff;
}

/* boÃ®te icÃ´ne : dimensionne et centre correctement */
.icon-wrapper {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;            /* optionnel */
  background: #fff;              /* optionnel */
  color: #C92D47;                /* la couleur appliquÃ©e au SVG via currentColor */
  overflow: visible;             /* au cas oÃ¹ un overflow:hidden le coupe */
}

/* si câ€™est un <svg> inline */
.icon-wrapper svg {
  width: 32px;
  height: 32px;
  display: block;
}

/* sâ€™assure que le tracÃ© prend bien la couleur */
.icon-wrapper svg [fill] {
  fill: currentColor !important;
}
.icon-wrapper svg [stroke] {
  stroke: currentColor !important;
}

/* si câ€™est un <img src="...svg"> */
.icon-wrapper img {
  max-width: 32px;
  max-height: 32px;
  display: block;
}

.icone-expertise {
    color: white;              /* couleur normale */
    text-decoration: none;   /* optionnel : supprime le soulignement */
}

.icone-expertise:hover {
    color: white;             /* couleur au survol */
}
.crm-service-box:hover .icon-wrapper svg {
    color: #e7f2ff; /* couleur de l'icône au survol du parent */
}

.crm-service-box .icon-wrapper {
    background-color: rgba(255, 99, 12, 1) !important;
}

.swiper-logo {
    width:128px !important;
    margin-right: 48px !important;
}

/* Bande de rupture */
.hero-sep svg{display:block;width:100%;height:110px;}
/* Couleur de bande sous l'intro (ton très clair, adapté au domaine) */
.intro-band{background:#F3F6FA; /* bleu très clair pour Paiement */
  padding:48px 20px 72px; position:relative;}
/* Cartouche */
.intro-card{
  max-width:900px;margin:0 auto;background:#fff;border-radius:16px;
  padding:28px 32px;box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.kicker{font-weight:700;letter-spacing:.02em;color:#537DAC;margin:0 0 6px;}
.lead{font-size:1.125rem;line-height:1.7;color:#384248;margin:0;}
/* Option : resserrer au mobile */
@media (max-width:768px){
  .intro-card{border-radius:12px;padding:22px 20px}
  .lead{font-size:1.05rem}
}

.pay-gw-faq .accordion-item .accordion-header .accordion-button .pay-faq-icon {
    background-color:#537DAC !important;
}
.pay-gw-faq .accordion-item .accordion-header .accordion-button[aria-expanded=true] .pay-faq-icon {
    background-color:seagreen !important;
}
.pay-gw-faq .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
    background-color: seagreen !important;
    padding-bottom:13px
}
.pay-gw-faq .accordion-item {
    border-bottom: 1px solid seagreen !important;
}

.pay-gw-faq .accordion-item .accordion-header .accordion-button::after {
    background-color: #537DAC;
}
.swiper-nav-control .swiper-button-next:hover, .swiper-nav-control .swiper-button-prev:hover {
    background-color: rgba(255, 99, 12, 1) !important;
    color: #fff !important;
    border-color:rgba(255, 99, 12, 1) !important
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(255, 99, 12, 1) !important;
    color: #fff !important;
    border-color:rgba(255, 99, 12, 1) !important
}

.dg-hero-section .dg-circle-blur {
    background: linear-gradient(96.49deg, gold 0%, yellow 101.82%);
}

.dg-hero-section .cube {
    left: 40%;
    top: 30%;
}

.cube-identite {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0 0;
    background-size: contain;
    background-repeat:no-repeat
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active, .btn-success.show {
  color:white !important;
}

.app-two-single-feature-icon.box-one i {
    background-color: rgba(255, 215, 0, .3);
    color:orange
}

.app-two-single-feature-icon.box-two i {
    background-color: rgba(255, 62, 102, .1);
    color:#aa3432
}

.app-two-single-feature-icon.box-three i {
    background-color: rgba(14, 149, 64, .1);
    color:#147B5D
}

.app-two-single-feature-icon.box-four i {
    background-color: rgba(57, 135, 255, .1);
    color:#4886B7
}

.securite-card.border:hover {
    border-color: #147B5D !important;
    background:#ffffff !important;
}
.data-card.border:hover {
    border-color: #803584 !important;
    background:#ffffff !important;
}

.process-icon-securite i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:22px
}

.process-icon-securite {
    position:relative
}

.form-success-message {
    background-color: #e6f9f0;
    border: 1px solid #00b383;
    color: #006644;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.form-error-message {
    background-color: lightpink;
    border: 1px solid red;
    color: red;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

#message-counter {
  display: block;
  margin-top: 4px;
  color: #666; /* gris discret par défaut */
}

#message-counter.warning {
  color: orange;
  font-weight: bold;
}

#message-counter.limit {
  color: green;
  font-weight: bold;
}
