/**
* 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.
*/
@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');

.concept {
  background-color: #2c2666;
  color: #e87f69;
  font-family: 'Chewy', system-ui, sans-serif;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}

.concept h1 {
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #e87f69;
  text-align: center;
  letter-spacing: 1.5px;
}

.steps {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  flex-wrap: wrap;
}

.step {
  flex: 1 1 20%;
  background-color: #f5f0ec;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  color: #2c2666;
  font-family: system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.step:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.step-number {
  font-size: 3rem;
  font-weight: 700;
  color: #e87f69;
  margin-bottom: 15px;
  font-family: 'Chewy', system-ui, sans-serif;
}

  .cestquoi {
    background-color: #f8eee5;
    /*border: 1px solid #eb7e67;*/
    padding: 2rem;
    border-radius: 12px;
    max-width: 700px;
    margin: -109px auto 0px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Open Sans', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .cestquoi:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
.cestquoi strong {
  color:#ec7d6a;
  font-weight: 500;
}
  .cestquoi h2 {
    margin-top: 0;
    text-align:center;
    font-family: 'Chewy', system-ui, sans-serif;
    font-size: 1.8rem;
    color: #2c2666;
    margin-bottom: 1rem;
    letter-spacing: 1.5px;
  }

  .cestquoi p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
  }
.positionbtn{
  margin-top:20px;
  text-align: right; 
}








.lienjules {
  outline: none;
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Ligne décorative sous le texte (désactivée par défaut) */
.lienjules::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(44, 38, 102, 0.2), rgba(235, 130, 101, 0.2));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease, background 0.4s ease;
}

/* Effet hover : soulignement animé */
.lienjules:hover {
  color: #2c2666;
  transform: translateY(-1px);
}

.lienjules:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  background: linear-gradient(90deg, #eb8265 0%, #f6efe5 100%);
}


/*en savoir plus*/

.cestquoi {
  max-width: 800px;
 
  text-align: center;
  color: #2c2666;
  font-family: 'Chewy', system-ui;
}

.cestquoi h2 {
  font-size: 2.2rem;
  color: #2c2666;
  margin-bottom: 20px;
}

.cestquoi p {
  font-size: 18px;
  line-height: 1.6;
}

/* Bouton/lien stylé */
.lienjules {
  position: relative;
  display: inline-block;
  color: #eb8265;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s ease;
}

.lienjules::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(235,130,101,0.3), rgba(44,38,102,0.3));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease, background 0.4s ease;
}

.lienjules:hover {
  color: #2c2666;
}

.lienjules:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  background: linear-gradient(90deg, #eb8265, #f6efe5);
}

/* Texte caché */
.texte-cache {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  text-align: left;
  margin-top: 30px;
  background: #fff;
  padding: 0 25px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(44, 38, 102, 0.1);
}

/* Texte visible */
.texte-cache.active {
  max-height: 1000px;
  opacity: 1;
  padding: 30px 25px;
}

.texte-cache h3 {
  color: #eb8265;
  margin-bottom: 15px;
}

.texte-cache p {
  color: #2c2666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}


button:focus {
  outline: none;
}
#tarif {
  scroll-margin-top: 80px; /* Ajuste la valeur selon la hauteur de ton header fixe */
}

#step3 {
  position: relative;
  display: inline-block;
  color: #eb8265;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s ease;
}


/*Responsive*/
@media (max-width: 768px) {
  #tarif {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .positionbtn {
    text-align: center;
  }
  p.etiquetteA {
    text-align: center;
    align-self: center;
  }
}
@media (max-width: 411px) {
  .steps {
    flex-direction: column;
  }
  .step:hover {
    transform: none;
  }
  .section-stands h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 320px) {
  .tarifs-box {
    padding: 22px 5px;
  }
}
