Conditions générales de vente

.lcdm-cgv { --lcdm-navy: #102f3a; --lcdm-teal: #2b7a78; --lcdm-teal-dark: #205e5d; --lcdm-sand: #f4efe6; --lcdm-cream: #fffdf8; --lcdm-gold: #c99a3d; --lcdm-text: #263238; --lcdm-muted: #66757b; --lcdm-border: rgba(16, 47, 58, 0.14); max-width: 980px; margin: 36px auto; padding: 0 20px; color: var(--lcdm-text); font-family: Georgia, "Times New Roman", serif; line-height: 1.72; box-sizing: border-box; } .lcdm-cgv *, .lcdm-cgv *::before, .lcdm-cgv *::after { box-sizing: inherit; } .lcdm-cgv__hero { position: relative; overflow: hidden; padding: 52px 42px; margin-bottom: 28px; border-radius: 24px; color: #fff; background: radial-gradient(circle at top right, rgba(201,154,61,.28), transparent 34%), linear-gradient(135deg, var(--lcdm-navy), var(--lcdm-teal-dark)); box-shadow: 0 18px 45px rgba(16, 47, 58, .18); } .lcdm-cgv__hero::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; } .lcdm-cgv__eyebrow { display: inline-block; margin-bottom: 12px; color: #f3d79c; font-family: Arial, Helvetica, sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; } .lcdm-cgv h1 { margin: 0 0 12px; color: #fff; font-size: clamp(2rem, 5vw, 3.35rem); line-height: 1.08; } .lcdm-cgv__intro { max-width: 760px; margin: 0; color: rgba(255,255,255,.88); font-size: 1.04rem; } .lcdm-cgv__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0 0 28px; } .lcdm-cgv__card { padding: 22px; border: 1px solid var(--lcdm-border); border-radius: 18px; background: var(--lcdm-cream); box-shadow: 0 10px 28px rgba(16, 47, 58, .07); } .lcdm-cgv__label { display: block; margin-bottom: 6px; color: var(--lcdm-teal-dark); font-family: Arial, Helvetica, sans-serif; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .lcdm-cgv__value { margin: 0; } .lcdm-cgv__article { margin: 0 0 22px; padding: 28px 30px; border: 1px solid var(--lcdm-border); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(16, 47, 58, .055); } .lcdm-cgv__article h2 { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--lcdm-navy); font-size: 1.42rem; line-height: 1.25; } .lcdm-cgv__article h2::before { content: ""; width: 7px; height: 28px; flex: 0 0 7px; border-radius: 99px; background: linear-gradient(var(--lcdm-gold), var(--lcdm-teal)); } .lcdm-cgv h3 { margin: 20px 0 10px; color: var(--lcdm-teal-dark); font-size: 1.08rem; } .lcdm-cgv p { margin: 0 0 14px; } .lcdm-cgv ul { margin: 0; padding-left: 1.2rem; } .lcdm-cgv li { margin: 0 0 10px; padding-left: .35rem; } .lcdm-cgv li::marker { color: var(--lcdm-gold); } .lcdm-cgv a { color: var(--lcdm-teal-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; } .lcdm-cgv a:hover { color: var(--lcdm-gold); } .lcdm-cgv__notice { margin-top: 28px; padding: 18px 22px; border-left: 4px solid var(--lcdm-gold); border-radius: 12px; background: var(--lcdm-sand); color: var(--lcdm-muted); font-family: Arial, Helvetica, sans-serif; font-size: .92rem; } /* Animations élégantes et discrètes */ .lcdm-cgv__hero { isolation: isolate; animation: lcdm-hero-in .85s cubic-bezier(.2,.8,.2,1) both; } .lcdm-cgv__hero::before { content: ""; position: absolute; inset: -35%; z-index: -1; background: radial-gradient(circle, rgba(255,255,255,.13) 0 1px, transparent 1.5px); background-size: 28px 28px; opacity: .45; transform: rotate(-8deg); animation: lcdm-stars-drift 18s linear infinite; pointer-events: none; } .lcdm-cgv__hero::after { animation: lcdm-orbit 7s ease-in-out infinite alternate; } .lcdm-cgv__eyebrow, .lcdm-cgv h1, .lcdm-cgv__intro { animation: lcdm-text-rise .75s cubic-bezier(.2,.8,.2,1) both; } .lcdm-cgv h1 { animation-delay: .08s; } .lcdm-cgv__intro { animation-delay: .16s; } .lcdm-cgv__card, .lcdm-cgv__article { opacity: 0; transform: translateY(24px); animation: lcdm-card-in .7s cubic-bezier(.2,.8,.2,1) forwards; } .lcdm-cgv__card:nth-child(1) { animation-delay: .10s; } .lcdm-cgv__card:nth-child(2) { animation-delay: .18s; } .lcdm-cgv__card:nth-child(3) { animation-delay: .26s; } .lcdm-cgv__card:nth-child(4) { animation-delay: .34s; } .lcdm-cgv__article:nth-of-type(1) { animation-delay: .18s; } .lcdm-cgv__article:nth-of-type(2) { animation-delay: .24s; } .lcdm-cgv__article:nth-of-type(3) { animation-delay: .30s; } .lcdm-cgv__article:nth-of-type(4) { animation-delay: .36s; } .lcdm-cgv__article:nth-of-type(5) { animation-delay: .42s; } .lcdm-cgv__article:nth-of-type(6) { animation-delay: .48s; } .lcdm-cgv__article:nth-of-type(7) { animation-delay: .54s; } .lcdm-cgv__article:nth-of-type(8) { animation-delay: .60s; } .lcdm-cgv__article:nth-of-type(9) { animation-delay: .66s; } .lcdm-cgv__article:nth-of-type(10) { animation-delay: .72s; } .lcdm-cgv__article:nth-of-type(11) { animation-delay: .78s; } .lcdm-cgv__article:nth-of-type(12) { animation-delay: .84s; } .lcdm-cgv__card, .lcdm-cgv__article { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease; } .lcdm-cgv__card:hover, .lcdm-cgv__article:hover { transform: translateY(-5px); border-color: rgba(201,154,61,.45); box-shadow: 0 18px 42px rgba(16,47,58,.12); } .lcdm-cgv__article h2::before { transform-origin: center; animation: lcdm-accent-pulse 3.2s ease-in-out infinite; } .lcdm-cgv a { position: relative; transition: color .22s ease; } .lcdm-cgv a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .28s ease; } .lcdm-cgv a:hover::after { transform: scaleX(1); transform-origin: left; } @keyframes lcdm-hero-in { from { opacity: 0; transform: translateY(-18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } } @keyframes lcdm-text-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes lcdm-card-in { to { opacity: 1; transform: translateY(0); } } @keyframes lcdm-stars-drift { from { transform: rotate(-8deg) translate3d(0,0,0); } to { transform: rotate(-8deg) translate3d(28px,28px,0); } } @keyframes lcdm-orbit { from { transform: translate3d(0,0,0) scale(1); opacity: .7; } to { transform: translate3d(-18px,-14px,0) scale(1.08); opacity: 1; } } @keyframes lcdm-accent-pulse { 0%, 100% { transform: scaleY(.82); filter: saturate(1); } 50% { transform: scaleY(1); filter: saturate(1.35); } } @media (max-width: 720px) { .lcdm-cgv { margin: 20px auto; padding: 0 14px; } .lcdm-cgv__hero { padding: 38px 24px; border-radius: 18px; } .lcdm-cgv__meta { grid-template-columns: 1fr; } .lcdm-cgv__article { padding: 23px 20px; border-radius: 16px; } } @media (prefers-reduced-motion: reduce) { .lcdm-cgv *, .lcdm-cgv *::before, .lcdm-cgv *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .lcdm-cgv__card, .lcdm-cgv__article { opacity: 1; transform: none; } } Les Chroniques du Monde

Conditions générales de vente

Les présentes conditions encadrent les achats effectués sur le site www.leschroniquesdumonde.com.

Propriétaire

Yann Taurin — Entreprise individuelle

Adresse

1 Surguières (lieu-dit), 12150 Sévérac-d’Aveyron

Contact

contact@leschroniquesdumonde.com

Date de mise à jour

29 juillet 2026

Article 1 — Objet

Les présentes Conditions Générales de Vente définissent les modalités d’achat des produits proposés sur le site.

  • Toute commande implique l’acceptation pleine et entière des présentes CGV.
  • Les conditions applicables sont celles en vigueur au moment de la validation de la commande.

Article 2 — Produits

  • Les produits proposés sont des livres papier, dans la limite des stocks disponibles.
  • Chaque produit dispose d’un descriptif permettant à l’Acheteur d’en connaître les caractéristiques essentielles.
  • Les images présentes sur le site sont fournies à titre illustratif et ne sont pas contractuelles.
  • Les produits peuvent être commandés dans tout pays autorisant leur importation.

Article 3 — Prix

  • Les prix sont indiqués en euros (€), toutes taxes comprises.
  • Les frais de livraison s’ajoutent au prix des produits et sont affichés avant la validation de la commande.
  • En cas de colis non retiré ou d’adresse incorrecte, une réexpédition pourra être facturée 5 €.
  • Un colis indiqué comme livré par le transporteur est réputé reçu, sous réserve de la preuve contraire.
  • Un colis officiellement déclaré perdu par le transporteur pourra faire l’objet d’une nouvelle expédition sans frais.

Article 4 — Commande et paiement

  • L’Acheteur sélectionne ses produits, valide son panier et accepte les présentes CGV.
  • Le paiement est sécurisé au moyen des solutions proposées sur le site, notamment la carte bancaire ou PayPal.
  • La validation de la commande vaut conclusion définitive du contrat.
  • Pour toute question, l’Acheteur peut écrire à contact@leschroniquesdumonde.com.

Article 5 — Réserve de propriété

Les produits demeurent la propriété du Vendeur jusqu’au paiement intégral de la commande.

Article 6 — Rétractation et retours

Livres papier

  • Les produits personnalisés ou dédicacés peuvent être exclus du droit de rétractation dans les conditions prévues par l’article L221-28 du Code de la consommation.
  • En cas de défaut avéré, notamment pages manquantes ou impression défectueuse, l’Acheteur dispose de 14 jours pour contacter le Vendeur.

Livres numériques, si proposés

  • Le téléchargement immédiat d’un fichier numérique peut entraîner la renonciation au droit de rétractation, sous réserve du consentement exprès de l’Acheteur.
  • Aucun remboursement ne peut être accordé après téléchargement lorsque les conditions légales de renonciation sont remplies.

Article 7 — Livraison

  • Les produits sont expédiés à l’adresse indiquée lors de la commande.
  • Les délais communiqués sont indicatifs et peuvent varier selon les transporteurs.
  • Les risques sont transférés à l’Acheteur dans les conditions prévues par la législation applicable.
  • En cas de dommage ou d’anomalie, l’Acheteur doit conserver les preuves utiles et contacter rapidement le Vendeur ainsi que le transporteur.

Article 8 — Garantie

  • Les produits bénéficient de la garantie légale de conformité et de la garantie contre les vices cachés.
  • Selon la situation, un remplacement, une réparation ou un remboursement pourra être proposé dans le respect des dispositions légales.
  • Toute réclamation doit être adressée à contact@leschroniquesdumonde.com.

Article 9 — Responsabilité

  • Le Vendeur ne peut être tenu responsable d’un usage inapproprié du site ou des produits.
  • Sa responsabilité ne saurait être engagée en cas de panne, virus, interruption, intrusion extérieure ou autre incident échappant raisonnablement à son contrôle.

Article 10 — Propriété intellectuelle

  • Les textes, visuels, couvertures, logos et autres contenus présents sur le site sont protégés par le droit d’auteur.
  • Toute reproduction ou exploitation sans autorisation écrite préalable est interdite.

Article 11 — Données personnelles

  • Les données collectées sont nécessaires au traitement des commandes et au fonctionnement du site.
  • Elles sont traitées conformément à la réglementation applicable en matière de protection des données.
  • L’utilisateur peut exercer ses droits en écrivant à contact@leschroniquesdumonde.com.

Article 12 — Litiges

  • Les présentes CGV sont régies par le droit français.
  • En cas de litige, les parties rechercheront prioritairement une solution amiable avant toute action judiciaire.
  • À défaut d’accord, la juridiction compétente sera déterminée conformément aux règles légales applicables.