/**
* 2007-2026 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-2026 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.
*/
/*Types de Stands*/
/*---------------------------------------------------*/


.typestand-container {
  max-width: 1200px;
  margin: 0 auto;
 

  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.typestand-item {
  flex: 1;
  text-align: center;
}

.typestand-item img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.8rem;
  display: block;
}

.typestand-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #1f1f1f;
}

.typestand-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

/* Responsive */
@media (max-width: 900px) {
  .typestand-container {
    flex-direction: column;
    gap: 4rem;
  }

  .typestand-item img {
    max-width: 240px;
  }
}
/* =========================
   SECTION TYPE DE STAND
========================= */

.typestand {
  position: relative;
 
  
  overflow: hidden;
}

/* grandes formes dynamiques */
.typestand::before,
.typestand::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.75;
  z-index: 0;
}

.typestand::before {
  width: 420px;
  height: 420px;
  
  top: -120px;
  left: -120px;
}

.typestand::after {
  width: 520px;
  height: 520px;

  bottom: -180px;
  right: -180px;
}

/* =========================
   CARTE – VRAI PRODUIT
========================= */
.typestand-item {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 5rem 2.5rem 3.5rem;
  box-shadow:
    0 40px 90px rgba(0,0,0,0.25);
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1),
              box-shadow 0.6s cubic-bezier(.2,.8,.2,1);
  z-index: 1;
  overflow: visible;
}

/* cadre or derrière image */
.typestand-item::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  border-radius: 28px;
  
  z-index: 0;
}

/* =========================
   IMAGE – IMPACT MAX
========================= */
.typestand-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  margin: -90px auto 2.5rem;
  display: block;

  filter:
    drop-shadow(0 45px 45px rgba(0,0,0,0.35));
  transform: scale(1.05);
  animation: standPulse 5.5s ease-in-out infinite;
}

/* animation continue punchy */
@keyframes standPulse {
  0%   { transform: scale(1.05) translateY(0); }
  50%  { transform: scale(1.1) translateY(-18px); }
  100% { transform: scale(1.05) translateY(0); }
}

/* décalage animation */
.typestand-item:nth-child(2) img { animation-delay: 1.5s; }
.typestand-item:nth-child(3) img { animation-delay: 3s; }

/* hover */
.typestand-item:hover {
  transform: translateY(-22px);
  box-shadow: 0 65px 120px rgba(0,0,0,0.35);
}

.typestand-item:hover img {
  transform: scale(1.15) translateY(-26px);
}

/* =========================
   TEXTE – CONTRASTE
========================= */
.typestand-item p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #111;
  position: relative;
  z-index: 1;
}

.typestand-item strong {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

/* underline large */
.typestand-item strong::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #e2bc1d;
  margin: 1rem auto 1.2rem;
  border-radius: 999px;
}
.concept-accent.start2 {
    top: -25px;
    left: calc(15% - 10px);
}
.concept-accent.end {
    bottom: -21px;
    right: calc(17% - 50px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px) {
  .typestand {
    padding: 5rem 0;
  }

  .typestand-item {
    padding: 4rem 2rem 3rem;
  }

  .typestand-item img {
    max-width: 300px;
    margin-top: -60px;
  }
}


/* =========================
  BANNER
========================= */

/* =========================
   BANNER OCCAZ – BANNIÈRE
========================= */
.banneroccaz {
  position: relative;
  min-height: 70vh; /* moins haut que full page */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  padding: 3rem 5vw;
}

/* =========================
   FORMES DYNAMIQUES
========================= */
.banneroccaz-shapes .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
  animation: float 10s infinite ease-in-out;
}

.banneroccaz-shapes .circle {
  width: 250px;
  height: 250px;
  background: #e2bc1d;
  top: -40px;
  left: -80px;
}

.banneroccaz-shapes .ellipse {
  width: 180px;
  height: 300px;
  background: #eee1b7;
  top: 80px;
  right: -60px;
  border-radius: 50% / 40%;
}

.banneroccaz-shapes .dot {
  width: 60px;
  height: 60px;
  background: #e2bc1d;
  bottom: 40px;
  left: 25%;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg);}
  50% { transform: translateY(-15px) rotate(10deg);}
}

/* =========================
   CONTENU CENTRAL
========================= */
.banneroccaz-inner {
  position: relative;
  z-index: 2;
  max-width: 750px; /* moins large, version bannière */
  text-align: center;
  padding: 2rem 1.5rem;
  background: transparent; /* plus de boîte, juste texte */
}

/* TITRE */
.banneroccaz-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #222;
  letter-spacing: -0.01em;
}

/* SOUS-TITRE */
.banneroccaz-sub {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  color: #555;
}

.banneroccaz-sub span {
  font-weight: 700;
  color: #e2bc1d;
}

/* PROMESSES / STATS */
.banneroccaz-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.banneroccaz-stats span {
  padding: 0.5rem 1.2rem;
  border-radius: 18px;
  background: #fff8e5;
  border: 1px solid #e2bc1d;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.35s ease;
}

.banneroccaz-stats span:hover {
  transform: translateY(-2px);
}

/* TEXTE CTA */
.banneroccaz-cta-text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.banneroccaz-cta-text strong {
  color: #e2bc1d;
  font-weight: 900;
}

/* BOUTON */
.banneroccaz-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2.5rem;
  background: #e2bc1d;
  color: #111;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 999px;
  transition: transform 0.35s ease;
}

.banneroccaz-btn span {
  transition: transform 0.35s ease;
}

.banneroccaz-btn:hover {
  transform: translateY(-4px);
}

.banneroccaz-btn:hover span {
  transform: translateX(4px);
}

/* ANIMATION CONTENU */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .banneroccaz-inner {
    max-width: 95%;
    padding: 2rem 1rem;
  }

  .banneroccaz-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .banneroccaz-sub {
    font-size: 1.1rem;
  }

  .banneroccaz-cta-text {
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------*/
/*INFO PRATIQUES*/
.map-container {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.banneroccaz-stats a {
    color: black;
}
p.banneroccaz-cta-text a {
    color: black;
}
.bannerinfopra {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 26px;
  background: linear-gradient(135deg, #fff4cf, #fff9e8);
  border: 1px solid #e2bc1d;
  border-radius: 18px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.bannerinfopra:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.bannerinfopra .icon {
  font-size: 26px;
}

.bannerinfopra small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8a6a00;
  margin-bottom: 4px;
}

.bannerinfopra a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}

.bannerinfopra a:hover {
  text-decoration: underline;
}
.infopraadress {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 22px 118px;
  background: linear-gradient(135deg, #fff4cf, #fff9e8);
  border: 1px solid #e2bc1d;
  border-radius: 18px;
  
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.infopraadress:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.infopraadress .icon {
  font-size: 28px;
}

.infopraadress small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8a6a00;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.infopraadress a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
}

.infopraadress a:hover {
  text-decoration: underline;
}




