.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;
}
.icon-ciss {
    color: orange;
    opacity: 100% !important;
}
.icon-boostore {
    color: #aa3432;
}
.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-boostore:hover {
    color: #fff !important;
}

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

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

.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: darkorange;
    border-color:darkorange;
}

.text-boostore {
    color: #aa3432 !important;
}

.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;
}
.bg-ciss {
  background-color:rgba(255, 226, 217)
}
.bg-ciss {
  background-color: #ffe2d9 !important;   
}
.bg-boostore {
  background-color: #aa3432 !important;   
}

.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:#aa3432 !important;
}

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

a, .btn-link {
    color: rgba(170, 52, 50, .85);
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out
}

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

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

.footer-social-list li a:hover {
    background: #C82D47 !important;
    color: #fff;
    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-gd-boostore {
  background: linear-gradient(to right, #5EA985, #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-block {
  background: #fefefe;
  border-left: 4px solid #BF5E59; /* bande verticale discrète */
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.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 #BF5E59;
  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: 1;
}

/* 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: 0px;
  margin-bottom: 0px;
  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;
}
.icon6 {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em; /* alignement avec le texte */
  fill: currentColor;       /* hérite de text-white, text-primary, etc. */
}

/* Tailles */
.icon6-lg {
  width: 1.333em;
  height: 1.333em;
}

.icon6-2x {
  width: 2em;
  height: 2em;
}
.icon6-3x {
  width: 3em;
  height: 3em;
}

/* Largeur fixe pour alignement en liste */
.icon6-fw {
  width: 1.25em;
  text-align: center;
}

.footer-social-list svg.icon6-footer {
  width: 24px !important;
  height: 24px !important;
}

.footer-social-list svg.icon6-footer use {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor !important;
}
svg.icon6-footer {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor !important;
}
