Pantalon de survêtement slim fit

Le prix initial était : 120,00 €.Le prix actuel est : 95,96 €.

.tp-product-page { font-family: Montserrat, sans-serif; max-width: 1200px; margin: 0 auto; padding: 0 20px; line-height: 1.6; color: #333; } /* Navigation rapide – trait horizontal #096b7a, fond #F1F1F1, SANS balise Hn */ .tp-toc { background: #F1F1F1; border-top: 3px solid #096b7a; padding: 15px 20px; margin: 20px 0; border-radius: 0; } .tp-toc-title { display: block; margin: 0 0 […]

Category:

Description

.tp-product-page {
font-family: Montserrat, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
line-height: 1.6;
color: #333;
}

/* Navigation rapide – trait horizontal #096b7a, fond #F1F1F1, SANS balise Hn */
.tp-toc {
background: #F1F1F1;
border-top: 3px solid #096b7a;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0;
}
.tp-toc-title {
display: block;
margin: 0 0 10px 0;
font-size: 22px;
font-weight: 700;
color: #000;
}
.tp-toc ul {
list-style: none;
padding: 0;
margin: 0;
}
.tp-toc li {
display: block;
margin-bottom: 2px;
line-height: 1 !important;
}
.tp-toc a {
color: #000;
text-decoration: none;
font-size: 13px;
transition: all 0.2s;
white-space: nowrap;
}
.tp-toc a:hover {
color: #096b7a;
text-decoration: none;
}

/* H2 – Premier vrai titre, trait horizontal #096b7a, fond #F1F1F1 */
.tp-h2 {
font-size: 22px;
font-weight: 700;
margin: 35px 0 15px 0;
color: #000;
border-bottom: 2px solid #096b7a;
padding: 15px 20px 10px 20px;
background: transparent;
border-radius: 0;
}

/* Box « À retenir en 10 secondes » – DÉGRADÉ #F1F1F1→jaune depuis coin sup gauche */
.tp-quick-box {
background: linear-gradient(135deg, #F1F1F1 0%, #f5df4d 100%);
color: #000;
padding: 20px;
border-radius: 10px;
margin: 20px 0;
border: none;
}
.tp-quick-box h2 {
margin: 0 0 15px 0;
font-size: 22px;
font-weight: 700;
color: #000;
background: transparent;
border: none;
padding: 0;
}
.tp-quick-box ul {
margin: 0;
padding-left: 20px;
}
.tp-quick-box li {
margin: 8px 0;
color: #000;
}

/* Listes à puces avec emojis */
.tp-list {
list-style: none;
padding: 0;
margin: 15px 0;
}
.tp-list ul {
margin: 0;
padding-left: 20px;
}
.tp-list li {
position: relative;
margin: 8px 0;
}
.tp-list li:before {
content: none;
position: absolute;
left: 0;
}

/* Barres de progression – dégradé vert→rouge, fond encadrés #F1F1F1 */
.tp-specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
.tp-spec-item {
background: #F1F1F1;
padding: 15px;
border-radius: 8px;
}
.tp-spec-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}
.tp-spec-label {
font-weight: 600;
font-size: 14px;
color: #000;
}
.tp-spec-value {
font-weight: 700;
font-size: 16px;
color: #000;
}
.tp-progress-bar {
width: 100%;
height: 8px;
background: #ddd;
border-radius: 10px;
overflow: hidden;
}
.tp-progress-fill {
height: 100%;
border-radius: 10px;
transition: width 0.3s ease;
}
.tp-spec-desc {
margin-top: 8px;
font-size: 12px;
color: #666;
font-style: italic;
}

.tp-progress-fill[data-value= »8.5″] { width: 85%; background: linear-gradient(90deg, #22c55e 0%, #84cc16 50%, #eab308 100%); }
.tp-progress-fill[data-value= »6″] { width: 60%; background: linear-gradient(90deg, #22c55e 0%, #84cc16 100%); }
.tp-progress-fill[data-value= »8″] { width: 80%; background: linear-gradient(90deg, #22c55e 0%, #84cc16 70%, #eab308 100%); }
.tp-progress-fill[data-value= »9″] { width: 90%; background: linear-gradient(90deg, #84cc16 0%, #eab308 50%, #f97316 100%); }

/* Caractéristiques techniques – encadrés #F1F1F1 avec border gauche #f5df4d */
.tp-tech-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin: 20px 0;
}
.tp-tech-item {
background: #F1F1F1;
border-left: 4px solid #f5df4d;
padding: 15px;
border-radius: 0;
}
.tp-tech-label {
font-size: 11px;
text-transform: uppercase;
color: #666;
margin-bottom: 5px;
font-weight: 500;
}
.tp-tech-value {
font-size: 18px;
font-weight: 500;
color: #000;
}

.tp-accordion { margin: 15px 0; }
.tp-accordion-header {
background: #F1F1F1;
padding: 15px 20px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 8px;
transition: all 0.3s;
border: 2px solid transparent;
}
.tp-accordion-header:hover { background: #e8e8e8; border-color: #096b7a; }
.tp-accordion-title { font-weight: 500; font-size: 15px; color: #000; }
.tp-accordion-icon { font-size: 14px; transition: transform 0.3s; color: #096b7a; }
.tp-accordion.active .tp-accordion-icon { transform: rotate(180deg); }
.tp-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 20px; }
.tp-accordion.active .tp-accordion-content { max-height: 500px; padding: 15px 20px; }

.tp-compare-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
.tp-compare-card {
background: #F1F1F1;
padding: 20px;
border-radius: 10px;
transition: all 0.3s;
border: 2px solid transparent;
}
.tp-compare-card:hover { border-color: #096b7a; transform: translateY(-5px); box-shadow: 0 5px 20px rgba(9,107,122,.15); }
.tp-compare-card h3 { margin: 0 0 10px 0; font-size: 18px; font-weight: 700; color: #000; }
.tp-compare-card p { margin: 5px 0; font-size: 14px; color: #333; }
.tp-compare-card .price { font-weight: 700; color: #096b7a; font-size: 16px; margin-top: 10px; }

.tp-faq-item { margin: 15px 0; border-bottom: 1px solid #eee; }
.tp-faq-question {
padding: 15px 20px;
cursor: pointer;
display: flex; justify-content: space-between; align-items: center;
transition: background 0.3s; font-weight: 500; color: #000; font-size: 15px;
}
.tp-faq-question:hover { background: #f8f8f8; }
.tp-faq-icon { font-size: 14px; transition: transform 0.3s; color: #096b7a; }
.tp-faq-item.active .tp-faq-icon { transform: rotate(180deg); }
.tp-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 20px; color: #333; }
.tp-faq-item.active .tp-faq-answer { max-height: 300px; padding: 15px 20px; }

.tp-cta-sticky { background: transparent; margin: 15px 0; }
.tp-cta-sticky h2 {
font-size: 22px; font-weight: 900; margin: 35px 0 15px 0;
padding: 15px 20px 10px 20px; border-bottom: 2px solid #096b7a; text-align: left;
}
.tp-cta-buttons { display: flex; gap: 15px; margin-top: 30px; }
.tp-btn {
flex: 1; display: inline-flex !important; align-items: center !important; justify-content: center !important;
min-height: 70px; padding: 0 20px !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1 !important;
text-align: center !important; text-decoration: none !important; color: #000 !important;
background: #F1F1F1 !important; border: 3px solid transparent !important; border-radius: 15px !important;
transition: all 0.3s ease !important; cursor: pointer !important; box-sizing: border-box !important;
}
.tp-btn:hover { border-color: #096b7a !important; transform: translateY(-3px) !important; box-shadow: 0 4px 12px rgba(9,107,122,.2) !important; font-weight: 500 !important; }

.tp-note { font-style: italic; color: #666; font-size: 13px; margin: 15px 0; padding-left: 15px; }

@media (max-width: 768px){
.tp-product-page{ padding: 0 15px; }
.tp-specs-grid, .tp-tech-grid, .tp-compare-grid { grid-template-columns: 1fr; }
.tp-cta-buttons { flex-direction: column; }
}

⚡️ À retenir en 10 secondes

  • Modèle : Lacoste Pantalon de survêtement Slim Fit XH9624-00 – coloris Noir (031)
  • Matière : molleton de coton biologique gratté + polyester recyclé
  • Coupe : slim ajustée, cordon interne, bas resserrés côtes
  • Détail signature : crocodile brodé sous la hanche
  • Conseil taille : cet article taille petit – prenez une taille au-dessus

Pour qui / Pour quoi

  • Pour vous qui souhaitez un jogger élégant à la silhouette nette, facile à porter en ville comme à l’échauffement.
  • Parfait si vous privilégiez des matières responsables sans compromis sur la douceur et la tenue.
  • Idéal en mi‑saison et hiver : intérieur gratté chaud et confortable.

Coupe & confort

AjustementSlim

Coupe resserrée sans être moulante : nette au mollet, confortable à la cuisse.

Chaleur8.5/10

Molleton gratté au dos : douceur “fleece” et maintien thermique.

MaintienCordon interne

Cordon caché pour une taille propre et un réglage précis.

Polyvalence9/10

Du vestiaire au week‑end, il s’associe à vos polos et sweats.

Détails & matières

Matière principale

Molleton de coton biologique gratté et polyester recyclé : toucher doux, meilleure tenue et séchage plus rapide qu’un 100% coton.

  • Composition principale : coton 84% / polyester 16%
  • Doublure poches : coton 100%
  • Bord‑côte bas de jambe : coton 98% / élasthanne 2%
Coupe & finitions
  • Coupe slim ajustée
  • Cordon interne (ceinture propre visuellement)
  • Bas resserrés avec bords‑côtes
  • Crocodile brodé sous la hanche
  • Coloris : Noir (031)
Guide des tailles & entretien
  • Conseil taille : cet article taille petit — nous vous conseillons de prendre une taille au‑dessus.
  • Entretien : lavage sur l’envers, couleurs similaires, éviter le sèche‑linge élevé, repassage doux en évitant le badge crocodile.

Caractéristiques

RÉFÉRENCE
XH9624-00
COUPE
Slim fit
COLORIS
Noir • 031
MATIÈRES
Coton bio 84% / Polyester recyclé 16%
POCHES
Doublure coton 100%
BORD‑CÔTES
Coton 98% / Élasthanne 2%
DÉTAIL
Cordon interne, bas resserrés

Pourquoi nous l’avons choisi

  • Parce qu’il conjugue élégance Lacoste et confort “fleece” au quotidien.
  • Parce que sa composition responsable coche vos critères de qualité et de durabilité.
  • Parce que le cordon interne garde une taille nette, même porté avec un polo ou un sweat.

Prêt(e) à essayer ce pantalon Lacoste ?

FAQ express

Il taille comment ?
Cet article taille petit. Nous vous conseillons de prendre une taille au‑dessus de votre taille habituelle.
Le cordon est‑il visible ?
Non, il est positionné à l’intérieur pour conserver une ceinture propre et élégante.
Convient‑il pour la mi‑saison ?
Oui, le molleton gratté apporte chaleur et confort, idéal de l’automne au printemps.

// Gestion des accordéons
document.querySelectorAll(‘.tp-accordion-header’).forEach(function(header) {
header.addEventListener(‘click’, function() {
const accordion = this.parentElement;
const wasActive = accordion.classList.contains(‘active’);
document.querySelectorAll(‘.tp-accordion’).forEach(function(item) { item.classList.remove(‘active’); });
if (!wasActive) { accordion.classList.add(‘active’); }
});
});

// Gestion des FAQ
document.querySelectorAll(‘.tp-faq-question’).forEach(function(question) {
question.addEventListener(‘click’, function() {
const faqItem = this.parentElement;
const wasActive = faqItem.classList.contains(‘active’);
document.querySelectorAll(‘.tp-faq-item’).forEach(function(item) { item.classList.remove(‘active’); });
if (!wasActive) { faqItem.classList.add(‘active’); }
});
});

// CTA sticky au scroll (optionnel)
window.addEventListener(‘scroll’, function() {
const cta = document.getElementById(‘tp-cta’);
if (cta && window.scrollY > 300) { cta.classList.add(‘scrolled’); }
else if (cta) { cta.classList.remove(‘scrolled’); }
});

Informations complémentaires

Taille

, , ,

Avis

Il n’y a pas encore d’avis.

Soyez le premier à laisser votre avis sur “Pantalon de survêtement slim fit”

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Produits similaires