:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-873da3d *//* ==========================================================================
   SECTION NOTRE HISTOIRE : DARK PREMIUM & GLASSMORPHISM
   ========================================================================== */

:root {
  --cp-forest-dark: #1F380F; 
  --cp-forest: #2D5016;
  --cp-ocre: #BA7517;
}

.cp-history-dark-premium {
  position: relative;
  background-color: var(--cp-forest-dark);
  padding: 120px 24px;
  font-family: 'DM Sans', sans-serif;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}

/* --- ANIMATION DE FOND --- */
.cp-history-dark-premium__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150vw; 
  height: 150vw;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.12; 
}

.cp-terroir-anim {
  width: 100%;
  height: 100%;
  animation: cpRotateWood 60s linear infinite;
}

.cp-terroir-anim path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.5px;
  stroke-dasharray: 15 15; 
  animation: cpMorph 20s ease-in-out infinite alternate;
}

@keyframes cpRotateWood {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes cpMorph {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}

/* --- CONTENEUR --- */
.cp-history-dark-premium__container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* --- COLONNE GAUCHE --- */
.cp-sur-titre--light {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cp-asterisk { color: var(--cp-ocre); font-size: 16px; }

.cp-history-dark-premium__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  color: #FFFFFF !important;
  margin-bottom: 24px;
}

.cp-title-accent {
  color: var(--cp-ocre);
  font-style: italic;
}

/* Les Pilules */
.cp-history-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.cp-history-pill {
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.cp-history-dark-premium__text {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  max-width: 550px;
  margin-bottom: 40px;
}

/* Carte "Accompagnement" en Verre */
.cp-glass-feature-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  transition: all 0.4s ease;
}

.cp-glass-feature-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(186, 117, 23, 0.4);
  transform: translateY(-5px);
}

.cp-glass-feature-card__icon {
  width: 48px;
  height: 48px;
  background: rgba(186, 117, 23, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-ocre);
  flex-shrink: 0;
}

.cp-glass-feature-card__icon svg { width: 22px; height: 22px; }

.cp-glass-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF !important;
  margin: 0 0 8px 0;
}

.cp-glass-feature-card__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

/* Bouton Premium */
.cp-btn-premium-ocre {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--cp-ocre);
  color: #FFFFFF;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cp-btn-premium-ocre svg { width: 18px; height: 18px; transition: transform 0.3s ease; }

.cp-btn-premium-ocre:hover {
  background-color: #FFFFFF;
  color: var(--cp-forest-dark);
}

.cp-btn-premium-ocre:hover svg { transform: translateX(5px); }


/* --- COLONNE DROITE (COMPOSITION VISUELLE) --- */
.cp-history-composition {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.5;
}

/* Image principale au fond */
.cp-history-composition__img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 80%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.cp-history-composition__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Filtre assombrissant pour intégrer l'image au fond dark */
.cp-img-overlay {
  position: absolute;
  inset: 0;
  background: var(--cp-forest-dark);
  opacity: 0.2;
  mix-blend-mode: multiply;
}

/* Image secondaire qui chevauche */
.cp-history-composition__img-sub {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 50%;
  aspect-ratio: 1 / 1.1;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid var(--cp-forest-dark); /* Crée une séparation nette */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cp-history-composition__img-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Carte Flottante (Le Glass Panel) */
.cp-history-composition__float {
  position: absolute;
  bottom: 0;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  z-index: 3;
}

.cp-glass-panel {
  background: rgba(255, 255, 255, 0.08); 
  backdrop-filter: blur(20px); 
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px; /* Forme de pilule allongée */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.cp-history-avatars {
  display: flex;
  align-items: center;
}

.cp-history-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-right: -12px;
  background-size: cover;
  background-position: center;
}

.cp-history-av-plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cp-ocre);
  color: #FFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.cp-history-float-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF !important;
  margin: 0 0 4px 0;
}

.cp-history-float-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
  .cp-history-dark-premium__container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .cp-history-composition {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .cp-glass-panel {
    border-radius: 20px;
    flex-direction: column;
    text-align: center;
    right: 0;
    left: 0;
    bottom: -30px;
  }
  .cp-history-avatars { margin-bottom: 10px; }
  .cp-history-av { margin-right: -8px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4267c57 *//* ==========================================================================
     ANIMATION BACKGROUND : "LE VERGER GÉANT" (Visible et aérien)
     ========================================================================== */

  .cp-services {
    position: relative;
    background: #F5F3EE; 
    padding: 88px 60px;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden; 
    z-index: 1;
  }

  /* Le motif des arbres encodé en SVG directement dans le CSS */
  .cp-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* On le met juste derrière le contenu */
    pointer-events: none;
    
    /* LE NOUVEAU SVG : 1500px de large x 2000px de haut (feuillage massif en haut) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1500 2000' width='1500' height='2000'%3E%3Cstyle%3Epath,circle%7Bstroke:%232D5016;fill:none;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3C!-- Arbre de Gauche --%3E%3Cpath d='M250 2000 V 300' stroke-width='2' opacity='0.15'/%3E%3Ccircle cx='250' cy='300' r='160' stroke-width='2' opacity='0.15'/%3E%3Ccircle cx='250' cy='300' r='110' stroke-width='1.5' opacity='0.1'/%3E%3Ccircle cx='160' cy='230' r='10' fill='%23BA7517' opacity='0.4' stroke='none'/%3E%3Ccircle cx='320' cy='380' r='7' fill='%23BA7517' opacity='0.4' stroke='none'/%3E%3C!-- Arbre Central (Le plus haut, encadre le titre) --%3E%3Cpath d='M800 2000 V 180' stroke-width='1.5' opacity='0.12'/%3E%3Ccircle cx='800' cy='180' r='200' stroke-width='1.5' opacity='0.12'/%3E%3Ccircle cx='800' cy='180' r='140' stroke-width='1' opacity='0.08'/%3E%3Ccircle cx='700' cy='100' r='9' fill='%23BA7517' opacity='0.3' stroke='none'/%3E%3Ccircle cx='920' cy='240' r='8' fill='%23BA7517' opacity='0.3' stroke='none'/%3E%3C!-- Arbre de Droite --%3E%3Cpath d='M1300 2000 V 450' stroke-width='1' opacity='0.08'/%3E%3Ccircle cx='1300' cy='450' r='130' stroke-width='1' opacity='0.08'/%3E%3Ccircle cx='1300' cy='450' r='90' stroke-width='0.8' opacity='0.05'/%3E%3Ccircle cx='1240' cy='380' r='6' fill='%23BA7517' opacity='0.2' stroke='none'/%3E%3C/svg%3E");
    
    background-repeat: repeat-x;
    /* On l'attache en HAUT (0 0) pour que les feuilles soient toujours derrière les titres */
    background-position: 0 0; 
    
    /* On force la taille du background à correspondre à la taille du SVG */
    background-size: 1500px 2000px; 
    
    /* Animation de travelling très douce (50s pour compenser la grande taille) */
    animation: cpOrchardPan 50s linear infinite;
  }

  @keyframes cpOrchardPan {
    0% { background-position: 0 0; }
    /* Le décalage exact de la largeur (1500px) garantit une boucle infinie invisible */
    100% { background-position: -1500px 0; }
  }

  /* Protection : Le texte et les cartes passent au-dessus des arbres */
  .cp-services__header,
  .cp-services__grid {
    position: relative;
    z-index: 2;
  }/* End custom CSS */