/*
Template Name: Fruitkha - Responsive Bootstrap4 Shop Template
Template URI: 
Description: Bootstrap template for fruits or any other kind of shop
Author: Imran Hossain
Author URI: https://imransdesign.com/
Version: 1.0
*/
/* -----------------------------------------------------------------------------

# Base - Genral & Typography

----------------------------------------------------------------------------- */
html {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #051922;
  overflow-x: hidden;
}

body img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #782f17;
  text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  color: #051922;
}

h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin: 0;
}

h1, .h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

@media only screen and (max-width: 767.96px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

@media only screen and (max-width: 575.96px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
}

@media only screen and (max-width: 767.96px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media only screen and (max-width: 575.96px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

@media only screen and (max-width: 575.96px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}

@media only screen and (max-width: 575.96px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #051922;
  margin: 0 0 1.25rem 0;
}

p:last-child {
  margin: 0;
}

.text-primary{
  color: #782f17 !important;
}

.btn-outline-primary{
  border: solid 1px #782f17;
  background-color: transparent;
  color: #782f17 !important;
}

.btn-outline-primary:hover{
  border: none !important;
  background-color: #782f17 !important;
  color: #fff !important;
}

a.text-primary:focus, a.text-primary:hover{
  color: #fff !important;
}

.form-select{
  /* height: 55px; */
  border-radius: 12px;
  border: 1px solid #ddd;
  transition: all .25s ease;
}

.form-select{
  display: block;
  width: 100%;
  /* padding: .375rem 2.25rem .375rem .75rem; */
    padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* -----------------------------------------------------------------------------

# All Common Styles

----------------------------------------------------------------------------- */
.loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #fff;
  overflow-x: hidden;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
}

.circle {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #000;
  border-radius: 50%;
  -webkit-animation: spinRight 800ms linear infinite;
  animation: spinRight 800ms linear infinite;
}

.circle:before {
  content: '';
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #782f17;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
  animation: spinLeft 800ms linear infinite;
}

.circle:after {
  content: '';
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #782f17;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
  animation: spinLeft 800ms linear infinite;
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #000;
  -webkit-animation: none;
  animation: none;
}

/* Back to Top Styles */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #782f17;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    display: none; /* caché par défaut */
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background-color: #fff;
    color: #782f17;
    transform: translateY(-3px);
}

.custom-pagination {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination li a,
.custom-pagination li span {
    display: block;
    padding: 10px 15px;
    background-color: #875e43;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.custom-pagination li a:hover {
    background-color: #782f17;
    color: #fff;
}

.custom-pagination li.active span {
    background-color: #782f17;
    color: #fff;
    cursor: default;
}

.custom-pagination li.disabled span {
    background-color: #ddd;
    color: #999;
    cursor: not-allowed;
}


@-webkit-keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.mt-80 {
  margin-top: 80px;
}

@media only screen and (max-width: 767.96px) {
  .mt-80 {
    margin-top: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (max-width: 767.96px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-150 {
  margin-top: 80px;
}

@media only screen and (max-width: 767.96px) {
  .mt-150 {
    margin-top: 100px;
  }
}

.mb-150 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767.96px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 767.96px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 767.96px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.gray-bg {
  background-color: #f5f5f5;
}

.orange-text {
  color: #782f17;
}

.blue-bg {
  background-color: #162133;
}

a.boxed-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #782f17;
  color: #fff;
  padding: 10px 20px;
}

a.bordered-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #fff;
  border: 2px solid #782f17;
  padding: 7px 20px;
}

a.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #051922;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

a.read-more-btn:hover {
  color: #782f17;
}

a.boxed-btn, a.bordered-btn, a.cart-btn {
  border-radius: 50px;
}

.section-title h3 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
}

.section-title h3:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #782f17;
  margin: 0 auto;
}

.section-title p {
  font-size: 15px;
  width: 530px;
  margin: 0 auto;
  color: #555;
  margin-top: 10px;
  line-height: 1.8;
}

.section-title {
  margin-bottom: 60px;
}


@media (max-width: 768px) {
  .section-title h3{
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .section-title h3{
    font-size: 1.8rem;
  }
}
.breadcrumb-section {
    position: relative;
    width: 100%;
    height: 550px; /* hauteur fixe mais responsive ensuite */
}

.breadcrumb-bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/hero/coeur2cible_hero_888.jpg');
    background-size: cover;       /* couvre tout le cadre */
    background-position: center;  /* centrage de l'image */
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(0.7);      /* pour assombrir un peu */
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2; /* devant le bg */
    height: 100%;
}

.breadcrumb-text p {
    color: #782f17;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin: 0;
}

.breadcrumb-text h1 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin: 10px 0 0 0;
}

/* Responsive */
@media (max-width: 992px) {
    .breadcrumb-section {
        height: 300px;
    }
    .breadcrumb-text h1 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section {
        height: 250px;
    }
    .breadcrumb-text h1 {
        font-size: 28px;
    }
}

/* -----------------------------------------------------------------------------

# Hover Styles

----------------------------------------------------------------------------- */
a.navbar-brand {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.navbar-brand:hover {
  opacity: 0.7;
}

a.boxed-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.boxed-btn:hover {
  background-color: #875e43;
  color: #fff;
}

a.bordered-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.bordered-btn:hover {
  background-color: #782f17;
  color: #fff;
}

ul.sub-menu a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.sub-menu li:hover a {
  color: #782f17;
}

.single-tof-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-tof-box:hover {
  -webkit-box-shadow: 0 0 80px #353535;
  box-shadow: 0 0 80px #353535;
}

a.video-play-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.video-play-btn:hover {
  background-color: #333;
  color: #782f17;
}

.latest-news-bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


a.tof-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.tof-btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.tof-btn:hover {
  color: #782f17;
}

a.tof-btn:hover i {
  margin-left: 10px;
}

.single-latest-news {
  -webkit-box-shadow: 0 0 20px #dddddd;
  box-shadow: 0 0 20px #dddddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-logo-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-logo-item:hover {
  opacity: 0.7;
}

.counter-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.counter-box:hover {
  -webkit-box-shadow: 0 0 80px #6f6f6f;
  box-shadow: 0 0 80px #6f6f6f;
}

input[type="submit"] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px !important;
}

input[type="submit"]:hover {
  background-color: #875e43;
  color: #fff;
}

div.owl-controls, .owl-controls div {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

div.owl-controls div.owl-nav div:hover {
  opacity: 0.7;
}

.pagination-wrap ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination-wrap ul li:hover a {
  background-color: #782f17;
}

.icons a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icons a:hover i {
  color: #782f17;
}

.tof-text a.tof-btn {
  margin-top: 15px;
  display: inline-block;
}

.single-pricing-table {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.product-image img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-image img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.cart-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.cart-btn:hover {
  background-color: #875e43;
  color: #ffffff;
}

.recent-posts ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.recent-posts ul li:hover {
  opacity: 0.7;
}

ul.sub-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.sub-menu li:hover a {
  color: #782f17 !important;
}

.sidebar-section ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-section ul li a:hover {
  opacity: 0.7;
}

.comment-text-body h4 a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.comment-text-body h4 a:hover {
  color: #782f17;
}

ul.product-share li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.product-share li:hover a {
  color: #782f17;
}

.service-menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.service-menu ul li a.active {
  font-weight: 600;
  color: #ffe200;
}

.service-menu ul li a:hover {
  color: #ffe200;
}

.single-product-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-bar-tablecell button[type=submit] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-bar-tablecell button[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

span.close-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

span.close-btn:hover {
  color: #fff;
}

a.mobile-show.search-bar-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.mobile-show.search-bar-icon:hover {
  color: #782f17;
}

/* -----------------------------------------------------------------------------

# List Styles

----------------------------------------------------------------------------- */
.list-section {
  background-color: #f5f5f5;
}

.list-box {
  overflow: hidden;
  letter-spacing: 0.5px;
}

.list-box .content h3 {
  display: block;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 4px;
}

.list-box .content p {
  margin-bottom: 0px;
  opacity: 0.75;
}

.list-box .list-icon i {
  display: block;
  font-size: 24px;
  margin-right: 15px;
  color: #782f17;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  border: 2px #782f17 dotted;
  border-radius: 999px;
}

/* -----------------------------------------------------------------------------

# News Styles

----------------------------------------------------------------------------- */

.latest-news-bg {
  height: 200px;
  background-size: contain;   /* ⬅️ clé */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  border-radius: 10px 10px 0 0;
}

.single-latest-news h3 {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
}

.single-latest-news h3 a {
  color: #051922;
}

p.blog-meta span {
  margin-right: 15px;
  opacity: 0.6;
  color: #051922;
  font-size: 0.85em;
}

p.blog-meta span:last-child {
  margin-right: 0;
}

p.blog-meta span i {
  margin-right: 5px;
}

p.excerpt {
  line-height: 1.8;
  color: #555;
}

.latest-news a.boxed-btn {
  margin-top: 80px;
}

.news-text-box {
  padding: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.single-latest-news h3 a:hover {
  color: #782f17;
}

.single-latest-news {
  margin-bottom: 30px;
}
.single-artcile-bg {
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
  /* background-color: #f3f3f3; */
  margin-bottom: 20px;
}

.single-artcile-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 👈 PAS de zoom */
}

.pagination-wrap {
  margin-top: 40px;
}

.pagination-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-wrap ul li {
  display: inline-block;
}

.pagination-wrap ul li a {
  color: #6f6f6f;
  font-size: 15px;
  background-color: #f3f3f3;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  margin: 3px;
  font-weight: 600;
  border-radius: 50px;
}

.pagination-wrap ul li a.active {
  background-color: #782f17;
}

.single-artcile-bg {
  background-size: cover;
  background-position: center;
  /* background-color: #ddd; */
  border-radius: 5px;
  margin-bottom: 20px;
}

.single-article-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.single-article-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #051922;
}

.comments-list-wrap {
  margin: 100px 0;
}

.comments-list-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.comment-template h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.single-comment-body {
  position: relative;
}

.comment-user-avater {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-user-avater img {
  width: 60px;
  max-width: 60px;
  border-radius: 50%;
}

.comment-text-body {
  padding-left: 80px;
  margin-bottom: 40px;
}

.comment-text-body h4 {
  font-size: 18px;
  font-weight: 600;
}

span.comment-date {
  opacity: 0.5;
  font-size: 80%;
  font-weight: 700;
  margin-left: 5px;
}

.comment-text-body h4 a {
  color: #051922;
  font-size: 80%;
  margin-left: 10px;
  border-bottom: 1px solid #aaa;
}

.single-comment-body.child {
  margin-left: 75px;
}

.comment-text-body p {
  color: #888;
  line-height: 2;
  margin: 0;
}

.comment-template h4 {
  margin-bottom: 10px;
}

.comment-template > p {
  opacity: 0.7;
  margin-bottom: 30px;
}

.comment-template form p input[type=text] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
}

.comment-template form p input[type=email] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
}

.comment-template form p input[type=number] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
}

.comment-template form p textarea {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 15px;
  color: #051922;
  border-radius: 5px;
  height: 250px;
  resize: none;
  width: 100%;
}

.sidebar-section {
  margin-left: 30px;
}

.sidebar-section h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sidebar-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-section ul li {
  line-height: 1.5;
}

.sidebar-section ul li a {
  color: #555;
  font-size: 15px;
}

.sidebar-section > div {
  margin-bottom: 60px;
}

.sidebar-section > div:last-child {
  margin-bottom: 0;
}

.recent-posts ul li, .archive-posts ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.recent-posts ul li:before, .archive-posts ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.tag-section ul li {
  display: inline-block;
}

.tag-section ul li a {
  background-color: #ddd;
  padding: 3px 10px;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

/* -----------------------------------------------------------------------------

# Cart Banner Styles

----------------------------------------------------------------------------- */
.cta-alt {
    position: relative;
    width: 100%;
    min-height: 180px; /* hauteur réduite */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.cta-alt-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.cta-alt-content {
    position: relative;
    z-index: 2;
}

.cta-alt-text {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.cta-alt-text strong {
    font-size: 1.8rem;
}

.btn-alt-primary {
    background-color: #782f17;
    color: #fff;
    padding: 0.6rem 1.6rem;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* espace entre texte et icône */
    transition: background 0.3s ease;
}

.btn-alt-primary i {
    font-size: 1rem; /* taille icône */
}

.btn-alt-primary:hover {
    background-color: #5f2315;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .cta-alt-content {
        text-align: center;
    }

    .cta-alt-text {
        font-size: 1.4rem;
    }

    .cta-alt-text strong {
        font-size: 1.6rem;
    }

    .btn-alt-primary {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .cta-alt {
        min-height: 180px;
    }

    .cta-alt-text {
        font-size: 1.1rem;
    }

    .cta-alt-text strong {
        font-size: 1.3rem;
    }

    .btn-alt-primary {
        padding: 0.5rem 1.2rem;
        font-size: 0.85rem;
    }
}

.btn-round {
  border-radius: 3rem;
}
.cart-banner {
  background-color: #f5f5f5;
}

.cart-banner .image-column {
  position: relative;
  margin-top: 40px;
}

.cart-banner .image-column .price-box {
  position: absolute;
  left: 15%;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(242, 129, 35, 0.75);
}

.cart-banner .image-column .price-box .inner-price {
  position: relative;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #782f17;
}

.cart-banner .image-column .price-box .inner-price .price {
  color: #051922;
  padding-top: 27px;
  position: relative;
  display: inline-block;
  line-height: 18px;
  font-weight: 400;
}

.cart-banner .image-column .price-box .inner-price .price strong {
  color: #051922;
  font-size: 24px;
}

.cart-banner .content-column {
  position: relative;
  padding-top: 40px;
}

.cart-banner .content-column h3 {
  font-size: 40px;
}

.cart-banner .content-column h4 {
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}

.cart-banner .content-column .text {
  position: relative;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.time-counter {
  position: relative;
  margin-bottom: 25px;
}

.time-counter .time-countdown {
  position: relative;
}

.time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin: 0px 0px 5px;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 20px 14px;
  text-transform: capitalize;
  text-align: center;
  border: 2px solid #782f17;
}

.time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  padding: 0px 0px;
  color: #782f17;
  font-weight: 700;
  letter-spacing: 1px;
}


/* ===============================
   CATEGORY GRID (ESPACEMENT)
================================ */
/* Banner global */
.banner {
    position: relative;
    overflow: hidden;
    background-color: #000; 
    margin-bottom: 2rem;
}

/* Image full size */
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay sombre */
.banner-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: background 0.3s ease;
}

/* Variante overlay plus clair */
.banner.color-grey::before {
    background: rgba(0, 0, 0, 0.6);
}

/* Contenu centré */
.banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

/* Subtitle */
.banner-subtitle {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-subtitle a {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.banner-title a {
    color: #fff;
    text-decoration: none;
}
.btn.banner-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: capitalize;
}
.btn.banner-link {
  /* font-size: 1.4rem; */
  line-height: 1;
  padding: 0.8rem 0.8rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}

.btn.banner-link:hover {
  background-color: #fff;
  color: #782f17;
}

.banner-link {
  font-weight: 400;
  display: inline-block;
}

.btn-outline-white-3 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.category-card {
    position: relative;
    height: 300px; /* ↓ réduit */
    overflow: hidden;
}

@media (max-width: 768px) {
    .category-card {
        height: 220px;
    }
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Lien plein */
.category-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
}

/* Overlay sombre */
.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.6)
    );
    z-index: 1;
}

/* Contenu centré */
.category-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}

.category-content h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-content p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.85;
}

.category-content .btn {
    margin-top: 10px;
    border-radius: 30px;
    padding: 10px 22px;
}

/* ===============================
   CATEGORY BANNERS
================================ */

/*** Courses ***/

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}



/* -----------------------------------------------------------------------------

# Testimonial Styles

----------------------------------------------------------------------------- */
/* Cadre de chaque avis */
.testimonial-card {
    background-color: #fff; 
    border-radius: 8px; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
    padding: 30px 20px;
    margin: 10px; 
    text-align: center;
    
    /* ↓ Pour uniformiser la hauteur */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* espace entre image, texte et icône */
    height: 100%; /* prend toute la hauteur du carousel item */
    min-height: 350px; /* hauteur minimale */
}

/* Pour que le carousel sache qu'il doit prendre toute la hauteur */
.single-testimonial-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Centrer l'image de l'avis */
.client-avater {
    margin-bottom: 15px;
}

.client-avater img {
    max-width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

/* Meta et texte */
.client-meta {
    flex: 1 1 auto; /* prend l'espace restant pour que tout s'aligne */
}

.client-meta h3 {
    font-size: 20px;
    font-weight: 600;
}

.client-meta h3 span {
    display: block;
    font-size: 70%;
    margin-top: 5px;
    color: #051922;
    font-weight: 600;
    opacity: 0.5;
}

p.testimonial-body {
    font-size: 16px;
    font-style: italic;
    line-height: 1.8;
    color: #666;
    margin-top: 15px;
}

/* Icône de citation */
.last-icon {
    margin-top: 15px;
    font-size: 25px;
    opacity: 0.2;
}


/* -----------------------------------------------------------------------------

# About Styles

----------------------------------------------------------------------------- */
a.video-play-btn {
  position: absolute;
  background-color: #782f17;
  color: #051922;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 92px;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  z-index: 2;
  top: 50%;
  margin-top: -45px;
  -webkit-box-shadow: 0 0 20px #adadad;
  box-shadow: 0 0 20px #adadad;
  left: 50%;
  margin-left: -45px;
}

.abt-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.abt-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #051922;
  opacity: 0.3;
}

.abt-section .abt-text {
  padding: 50px;
  padding-left: 30px;
}

.abt-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.abt-text p.top-sub {
  opacity: 0.8;
  margin-bottom: 10px;
}

.abt-text p:last-child {
  margin-bottom: 0;
}

/* Responsive pour about section */
@media (max-width: 992px) {
    .abt-section .abt-bg {
        height: 300px; /* hauteur minimale pour que l'image soit visible */
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-size: cover; /* couvre toute la div */
        background-position: center;
    }

    .abt-section .abt-text {
        padding: 30px 20px;
    }

    .abt-text h2 {
        font-size: 28px;
    }

    .abt-text p {
        font-size: 14px;
    }

    a.boxed-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .abt-section .abt-bg {
        background-size: cover;
        background-position: center;
    }

    .abt-section .abt-text {
        padding: 20px 15px;
    }

    .abt-text h2 {
        font-size: 24px;
    }

    .abt-text p {
        font-size: 13px;
    }
}


/* -----------------------------------------------------------------------------

# Shop Banner Styles

----------------------------------------------------------------------------- */
.shop-banner-category {
    position: relative;
    background-image: url('../img/coeur2cible_hero_cat.jpg'); /* ton image de fond */
    background-size: cover;
    background-position: center;
    height: 220px; /* moins haut que l’ancienne */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop-banner-category::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* filtre léger */
    z-index: 1;
}

.shop-banner-category .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.shop-banner-category .sale-percent {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #782f17;
}

.shop-banner-category h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.shop-banner-category .cart-btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .35s ease;
}

.shop-banner-category .cart-btn:hover {
    background: #fff;
    color: #000;
}

/* Responsive pour le shop banner */
@media (max-width: 992px) {
    .shop-banner-category {
        height: 180px;
        background-position: center;
    }

    .shop-banner-category::before {
        background: rgba(0, 0, 0, 0.45); /* overlay plus opaque */
    }

    .shop-banner-category .banner-content {
        text-align: center; /* centre le texte */
    }

    .shop-banner-category .sale-percent {
        /* font-size: 18px; */
        color: #fff;
    }

    .shop-banner-category h3 {
        font-size: 28px;
        color: #fff;
    }

    .shop-banner-category .cart-btn {
        font-size: 13px;
        padding: 8px 20px;
    }
}

@media (max-width: 576px) {
    .shop-banner-category {
        height: 160px;
        background-position: center;
    }

    .shop-banner-category::before {
        background: rgba(0, 0, 0, 0.6); /* overlay encore plus sombre pour lisibilité */
    }

    .shop-banner-category .sale-percent {
        /* font-size: 16px; */
        color: #fff;
    }

    .shop-banner-category h3 {
        font-size: 22px;
        color: #fff;
    }

    .shop-banner-category .cart-btn {
        width: 90%;
        font-size: 12px;
        padding: 6px 15px;
    }
}



/* -----------------------------------------------------------------------------

# Stats  Styles

----------------------------------------------------------------------------- */

.stats-section {
  background: #f9f9f9;
}

.single-stat {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.single-stat:hover {
  transform: translateY(-5px);
}

.single-stat i {
  font-size: 40px;
  color: #782f17;
  margin-bottom: 15px;
}

.single-stat h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #051922;
}

.single-stat p {
  margin: 0;
  font-size: 15px;
  color: #777;
}


/* -----------------------------------------------------------------------------

# About Page Styles

----------------------------------------------------------------------------- */
.feature-bg {
  position: relative;
  margin: 150px 0;
}

.feature-bg:after {
  background-image: url(../img/feature-bg.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0 0 20px #cacaca;
  box-shadow: 0 0 20px #cacaca;
  border-bottom-left-radius: 5px;
}


.team-bg {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}

.single-team-item {
  position: relative;
}

.single-team-item h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.single-team-item h4 span {
  font-size: 70%;
  display: block;
  margin-top: 10px;
  opacity: 0.7;
}

ul.social-link-team {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

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

ul.social-link-team li a {
  color: #fff;
  background-color: #782f17;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 5px;
}

/* -----------------------------------------------------------------------------

# Contact Page Styles

----------------------------------------------------------------------------- */
.form-title {
  margin-bottom: 25px;
}

.form-title h2 {
  font-size: 25px;
}

.form-title p {
  font-size: 15px;
  line-height: 1.8;
}

.contact-form form p input[type=text], .contact-form form p input[type=tel], .contact-form form p input[type=email] {
  width: 49%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.contact-form form p textarea {
  border: 1px solid #ddd;
  padding: 15px;
  height: 200px;
  border-radius: 3px;
  width: 100%;
  resize: none;
}

.contact-form-wrap {
  background-color: #FBFBFB;
  padding: 45px 30px;
  border-radius: 5px;
}

.contact-form-box {
  padding-left: 40px;
  margin-bottom: 30px;
}

.contact-form-box h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.contact-form-box h4 i {
  position: absolute;
  left: -13%;
  color: #782f17;
  top: 2px;
}

.contact-form-box p {
  line-height: 1.8;
  opacity: 0.8;
}

.contact-form-wrap .contact-form-box:last-child {
  margin: 0;
}

.find-location p {
  color: #fff;
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  padding: 95px 0;
}

.find-location p i {
  margin-right: 10px;
  color: #782f17;
}

#form_status span {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #E74C3C;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 3px;
  margin-bottom: 18px;
}

#form_status span.loading {
  color: #333;
  background: #eee;
  border-radius: 3px;
  padding: 18px 0px;
}

#form_status span.notice {
  color: yellow;
}

#form_status .success {
  color: #fff;
  text-align: center;
  background: #2ecc71;
  border-radius: 3px;
  padding: 30px 0px;
}

#form_status .success i {
  color: #fff;
  font-size: 45px;
  margin-bottom: 14px;
}

#form_status .success h3 {
  color: #fff;
  margin-bottom: 10px;
}

/* Social box */
.social-box {
    text-align: center;
    margin-top: 30px;
}

/* Liste des icônes */
.contact-social-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* Bouton social */
.contact-social-links li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Couleurs réseaux */
.contact-social-links a.facebook { background: #1877f2; }
.contact-social-links a.instagram { background: #e4405f; }
.contact-social-links a.whatsapp { background: #25d366; }
.contact-social-links a.tiktok { background: #000; }

/* Hover */
.contact-social-links li a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}


/* -----------------------------------------------------------------------------

# Shop Page Styles

----------------------------------------------------------------------------- */
.product-filters {
  margin-bottom: 80px;
}

.product-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-filters ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin: 15px;
  border: 2px solid #051922;
  color: #323232;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 25px;
}

.product-filters ul li.active {
  border: 2px solid #782f17;
  background-color: #782f17;
  color: #fff;
}

.single-product-item {
  margin-bottom: 30px;
}

.product-image {
  padding: 30px;
  padding-bottom: 0;
}

.product-image img {
  /* width: 90%;
  border-radius: 5px; */
  margin-bottom: 20px;
}

.single-product-item h3 {
  /* font-size: 20px; */
  font-weight: 600;
  margin-bottom: 10px;
}

p.product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

p.product-price span {
  display: block;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
}

a.cart-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #782f17;
  color: #fff;
  padding: 10px 20px;
}

a.cart-btn i {
  margin-right: 5px;
}

.single-product-img img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.single-product-content h3 {
  font-size: 22px;
  font-weight: 600;
}

p.single-product-pricing span {
  font-size: 18px;
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-product-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.single-product-content p.single-product-pricing {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #051922;
  line-height: inherit;
}

input[type="number"] {
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  padding: 10px;
  /* width: 100px; */
  /* margin-bottom: 15px; */
}

.single-product-form a.cart-btn {
  margin-bottom: 15px;
}

.single-product-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}

ul.product-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.product-share li {
  display: inline-block;
}

ul.product-share li a {
  display: block;
  color: #051922;
  margin-right: 10px;
}

.single-product-content {
  margin-left: 30px;
}

table.cart-table {
  border: 1px solid #f9f9f9;
  width: 100%;
}

thead {
  border-bottom: 1px solid #eee;
}

tr.table-head-row th {
  border-right: 1px solid #efefef;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}

tr.table-head-row th:last-child {
  border-right: none;
}

.cart-table-wrap tbody tr td {
  text-align: center;
}

td.product-image img {
  max-width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.cart-table-wrap tbody tr td {
  border: 1px solid #efefef;
  padding: 20px 0;
  color: #051922;
}

/* Table cart responsive */
.cart-table input[type="number"] {
    max-width: 70px;
}

@media (max-width: 768px) {
    .cart-table th, 
    .cart-table td {
        font-size: 14px;
        padding: 8px 5px;
        white-space: nowrap; /* empêche le texte de casser */
    }

    .cart-buttons a {
        font-size: 14px;
        padding: 8px 12px;
        margin-left: 5px;
    }

    .total-section .total-table td {
        font-size: 14px;
    }
}


thead.cart-table-head tr {
  background-color: #efefef;
}

td.product-quantity input {
  margin-bottom: 0;
}

td.product-remove a {
  color: #d33;
}

.total-section table.total-table {
  border: 1px solid #efefef;
  width: 100%;
}

tr.table-total-row {
  background-color: #efefef;
}

tr.table-total-row th {
  font-weight: 500;
  font-size: 15px;
  padding: 15px;
}

table.total-table tbody tr.total-data td {
  border: 1px solid #efefef;
  padding: 19px 15px;
}

tr.total-data td strong {
  margin-right: 32px;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons a:first-child {
  margin-right: 20px;
}

.coupon-section {
  margin-top: 50px;
}

.coupon-section h3 {
  font-size: 20px;
  font-weight: 500;
}

.coupon-form-wrap form p input[type=text] {
  border: 1px solid #ddd;
  color: #051922;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
}

.card.single-accordion {
  margin-bottom: 15px;
  border-bottom: 1px solid #EFEFEF !important;
}

.card.single-accordion .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.card.single-accordion:last-child {
  margin-bottom: 0;
}

.card.single-accordion .card-header h5 button {
  color: #051922;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  border: none;
  background-color: #EFEFEF;
  position: relative;
  padding-left: 50px;
  font-weight: 600;
}

.card.single-accordion {
  border: 1px solid #F9F9F9;
}

.billing-address-form {
  padding: 20px;
}

.billing-address-form form p input {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
}

.billing-address-form form p textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 15px;
  height: 120px;
  resize: none;
}

.shipping-address-form p, .card-details p {
  margin: 0;
}

.card.single-accordion .card-header h5 button:before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 22px;
  margin-top: -11px;
  color: #782f17;
}

.billing-address-form form p:last-child {
  margin-bottom: 0;
}

table.order-details {
  border: 1px solid #efefef;
}

table.order-details thead tr th {
  background-color: #efefef;
  padding: 18px;
  font-size: 15px;
  font-weight: 500;
}

table.order-details tbody td {
  border: 1px solid #efefef;
  padding: 15px;
}

.order-details-wrap > a {
  margin-top: 30px;
}

.card.single-accordion {
  border: 1px solid #eeeeee;
}


/* ===============================
   PRODUCT ITEM
================================ */
.single-product-item {
  -webkit-box-shadow: 0 0 20px #e4e4e4;
  box-shadow: 0 0 20px #e4e4e4;
  padding-bottom: 50px;
  border-radius: 5px;
}
.single-product-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-image img {
    /* width: 100%; */
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.product-name {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.product-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    /* height: 40px;  */
    overflow: hidden;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #782f17;
    margin-bottom: 10px;
}

.product-rating {
    margin-bottom: 15px;
}

.product-rating .stars {
    color: #fbbf24; /* jaune étoiles */
    margin-right: 5px;
}

.product-rating .rating-text {
    font-size: 12px;
    color: #777;
}

.cart-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #782f17;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.cart-btn:hover {
    background: #875e43;
    color: #fff;
}

/* ===============================
   OWL NAVIGATION
================================ */
.owl-nav button {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 16px;
}

.owl-nav button:hover {
    background: #ffac0e;
    color: #000;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
}

/* -----------------------------------------------------------------------------

# 404 Page Styles

----------------------------------------------------------------------------- */
.error-text i {
  font-size: 90px;
  margin-bottom: 30px;
}

.error-text h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.error-text p {
  font-size: 15px;
  margin-bottom: 30px;
}

.full-height-section {
  height: 100%;
  display: table;
  width: 100%;
}

.full-height-tablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.partner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.partner-section .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3); /* léger filtre sombre */
    z-index: 1;
}

.bg-glass {
    position: relative;
    z-index: 2;
    background: linear-gradient(rgba(10, 15, 30, 0.85), rgba(20, 27, 80, 0.4));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.partner-section h3 {
    font-size: 2rem;
    font-weight: 700;
}

.partner-section p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.btn-partner {
    background-color: #782f17;
    color: #fff;
    padding: 0.7rem 1.8rem;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.3s ease;
}

.btn-partner i {
    font-size: 1rem;
}

.btn-partner:hover {
    background-color: #5f2315;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .bg-glass {
        padding: 3rem 2rem;
    }

    .partner-section h3 {
        font-size: 1.7rem;
    }

    .partner-section p {
        font-size: 1rem;
    }

    .btn-partner {
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .bg-glass {
        padding: 2rem 1rem;
    }

    .partner-section h3 {
        font-size: 1.5rem;
    }

    .partner-section p {
        font-size: 0.95rem;
    }

    .btn-partner {
        font-size: 0.85rem;
        padding: 0.5rem 1.2rem;
    }
}

/* ===============================
   ALT PRODUCT CARD – MODERN STYLE
================================ */

.alt-product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.alt-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* Image */
.alt-product-image {
    position: relative;
    overflow: hidden;
}

.alt-product-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform .5s ease;
}

.alt-product-card:hover img {
    transform: scale(1.08);
}

/* Bouton panier flottant */
.alt-add-cart {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #782f17;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(120,47,23,.4);
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease;
}

.alt-product-card:hover .alt-add-cart {
    opacity: 1;
    transform: translateY(0);
}

.alt-add-cart:hover {
    background: #5f2315;
    color: #fff;
}

/* Contenu */
.alt-product-body {
    padding: 22px;
    text-align: left;
}

.alt-product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.alt-product-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Footer */
.alt-product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alt-product-price {
    font-size: 22px;
    font-weight: 700;
    color: #782f17;
}

.alt-product-rating i {
    font-size: 14px;
    color: #f5b50a;
}

/* Responsive */
@media (max-width: 768px) {
    .alt-product-image img {
        height: 240px;
    }

    .alt-product-body {
        padding: 18px;
    }
}

.payment-card {
    border: 2px solid #e9ecef;
    border-radius: 14px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    /* height: 90px; */

    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-card img {
    max-height: 40px;
    max-width: 100px;
    object-fit: contain;
}

.payment-card:hover {
    border-color: #FFAC0E;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.payment-card.active {
    border-color: #FFAC0E;
    background: #fff7e6;
    box-shadow: 0 8px 18px rgba(255,172,14,0.25);
}



/* Boutons radio custom */
.form-check-label {
    padding: 10px 18px;
    border: 2px solid #ddd;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    background: #fff;
}

/* Hover */
.form-check-label:hover {
    border-color: #782f17;
    color: #782f17;
}

/* Sélection active */
input[type="radio"]:checked + .form-check-label {
    background: #782f17;
    color: #fff;
    border-color: #782f17;
    box-shadow: 0 5px 15px rgba(120, 47, 23, 0.3);
}


.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
}

.qty-btn {
    border: none;
    background: #f8f8f8;
    padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: #782f17;
    color: #fff;
}

.qty-input {
    width: 60px;
    text-align: center;
    border: none;
    font-weight: 600;
    font-size: 16px;
    outline: none;
}

/* Supprime flèches input number */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Wrapper image */
.img-wrapper {
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Image principale */
.main-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s ease, opacity 0.4s ease;
}

/* Flèches modernes */
.modern-arrow {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.3s ease;
}

.product-gallery-modern:hover .modern-arrow {
    opacity: 1;
}

.arrow-icon {
    font-size: 40px;
    color: #782f17;
}

/* Miniatures */
.thumbnail-wrapper {
    display: flex;
    justify-content: center;
}

.thumbnail-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.thumbnail-container::-webkit-scrollbar {
    display: none;
}

.thumb {
    width: 70px;
    /* height: 80px; */
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.thumb:hover {
    border: 2px solid #782f17;
    box-shadow: 0 6px 20px rgba(120,47,23,0.25);
}

/* Miniature active */
.active-thumb {
    border: 2px solid #782f17;
    box-shadow: 0 6px 20px rgba(120,47,23,0.25);
}

.faq-item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.faq-question {
    padding: 18px 20px;
    background: #dcdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h6 {
    margin: 0;
    font-weight: 600;
}

.toggle-icon {
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Réponse animée */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fff;
}

.faq-content {
    padding: 20px;
}

/* Etat actif */
.faq-item.active .faq-answer {
    max-height: 500px; /* Suffisant pour le contenu */
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    display: block !important;   /* Très important */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

