Politique d’expédition

.dyn-liv *, .dyn-liv *::before, .dyn-liv *::after { box-sizing: border-box; } .dyn-liv { --beige: #F5EFE6; --white: #FFFFFF; --sage: #7A8F7B; --sage-light: #9aaa9b; --sage-dark: #5f7260; --noir: #1A1A1A; --beige-fonce: #E8DFD4; --gris: #6D6D6D; --dore: #C6A65B; font-family: 'Montserrat', sans-serif; background: var(--beige); color: var(--noir); width: 100%; } .dyn-liv a { color: var(--sage-dark); text-decoration: none; border-bottom: 1px solid rgba(122,143,123,0.4); transition: color 0.2s, border-color 0.2s; font-weight: 500; } .dyn-liv a:hover { color: var(--sage); border-color: var(--sage); } .dyn-liv__topbar { height: 4px; background: linear-gradient(90deg, var(--sage), var(--dore), var(--sage)); } .dyn-liv__wrapper { max-width: 980px; margin: 0 auto; padding: 56px 32px 80px; } .dyn-liv__header { text-align: center; margin-bottom: 48px; } .dyn-liv__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--beige-fonce); border-radius: 100px; padding: 7px 18px; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); margin-bottom: 28px; } .dyn-liv__h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: var(--noir); line-height: 1.15; margin: 0 0 16px; } .dyn-liv__h1 em { color: var(--sage); font-style: italic; } .dyn-liv__subtitle { font-size: 15px; color: var(--gris); font-weight: 300; line-height: 1.8; max-width: 700px; margin: 0 auto; } .dyn-liv__ornement { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; } .dyn-liv__ornement-line { width: 48px; height: 1px; background: var(--dore); } .dyn-liv__ornement-dot { width: 6px; height: 6px; background: var(--dore); border-radius: 50%; } .dyn-liv__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 32px; } .dyn-liv__summary-card { background: var(--white); border: 1px solid var(--beige-fonce); border-radius: 14px; padding: 20px 16px; text-align: center; box-shadow: 0 4px 16px rgba(122,143,123,0.06); transition: border-color 0.25s, box-shadow 0.25s; } .dyn-liv__summary-card:hover { border-color: var(--sage-light); box-shadow: 0 4px 16px rgba(122,143,123,0.10); } .dyn-liv__summary-val { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--sage-dark); margin-bottom: 4px; } .dyn-liv__summary-label { font-size: 11px; color: var(--gris); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.45; } .dyn-liv__section { background: var(--white); border: 1px solid var(--beige-fonce); border-radius: 16px; padding: 32px 36px; margin-bottom: 16px; transition: border-color 0.25s ease, box-shadow 0.25s ease; } .dyn-liv__section:hover { border-color: var(--sage-light); box-shadow: 0 4px 24px rgba(122,143,123,0.10); } .dyn-liv__section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--beige-fonce); } .dyn-liv__num { font-family: 'Playfair Display', serif; font-size: 11px; font-weight: 600; color: var(--sage); letter-spacing: 0.12em; text-transform: uppercase; background: #f0f4f0; border: 1px solid rgba(122,143,123,0.2); border-radius: 6px; padding: 4px 10px; white-space: nowrap; } .dyn-liv__h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 600; color: var(--noir); margin: 0; } .dyn-liv p { font-size: 15px; line-height: 1.75; color: var(--gris); font-weight: 400; margin: 0 0 12px; } .dyn-liv ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 4px 0 12px; padding: 0; } .dyn-liv ul li { font-size: 14.5px; color: var(--gris); padding-left: 20px; position: relative; line-height: 1.65; } .dyn-liv ul li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: var(--sage); border-radius: 50%; opacity: 0.7; } .dyn-liv__highlight { background: #f0f4f0; border-left: 3px solid var(--sage); border-radius: 0 10px 10px 0; padding: 14px 18px; margin-top: 16px; font-size: 14px; color: var(--sage-dark); font-weight: 500; line-height: 1.6; } .dyn-liv__highlight-warn { background: #faf3e8; border-left: 3px solid var(--dore); border-radius: 0 10px 10px 0; padding: 14px 18px; margin-top: 16px; font-size: 14px; color: #7a5c1a; font-weight: 500; line-height: 1.6; } .dyn-liv__cta { background: var(--sage); border-radius: 16px; padding: 32px 36px; text-align: center; margin-top: 32px; } .dyn-liv__cta-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: 8px; } .dyn-liv__cta-sub { font-size: 14px; color: rgba(255,255,255,0.8); font-weight: 300; margin-bottom: 20px; line-height: 1.6; } .dyn-liv__cta-btn { display: inline-block; background: var(--white); color: var(--sage-dark); font-size: 13px; font-weight: 600; padding: 12px 28px; border-radius: 100px; text-decoration: none; letter-spacing: 0.05em; transition: background 0.2s, color 0.2s; } .dyn-liv__cta-btn:hover { background: var(--beige); color: var(--sage-dark); } .dyn-liv__footer { margin-top: 48px; padding: 36px; background: var(--white); border: 1px solid var(--beige-fonce); border-radius: 16px; text-align: center; } .dyn-liv__footer-brand { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--noir); margin-bottom: 6px; } .dyn-liv__footer-brand span { color: var(--sage); } .dyn-liv__footer-sep { width: 32px; height: 2px; background: var(--dore); margin: 12px auto; border-radius: 2px; } .dyn-liv__footer-note { font-size: 13px; color: var(--gris); font-weight: 400; line-height: 1.7; margin: 0; } @media (max-width: 640px) { .dyn-liv__wrapper { padding: 36px 18px 60px; } .dyn-liv__summary { grid-template-columns: 1fr; } .dyn-liv__section { padding: 24px 20px; } .dyn-liv__h1 { font-size: 1.8rem; } .dyn-liv__cta { padding: 24px 20px; } .dyn-liv__footer { padding: 24px 20px; } }
🚚 Livraison

Zones & délais de livraison

Nous expédions vos commandes selon la destination et les conditions logistiques de chaque zone.

5 à 7 jours
France métropolitaine
7 à 15 jours
Europe
10 à 15 jours
DOM et autres destinations
Art. 1

Zones de livraison

Dynace France livre à domicile selon les zones activées sur la boutique Shopify. Les tarifs et délais peuvent varier selon le pays, la zone logistique et le mode de traitement de la commande.

  • France métropolitaine : 5 à 7 jours ouvrés.
  • Europe : 7 à 15 jours ouvrés.
  • DOM : 10 à 15 jours ouvrés.
  • Autres destinations : 10 à 15 jours ouvrés.
La livraison s’effectue exclusivement à domicile. Nous ne proposons pas de point relais à ce jour.
Art. 2

Délais indicatifs

Les délais sont indiqués en jours ouvrés à compter de la confirmation du paiement. Ils sont donnés à titre indicatif et peuvent varier selon le transporteur, la période de l’année, les contrôles douaniers ou tout événement indépendant de notre volonté.

Les délais de livraison peuvent être rallongés lors des périodes de forte activité, des jours fériés, d’opérations promotionnelles ou de contraintes logistiques exceptionnelles.
Art. 3

Commandes de volume

Pour toute commande de plus de 25 paquets, le traitement s’effectue en privé directement avec notre équipe afin d’adapter les conditions logistiques, tarifaires et de paiement au volume commandé.

Vous pouvez nous contacter pour une prise en charge personnalisée via contact@dynacefrance.com.
Art. 4

Suivi de commande

Un e-mail de suivi est envoyé dès l’expédition de votre commande lorsque le transporteur le permet. En cas de retard imputable au transporteur, nous vous informons dès que possible.

Art. 5

Questions fréquentes

Quelques réponses rapides sur la livraison :

  • Nous livrons à domicile uniquement.
  • Les délais sont calculés en jours ouvrés.
  • Les frais de livraison sont affichés au moment de la commande.
  • Les pays européens hors tarif standard peuvent faire l’objet d’un traitement spécifique.
Une question sur votre livraison ?
Notre équipe vous répond rapidement par e-mail.
📧 Nous contacter