/*************************
*******Typography******
**************************/

/*
  OCEAN IMPACT — Palette Shutterstock
  =====================================
  #264653  — Deep Ocean (Charcoal Bleu-vert foncé) → fonds sombres, headers
  #2A9D8F  — Teal Wave  (Vert-sombre turquoise)    → couleur principale (--main-color)
  #57B8AC  — Sea Foam   (Turquoise clair)           → hovers, accents secondaires
  #E9C46A  — Sunlit Sand (Jaune doré)              → badges, highlights, étoiles
  #F4A261  — Coral Glow  (Orange corail)           → accents chauds, CTA secondaires
  #E8554E  — Clownfish   (Rouge-corail)            → alertes, badges sale/new
  #EAF6F6  — Sea Mist    (Blanc bleuté très clair) → fonds de pages, inputs
  #FFFFFF  — White                                 → cartes, surfaces
*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v20-latin-100.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-100.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-300.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-italic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-500.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-700.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-300.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-600.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-700.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'),
       url('../fonts/open-sans-v17-latin-800.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lora-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/lora-v15-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/lora-v15-latin-italic.woff2') format('woff2'),
       url('../fonts/lora-v15-latin-italic.woff') format('woff');
}

/* ===================================================
   OCEAN IMPACT — Variables CSS
=================================================== */
:root {
  --main-color:   #2A9D8F;  /* Teal Wave  — CTA, liens actifs, boutons principaux   */
  --main-dark:    #264653;  /* Deep Ocean — header, footer, fonds foncés             */
  --main-light:   #57B8AC;  /* Sea Foam   — hovers, bordures actives                */
  --main-pale:    #EAF6F6;  /* Sea Mist   — fonds de pages, inputs                  */
  --accent-sand:  #E9C46A;  /* Sunlit Sand— badges, étoiles, highlights             */
  --accent-coral: #F4A261;  /* Coral Glow — CTA secondaires, tags                   */
  --accent-red:   #E8554E;  /* Clownfish  — alertes, badges sale/new                */
  --text-dark:    #264653;  /* Titres foncés                                         */
  --text-mid:     #4A7B86;  /* Texte moyen                                           */
  --text-light:   #7FA8B0;  /* Texte discret, placeholders                          */
  --border-color: #C8E8E5;  /* Bordures légères                                      */
  --bg-page:      #F0F9F8;  /* Fond général très clair                               */
}

body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: 400;
  background-color: var(--bg-page);
  color: var(--text-dark);
}

ul li {
  list-style: none;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: var(--text-dark);
}

select, textarea {
  background: var(--main-pale);
  border: 0;
  color: var(--text-mid);
  padding: 5px;
  border-radius: 0;
  resize: none;
}

.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: var(--main-dark);
}

a#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  color: #FFF;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(42,157,143,0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp:hover {
  background: var(--main-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(38,70,83,0.35);
}

a#scrollUp i {
  font-size: 20px;
  line-height: 1;
}


/*************************
*******Header CSS******
**************************/

.header_top {
  background: var(--main-dark);
}

.contactinfo ul li:first-child {
  margin-left: -15px;
}

.contactinfo ul li a {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  font-family: 'Roboto', sans-serif;
}

.contactinfo ul li a:hover {
  background: inherit;
  color: #fff;
}

.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: rgba(255,255,255,0.7);
  padding: 0px;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover {
  color: #fff;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.fa-facebook:hover {
  background: #1877F2;
}

.fa-twitter:hover {
  background: #1DA1F2;
}

.fa-linkedin:hover {
  background: var(--main-color);
}

.fa-dribbble:hover {
  background: var(--main-light);
}

.fa-google-plus:hover {
  background: var(--accent-red);
}

.header-middle .container .row {
  border-bottom: 1px solid var(--border-color);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

.header-middle .container .row .col-sm-4 {
  padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
  padding-right: 0;
}

.usa {
  border-radius: 3px;
  color: var(--text-mid);
  font-size: 12px;
  margin-right: 20px;
  padding: 2px 15px;
  margin-top: 10px;
  border: 1px solid var(--border-color);
}

.usa:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.usa:active, .usa.active {
  background: var(--main-color);
  box-shadow: inherit;
  outline: 0 none;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: var(--main-color);
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.shop-menu ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-menu ul li:last-child {
  padding-right: 0;
}

.shop-menu ul li a {
  background: #FFFFFF;
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  padding-right: 0;
  margin-top: 10px;
}

.shop-menu ul li a i {
  margin-right: 3px;
}

.shop-menu ul li a:hover {
  color: var(--main-color);
  background: #fff;
}

.header-bottom {
  /* fond géré par home_style.css — Deep Ocean */
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
}

.navbar-collapse.collapse {
  /* padding-left: 0; */
}

.mainmenu ul li {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.mainmenu ul li:first-child {
  /* padding-left: 0px; */
}

.mainmenu ul li a {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  transition: color 0.25s;
}

/* Underline animé au hover */
.mainmenu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--main-color);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.mainmenu ul li a:hover::after,
.mainmenu ul li a.active::after {
  width: 100%;
}

.mainmenu ul li a:hover,
.mainmenu ul li a.active,
.shop-menu ul li a.active {
  background: none;
  color: var(--main-color);
}

.search_box {
  width: 100%;
}

.search_box input {
  background: var(--main-pale);
  border: 1.5px solid var(--border-color);
  font-family: 'Roboto', sans-serif;
  color: var(--text-mid);
  font-weight: 400;
  height: 40px;
  outline: medium none;
  padding-left: 14px;
  padding-right: 40px;
  width: 100%;
  background-image: url(../images/searchicon.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  border-radius: 4px;
  transition: border-color 0.25s, box-shadow 0.25s;
  font-size: 14px;
}

.search_box input:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 3px rgba(42,157,143,0.12);
  outline: none;
  background-color: #fff;
}

.search_box input::placeholder {
  color: var(--text-light);
  font-style: italic;
}

.search_box select {
  width: 100%;
  border-radius: 6px;
  height: 40px;
  border: 1.5px solid var(--border-color);
  background: var(--main-pale);
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 0 10px;
  transition: border-color 0.25s;
}

.search_box select:focus {
  border-color: var(--main-color);
  outline: none;
}


/*  Dropdown menu */

.navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}

.nav.navbar-nav > li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background: var(--main-dark);
  list-style: none;
  padding: 0;
  margin: 0;
  width: 220px;
  -webkit-box-shadow: 0 4px 16px rgba(38,70,83,0.25);
  box-shadow: 0 4px 16px rgba(38,70,83,0.25);
  display: none;
  z-index: 999;
  border-top: 3px solid var(--main-color);
}

.dropdown ul.sub-menu li .active {
  color: var(--main-color);
  padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
  padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
  color: rgba(255,255,255,0.85);
}

.navbar-nav li ul.sub-menu li a:hover {
  color: var(--accent-sand);
}

.fa-angle-down {
  padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*************************
*******Footer CSS******
**************************/

#footer {
  background: var(--main-dark);
  padding-top: 10px;
}

.footer-top .container {
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding-bottom: 30px;
  padding-top: 20px;
}

.companyinfo {
  margin-top: 25px;
}

.companyinfo h2 {
  color: rgba(255,255,255,0.75);
  font-family: 'Lora';
  font-size: 27px;
  text-transform: uppercase;
}

.companyinfo h2 span {
  color: var(--accent-sand);
}

.companyinfo p {
  color: rgba(255,255,255,0.55);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
}

.footer-top .col-sm-3 {
  overflow: hidden;
}

.video-gallery {
  margin-top: 57px;
  position: inherit;
}

.video-gallery a img {
  height: 100%;
  width: 100%;
}

.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 3px;
}

.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: var(--main-color);
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

.video-gallery a:hover .overlay-icon {
  opacity: 1;
}

.video-gallery p {
  color: rgba(255,255,255,0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.video-gallery h2 {
  color: rgba(255,255,255,0.45);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}

.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.address img {
  width: 100%;
}

.address p {
  color: rgba(255,255,255,0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}

.footer-widget {
  margin-bottom: 68px;
}

.footer-widget .container {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
}

.single-widget h2 {
  color: rgba(255,255,255,0.85);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-widget h2 i {
  margin-right: 15px;
  color: var(--accent-sand);
}

.single-widget ul li a {
  color: rgba(255,255,255,0.55);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
  color: var(--main-light);
}

.single-widget ul li a:hover {
  background: none;
  color: var(--accent-sand);
}

.searchform input {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.65);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}

.searchform button {
  background: var(--main-color);
  border: none;
  border-radius: 0 6px 6px 0;
  margin-left: 0;
  margin-top: 0;
  padding: 9px 18px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform button:hover,
.searchform button:focus {
  background-color: var(--main-light);
}

.searchform p {
  color: rgba(255,255,255,0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.footer-bottom {
  background: rgba(0,0,0,0.25);
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
  color: rgba(255,255,255,0.5);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: var(--accent-sand);
  font-style: italic;
  text-decoration: underline;
}


/*************************
******* Home ******
**************************/

#slider {
  /* padding-bottom: 10px; */
}

.carousel-indicators li {
  background: rgba(255,255,255,0.4);
}

.carousel-indicators li.active {
  background: var(--main-color);
}

.item {
  /* padding-left supprimé — géré par home_style.css flex layout */
  padding-left: 0;
}

.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.girl {
  margin-left: 0;
}

.item h1 {
  /* style délégué à home_style.css */
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 42px;
  font-weight: 800;
  margin-top: 0;
  text-shadow: 0 2px 8px rgba(38,70,83,0.5);
}

.item h1 span {
  color: var(--accent-sand);
}

.login-form form input[type="submit"],
.signup-form form input[type="submit"] {
  background: var(--main-color);
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 6px 25px;
}

.item h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
  text-shadow: 0 1px 4px rgba(38,70,83,0.55);
}

.item p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.get {
  background: var(--main-color);
  border: 0 none;
  border-radius: 3px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
  padding: 8px 24px;
  transition: background 0.3s;
}

.item button:hover {
  background: var(--main-light);
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: rgba(255,255,255,0.4);
}

.control-carousel:hover {
  color: var(--main-color);
}

.right {
  right: 0;
}

.category-products {
  border: 1px solid var(--border-color);
  margin-bottom: 35px;
  padding: 15px 8px 20px;
  background: #fff;
  border-radius: 4px;
}

.left-sidebar h2,
.brands_products h2 {
  color: var(--main-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  border-left: 3px solid var(--main-color);
  letter-spacing: 0.5px;
  z-index: 3;
}

/* .left-sidebar h2 :after et h2.title:after
   — remplacés par l'approche flex inline dans h2.title
   — conservés ici pour .left-sidebar h2 uniquement */
.left-sidebar h2:after {
  content: " ";
  position: absolute;
  border: 1px solid var(--border-color);
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}

.left-sidebar h2:before {
  content: " ";
  position: absolute;
  background: var(--bg-page, #F0F9F8);
  bottom: -6px;
  width: 130px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
}

h2.title:before {
  content: " ";
  position: absolute;
  background: var(--bg-page, #F0F9F8);
  bottom: -6px;
  width: 280px;
  height: 30px;
  z-index: -1;
  left: 47%;
  margin-left: -110px;
}

.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: var(--text-dark);
  padding: 5px 0;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.category-products .panel-default .panel-heading .panel-title a:hover {
  color: var(--main-color);
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background: none;
  border-radius: 10px;
  color: var(--text-mid);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul {
  padding-left: 10px;
}

.panel-body ul li a {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.panel-body ul li a:hover {
  color: var(--main-color);
}

.brands-name {
  border: 1px solid var(--border-color);
  padding-bottom: 20px;
  padding-top: 15px;
  border-radius: 4px;
}

.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
  background-color: var(--main-pale);
  color: var(--main-color);
}

.shipping {
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}

.price-range {
  margin-top: 30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(38,70,83,0.06);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 24px;
}

.tooltip-inner {
  background-color: var(--main-color);
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: var(--main-color);
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.padding-right {
  padding-right: 0;
}

.features_items {
  /* overflow:hidden supprimé — bloquait position:sticky de la sidebar */
  overflow: visible;
}

/* ====================================================
   TITRES DE SECTIONS — h2.title
   Approche modernisée : on abandonne le :before blanc
   au profit d'un padding + background inline sur le span
==================================================== */
/* h2.title — style délégué à home_style.css */
h2.title {
  color: var(--main-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.5px;
}

h2.title::before {
  display: none; /* désactivé — home_style.css gère le ::before sur .features_items h2.title */
}

h2.title::after {
  display: none; /* désactivé — home_style.css gère le ::after sur .features_items h2.title */
}

a h2.title:hover {
  color: var(--main-color);
}

/* ====================================================
   CARTES PRODUITS — style e-commerce moderne
   Inspiration : ombres douces, transitions fluides,
   badge repositionné, bouton panier toujours visible
==================================================== */
.product-image-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(38,70,83,0.07), 0 1px 3px rgba(38,70,83,0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.product-image-wrapper:hover {
  border-color: var(--main-color);
  box-shadow: 0 8px 28px rgba(42,157,143,0.18), 0 2px 8px rgba(38,70,83,0.08);
  transform: translateY(-4px);
}

.single-products {
  position: relative;
}

/* Badges NEW & SALE — coin supérieur gauche, pilule arrondie */
.new, .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  z-index: 10;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.new {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 2px 6px rgba(42,157,143,0.35);
}

.sale {
  background: var(--accent-red);
  color: #fff;
  box-shadow: 0 2px 6px rgba(232,85,78,0.35);
}

/* Prix produit */
.productinfo h2 {
  color: var(--main-color);
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

/* Nom du produit */
.productinfo h4 {
  color: var(--text-dark);
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 6px;
  /* Limite à 2 lignes avec ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.productinfo h4:hover {
  color: var(--main-color);
}

.productinfo p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-mid);
}

.productinfo img {
  width: 100%;
  background-color: var(--main-pale);
  display: block;
  transition: transform 0.4s ease;
}

.product-image-wrapper:hover .productinfo img {
  transform: scale(1.04);
}

.productinfo {
  position: relative;
  overflow: hidden;
  text-align: left; /* alignement gauche pour correspondre au modèle */
}

/* Overlay — dégradé semi-transparent du bas vers le haut */
.product-overlay {
  background: linear-gradient(
    to top,
    rgba(38,70,83,0.88) 0%,
    rgba(38,70,83,0.45) 55%,
    transparent 100%
  );
  top: 0;
  height: 0;
  position: absolute;
  transition: height 400ms ease 0s;
  width: 100%;
  display: block;
  border-radius: 0;
}

.single-products:hover .product-overlay {
  display: block;
  height: 100%;
}

.product-overlay .overlay-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

.product-overlay .add-to-cart {
  background: var(--main-color);
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 8px 20px;
  letter-spacing: 0.3px;
  transition: background 0.25s, transform 0.2s;
}

.product-overlay .add-to-cart:hover {
  background: var(--accent-sand);
  color: var(--main-dark);
  transform: scale(1.04);
}

.product-overlay p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.88);
  margin-bottom: 4px;
}

/* Bouton "Ajouter au panier" hors overlay (bas de carte) */
.add-to-cart {
  background: var(--main-pale);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  color: var(--text-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 7px 16px;
  width: 100%;
  display: block;
  text-align: center;
  transition: background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.add-to-cart:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(42,157,143,0.25);
}

.add-to {
  margin-bottom: 10px;
}

.add-to-cart i {
  margin-right: 5px;
}

.choose {
  border-top: 1px solid var(--border-color);
}

.choose ul li a {
  color: var(--text-light);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i {
  margin-right: 5px;
}

.choose ul li a:hover {
  background: none;
  color: var(--main-color);
}

.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: transparent;
  border-bottom: 2px solid var(--border-color);
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.category-tab ul li a {
  border: 1.5px solid var(--border-color);
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  color: var(--text-mid);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 8px 16px;
  background: var(--main-pale);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.category-tab ul li a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: var(--main-color);
  border: 1.5px solid var(--main-color);
  border-bottom: none;
  color: #FFFFFF;
  cursor: default;
  margin-right: 0;
  margin-left: 0;
  font-weight: 600;
}

.nav-tabs li a {
  border: 1.5px solid var(--border-color);
  border-radius: 6px 6px 0 0;
  line-height: 1.42857;
  margin-right: 0;
}

.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: var(--main-color);
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px 10px;
  border-radius: 50%;
  transition: background 0.25s, box-shadow 0.25s;
}

.recommended-item-control i:hover {
  background: var(--main-dark);
  box-shadow: 0 3px 10px rgba(38,70,83,0.25);
}

.our_partners {
  overflow: hidden;
}

.our_partners ul {
  background: var(--main-pale);
  margin-bottom: 50px;
}

.our_partners ul li a:hover {
  background: none;
}


/*************************
*******Shop CSS******
**************************/

#advertisement {
  padding-bottom: 45px;
}

#advertisement img {
  width: 100%;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 25px;
  margin-top: 10px;
  padding-left: 0;
  align-items: center;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-radius: 6px;
  margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-radius: 6px;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(42,157,143,0.30);
}

.pagination li a,
.pagination li span {
  background-color: #fff;
  border: 1.5px solid var(--border-color);
  float: none;
  display: inline-block;
  line-height: 1.42857;
  margin-left: 0;
  padding: 6px 14px;
  position: relative;
  text-decoration: none;
  color: var(--text-dark);
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.pagination li a:hover {
  background: var(--main-pale);
  color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: 0 2px 6px rgba(42,157,143,0.15);
}


/*************************
*******Product Details CSS******
**************************/

.product-details {
  overflow: hidden;
}

#similar-product {
  margin-top: 10px;
}

.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}

.view-product {
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.view-product img {
  width: 100%;
  min-height: 100%;
}

.view-product h3 {
  background: var(--main-color);
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

#similar-product .carousel-inner .item {
  padding-left: 0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}

.item-control {
  position: absolute;
  top: 35%;
}

.item-control i {
  background: var(--main-color);
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
  transition: background 0.3s;
}

.item-control i:hover {
  background: var(--main-light);
}

.product-information {
  border: 1px solid var(--border-color);
  overflow: hidden;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-top: 45px;
  padding-right: 24px;
  position: relative;
  min-height: 350px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(38,70,83,0.07);
}

.newarrival {
  position: absolute;
  top: 0;
  left: 0;
}

.product-information h2 {
  color: var(--text-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
}

.product-information p {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}

.product-information span span {
  color: var(--main-color);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}

.product-information del {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: var(--text-light);
}

.product-information span input {
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
}

.product-information span label {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

.product-information .quantity {
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
}

.share {
  margin-top: 15px;
}

.cart {
  background: var(--main-color);
  border: 0 none;
  border-radius: 6px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px 28px;
  letter-spacing: 0.3px;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
}

.cart:hover {
  background: var(--main-light);
  box-shadow: 0 4px 14px rgba(42,157,143,0.30);
  transform: translateY(-1px);
}

.shop-details-tab {
  border: 1px solid var(--border-color);
  margin-bottom: 75px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  border-radius: 4px;
}

.shop-details-tab .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

#reviews ul {
  background: #FFFFFF;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

#reviews ul li {
  display: inline-block;
}

#reviews ul li a {
  color: var(--text-mid);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}

#reviews ul li a i {
  color: var(--accent-sand);
  padding-right: 8px;
}

#reviews ul li a:hover {
  background: #fff;
  color: var(--main-color);
}

#reviews p {
  color: var(--text-dark);
}

#reviews form span {
  display: block;
}

#reviews form span input {
  background: var(--main-pale);
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
  transition: border-color 0.3s;
}

#reviews form span input:focus {
  border-color: var(--main-color);
}

#reviews form span input:last-child {
  margin-left: 3%;
}

#reviews textarea {
  background: var(--main-pale);
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
  transition: border-color 0.3s;
}

#reviews textarea:focus {
  border-color: var(--main-color);
}

#reviews button {
  background: var(--main-color);
  border: 0 none;
  border-radius: 3px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  transition: background 0.3s;
}

#reviews button:hover {
  background: var(--main-light);
}


/*************************
*******404 CSS******
**************************/

.logo-404 {
  margin-top: 60px;
}

.content-404 h1 {
  color: var(--text-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  font-weight: 300;
}

.content-404 img {
  margin: 0 auto;
}

.content-404 p {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.content-404 h2 {
  margin-top: 50px;
}

.content-404 h2 a {
  background: var(--main-color);
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;
  border-radius: 3px;
  transition: background 0.3s;
}

.content-404 h2 a:hover {
  background: var(--main-light);
}


/*************************
*******Login page CSS******
**************************/

#form {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.login-form {}
.signup-form {}

.login-form h2,
.signup-form h2 {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.login-form form input,
.login-form form select,
.signup-form form input,
.signup-form form select {
  background: var(--main-pale);
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 98%;
  border-radius: 3px;
  transition: border-color 0.3s;
}

.login-form form input:focus,
.signup-form form input:focus {
  border-color: var(--main-color);
}

.signup-form form .tree-multiselect input {
  height: auto;
  width: auto;
}

.login-form form span {
  line-height: 25px;
}

.login-form form span input {
  width: 15px;
  float: left;
  height: 15px;
  margin-right: 5px;
}

.login-form form button {
  margin-top: 23px;
}

.login-form form button,
.signup-form form button {
  background: var(--main-color);
  border: medium none;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 8px 25px;
  transition: background 0.3s;
}

.login-form form button:hover,
.signup-form form button:hover {
  background: var(--main-light);
}

.login-form label {}

.login-form label input {
  border: medium none;
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  outline: medium none;
  padding-left: 0;
}

.ou {
  background: var(--main-color);
  border-radius: 40px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 75px;
  text-align: center;
  width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
  margin-bottom: 50px;
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs .breadcrumb {
  background: var(--main-pale);
  margin-bottom: 30px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  font-size: 13px;
}

.breadcrumbs .breadcrumb li a {
  background: transparent;
  color: var(--main-color);
  padding: 0;
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumbs .breadcrumb li a:hover {
  color: var(--main-dark);
  text-decoration: underline;
}

/* Suppress the absolute-positioned arrow — use Bootstrap's > separator instead */
.breadcrumbs .breadcrumb li a:after {
  display: none;
}

.breadcrumbs .breadcrumb > li + li:before {
  content: "›";
  color: var(--text-light);
  font-size: 16px;
  padding: 0 6px;
}

#cart_items .cart_info {
  border: 1px solid var(--border-color);
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(38,70,83,0.07);
}

#cart_items .cart_info .cart_menu {
  background: var(--main-dark);
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid var(--border-color);
}

#cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0;
}

.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}

#cart_items .cart_info .image {
  padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0;
}

#cart_items .cart_info .cart_description h4 a {
  color: var(--text-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
}

#cart_items .cart_info .cart_description h4 a:hover {
  color: var(--main-color);
}

#cart_items .cart_info .cart_description p {
  color: var(--text-mid);
}

#cart_items .cart_info .cart_price p {
  color: var(--text-mid);
  font-size: 18px;
}

#cart_items .cart_info .cart_total_price {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
}

.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
  background: var(--main-pale);
  color: var(--text-mid);
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
  transition: background 0.3s, color 0.3s;
  border: 1px solid var(--border-color);
}

.cart_quantity_button a:hover {
  background: var(--main-color);
  color: #fff;
}

.cart_quantity_input {
  color: var(--text-mid);
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.cart_delete {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}

.cart_delete a {
  background: var(--main-pale);
  color: var(--accent-red);
  padding: 5px 7px;
  font-size: 16px;
  border-radius: 3px;
  transition: background 0.3s;
}

.cart_delete a:hover {
  background: var(--accent-red);
  color: #fff;
}

.bg h2.title {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.heading h3 {
  color: var(--text-dark);
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.heading p {
  color: var(--text-mid);
  font-size: 16px;
  font-weight: 300;
}

#do_action .total_area {
  padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  padding: 30px 25px 30px 0;
  margin-bottom: 80px;
  border-radius: 4px;
}

.total_area span {
  float: right;
}

.total_area ul li {
  background: var(--main-pale);
  color: var(--text-mid);
  margin-top: 10px;
  padding: 7px 20px;
  border-left: 3px solid var(--main-color);
}

.user_option label {
  color: var(--text-mid);
  font-weight: normal;
  margin-left: 10px;
}

.user_info {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;
}

.user_info label {
  color: var(--text-mid);
  display: block;
  font-size: 15px;
  font-weight: normal;
}

.user_info .single_field {
  width: 31%;
}

.user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid var(--border-color);
}

.user_info > li {
  float: left;
  margin-right: 10px;
}

.user_info input,
.user_info select,
.user_info textarea {
  background: var(--main-pale);
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  resize: none;
  transition: border-color 0.3s;
}

.user_info input:focus,
.user_info select:focus,
.user_info textarea:focus {
  border-color: var(--main-color);
  outline: none;
}

.chose_area .update {
  margin-left: 40px;
}

.update,
.check_out {
  background: var(--main-color);
  border-radius: 3px;
  color: #FFFFFF;
  margin-top: 18px;
  border: none;
  padding: 6px 18px;
  transition: background 0.3s;
}

.update {
  margin-left: 40px;
}

.check_out {
  margin-left: 20px;
}

.update:hover,
.check_out:hover {
  background: var(--main-light);
}


/*************************
*******Checkout CSS******
**************************/

.step-one {
  margin-bottom: -10px;
}

.register-req,
.step-one .heading {
  background: var(--main-pale);
  color: var(--text-dark);
  font-size: 20px;
  margin-bottom: 35px;
  padding: 10px 25px;
  font-family: 'Roboto', sans-serif;
  border-left: 4px solid var(--main-color);
}

.checkout-options {
  padding-left: 20px;
}

.checkout-options h3 {
  color: var(--text-dark);
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.checkout-options p {
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 25px;
}

.checkout-options .nav li {
  float: left;
  margin-right: 45px;
  color: var(--text-mid);
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.checkout-options .nav label {
  font-weight: normal;
}

.checkout-options .nav li a {
  color: var(--main-color);
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}

.checkout-options .nav li a:hover {
  background: inherit;
  color: var(--main-light);
}

.checkout-options .nav i {
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  padding: 2px 3px;
}

.register-req {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  margin-top: 35px;
}

.register-req p {
  margin-bottom: 0;
}

.shopper-info p,
.bill-to p,
.order-message p {
  color: var(--text-mid);
  font-size: 20px;
  font-weight: 300;
}

.shopper-info .btn-primary {
  background: var(--main-color);
  border: 0 none;
  border-radius: 3px;
  margin-right: 15px;
  margin-top: 20px;
}

.shopper-info .btn-primary:hover {
  background: var(--main-light);
}

.form-two,
.form-one {
  float: left;
  width: 47%;
}

.shopper-info > form > input,
.form-two > form > select,
.form-two > form > input,
.form-one > form > input {
  background: var(--main-pale);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
  border-radius: 3px;
  transition: border-color 0.3s;
}

.shopper-info > form > input:focus,
.form-one > form > input:focus {
  border-color: var(--main-color);
  outline: none;
}

.form-two > form > select {
  padding: 10px 5px;
}

.form-two {
  margin-left: 5%;
}

.order-message textarea {
  font-size: 12px;
  height: 335px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.order-message label {
  font-weight: 300;
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  margin-left: 10px;
  font-size: 14px;
}

.review-payment h2 {
  color: var(--text-mid);
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 20px;
}

.payment-options {
  margin-bottom: 125px;
  margin-top: -25px;
}

.payment-options span label {
  color: var(--text-mid);
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: var(--text-mid);
}

#cart_items .cart_info .table.table-condensed.total-result tr {
  border-bottom: 0;
}

#cart_items .cart_info .table.table-condensed.total-result span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
  border-bottom: 1px solid var(--border-color);
}


/*************************
******* Blog CSS ********
**************************/

.blog-post-area .single-blog-post {
  border: 1px solid var(--border-color);
  margin-bottom: 25px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}

.blog-post-area .single-blog-post:hover {
  box-shadow: 0 4px 18px rgba(42,157,143,0.12);
}

.blog-post-area .single-blog-post img {
  width: 100%;
}

.blog-post-area .single-blog-post h3 {
  color: var(--text-dark);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
}

.blog-post-area .single-blog-post h3 a {
  color: var(--text-dark);
  transition: color 0.3s;
}

.blog-post-area .single-blog-post h3 a:hover {
  color: var(--main-color);
}

.blog-post-area .single-blog-post p {
  color: var(--text-mid);
  font-size: 14px;
  padding: 0 15px;
}

.blog-post-area .post-meta {
  background: var(--main-pale);
  padding: 8px 15px;
}

.blog-post-area .post-meta ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog-post-area .post-meta ul li a {
  color: var(--text-mid);
  font-size: 12px;
}

.blog-post-area .post-meta ul li a:hover {
  color: var(--main-color);
}

.blog-post-area .post-meta ul li a i {
  color: var(--main-color);
  margin-right: 4px;
}

.response-area h2 {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 700;
}

.response-area .media {
  border: 1px solid var(--border-color);
  padding: 18px 18px 18px 0;
  margin-bottom: 27px;
  border-radius: 4px;
  background: #fff;
}

.response-area .media img {
  height: 102px;
  width: 100%;
}

.response-area .media .pull-left {
  margin-right: 25px;
}

.response-area .second-media {
  margin-left: 5%;
  width: 95%;
}

.sinlge-post-meta {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 15px;
}

.sinlge-post-meta li {
  background: var(--main-pale);
  color: var(--text-dark);
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
}

.sinlge-post-meta li i {
  background: var(--main-color);
  color: #FFFFFF;
  margin-right: 10px;
  padding: 8px 10px;
}

.sinlge-post-meta li i:after {
  top: 7px;
  border-width: 6px;
  left: 27px;
}

.replay-box {
  margin-bottom: 107px;
  margin-top: 55px;
}

.replay-box h2 {
  font-weight: 700;
  font-size: 20px;
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 45px;
}

.replay-box label {
  background: var(--main-color);
  color: #FFFFFF;
  margin-bottom: 15px;
  padding: 3px 15px;
  float: left;
  font-weight: 400;
  border-radius: 3px;
}

.replay-box span {
  color: var(--main-color);
  float: right;
  font-weight: 700;
  margin-top: 21px;
}

.replay-box form input {
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  font-size: 12px;
  margin-bottom: 22px;
  padding: 8px;
  width: 100%;
  border-radius: 3px;
  transition: border-color 0.3s;
}

.replay-box form input:hover,
.text-area textarea:hover {
  border: 1px solid var(--main-color);
}

.text-area {
  margin-top: 66px;
}

.text-area textarea {
  background: transparent;
  border: 1px solid var(--border-color);
  transition: border-color 0.3s;
}

.text-area textarea:focus {
  border-color: var(--main-color);
}

.btn.btn-primary {
  background: var(--main-color);
  border: 0 none;
  border-radius: 3px;
  margin-top: 16px;
  transition: background 0.3s;
}

.btn.btn-primary:hover {
  background: var(--main-light);
}

.blank-arrow {
  position: relative;
}

.blank-arrow label:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 8px;
  border-color: var(--main-color) transparent transparent transparent;
  top: 25px;
  left: 5px;
}


/*************************
******* Contact CSS ********
**************************/

.contact-map {
  width: 100%;
  height: 500px;
  margin-bottom: 70px;
}

.contact-info .heading,
.contact-form .heading {
  text-transform: capitalize;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

#contact-page .form-control::-moz-placeholder {
  color: var(--text-light);
}

#contact-page .form-control {
  background-color: #fff;
  border: 1px solid var(--border-color);
  color: var(--text-mid);
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inherit;
  transition: border-color 0.3s;
}

#contact-page #message {
  height: 160px;
  resize: none;
}

#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}

#contact-page .form-control:focus,
#contact-page .form-control:hover {
  box-shadow: inherit;
  border-color: var(--main-color);
}

#contact-page .contact-info {
  padding: 0 20px;
}

#contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;
}

#contact-page .contact-info p {
  margin-bottom: 0;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 25px;
}

.social-networks {
  overflow: hidden;
  text-align: center;
}

.social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;
}

.social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}

.social-networks ul li:last-child {
  margin-right: 0;
}

.social-networks ul li a {
  color: var(--text-light);
  font-size: 25px;
  transition: color 0.3s;
}

.contact-info .social-networks ul li a i {
  background: none;
}

.contact-info .social-networks ul li a:hover {
  color: var(--main-color);
}

.row-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/**** Miscellaneous / Extra ****/

.container-hover {
  transition: background .25s ease-in-out;
}

.container-hover:hover {
  background: rgba(42,157,143,0.07);
  transition: background .25s ease-in-out;
}

.form1 form button {
  background: var(--main-color);
  border: medium none;
  border-radius: 3px;
  color: #FFFFFF;
  transition: background 0.3s;
}

.form1 form button:hover {
  background: var(--main-light);
}

.ckb_extension {
  font-size: 13px;
}

.ckb_article {
  font-size: 16px;
}

.mainmenu {
  margin-top: 15px;
}

.treegrid-indent {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 28%;
  max-height: 100px;
}

.tab-content {
  padding-left: 10px;
  padding-right: 10px;
}

.clickable {
  cursor: pointer;
  transition: 0.3s;
}

.logo img {
  max-height: 80px;
}

.login-form form textarea,
.signup-form form textarea {
  margin-bottom: 10px;
}

#cart-item-count {
  padding: 1px 5px;
  background-color: var(--main-color);
  vertical-align: text-bottom;
  border-radius: 4px;
  color: #FFF;
  margin: 0px 1px;
}

.spacev-10 {
  margin-top: 10px;
}

.btn-default {
  color: #ffffff;
  background-color: var(--main-color);
  border: medium none;
  border-radius: 3px;
  transition: background 0.3s;
}

.btn-default:hover {
  background-color: var(--main-light);
  color: #fff;
}

.input-w {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.vertical-center {
  margin-top: 20px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.artdesc-height {
  height: 22px;
  overflow: visible;
}

.my-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.my-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  width: 80%;
}

.logo {
  float: left;
}

.shop-menu {
  float: right;
}


/* ===========================================================
   AMÉLIORATIONS GLOBALES — Inspirées e-commerce moderne TN
   Ajouts 2025 — aucune classe existante modifiée
=========================================================== */

/* ── Prix barré (ancien prix) sur les cartes ── */
.productinfo del,
.product-image-wrapper del {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 400;
  margin-right: 6px;
}

/* ── Prix promotionnel mis en avant ── */
.productinfo .price-new,
.product-image-wrapper .price-new {
  color: var(--accent-red);
  font-size: 18px;
  font-weight: 700;
}

/* ── Badge % réduction ── */
.discount-badge {
  display: inline-block;
  background: var(--accent-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 6px;
  letter-spacing: 0.3px;
  vertical-align: middle;
}

/* ── Rating étoiles ── */
.product-rating {
  color: var(--accent-sand);
  font-size: 13px;
  margin-bottom: 6px;
}

.product-rating .rating-count {
  color: var(--text-light);
  font-size: 12px;
  margin-left: 4px;
}

/* ── Label "Stock limité" ── */
.stock-low {
  display: inline-block;
  color: var(--accent-coral);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stock-low::before {
  content: '⚠ ';
  font-size: 11px;
}

/* ── Breadcrumb actif ── */
.breadcrumb > .active {
  color: var(--text-dark);
  font-weight: 600;
}

/* ── Section background alternée (zèbre entre sections) ── */
.section-alt {
  background: var(--main-pale);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

/* ── Carte fournisseur / société ── */
.company-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(38,70,83,0.06);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.company-card:hover {
  box-shadow: 0 6px 20px rgba(42,157,143,0.14);
  transform: translateY(-3px);
  border-color: var(--main-color);
}

.company-card h4 {
  color: var(--main-dark);
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 16px;
}

.company-card p {
  color: var(--text-mid);
  font-size: 13px;
  margin-bottom: 0;
}

/* ── Bouton "Contacter" / "Voir" style outline ── */
.btn-outline-teal {
  background: transparent;
  border: 1.5px solid var(--main-color);
  color: var(--main-color);
  border-radius: 6px;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.btn-outline-teal:hover {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 3px 10px rgba(42,157,143,0.25);
}

/* ── Bouton principal (CTA fort) ── */
.btn-cta {
  background: var(--main-color);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  letter-spacing: 0.3px;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-cta:hover {
  background: var(--main-dark);
  color: #fff;
  box-shadow: 0 5px 16px rgba(38,70,83,0.28);
  transform: translateY(-2px);
}

/* ── Newsletter footer input ── */
.searchform input {
  border: 1.5px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.85);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: none;
  padding: 9px 14px;
  width: 100%;
  border-radius: 6px 0 0 6px; /* arrondi côté gauche uniquement */
  transition: border-color 0.25s, background 0.25s;
}

.searchform input:focus {
  border-color: var(--accent-sand);
  background: rgba(255,255,255,0.12);
  outline: none;
}

.searchform button {
  background: var(--main-color);
  border: none;
  border-radius: 0 6px 6px 0;
  margin-left: 0;
  margin-top: 0;
  padding: 9px 18px;
  transition: background 0.25s;
}

.searchform button:hover,
.searchform button:focus {
  background-color: var(--main-light);
}

/* ── Carte catégorie (left-sidebar panel) ── */
.category-products {
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
  padding: 16px 12px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(38,70,83,0.05);
}

/* ── Panel accordion sidebar ── */
.category-products .panel-default .panel-heading .panel-title a {
  color: var(--text-mid);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.category-products .panel-default .panel-heading .panel-title a:hover {
  color: var(--main-color);
}

/* ── Image produit focus zoom ── */
.view-product {
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(38,70,83,0.07);
}

.view-product img {
  width: 100%;
  min-height: 100%;
  transition: transform 0.4s ease;
}

.view-product:hover img {
  transform: scale(1.03);
}

/* ── Ligne décorative sous les titres de sections ── */
.section-divider {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--main-color);
  border-radius: 2px;
  margin: 8px 0 20px;
}

/* ── Badge "Promotions" dans la sidebar ── */
.promo-label {
  display: inline-block;
  background: var(--accent-red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 6px;
  vertical-align: middle;
}

/* ── Amélioration du select/dropdown natif ── */
select {
  background: var(--main-pale);
  border: 1.5px solid var(--border-color);
  color: var(--text-mid);
  padding: 6px 10px;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  transition: border-color 0.25s;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234A7B86' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

select:focus {
  border-color: var(--main-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(42,157,143,0.12);
}

/* ── Input focus global ── */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--main-color) !important;
  box-shadow: 0 0 0 3px rgba(42,157,143,0.12) !important;
  outline: none !important;
}

/* ── Checkbox personnalisée ── */
input[type="checkbox"]:checked {
  accent-color: var(--main-color);
}

/* ── Table panier — alternance de lignes ── */
#cart_items .cart_info .table.table-condensed tbody tr:nth-child(even) {
  background: var(--main-pale);
}

/* ── Animation légère pour les cartes au chargement ── */
@keyframes fadeInCard {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.product-image-wrapper {
  animation: fadeInCard 0.4s ease both;
}

/* Délai progressif pour les grilles de produits */
.features_items .col-sm-4:nth-child(1) .product-image-wrapper { animation-delay: 0.05s; }
.features_items .col-sm-4:nth-child(2) .product-image-wrapper { animation-delay: 0.12s; }
.features_items .col-sm-4:nth-child(3) .product-image-wrapper { animation-delay: 0.19s; }
.features_items .col-sm-4:nth-child(4) .product-image-wrapper { animation-delay: 0.26s; }
.features_items .col-sm-4:nth-child(5) .product-image-wrapper { animation-delay: 0.33s; }
.features_items .col-sm-4:nth-child(6) .product-image-wrapper { animation-delay: 0.40s; }

/* Respect du mode réduit (accessibilité) */
@media (prefers-reduced-motion: reduce) {
  .product-image-wrapper,
  .product-image-wrapper:hover,
  .product-image-wrapper:hover .productinfo img,
  a#scrollUp {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}
