Votre panier est actuellement vide !
T-shirt Édition Rolex Paris Masters
.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 […]
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 */
.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 */
.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 neutres (sans émojis) */
.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; }
/* Grille infos techniques (sans barres de score) */
.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; }
/* Accordéons */
.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; }
/* FAQ */
.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; }
/* CTA Final */
.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, 0.2) !important; font-weight: 500 !important;
}
@media (max-width: 768px) { .tp-cta-buttons { flex-direction: column; } }
/* Services */
.tp-services-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px; margin: 20px 0;
}
.tp-service-card { text-align: center; padding: 20px; background: #F1F1F1; border-radius: 10px; transition: all 0.3s; }
.tp-service-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.tp-service-title { font-weight: 600; font-size: 16px; margin: 10px 0; color: #000; }
/* Masque la note (non utilisée) */
.tp-note { display: none; }
/* Responsive */
@media (max-width: 768px) {
.tp-product-page { padding: 0 15px; }
.tp-toc ul { flex-direction: column; gap: 8px; }
.tp-tech-grid, .tp-services-grid { grid-template-columns: 1fr; }
.tp-cta-buttons { flex-direction: column; }
}
⚡️ À retenir en 10 secondes
- Produit : T‑shirt Lacoste TH9522‑00 – capsule Rolex Paris Masters, coloris Marine (166).
- Coupe : regular fit unisexe, col rond.
- Matière : jersey de coton, confortable et respirant.
- Détails : visuel évènementiel co‑brandé, crocodile brodé cousu.
- Style : pièce graphique facile à porter au quotidien ou les jours de match.
Pour qui / Pour quoi
- Pour vous si vous aimez les t‑shirts graphiques au rendu premium et l’univers tennis.
- Idéal à porter seul ou sous une surchemise/veste, look casual sport chic.
- Si vous suivez le tournoi et souhaitez une pièce officielle durable.
Sensations au porté
- Maille douce et respirante, agréable sur la peau.
- Aisance naturelle grâce à la coupe regular et au col bien tenu.
- Imprimé net et durable avec entretien adapté.
Technologies
Matière douce, respirante et facile d’entretien, pensée pour un usage quotidien.
Visuel co‑brandé qui affirme votre passion tennis sans sacrifier l’élégance.
Finition premium et durable, emblème iconique Lacoste.
Caractéristiques
Pourquoi nous l’avons choisi
- Pièce officielle d’une capsule tennis emblématique.
- Design fort, facile à assortir, porté mixte.
- Finitions nettes, broderie croco qualitative.
Prêt(e) à le porter ?
FAQ express
// Accordéons (Technologies)
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’); }
});
});
// 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’); }
});
Produits similaires
-
Club 25 Tech T-shirt Boys
Le prix initial était : 31,00 €.24,80 €Le prix actuel est : 24,80 €. -
Club 25 Tech T-shirt Girls
Le prix initial était : 31,00 €.24,80 €Le prix actuel est : 24,80 €. -
Maillot replica Arturo Coello
Le prix initial était : 50,00 €.36,00 €Le prix actuel est : 36,00 €. -
Maillot replica Juan Lebrón
Le prix initial était : 39,00 €.31,20 €Le prix actuel est : 31,20 €. -
Maillot replica Paquito Navarro
Le prix initial était : 49,99 €.39,99 €Le prix actuel est : 39,99 €.











Avis
Il n’y a pas encore d’avis.