
.logo {
  max-width: 100%!important;
}
li#cms-page-6 a {
    color: #f1b666!important;
 }

 
 li#cms-page-7 a {
    color: #3b9677!important;
 }
 
li#lnk-nos-produits a {
    color: #e06367!important;
 } 
li#lnk-reservez-votre-stand a {
    color: #198195!important;
 } 
 
li#lnk-espace-deposant a {
    color: #78c6b9!important;
 } 
li#lnk-contactez-nous a {
    color: #f1b666!important;
 }
 
#wrapper {
  padding-top: 0;
}
#index #header .header-top {
    /*background: linear-gradient(  to bottom,  rgba(0, 0, 0, 0.9) 0%,  rgba(0, 0, 0, 0.7) 30%,  rgba(0, 0, 0, 0.5) 60%,  rgba(0, 0, 0, 0.4) 70% ,rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);*/
    padding: 4px;
}
#index #header {
    box-shadow: none;
    background: transparent;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    display: none;
}
.carousel .carousel-inner {
    height: 100%;
}
.carousel .carousel-item img {
    max-width: 100%;
    width: 100vw;
    height: auto;
    display: block;
    object-fit: cover;
}
#header .header-top.fixed, #index #header .header-top.fixed {
    position: fixed;
    top: 0;
    /*background-color: #78c6b9;*/
    width: 100%;
}
#index #header .header-top a[data-depth="0"] {
    color: #231b6e;
}
#index #header .header-top.fixed a[data-depth="0"] {
    /*color: white;*/
    text-transform: uppercase;
}
#index #header .header-top>.container>.row:first-of-type {
    justify-content: space-between;
}
.header-top.fixed .container {
    padding-right: 0;
    padding-left: 0;
}
.bloc-descrip-gauche2 p:nth-of-type(2), .bloc-descrip-gauche2 p:nth-of-type(4), .bloc-descrip-gauche2 p:nth-of-type(6), .bloc-descrip-gauche2 p:nth-of-type(7), .bloc-descrip-gauche2 p:nth-of-type(9) { 
    text-indent: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
  color: #3b9677;
}
.block-categories {
  display: none;
}
button.btn-unstyle.select-title {
  display: none;
}
#products .up .btn-secondary, #products .up .btn-tertiary {
  color: #fff;
}

/*responsive*/
@media(min-width: 1200px) {
    #index #wrapper .container {
        padding: 0;
    }
    #wrapper .container {
        width: 100%;
    }
    .header-top .container {
        width: 100%;
    }
    .header-nav .container {
        width: 100%;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media(min-width: 768px) {
  .header-top .container .row .col-md-2 {
    width: 100px;
  }
  .header-top-right.col-md-10.col-sm-12.position-static {
    display: flex;
    justify-content: center;
  }
}
@media(min-width: 576px) {
    #wrapper .container {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .bloc-description {
        flex-direction: column;
    }
    .bloc-descrip-droite, .bloc-descrip-droite2 {
        width: 100%;
    }
    .bloc-descrip-gauche, .bloc-descrip-gauche2 {
        width: 100%;
    }
    .bloc-descrip-gauche p, .bloc-descrip-gauche2 p {
        max-width: 100%;
    }
    .image-droit {
        padding: 20px 0 20px 0;
    }
  .header-nav {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .bloc-descrip-gauche p, .bloc-descrip-gauche2 p {
    max-width: 100%;
    text-indent: 0;
    padding: 0;
  }
  .bloc-descrip-gauche p:nth-of-type(2), .bloc-descrip-gauche p:nth-of-type(3), .bloc-descrip-gauche p:nth-of-type(4), .bloc-descrip-gauche p:nth-of-type(5){
    margin-left: 0;
  }
  .bloc-descrip-gauche2 p:nth-of-type(4), .bloc-descrip-gauche2 p:nth-of-type(6), .bloc-descrip-gauche2 p:nth-of-type(9) {
    margin-right: 0;
  }
}
h2.h2.products-section-title.text-uppercase {
    font-family: 'Brush Script MT', cursive;
    font-size: 45px;
	color: #231b6e;
	text-transform: none!important;
}

/*custom*/
.tarif-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 1200px;
  padding: 30px;

  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #fff9f2;
  align-items: center;
  justify-content: space-around;
}


.tarif-image img {
  width: 350px;
  height: 730px!important;
  object-fit: cover;
  border-radius: 40px; 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.tarif-container {
  
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 400px;
  font-family: 'Arial', sans-serif;
  color: #251d67;
  flex: 1;
}

.tarif-title {
	color: #231b6e!important;
  margin-bottom: 20px;
  font-family: 'Brush Script MT', cursive!important;
  font-size: 38px!important;
  text-align: center;
  text-transform: none !important;
  text-shadow: -2px -2px 0 #fce5c6, 2px -2px 0 #fce5c6, -2px 2px 0 #fce5c6, 2px 2px 0 #fce5c6, 0 -2px 0 #fce5c6, -2px 0 0 #fce5c6, 2px 0 0 #fce5c6, 0 2px 0 #fce5c6;
}
.tarif-title2 {
	color: #231b6e!important;
  margin-bottom: 20px;
  font-family: 'Brush Script MT', cursive!important;
  font-size: 38px!important;
  text-align: center;
  text-transform: none !important;
  }

.tarif-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tarif-row {
  display: flex;
  justify-content: space-between;
  
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #78c6b9;
  transition: background 0.3s ease;
}

.tarif-row:hover {
  background: #fff3dd;
}
#custom-text {
    background: transparent!important;
  }
  
  

.tarif-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.tarif-card {
  background: #fce5c6;
 
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
}

.tarif-card p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #251d67;
}

.tarif-card strong {
  font-size: 24px;
  color: #e06367;
}


  
/* Bannière */
.stand-banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}

/* Description */
.stand-description {
  font-family: Arial, sans-serif;
  color: #251d67;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 20px;
  
}

.stand-description ul {
  padding-left: 20px;
  margin: 10px 0;
}

.stand-description li {
  margin-bottom: 10px;
}

/* Carousel */
.stand-carousel {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background: #78c6b9;
}

.stand-slides {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 20px;
  justify-content: space-between;
}

.stand-icon {
  font-size: 60px;
  color: #e06367;
  margin-bottom: 15px;
}
.stand-card h3.rouge {
  font-size: 20px;
  color: #e06367;
  margin-bottom: 10px;
  line-height: 2;
}
.stand-card h3.vert {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2;
  color: #3b9677;
}
.stand-card h3.jaune {
  font-size: 20px;
  color: #f1b666;
  margin-bottom: 10px;
  line-height: 2;
}
.p-rougeT {
  font-size: 15px!important;
  color: #e06367!important;
    line-height: 2;
	text-align: left;
}
.p-vertT {
  font-size: 15px!important;
  color: #3b9677!important;
    line-height: 2;
	text-align: left;
}
.p-jauneT {
  font-size: 15px!important;
  color: #f1b666!important;
    line-height: 2;
	text-align: left;
}
.etoile {
  font-size: 40px;
  line-height: 0; 
  transform: translateY(2px);
  flex-shrink: 0; 
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 69px;
}
.etoile-p {
  line-height: 0; 
  transform: translateY(2px);
  flex-shrink: 0; 
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.stand-card p {
  font-size: 16px;
  color: #251d67;
  margin: 5px 0;
}

.stand-detail {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-top: 10px;
}

/* Flèches : visibles seulement en responsive */
.carousel-btn {
  display: none; 
}

@media (max-width: 768px) {
  .carousel-btn {
    display: block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #78c6b9;
    color: white;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
  }

  .carousel-btn:hover {
    background: #3b9677;
  }

  .carousel-btn.prev {
    left: 10px;
  }

  .carousel-btn.next {
    right: 10px;
  }
}
.tarif-image-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  margin: auto;
  position: relative;
}

.tarif-slides {
  display: flex;
  width: 100%;
  animation: slideImages 30s infinite;
}

.tarif-slides img {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
@keyframes slideImages {
  0%   { transform: translateX(0%); }
  33%  { transform: translateX(-100%); }
  66%  { transform: translateX(-200%); }
  100% { transform: translateX(0%); }
}


#custom-text img {
    max-width: 600px;
}
/*hover menu*/

.top-menu .dropdown-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.top-menu .dropdown-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    #3b9677,
    #78c6b9,
    #e06367,
    #e98d74,
    #f1b666
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.top-menu .dropdown-item:hover::after {
  transform: scaleX(1);
}
.p-section-web {
  font-size: 20px;
  line-height: 1.6;
  color: #251d67;
  background: #fce5c6;
  padding: 20px 30px;
  border-left: 6px solid #78c6b9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  max-width: 900px;
  margin: 30px auto;
}

.p-section-web a.hlbroc-link {
  color: #3b9677;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.p-section-web a.hlbroc-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #3b9677, #78c6b9, #e06367, #e98d74, #f1b666);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.p-section-web a.hlbroc-link:hover::after {
  transform: scaleX(1);
}

.product-flags li.product-flag {
    background: #78c6b9!important;
    border-radius: 0px 20px 20px 0px;
}


a.all-product-link.float-xs-left.float-md-right.h4 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
  color: #251d67;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  position: relative;
  transition: color 0.3s ease;
}

/* Changement de couleur du texte au survol */
a.all-product-link.float-xs-left.float-md-right.h4:hover {
  color: #3b9677;
}

/* Barre de soulignement animée */
a.all-product-link.float-xs-left.float-md-right.h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* Ajuste si besoin selon ta ligne de base */
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #3b9677, #78c6b9, #e06367, #e98d74, #f1b666);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Activation du soulignement au hover */
a.all-product-link.float-xs-left.float-md-right.h4:hover::after {
  transform: scaleX(1);
}
section.featured-products.clearfix.mt-3 {
    padding: 1px;
    background: #fff9f2;
}
/*PAGE concept*/
.concept-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 30px;
  background: linear-gradient(180deg, #fff9f2 0%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  font-family: 'Arial', sans-serif;
  color: #251d67;
  line-height: 1.75;
}

.concept-title {
  font-size: 36px;
  color: #3b9677;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.concept-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #3b9677, #78c6b9);
  margin: 12px auto 0;
  border-radius: 2px;
}

.concept-intro {
  line-height: 1.8rem;
  font-size: 18px;
  background: #fce5c6;
  padding: 20px 25px;
  border-left: 6px solid #e06367;
  border-radius: 10px;
  margin-bottom: 40px;
}

.concept-step {
  font-size: 24px;
  color: #e06367;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.concept-step-block {
  background: #f9f9ff;
  border: 1px solid #e3e6f0;
  padding: 25px 30px;
  border-radius: 14px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease;
}
.concept-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.concept-image img {
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  margin: 0 50px 0px 0px;
}

@media (max-width: 768px) {
  .concept-content {
    flex-direction: column;
    text-align: center;
  }

  .concept-image img {
    max-width: 200px;
    margin-top: 15px;
	margin: 0 0px 0px 0px;
  }
}

.concept-step-block1 {
  background: #fce5c6;
    margin-bottom: 40px;
   
    padding: 25px 30px;
    border-left: 6px solid #3b9677;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    line-height: 1.6;
}
.concept-step-block1 ul {
  padding-left: 20px;
  list-style: none;
}

.concept-step-block1 ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.concept-step-block1 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #78c6b9;
  font-size: 20px;
  line-height: 1;
}

.concept-step-block:hover {
  box-shadow: 0 8px 20px rgba(37, 29, 103, 0.1);
}

.concept-step-block h4 {
  font-size: 20px;
  color: #3b9677;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}

.concept-step-block h4::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #78c6b9;
  font-size: 18px;
}

.concept-step-block h5 {
  font-size: 17px;
  color: #251d67;
  margin: 20px 0 10px;
}

.concept-step-block ul {
  padding-left: 20px;
  list-style: none;
}

.concept-step-block ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.concept-step-block ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #78c6b9;
  font-size: 20px;
  line-height: 1;
}

strong {
  /*color: #e06367;*/
  font-weight: bold;
}
#header, #header .header-top {
    /*background-color: transparent!important;*/
	 background: #fff9f2;
   /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);*/
}
.block-category.card.card-block {
    display: none;
}
div#subcategories {
    display: none;
}

/*page tarifs*/
.tarifs-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #fff9f2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  font-family: 'Arial', sans-serif;
  color: #251d67;
  line-height: 1.7;
}



.titre-h1 .etoile-rose {
  margin-right: 10px;
}

.tarif-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}



.tarif-card p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #251d67;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.tarif-card strong {
  font-size: 24px;
  color: #e06367;
}

.info-block {
  background: #fce5c6;
  padding: 20px;
  border-radius: 10px;
  border-left: 6px solid #e06367;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}

/* Remplace .tarif-section-block par ta classe .concept-step-block */
.concept-step-block {
  margin-bottom: 40px;
  background: #fff;
  padding: 25px 30px;
  border-left: 6px solid #3b9677;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  line-height: 1.6;
}

/* Remplace .tarif-section-block h3 par h3 ou h4 dans .concept-step-block */
.concept-step-block h3,
.concept-step-block h4 {
  font-size: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e06367;
}

/* Liste dans tes blocs de section */
.concept-step-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-step-block ul li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}



.note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}

#header .header-top a[data-depth="0"] {
    color: #231b6e;
}
/*Page mon compte*/
.account-section {
  background: #fff9f2;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
  color: #251d67;
}

.account-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.account-block {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  transition: all 0.3s ease;
}

.account-block h2 {
  font-size: 28px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sub-block-rouge {
  margin-bottom: 30px;
padding: 0px 10px 0px 0px;
  background: #fff9f2;
  border-left: 6px solid #e06367;
  border-radius: 12px;
  margin: 20px;
}

.sub-block {
  margin-bottom: 30px;
padding: 0px 10px 0px 0px;
  background: #fff9f2;
  border-left: 6px solid #78c6b9;
  border-radius: 12px;
  margin: 20px;
}

.sub-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #3b9677;
  color: #fff;
}

.btn-primary:hover {
  background: #2f7b61;
}

.btn-secondary {
  background: #78c6b9;
  color: #fff;
}

.btn-secondary:hover {
  background: #5eb5a3;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .account-block {
    padding: 25px 20px;
  }
  .account-block h2 {
    font-size: 22px;
  }
  .sub-block h3 {
    font-size: 18px;
  }
}
.infochineur {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
a#contract-link {
    display: none;
}
span.link-item {
    display: none;
}
a.link-titre {
  color: #3b9677;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}


a.link-titre::after {
  content: "";
  position: absolute;
  left: 52px;
  bottom: -3px;
  height: 3px;
  width: 80%;
  background: linear-gradient(to right, #3b9677, #78c6b9, #e06367, #e98d74, #f1b666);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a.link-titre:hover {
  color: #2f7b61;
}

a.link-titre:hover::after {
  transform: scaleX(1);
}
a.link-titrejaune {
  color: #f1b666;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
a.link-titrejaune::after {
  content: "";
  position: absolute;
  left: 52px;
  bottom: -3px;
  height: 3px;
  width: 80%;
  background: linear-gradient(to right, #3b9677, #78c6b9, #e06367, #e98d74, #f1b666);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a.link-titrejaune:hover {
  color: #2f7b61; 
}

a.link-titrejaune:hover::after {
  transform: scaleX(1);
}
a.link-titrerouge {
  color: #e06367;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
a.link-titrerouge::after {
  content: "";
  position: absolute;
  left: 52px;
  bottom: -3px;
  height: 3px;
  width: 80%;
  background: linear-gradient(to right, #3b9677, #78c6b9, #e06367, #e98d74, #f1b666);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a.link-titrerouge:hover {
  color: #2f7b61; /* légère variation au hover */
}

a.link-titrejaune:hover::after {
  transform: scaleX(1);
}
/*page contact*/
.Pcontact-section {
  background: #fff9f2;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
  color: #251d67;
}

.Pcontact-container {
  max-width: 1500px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}

.Pcontact-title {
  text-align: center;
  font-size: 32px;
  color: #3b9677;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Pcontact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.Pcontact-block {
  background: #fff9f2;
  padding: 25px 20px;
  border-left: 6px solid #78c6b9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.Pcontact-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.Pcontact-block p {
  line-height: 1.6;
  font-size: 16px;
}

.Pcontact-link {
  color: #3b9677;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  transition: color 0.3s ease;
}

.Pcontact-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #3b9677, #78c6b9, #e06367, #e98d74, #f1b666);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.Pcontact-link:hover {
  color: #2f7b61;
}

.Pcontact-link:hover::after {
  transform: scaleX(1);
}

.Pcontact-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Pcontact-hours li {
  margin-bottom: 6px;
}


/* Responsive */
@media (max-width: 768px) {
  .Pcontact-title {
    font-size: 26px;
  }
  .Pcontact-block {
    padding: 20px;
  }
  #mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff;
    margin-top: 45px;
  }
  section#content {
    padding-top: 13px;
  }
  section#main {
    padding-top: 40px;
  }
  .account-block {
    padding: 0;
  }
}
.btn-primary:hover {
    background: #2f7b61;
    color: white !important;
}



.header-top-right.col-md-10.col-sm-12.position-static {
  padding: 0;
}
#header .header-top .menu {
  padding-left: 0;
}
#search_widget {
  padding-top: 4px;
}
#mobile_top_menu_wrapper {
  margin-top: 45px;
}
@media (max-width: 922px) {
  #chineur {
    flex-direction: column;
  }
  .sub-block-rouge-block {
    flex: 1 1 420px;
  }
}
@media (max-width: 767px) {
  a.all-product-link.float-xs-left.float-md-right.h4 {
    text-align: center;
    width: 100%;
  }
  .page-content.page-cms {
    text-align: left;
  }
  #search_filters_wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 645px) {
  .infochineur {
    justify-content: center;
  }
  .sub-block {
    flex: 1 1 270px;
  }
}
@media (max-width: 525px) {
  .tarif-image img {
    height: 530px !important;
  }
}
@media (max-width: 374px) {
  a.link-titre {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .btn-star .star {
    display: none;
  }
  .btn-star .btn-text {
    margin-left: 0;
    border-radius: 20px;
  }
  .btn-container {
    text-align: center!important;
  }
  #sliderWrapper {
    height: 400px;
  }
  .concept-step-block .btn-text {
    text-align: center;
  }
}
@media (max-width: 352px) {
  .btn-star .btn-text {
    margin-left: 0px;
  }
  .tarif-section {
    padding: 10px;
  }
}



/*test carrousel */
.stand-carousel {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background: #78c6b9;
}

/* ===== SLIDES ===== */
.stand-slides {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  transition: none;
}

/* ===== CARTES ===== */
.stand-card {
  flex: 1 1 0;
  background: #fce5c6;
  border: 1px solid #78c6b9;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  scroll-snap-align: center;
  box-sizing: border-box;
  max-width: 500px;
}

@media (max-width: 800px) {
  .stand-slides {
    overflow-x: hidden;
  }

  .stand-card {
    flex: 0 0 100%;
  }
}

/* ===== TITRES ===== */
.stand-card h3.rouge,
.stand-card h3.vert,
.stand-card h3.jaune {
  font-size: clamp(16px, 1.6vw, 20px);
  margin-bottom: 10px;
  line-height: 1.8;
}

.stand-card h3.rouge { color: #e06367; }
.stand-card h3.vert { color: #3b9677; }
.stand-card h3.jaune { color: #f1b666; }

.etoile {
  font-size: clamp(40px, 4vw, 69px);
  line-height: 0;
  transform: translateY(2px);
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.stand-card p {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #251d67;
  margin: 5px 0;
}

.stand-detail {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #666;
  font-style: italic;
  margin-top: 10px;
}

/* ===== FLÈCHES ===== */
.carousel-btn {
  display: none;
}

@media (max-width: 800px) {
  .carousel-btn {
    display: block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #78c6b9;
    color: white;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
  }

  .carousel-btn:hover {
    background: #3b9677;
  }

  .carousel-btn.prev { left: 10px; }
  .carousel-btn.next { right: 10px; }
    .stand-card {
      max-width: none;
  }
}

@media (min-width: 801px) {
  .stand-slides {
    overflow: visible;
    flex-wrap: nowrap;
  }
}
#next {
  background: #78c6b9!important;
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #005f5b;
  color: #fff;
  font-size: 20px;
  display: flex;                /* ✅ remplace line-height par flexbox */
  align-items: center;          /* ✅ centre verticalement */
  justify-content: center;      /* ✅ centre horizontalement */
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: grab;
  z-index: 3;
  user-select: none;            /* ✅ évite la sélection du texte au drag */
}

.slider-handle {
  font-family: "Arial Unicode MS", "Segoe UI Symbol", sans-serif !important;
  -webkit-text-fill-color: white;
}

.product-flags li.product-flag.livraison {
  background: #96154A!important;
  border-radius: 0px 20px 20px 0px;
}
#cart .current-price {
  display: none;
}
#cart .cart-grid.row {
  padding-top: 10px;
}