/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.hero {
  position: relative;
  width: 100%;
  height: 70vh; 
  overflow: visible; 
  margin-bottom: 39px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-imglogo {
  margin-top: -121px;
  width: 100%;
  height: 43%;
  display: block;
  
}

/* Conteneur des étapes */
.hero-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  top: -21%; 
  transform: translateY(50%); 
  align-items: stretch;
}

/* Chaque bloc étape */
.step {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px 20px 0px 0px;
  padding: 2rem 1.5rem;
  text-align: center;
  min-width: 220px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
 
  transform: translateY(-50%);
  
  height: 190px; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  flex: 1; 
  max-width: 250px;
}

.step-number {
  font-family: "Indie Flower", cursive;
  font-size: 2.5rem;
  color: #393e42;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.step-text {
  font-family: "Indie Flower", cursive;
  color: #393e42;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-steps {
    flex-direction: column;
    align-items: center;
    top: 0;
    transform: none;
  }
  .step {
    transform: none;
    margin-top: 20px;
  }
}
.titre{  
  animation: fadeSlideIn 1.5s ease forwards; /* animation */
  background: rgba(57, 62, 66, 0.9);
  padding: 30px;
  margin-top: -128px;
  width: 300px;
  height: 640px;
  align-content: center;
   position: absolute;
  top: 20%; 
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  
  
}
.hero-title2{
   font-weight: 700;
  font-size: 3rem;
  color: white;
}
.hero-title {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-size: 3rem;
  color: white;

}

/* Animation keyframes */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.2rem;
    top: 15%;
  }
}



/*Section Concept*/

strong {
    color: #c6b08b;
}



/* ==== SECTION CONCEPT ==== */
.section-concept {
  
  padding: 6rem 2rem;
  
  color: #393e42;
  text-align: center;
  overflow: hidden;
  position: relative;
}


.section-concept {
    background-image: url('https://www.videgrenierlaigle.fr/img/cms/bois.jpg');
    background-size: cover;       
    background-position: center;   
    background-repeat: no-repeat;  
    position: relative;
}

.section-concept::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.3); 
    pointer-events: none;
}









/* === Header === */
.concept-header {
  max-width: 800px;
  margin: 80px auto 20px auto;
}

.concept-title {
  font-family: "Indie Flower", cursive;
  text-align: center;
  display: block;
  margin: 0 auto 1rem;
  font-size: 3rem;
  color: #c6b08b;
  letter-spacing: 3px;
  position: relative;
}

.concept-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 1rem auto;
  background: linear-gradient(90deg, #393e42, #c6b08b, #393e42);
  border-radius: 2px;
}

.concept-subtitle {
  font-size: 1.5rem;
  color: #393e42;
  opacity: 0.85;
  line-height: 29px;
  text-align: center;
}

/* === Cards grid === */
.concept-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* === Card === */
.concept-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.concept-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  
  opacity: 0;
  transition: opacity 0.4s ease;
}

.concept-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(57, 62, 66, 0.2);
}

.concept-card:hover::before {
  opacity: 1;
}

/* === Highlight card === */
.concept-card.highlight {
  background: #fff;
  border: 1px solid #c6b08b50;
}

/* === Card titles === */
.concept-card h3 {
  color: #c6b08b;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
}

.concept-card p,
.concept-card li {
  font-size: 1rem;
  line-height: 1.6;
  color: #393e42;
}

/* === Steps list === */
.concept-steps {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.concept-steps li {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  position: relative;
}

.concept-steps li::before {
  content: "›";
  color: #c6b08b;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* === Button === */
.concept-btn {
  margin-top: 4rem;
  text-align: center;
}

/* === Animation on Scroll (fade in) === */
.concept-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.concept-card.visible {
  opacity: 1;
  transform: translateY(0);
}
/* === Grille des blocs === */
.concept-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* === Bloc large (3e) === */
.concept-card.wide {
  grid-column: 1 / 3; 
}

/* === Cartes === */
.concept-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.concept-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(57, 62, 66, 0.2);
}

/* === Responsive (mobile = tout en colonne) === */
@media (max-width: 900px) {
  .concept-grid {
    grid-template-columns: 1fr; 
  }

  .concept-card.wide {
    grid-column: auto;
  }
}


/* === Responsive === */
@media (max-width: 768px) {
  .concept-title {
    font-size: 2.2rem;
  }

  .concept-subtitle {
    font-size: 1.2rem;
  }

  .concept-card {
    text-align: center;
  }
}

.concept-card.wide.visible {
  margin-top: 20px;
  background: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-content {
    margin-top: 89px;
}

/* Container horizontal fixe */
.progress-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1600px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* Chaque étape */
.progress-step {
  position: relative;
  background: #fff;
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 15px;
  text-align: center;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  max-width: 300px;
}

/* Hover effet */
.progress-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

/* Numéro rond */
.step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #c6b08b;
  color: #393e42;
  font-family: "Indie Flower", cursive;
  font-weight: bold;
  font-size: 1.5rem;
  margin: -20px 10px 30px 0px;
  transition: transform 0.3s, background 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
}

/* Hover sur numéro */
.progress-step:hover .step-number {
  background: #393e42;
  color: #c6b08b;
  transform: scale(1.2);
}

/* Contenu étape */
.step-content h4 {
  font-family: "Indie Flower", cursive;
  color: #393e42;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.step-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

/* Flèches entre étapes */
.progress-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30%;
  transform: translateY(-50%);
  width: 30%;
  height: 4px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  z-index: 0;
  border-radius: 2px;
}

/* Icones au coin supérieur gauche */
.step-icon {
  position: absolute;
    top: -43px;
    left: 32%;
    width: 53%;
    height: 50%;
  z-index: 2;
  background: transparent;
  padding: 5px;
  }

/* Responsive mobile */
@media (max-width: 1024px) {
  .progress-container {
    flex-direction: column;
    align-items: center;
  }

  .progress-step:not(:last-child)::after {
    display: none;
  }

  .progress-step {
    flex: 1 1 100%;
    min-width: unset;
  }
}
/*section STANDS*/
.types-stands {
  
  color: #393e42;
  padding: 80px 20px;
  background: linear-gradient(180deg, #f9f7f3 0%, #f3e4c5 100%);
}

.section-title {
  text-align: center;
  font-size: 2.4rem;
  color: #393e42;
  margin-bottom: 60px;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  border-radius: 2px;
}

/* --- Layout --- */
.stands-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.stand-card {
  background: #fff;
  border-radius: 14px;
  max-width: 320px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(57, 62, 66, 0.15);
  transition: all 0.4s ease;
}

.stand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(57, 62, 66, 0.25);
}

/* --- Image --- */
.stand-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.stand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.stand-card:hover img {
  transform: scale(1.05);
}

/* --- Contenu --- */
.stand-content {
  padding: 25px;
}

.stand-content h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  position: relative;
}

.stand-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  border-radius: 2px;
}

.excerpt {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* --- Footer (bouton + image ronde) --- */
.stand-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-aigle.small {
  font-family: "Indie Flower", cursive;
  font-weight: 700;
  font-size: 1rem;
  color: #393e42;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
  padding: 6px 12px;
}

.btn-aigle.small::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.btn-aigle.small:hover {
  color: #c6b08b;
  transform: translateY(-2px);
}

.btn-aigle.small:hover::after {
  transform: scaleX(1);
}

/* --- Mini image ronde --- */
.stand-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stand-thumb img {
  width: 70%;
  height: auto;
}

/* --- Texte caché --- */
.details-text {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  transition: max-height 0.6s ease, padding 0.4s ease;
  padding: 0 10px;
}

.details-text.open {
  max-height: 500px;
  padding: 20px 10px 30px;
}

.details-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #393e42;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .stands-container {
    flex-direction: column;
    align-items: center;
  }
  .stand-card {
    width: 90%;
  }
}
/* --- Carte spéciale Espaces dédiés --- */
.stand-card.special {
  max-width: 1500px;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(57, 62, 66, 0.15);
  text-align: center;
  transition: all 0.4s ease;
}

.stand-card.special:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(57,62,66,0.25);
}

/* --- Titre avec mini image ronde --- */
.stand-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

/* --- Image ronde --- */
.stand-thumb-large {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stand-thumb-large img {
  width: 51%;
  height: auto;
  object-fit: contain;
}

/* --- Titre --- */
.stand-card.special h3 {
  font-size: 1.8rem;
  color: #393e42;
  position: relative;
}

.stand-card.special h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  border-radius: 2px;
}

/* --- Texte --- */
.stand-card.special .excerpt {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #393e42;
  margin-bottom: 20px;
}

.stand-card.special .details-text h4 {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #393e42;
}

.stand-card.special .details-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #393e42;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .stand-card.special {
    width: 90%;
    padding: 0px;
  }
  .stand-thumb-large {
    width: 80px;
    height: 80px;
  }
}
/* --- Section Tarifs avec fond image bois --- */
.tarifs-section {
  background: url("https://www.videgrenierlaigle.fr/img/cms/bois.jpg") center / cover no-repeat;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.tarifs-section::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.tarifs-card {
  width: 1500px;
  background: rgba(255,255,255,0.9); 
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(57, 62, 66, 0.15);
  padding: 40px;
  text-align: center;
  transition: all 0.4s ease;
}

.tarifs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(57,62,66,0.25);
}

/* Titre */
.tarifs-card h2 {
  font-size: 2rem;
  color: #393e42;
  margin-bottom: 40px;
  position: relative;
}

.tarifs-card h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  border-radius: 2px;
}

/* Blocs de tarifs */
.tarifs-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.tarif-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(57,62,66,0.1);
  padding: 20px 30px;
  min-width: 326px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarif-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(57,62,66,0.2);
}

.tarif-title {
  font-family: "Indie Flower", cursive;
  font-weight: 700;
  color: #393e42;
  margin-bottom: 10px;
  font-size: 30px;
}

.tarif-price {
  font-family: "Indie Flower", cursive;
  font-weight: 700;
  font-size: 35px;
  color: #c6b08b;
}

/* Grand signe + */
.tarif-plus {
  font-size: 2.5rem;
  font-weight: bold;
  color: #393e42;
}

/* Exemple & autres textes */
.tarif-example, .tarif-point {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #393e42;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .tarifs-card {
    width: 90%;
    padding: 25px;
  }
  .tarifs-blocks {
    flex-direction: column;
  }
  .tarif-plus {
    font-size: 2rem;
    margin: 10px 0;
  }
}

/* --- FAQ Section --- */
.faq-section {

  display: flex;
  justify-content: center;
}

.faq-card {
  width: 800px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(57,62,66,0.15);
  padding: 40px;
  
  color: #393e42;
}

.faq-card h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.faq-card h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  border-radius: 2px;
}

/* Group Titles */
.faq-group h3 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

/* Questions / Réponses */
.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #f9f9f9;
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f0e5c0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 20px;
  border-left: 3px solid #c6b08b;
  margin-top: 5px;
}

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

/* Listes à l’intérieur des réponses */
.faq-answer ul {
  padding-left: 20px;
  margin: 0;
}

.faq-answer li {
  margin-bottom: 8px;
}
/* --- Informations Pratiques avec pictogrammes --- */
.info-pratiques {

  text-align: center;
  font-family: 'Indie Flower', cursive;
  color: #393e42;
}

.info-pratiques h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  position: relative;
}

.info-pratiques h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #393e42 0%, #c6b08b 50%, #393e42 100%);
  border-radius: 2px;
}

.info-cards {
	width: 100%;
  padding: 20px;
  background: #393e42;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.info-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(57,62,66,0.15);
  padding: 30px 20px;
  width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(57,62,66,0.2);
}
.reseaux {
  max-width: 1700px;
  display: flex;             
  gap: 10px;                  
  align-items: center;       
  justify-content: center;  
  margin: 20px;  
}

.info-icon2 img {
 
  cursor: pointer;           
  transition: transform 0.2s; 
  width: 40px;                
  height: 40px;               
  object-fit: contain; 
}

.info-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(57,62,66,0.1);
  transition: transform 0.3s ease;
}


.info-icon img {
  width: 40px;
  height: 40px;
}

.info-card:hover .info-icon {
  transform: scale(1.1);
}

.info-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 1rem;
  line-height: 1.5;
}
#concept::before {
  content: "";
  display: block;
  height: 100px; 
  margin-top: -100px;
}

#tarif {
  scroll-margin-top: 100px;
}
#faq {
  scroll-margin-top: 100px;
}
#contact #content-wrapper {
  padding: 0;
}
#contact .card-block {
  padding: 0;
}

#header .header-nav #menu-icon .material-icons {
  color: #fff;
}
.col-md-6.links .row {
  margin: 0;
}
/*.col-md-6.links .col-md-3.wrapper {
  float: right;
  flex-direction: column;
  display: flex;
}
.links .collapse {
  display: block;
}*/

/*Responisve*/
@media (max-width: 1723px) {
  .progress-container {
    gap: 64px;
  }
}

@media (max-width: 1500px) {
  .hero {
    height: auto;
  }
  .titre {
    margin-top: -177px;
    height: 713px;
  }
  .hero-img {
    height: 678px;
  }
  .hero-steps {
    margin-top: -160px;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: auto;
  }
  .titre {
    margin-top: -326px;
    height: 681px;
  }
  .hero-img {
    height: 678px;
  }
  .section-concept {
    background: none;
  }
  .hero-steps {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #mobile_top_menu_wrapper {
    background: transparent;
  }
  #header .header-top {
    padding: 0;
  }
  #header .header-top>.container>.row:first-of-type {
    margin: 0;
  }
  .hero-imglogo {
    margin-top: 0px;
  }
  .hero-img {
    height: 415px;
  }
  .titre {
    margin-top: -5px;
    height: auto;
    top: 0;
  }
  .faq-group h3 {
    text-align: center;
  }
  .concept-header {
    margin: 80px auto 20px auto;
  }
  .action-deposant p {
    text-align: left;
  }
  .row {
    margin: 0px;
  }
  .tarifs-section {
    background: linear-gradient(180deg, #f9f7f3 0%, #f3e4c5 100%);
  }
}
@media (max-width: 425px) {
  .tarif-block {
    min-width: 200px;
  }
  #header .header-nav {
    padding: 0;
  }
}
@media (max-width: 359px) {
  .step-icon {
    height: 30%;
  }
  .step-content {
    margin-top: 35px;
  }
}


.info-cards {
  width: 100%;
  padding: 20px;
  background: #393e42;

  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centre les lignes */
  align-items: stretch; /* toutes les cartes ont la même hauteur dans chaque ligne */
  gap: 25px;
  box-sizing: border-box;
}

.info-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(57, 62, 66, 0.15);
  padding: 30px 20px;

  width: 220px; /* largeur fixe */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* espace équilibré à l'intérieur */

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ✅ forcer toutes les cartes à avoir la même hauteur */
.info-cards .info-card {
  flex: 0 1 220px; /* largeur fixe mais hauteur flexible */
  min-height: 260px; /* garde une taille uniforme */
}

.info-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(57, 62, 66, 0.1);
  transition: transform 0.3s ease;
}

.info-card h3,
.info-card p {
  text-align: center;
  margin: 5px 0;
}

/* 📱 responsive : s’adapte sur mobile */
@media (max-width: 700px) {
  .info-cards {
    flex-direction: column;
    align-items: center;
  }

  .info-card {
    width: 90%;
    max-width: 320px;
  }
}