/**
* 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.
*/
/* GLOBAL SECTION */

/* ----------- BLOC INTRO ----------- */

.texte-intro-modern {
  margin: 60px 130px;
  padding: 30px 20px;
  font-family: "Inter", sans-serif;
  color: #333;
  background: #fefefe;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.texte-intro-modern h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.texte-intro-modern .highlight {
  text-align: center;
  font-size: 1.1rem;
  color: #4caf50;
  font-weight: 600;
  margin-bottom: 25px;
}

/* ----------- LISTE ----------- */
.points-and-image {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.points {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  flex: 1;
}

.points li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* décalage progressif */
.points li:nth-child(1) { margin-left: 0px; }
.points li:nth-child(2) { margin-left: 10px; }
.points li:nth-child(3) { margin-left: 20px; }
.points li:nth-child(4) { margin-left: 30px; }
.points li:nth-child(5) { margin-left: 40px; }

/* ----------- COMMISSION ----------- */

.texte-intro-modern .commission {
  text-align: center;
  font-size: 1rem;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 8px;
}

/* ----------- IMAGE ---------- */

.image-right {
  position: relative;
  flex: 0 0 400px;
}

.banner-image {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* ----------- FLECHE ANIMÉE ----------- */

.arrow-banner {
    
    position: absolute;
    bottom: 22px;
    left: -20px;
    height: 33px;
    background: black;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 10px;
    /* border-radius: 6px 0 0 6px; */
    white-space: nowrap;
    font-size: 18px;
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
    transform: translateX(-120%);
    animation: arrow-move 2s 
ease-out forwards;
}

@keyframes arrow-move {
  0%   { transform: translateX(-120%); opacity: 0; }
  60%  { opacity: 1; }
  100% { transform: translateX(20px); opacity: 1; }
}

.video-wrapper {
    width: 300px;
}
.video-wrapper video {
    width: 100%;
    height: auto;
}
.arrow-banner {
  position: relative;
  overflow: hidden;
}

.arrow-banner::before {
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:80%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.5) 50%,
    transparent 100%
  );
  animation: shine 2.6s ease-in-out infinite;
}

@keyframes shine {
  0%   { left: -120%; }
  40%  { left: 140%; }
  100% { left: 140%; }
}

.cta-banner {
  background: linear-gradient(90deg, #4caf50, #66bb6a);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  margin-left: 909px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-banner:hover {
 
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}
.points-and-image {
    display: flex;
    gap: 30px;
    align-items: center;
}

.points {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  flex: 1;             /* prend tout l’espace restant */
}

.points li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Décalage progressif des LI */
.points li:nth-child(1) { margin-left: 0px; }
.points li:nth-child(2) { margin-left: 10px; }
.points li:nth-child(3) { margin-left: 20px; }
.points li:nth-child(4) { margin-left: 30px; }
.points li:nth-child(5) { margin-left: 40px; }

.image-right {
  position: relative;
  flex: 0 0 400px; /* largeur fixe de l’image */
}

.banner-image {
  margin-bottom: 10px;
  width: 70%;
  border-radius: 12px;
  display: block;
}

.cta-banner-overlay {
  position: absolute;
  top: 160px;
  left: 35%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #4caf50, #66bb6a);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
}

.cta-banner-overlay:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}



.concept-line-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem 1rem;
  background: #f7f7f7;
  flex-wrap: nowrap;
  overflow-x: auto;
  font-family: "Inter", sans-serif;
}

/* -------- VIDEO -------- */
.video-large-block {
  height: 550px;
  width: 340px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.video-large-block video {
  width: 100%;
  
  object-fit: cover;
}

.video-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(0,0,0,0.55);
  color: white;
  font-size: 0.95rem;
  font-weight: 500;
}

/* -------- ARROW -------- */
.arrow {
  font-size: 2rem;
  font-weight: bold;
  color: #4CAF50;
  opacity: 0.9;
  user-select: none;
}

/* -------- BLOCS SIMPLES -------- */
.concept-block {
  height: 575px;
  width: 340px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform .3s ease;
  text-align: center;
}

.concept-block:hover {
  transform: scale(1.04);
}

.concept-block img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.concept-block h4 {
  padding: 0.8rem;
  font-size: 1rem;
  background: #fafafa;
  font-weight: 600;
  margin: 0;
}

/* -------- CONCEPT CARD (stand vide) -------- */
.concept-card {
  height: 575px;
  width: 340px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  
}

.media-wrapper {
  width: 100%;
  height: 260px;
  position: relative;
  display: flex;
  overflow: hidden;
}

/* 2 images côte à côte */
.media-wrapper.dual {
  display: flex;
}

.stand-chooser .stand-option {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s ease;
}

/* Zoom image */
.stand-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.stand-option:hover img {
  transform: scale(1.15);
}

/* ----- COCHE ----- */
.checkmark {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: #4caf50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  font-size: 18px;

  opacity: 0;
  transform: scale(0.4);
  transition: all .25s ease-in-out;

  z-index: 9999;
  pointer-events: none;
}

/* coche visible quand selected */
.stand-option.selected .checkmark {
  opacity: 1;
  transform: scale(1);
}

/* contour vert */
.stand-option.selected {
  box-shadow: inset 0 0 0 3px #4caf50;
}
/* Animation pour coche */
@keyframes toggleCheck {
  0%, 45% {
    opacity: 1;
    transform: scale(1);
  }
  50%, 95% {
    opacity: 0;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Première coche */
.stand-option:nth-child(1) .checkmark {
  animation: toggleCheck 4s infinite;
}

/* Deuxième coche, décalée */
.stand-option:nth-child(2) .checkmark {
  animation: toggleCheck 4s infinite 2s; /* décale de 2s */
}

/* ----- IMAGE WRAPPER ----- */
.concept-img-wrapper {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

/* ----- PICTO FLOTTANT GAUCHE ----- */
.floating-picto {
  position: absolute;
  left: 10px;
  background: white;

  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
 

  width: 80px;
  height: 80px;

  /* Animation bas → haut */
  animation: riseUp 3.8s infinite ease-in-out;
  transition: transform .2s ease;
}

/* Hover pop */
.floating-picto:hover {
  transform: scale(1.25);
}

/* ----- IMAGE DU PICTO ----- */
.floating-picto img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

/* ----- PLUS animé ----- */
.plus {
  position: absolute;
  bottom: -5px;
  right: -6px;
  background: #4caf50;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulsePlus 1.5s infinite ease-in-out;
}

/* Animation du + */
@keyframes pulsePlus {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: .85; }
  100% { transform: scale(1); opacity: 1; }
}

/* ----- Positions verticales + décalage animation ----- */
.picto1 { bottom: 20px;  animation-delay: 0s; }
.picto2 { bottom: 65px;  animation-delay: .8s; }
.picto3 { bottom: 105px;  animation-delay: 1.6s; }
.picto4 { bottom: 145px; animation-delay: 2.4s; }
.picto5 { bottom: 195px; animation-delay: 3.2s; }

/* Animation montée */
@keyframes riseUp {
  0% { transform: translateY(18px) scale(1); opacity: 0; }
  20% { opacity: 1; }
  50% { transform: translateY(-5px) scale(1.07); }
  100% { transform: translateY(18px); opacity: 0; }
}
.concept-img-wrapper-loupe-check {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

/* Loupe uniquement pour zoom */
.loupe {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #4caf50;
  background: rgba(255,255,255,0.15);
  /*backdrop-filter: blur(1px);*/
  pointer-events: none;
  opacity: 0;
  transform: scale(0.5);
  animation: loupePop 4s infinite ease-out;
}

/* positions des loupes */
.spot1 { top: 30px; left: 30px; animation-delay: 0s; }
.spot2 { top: 90px; right: 25px; animation-delay: 1.3s; }
.spot3 { bottom: 13px; left: 5px; animation-delay: 2.6s; }

/* Animation pop */
@keyframes loupePop {
  0% { opacity: 0; transform: scale(0.5); }
  15% { opacity: 1; transform: scale(1.1); }
  30% { transform: scale(1); }
  60% { opacity: 1; }
  85% { opacity: 0; transform: scale(0.9); }
  100% { opacity: 0; }
}

/* Texte ✔ VENDU */
.sold-text {
  position: absolute;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  background: #4caf50;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0.5);
  animation: soldTextPop 4s infinite ease-out;
}

/* positions des textes */
.spot1.sold-text { top: 10px; left: 100px; animation-delay: 0s; }
.spot2.sold-text { top: 55px; right: 10px; animation-delay: 1.3s; }
.spot3.sold-text { bottom: 2px; left: 68px; animation-delay: 2.6s; }

/* Animation pop du texte */
@keyframes soldTextPop {
  0% { opacity: 0; transform: scale(0.5); }
  15% { opacity: 1; transform: scale(1.2); }
  30% { transform: scale(1); }
  60% { opacity: 1; }
  85% { opacity: 0; transform: scale(0.9); }
  100% { opacity: 0; }
}
.blocp {
    padding: 10px;
    text-align: justify;
}


.concept-line-v2 {
  flex-wrap: wrap;
}

/*Responsive*/

@media screen and (max-width: 920px) {
  .points li:nth-child(2) {
    margin-left: 0;
  }
  .points li:nth-child(3) {
    margin-left: 0;
  }
  .points li:nth-child(4) {
    margin-left: 0;
  }
}

@media screen and (max-width: 910px) {
  .points-and-image {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 821px) {
  .concept-line-v2 {
    flex-direction: column;
  }
}


@media screen and (max-width: 768px) {
  .texte-intro-modern {
    margin: 60px 10px;
  }
}

@media screen and (max-width: 600px) {
  .video-large-block {
    height: auto;
    width: 100%;
  }
  .arrow {
    font-size: 3rem;
  }
  .concept-card {
    height: auto;
    width: 100%;
  }
  .concept-block {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .texte-intro-modern {
    margin: 60px 0px;
  }
  .video-wrapper {
    width: 250px;
  }
}


/* BASE */

.texte-intro-modern-ecco {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  color: #222;
}

.h1-ecco {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.h1-ecco span {
  color: #2e7d32;
}

.h3-ecco {
  margin-bottom: 8px;
}

/* HIGHLIGHT */

.highlight-ecco {
  background: #f9f9f9;
  padding: 20px;
  border-left: 5px solid #2e7d32;
  margin-bottom: 30px;
  border-radius: 8px;
}

/* LAYOUT */

.points-and-image-ecco {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT CONTENT */

.left-content-ecco {
  flex: 1.4;
}

.points-ecco {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.points-ecco li {
  margin-bottom: 14px;
  padding-left: 26px;
  position: relative;
  line-height: 1.5;
}

.points-ecco li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

/* TEXT AFTER LIST */

.text-after-list-ecco {
  background: #f9f9f9;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* COMMISSION */

.commission-ecco {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.commission-ecco span {
  display: block;
  font-weight: normal;
  color: #666;
  font-size: 0.95rem;
}

/* CTA */

.cta-links-ecco {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.cta-ecco {
  padding: 12px 18px;
  border-radius: 30px;
  background: #eee;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: all 0.3s;
}

.cta-ecco:hover {
  background: #ddd;
  transform: translateY(-2px);
}

.primary-ecco {
  background: #e8f5e9;
  color: #2e7d32;
}

/* MINI SERVICES */

.mini-services-ecco {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-size: 0.95rem;
}

.warning-ecco {
  margin-top: 10px;
  font-weight: bold;
  color: #c0392b;
}

.small-ecco .cta-ecco {
  font-size: 0.9rem;
  padding: 10px 14px;
}

/* VIDEO */

.image-right-ecco {
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.video-wrapper-ecco {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.video-wrapper-ecco video {
  width: 100%;
  display: block;
}

.arrow-banner-ecco {
  margin-top: 15px;
  background: #e8f5e9;
  color: #2e7d32;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  border-radius: 10px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .points-and-image-ecco {
    flex-direction: column;
  }
}
