Votre panier est actuellement vide !
T-shirt Édition Rolex Paris Masters imprimé
.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, 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 (non utilisées ici, laissées pour cohérence thème) */
.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= »9″] { width: 90%; background: linear-gradient(90deg, #84cc16 0%, #eab308 50%, #f97316 100%); }
.tp-progress-fill[data-value= »8″] { width: 80%; background: linear-gradient(90deg, #22c55e 0%, #84cc16 70%, #eab308 100%); }
.tp-progress-fill[data-value= »7″] { width: 70%; background: linear-gradient(90deg, #22c55e 0%, #84cc16 100%); }
.tp-progress-fill[data-value= »9.5″] { width: 95%; background: linear-gradient(90deg, #eab308 0%, #f97316 70%, #ef4444 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;
}
/* Accordéons – fond encadrés #F1F1F1 */
.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 – questions en noir et gras */
.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 – centrage vertical forcé */
.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-icon { font-size: 48px; margin-bottom: 10px; }
.tp-service-title { font-weight: 600; font-size: 16px; margin: 10px 0; color: #000; }
/* Note italique */
.tp-note { font-style: italic; color: #666; font-size: 13px; margin: 15px 0; padding-left: 15px; display:none; } /* masquée (non utilisée) */
/* Responsive */
@media (max-width: 768px) {
.tp-product-page { padding: 0 15px; }
.tp-toc ul { flex-direction: column; gap: 8px; }
.tp-specs-grid, .tp-tech-grid, .tp-services-grid { grid-template-columns: 1fr; }
.tp-cta-buttons { flex-direction: column; }
}
⚡️ À retenir en 10 secondes
- Produit : T‑shirt Lacoste TH5722‑00 – Édition Rolex Paris Masters, coloris Blanc (001).
- Matière : jersey 100% coton épais, issu de l’agriculture biologique.
- Coupe : Relaxed/Oversize avec épaules légèrement tombantes.
- Détails : grand imprimé co‑brandé RPM au dos, crocodile brodé cousu poitrine.
- Conseil taille : unisexe, taille grand — pour femme, prendre 1 taille en moins.
Pour qui / Pour quoi
- Fans du Rolex Paris Masters et du style sport chic co‑brandé.
- Look oversize maîtrisé pour silhouettes street/sport, superposition facile sous surchemise ou veste.
- Matière coton bio pour ceux qui privilégient le confort naturel et la tenue du jersey épais.
Sensations au porté
- Main dense et touché doux grâce au jersey épais.
- Aisance immédiate via la coupe relaxed et les épaules tombantes.
- Tenue du col et des finitions, visuel premium avec le croco brodé.
Technologies
Maille naturellement respirante et confortable, avec une meilleure tenue dans le temps qu’un jersey léger.
Imprimé grand format au dos inspiré d’un dessin technique de raquette de René Lacoste, signature évènementielle forte.
Emblème Lacoste en broderie appliquée poitrine pour un rendu premium et durable.
Caractéristiques
Pourquoi nous l’avons choisi
- Pièce capsule officielle qui ancre le produit dans l’actualité du tournoi.
- Finition premium (croco brodé) et impact visuel fort au dos.
- Jersey épais pour un tombé net et un porté durable.
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’); }
});
Informations complémentaires
| Taille |
|---|
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 Paquito Navarro
Le prix initial était : 49,99 €.39,99 €Le prix actuel est : 39,99 €. -
T-shirt AeroReady Padel Graphic
Le prix initial était : 35,00 €.25,20 €Le prix actuel est : 25,20 €.










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