{"id":4410,"date":"2026-03-08T17:35:32","date_gmt":"2026-03-08T22:35:32","guid":{"rendered":"https:\/\/stayritmo.com\/?page_id=4410"},"modified":"2026-03-10T14:53:22","modified_gmt":"2026-03-10T19:53:22","slug":"politique-en-matiere-de-cookies","status":"publish","type":"page","link":"https:\/\/stayritmo.com\/fr\/cookie-policy\/","title":{"rendered":"Politique relative aux cookies"},"content":{"rendered":"<style>\n\n\/* ============================================================\n   RITMO CARTAGENA \u2014 Design System\n   A Modern Caribbean Oasis in El Laguito, Cartagena\n   ============================================================ *\/\n\n\/* --- Google Fonts --- *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap');\n\n\/* --- CSS Custom Properties --- *\/\n:root {\n  \/* Colors \u2014 Ritmo Red + Caribbean Gold + Sandy Beach *\/\n  --color-primary: #FF2236;\n  --color-primary-light: #FF4D5E;\n  --color-primary-dark: #D91A2B;\n  --color-secondary: #C87E22;\n  --color-secondary-light: #EBA92C;\n  --color-cta: #C87E22;\n  --color-cta-hover: #A86A1B;\n  --color-cta-light: #EBA92C;\n  --color-accent: #EBA92C;\n  --color-sand: #EBDEC5;\n  --color-sand-light: #F5F0E3;\n  --color-bg: #FFFDF8;\n  --color-bg-warm: #F5F0E3;\n  --color-bg-section: #EBDEC5;\n  --color-text: #2C1810;\n  --color-text-muted: #6B5744;\n  --color-text-light: #8C7A68;\n  --color-white: #FFFFFF;\n  --color-border: #DDD2BD;\n  --color-border-light: #EBDEC5;\n\n  \/* Typography *\/\n  --font-heading: 'Cormorant', Georgia, 'Times New Roman', serif;\n  --font-body: 'Montserrat', 'Segoe UI', Tahoma, sans-serif;\n\n  \/* Font Sizes \u2014 Fluid Scale *\/\n  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.8125rem);\n  --text-sm: clamp(0.8125rem, 0.75rem + 0.3vw, 0.875rem);\n  --text-base: clamp(0.9375rem, 0.875rem + 0.3vw, 1rem);\n  --text-lg: clamp(1.0625rem, 0.95rem + 0.5vw, 1.125rem);\n  --text-xl: clamp(1.1875rem, 1rem + 0.75vw, 1.3125rem);\n  --text-2xl: clamp(1.4375rem, 1.15rem + 1.2vw, 1.6875rem);\n  --text-3xl: clamp(1.75rem, 1.35rem + 1.7vw, 2.125rem);\n  --text-4xl: clamp(2.125rem, 1.5rem + 2.5vw, 2.8125rem);\n  --text-5xl: clamp(2.625rem, 1.75rem + 3.5vw, 3.75rem);\n  --text-6xl: clamp(3.25rem, 2rem + 5vw, 5rem);\n\n  \/* Font Weights *\/\n  --weight-light: 300;\n  --weight-normal: 400;\n  --weight-medium: 500;\n  --weight-semibold: 600;\n  --weight-bold: 700;\n\n  \/* Line Heights *\/\n  --leading-tight: 1.15;\n  --leading-snug: 1.3;\n  --leading-normal: 1.6;\n  --leading-relaxed: 1.75;\n\n  \/* Letter Spacing *\/\n  --tracking-tight: -0.02em;\n  --tracking-normal: 0;\n  --tracking-wide: 0.05em;\n  --tracking-wider: 0.1em;\n  --tracking-widest: 0.2em;\n\n  \/* Spacing Scale *\/\n  --space-xs: 0.25rem;\n  --space-sm: 0.5rem;\n  --space-md: 1rem;\n  --space-lg: 1.5rem;\n  --space-xl: 2rem;\n  --space-2xl: 3rem;\n  --space-3xl: 4rem;\n  --space-4xl: 6rem;\n  --space-5xl: 8rem;\n\n  \/* Layout *\/\n  --max-width: 1280px;\n  --max-width-narrow: 960px;\n  --max-width-text: 720px;\n  --nav-height: 80px;\n  --border-radius: 8px;\n  --border-radius-lg: 16px;\n  --border-radius-xl: 24px;\n\n  \/* Shadows *\/\n  --shadow-sm: 0 1px 3px rgba(44, 24, 16, 0.06);\n  --shadow-md: 0 4px 12px rgba(44, 24, 16, 0.08);\n  --shadow-lg: 0 8px 30px rgba(44, 24, 16, 0.1);\n  --shadow-xl: 0 16px 50px rgba(44, 24, 16, 0.12);\n  --shadow-gold: 0 4px 20px rgba(200, 126, 34, 0.25);\n  --shadow-red: 0 4px 20px rgba(255, 34, 54, 0.2);\n\n  \/* Transitions *\/\n  --transition-fast: 150ms ease;\n  --transition-base: 250ms ease;\n  --transition-slow: 400ms ease;\n}\n\n\/* --- Base Resets --- *\/\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\nhtml {\n  scroll-behavior: smooth;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\nbody {\n  font-family: var(--font-body);\n  font-size: var(--text-base);\n  font-weight: var(--weight-normal);\n  line-height: var(--leading-normal);\n  color: var(--color-text);\n  background-color: var(--color-bg);\n}\n\n\/* --- Typography --- *\/\nh1, h2, h3, h4, h5, h6 {\n  font-family: var(--font-heading);\n  font-weight: var(--weight-semibold);\n  line-height: var(--leading-tight);\n  color: var(--color-primary);\n}\n\nh1 { font-size: var(--text-5xl); letter-spacing: var(--tracking-tight); }\nh2 { font-size: var(--text-4xl); }\nh3 { font-size: var(--text-3xl); }\nh4 { font-size: var(--text-2xl); }\nh5 { font-size: var(--text-xl); }\nh6 { font-size: var(--text-lg); }\n\np {\n  margin-bottom: var(--space-md);\n  max-width: 70ch;\n}\n\n.text-muted { color: var(--color-text-muted); }\n.text-light { color: var(--color-text-light); }\n.text-gold { color: var(--color-cta); }\n.text-white { color: var(--color-white); }\n\n.eyebrow {\n  font-family: var(--font-body);\n  font-size: var(--text-xs);\n  font-weight: var(--weight-semibold);\n  letter-spacing: var(--tracking-widest);\n  text-transform: uppercase;\n  color: var(--color-cta);\n  margin-bottom: var(--space-sm);\n}\n\n\/* --- Buttons --- *\/\n.btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: var(--space-sm);\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  font-weight: var(--weight-semibold);\n  letter-spacing: var(--tracking-wide);\n  text-transform: uppercase;\n  text-decoration: none;\n  padding: 0.875rem 2rem;\n  border: 2px solid transparent;\n  border-radius: var(--border-radius);\n  cursor: pointer;\n  transition: all var(--transition-base);\n  min-height: 48px;\n}\n\n.btn-primary {\n  background: var(--color-cta);\n  color: var(--color-white);\n  border-color: var(--color-cta);\n}\n.btn-primary:hover {\n  background: var(--color-cta-hover);\n  color: var(--color-white);\n  border-color: var(--color-cta-hover);\n  box-shadow: var(--shadow-gold);\n}\n\n.btn-outline {\n  background: transparent;\n  color: var(--color-white);\n  border-color: var(--color-white);\n}\n.btn-outline:hover {\n  background: var(--color-white);\n  color: var(--color-primary);\n}\n\n.btn-outline-dark {\n  background: transparent;\n  color: var(--color-primary);\n  border-color: var(--color-primary);\n}\n.btn-outline-dark:hover {\n  background: var(--color-primary);\n  color: var(--color-white);\n}\n\n.btn-ghost {\n  background: transparent;\n  color: var(--color-cta);\n  border-color: transparent;\n  padding: 0.5rem 1rem;\n}\n.btn-ghost:hover {\n  color: var(--color-cta-hover);\n}\n\n\/* --- Layout Utilities --- *\/\n.container {\n  width: 100%;\n  max-width: var(--max-width);\n  margin: 0 auto;\n  padding: 0 var(--space-xl);\n}\n\n.container-narrow {\n  max-width: var(--max-width-narrow);\n}\n\n.section {\n  padding: var(--space-5xl) 0;\n}\n\n.section-sm {\n  padding: var(--space-3xl) 0;\n}\n\n\/* --- Grid --- *\/\n.grid {\n  display: grid;\n  gap: var(--space-xl);\n}\n.grid-2 { grid-template-columns: repeat(2, 1fr); }\n.grid-3 { grid-template-columns: repeat(3, 1fr); }\n.grid-4 { grid-template-columns: repeat(4, 1fr); }\n\n@media (max-width: 1024px) {\n  .grid-4 { grid-template-columns: repeat(2, 1fr); }\n  .grid-3 { grid-template-columns: repeat(2, 1fr); }\n}\n@media (max-width: 640px) {\n  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }\n}\n\n\/* --- Card --- *\/\n.card {\n  background: var(--color-white);\n  border-radius: var(--border-radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  transition: all var(--transition-base);\n  cursor: pointer;\n}\n.card:hover {\n  box-shadow: var(--shadow-lg);\n  transform: translateY(-4px);\n}\n.card-body {\n  padding: var(--space-lg);\n}\n\n\/* --- Gold Divider --- *\/\n.divider-gold {\n  width: 60px;\n  height: 2px;\n  background: var(--color-cta);\n  margin: var(--space-md) 0;\n}\n\n.divider-gold-center {\n  margin-left: auto;\n  margin-right: auto;\n}\n\n\/* --- Star Rating --- *\/\n.stars {\n  display: inline-flex;\n  gap: 2px;\n  color: var(--color-cta);\n}\n\n\/* --- Accessibility --- *\/\n@media (prefers-reduced-motion: reduce) {\n  *, *::before, *::after {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n  html { scroll-behavior: auto; }\n}\n\n\/* --- Focus States --- *\/\n:focus-visible {\n  outline: 2px solid var(--color-cta);\n  outline-offset: 2px;\n}\n\n\/* --- Selection --- *\/\n::selection {\n  background: var(--color-primary);\n  color: var(--color-white);\n}\n\n\/* --- Dark Section (replaces old navy) --- *\/\n.dark-section {\n  background: #2C1810;\n  color: rgba(255, 255, 255, 0.9);\n}\n.dark-section h2, .dark-section h3, .dark-section h4 {\n  color: var(--color-white);\n}\n\n\n\n    \/* --- Navigation --- *\/\n    .nav {\n      position: fixed;\n      top: 0;\n      left: 0;\n      right: 0;\n      z-index: 50;\n      background: rgba(255, 255, 255, 0.97);\n      backdrop-filter: blur(12px);\n      -webkit-backdrop-filter: blur(12px);\n      border-bottom: 1px solid var(--color-border);\n      box-shadow: var(--shadow-md);\n      padding: 0 var(--space-xl);\n    }\n\n    .nav-inner {\n      max-width: var(--max-width);\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      height: var(--nav-height);\n    }\n\n    .nav-logo {\n      display: inline-flex;\n      align-items: center;\n      text-decoration: none;\n    }\n\n    .nav-logo img {\n      height: 30px;\n      width: auto;\n    }\n\n    .nav-links {\n      display: flex;\n      align-items: center;\n      gap: var(--space-xl);\n      list-style: none;\n    }\n\n    .nav-links a {\n      font-family: var(--font-body);\n      font-size: var(--text-sm);\n      font-weight: var(--weight-medium);\n      color: var(--color-text);\n      text-decoration: none;\n      letter-spacing: var(--tracking-wide);\n      text-transform: uppercase;\n      transition: color var(--transition-fast);\n    }\n\n    .nav-links a:hover { color: var(--color-cta); }\n    .nav-links a.active,\n    .nav.scrolled .nav-links a.active { color: var(--color-cta) !important; }\n\n    .nav-cta {\n      padding: 0.625rem 1.5rem !important;\n      background: var(--color-cta) !important;\n      color: var(--color-white) !important;\n      border-radius: var(--border-radius) !important;\n      font-weight: var(--weight-semibold) !important;\n      text-transform: uppercase !important;\n      letter-spacing: var(--tracking-wide) !important;\n      font-size: var(--text-xs) !important;\n      transition: all var(--transition-base) !important;\n    }\n\n    .nav-cta:hover {\n      background: var(--color-cta-hover) !important;\n      box-shadow: var(--shadow-gold) !important;\n    }\n\n    .nav-toggle {\n      display: none;\n      flex-direction: column;\n      gap: 5px;\n      cursor: pointer;\n      background: none;\n      border: none;\n      padding: 4px;\n    }\n\n    .nav-toggle span {\n      width: 24px;\n      height: 2px;\n      background: var(--color-text);\n      transition: all var(--transition-base);\n    }\n\n    @media (max-width: 1024px) {\n      .nav-toggle { display: flex; }\n      .nav-links {\n        display: none;\n        position: absolute;\n        top: calc(var(--nav-height) + 0.5rem);\n        left: 0;\n        right: 0;\n        background: var(--color-white);\n        flex-direction: column;\n        padding: var(--space-xl);\n        border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);\n        box-shadow: var(--shadow-lg);\n      }\n      .nav-links.open { display: flex; }\n    }\n\n    \/* --- Page Header --- *\/\n    .page-header {\n      padding-top: calc(var(--nav-height) + var(--space-3xl));\n      padding-bottom: var(--space-2xl);\n      text-align: center;\n      background: var(--color-bg);\n      border-bottom: 1px solid var(--color-border-light);\n    }\n\n    .page-header h1 {\n      font-size: var(--text-4xl);\n      color: var(--color-primary);\n      margin-bottom: var(--space-sm);\n    }\n\n    \/* --- Policy Content --- *\/\n    .policy-content {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: var(--space-3xl) var(--space-xl);\n    }\n\n    .policy-content h2 {\n      font-size: var(--text-2xl);\n      color: var(--color-primary);\n      margin-top: 1.5rem;\n      margin-bottom: 0.5rem;\n    }\n\n    .policy-content h3 {\n      font-size: var(--text-xl);\n      color: var(--color-primary);\n      margin-top: 1.25rem;\n      margin-bottom: 0.375rem;\n    }\n\n    .policy-content p {\n      margin-bottom: 0.625rem;\n      line-height: var(--leading-relaxed);\n      color: var(--color-text);\n    }\n\n    .policy-content ul,\n    .policy-content ol {\n      padding-left: 2rem !important;\n      list-style-position: outside !important;\n      margin-bottom: 0.625rem !important;\n    }\n\n    .policy-content ul + p,\n    .policy-content ol + p {\n      margin-top: 1.5rem !important;\n    }\n\n    .policy-content ul + h2,\n    .policy-content ol + h2 {\n      margin-top: 2rem !important;\n    }\n\n    .policy-content ul + h3,\n    .policy-content ol + h3 {\n      margin-top: 1.5rem !important;\n    }\n\n    .policy-content ul {\n      list-style-type: disc !important;\n    }\n\n    .policy-content ul li,\n    .policy-content ol li {\n      margin-bottom: var(--space-xs);\n      line-height: var(--leading-relaxed);\n      color: var(--color-text);\n      padding-left: 0.25rem;\n    }\n\n    .policy-content .effective-date {\n      font-size: var(--text-sm);\n      color: var(--color-text-muted);\n      margin-bottom: var(--space-xl);\n    }\n\n    \/* --- Footer --- *\/\n    .footer {\n      background: var(--color-sand);\n      color: var(--color-text);\n      padding: var(--space-4xl) 0 var(--space-xl);\n    }\n\n    .footer-grid {\n      display: grid;\n      grid-template-columns: 2fr 1fr 1fr 1fr;\n      gap: var(--space-2xl);\n      margin-bottom: var(--space-3xl);\n    }\n\n    .footer-brand p {\n      font-size: var(--text-sm);\n      line-height: var(--leading-relaxed);\n      color: var(--color-text-muted);\n      max-width: 300px;\n    }\n\n    .footer .nav-logo { margin-bottom: var(--space-md); }\n    .footer .nav-logo img { height: 25px; }\n\n    .footer-col h5 {\n      font-family: var(--font-body);\n      font-size: var(--text-xs);\n      font-weight: var(--weight-semibold);\n      letter-spacing: var(--tracking-widest);\n      text-transform: uppercase;\n      color: #124720;\n      margin-bottom: var(--space-lg);\n    }\n\n    .footer-col ul {\n      list-style: none !important;\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-sm);\n      padding-left: 0 !important;\n    }\n\n    .footer-col a {\n      font-size: var(--text-sm);\n      color: var(--color-text-muted);\n      text-decoration: none;\n      transition: color var(--transition-fast);\n    }\n\n    .footer-col a:hover { color: var(--color-primary); }\n\n    .footer-bottom {\n      border-top: 1px solid var(--color-border);\n      padding-top: var(--space-xl);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: var(--space-md);\n    }\n\n    .footer-bottom p {\n      font-size: var(--text-xs);\n      color: var(--color-text-light);\n      margin: 0;\n    }\n\n    .footer-legal {\n      width: 100%;\n      display: flex;\n      flex-wrap: wrap;\n      gap: var(--space-sm);\n      margin-top: var(--space-sm);\n    }\n\n    .footer-legal a {\n      font-size: var(--text-xs);\n      color: var(--color-text-light);\n      text-decoration: none;\n      transition: color var(--transition-fast);\n    }\n\n    .footer-legal a:hover {\n      color: var(--color-primary);\n    }\n\n    .footer-legal span {\n      font-size: var(--text-xs);\n      color: var(--color-text-light);\n      opacity: 0.5;\n    }\n\n    .footer-social {\n      display: flex;\n      gap: var(--space-md);\n    }\n\n    .footer-social a {\n      width: 40px;\n      height: 40px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      border: 1px solid var(--color-border);\n      color: var(--color-text-muted);\n      transition: all var(--transition-base);\n    }\n\n    .footer-social a:hover {\n      border-color: #124720;\n      color: #124720;\n      background: rgba(18, 71, 32, 0.08);\n    }\n\n    .footer-social svg { width: 18px; height: 18px; }\n\n    @media (max-width: 768px) {\n      .footer-grid { grid-template-columns: 1fr 1fr; }\n    }\n    @media (max-width: 480px) {\n      .footer-grid { grid-template-columns: 1fr; }\n    }\n\n  \n<\/style>\n\n\n\n<!-- ==================== NAVIGATION ==================== -->\n  <nav class=\"nav\" id=\"navbar\">\n    <div class=\"nav-inner\">\n      <a href=\"https:\/\/stayritmo.com\/fr\/\" class=\"nav-logo\"><img decoding=\"async\" src=\"https:\/\/stayritmo.com\/wp-content\/uploads\/2025\/08\/Ritmo-Horizontal.webp\" alt=\"Ritmo Carthag\u00e8ne\" loading=\"lazy\"><\/a>\n      <ul class=\"nav-links\" id=\"navLinks\">\n        <li><a href=\"\/fr\/suite\/\">La suite<\/a><\/li>\n        <li style=\"display:none\"><a href=\"\/fr\/things-to-do\/\">Choses \u00e0 faire<\/a><\/li>\n        <li><a href=\"\/fr\/guide-de-carthagene\/\">Carthag\u00e8ne<\/a><\/li>\n        <li><a href=\"\/fr\/reviews\/\">Avis<\/a><\/li>\n        <li><a href=\"\/fr\/about\/\">\u00c0 propos<\/a><\/li>\n        <li><a href=\"\/fr\/contact\/\">Contact<\/a><\/li>\n        <li><a href=\"\/fr\/book\/\" class=\"nav-cta\">R\u00e9servez maintenant<\/a><\/li>\n      <\/ul>\n      <button class=\"nav-toggle\" id=\"navToggle\" aria-label=\"Basculer la navigation\">\n        <span><\/span><span><\/span><span><\/span>\n      <\/button>\n    <\/div>\n  <\/nav>\n\n  <!-- ==================== PAGE HEADER ==================== -->\n  <section class=\"page-header\">\n    <div class=\"container\">\n      <h1>Politique relative aux cookies<\/h1>\n      <div class=\"divider-gold divider-gold-center\"><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ==================== POLICY CONTENT ==================== -->\n  <div class=\"policy-content\">\n\n    <p class=\"effective-date\">Date d&#039;entr\u00e9e en vigueur : 25 octobre 2023<\/p>\n\n    <p>Nous utilisons des cookies pour am\u00e9liorer votre exp\u00e9rience sur notre site web. <a href=\"https:\/\/stayritmo.com\/fr\/\">https:\/\/stayritmo.com\/<\/a> et ses sous-domaines. Cette politique relative aux cookies fait partie int\u00e9grante de la politique de confidentialit\u00e9 de Ritmo Cartagena. Elle r\u00e9git l&#039;utilisation des cookies entre votre appareil et notre site.<\/p>\n\n    <p>Nous fournissons \u00e9galement des informations de base sur les services tiers que nous pouvons utiliser, lesquels peuvent \u00e9galement utiliser des cookies dans le cadre de leurs services. La pr\u00e9sente politique ne couvre pas leurs cookies.<\/p>\n\n    <p>Si vous ne souhaitez pas accepter les cookies de notre part, vous devez configurer votre navigateur pour qu&#039;il refuse les cookies. <a href=\"https:\/\/stayritmo.com\/fr\/\">https:\/\/stayritmo.com\/<\/a>. Dans ce cas, il se peut que nous ne soyons pas en mesure de vous fournir certains contenus et services que vous souhaitez.<\/p>\n\n    <h2>Qu&#039;est-ce qu&#039;un cookie ?<\/h2>\n    <p>Un cookie est un petit fichier de donn\u00e9es qu&#039;un site web enregistre sur votre appareil lorsque vous le consultez. Il contient g\u00e9n\u00e9ralement des informations sur le site lui-m\u00eame, un identifiant unique permettant au site de reconna\u00eetre votre navigateur lors de vos visites ult\u00e9rieures, des donn\u00e9es suppl\u00e9mentaires n\u00e9cessaires au fonctionnement du cookie, ainsi que sa dur\u00e9e de vie.<\/p>\n    <p>Les cookies sont utilis\u00e9s pour activer certaines fonctionnalit\u00e9s (par exemple, la connexion), suivre l&#039;utilisation du site (par exemple, les analyses), stocker vos param\u00e8tres utilisateur (par exemple, le fuseau horaire, les pr\u00e9f\u00e9rences de notification) et personnaliser votre contenu (par exemple, la publicit\u00e9, la langue).<\/p>\n    <p>Les cookies d\u00e9pos\u00e9s par le site web que vous consultez sont g\u00e9n\u00e9ralement appel\u00e9s cookies internes. Ils ne suivent g\u00e9n\u00e9ralement votre activit\u00e9 que sur ce site en particulier.<\/p>\n    <p>Les cookies d\u00e9pos\u00e9s par d&#039;autres sites et entreprises (c&#039;est-\u00e0-dire des tiers) sont appel\u00e9s cookies tiers. Ils peuvent \u00eatre utilis\u00e9s pour vous suivre sur d&#039;autres sites web qui utilisent le m\u00eame service tiers.<\/p>\n\n    <h2>Types de cookies et comment nous les utilisons<\/h2>\n\n    <h3>Cookies essentiels<\/h3>\n    <p>Les cookies essentiels sont indispensables \u00e0 votre exp\u00e9rience sur un site web, car ils permettent d&#039;activer des fonctionnalit\u00e9s essentielles telles que la connexion des utilisateurs, la gestion des comptes, les paniers d&#039;achat et le traitement des paiements.<\/p>\n    <p>Nous utilisons des cookies essentiels pour activer certaines fonctions de notre site web.<\/p>\n\n    <h3>Cookies de fonctionnalit\u00e9<\/h3>\n    <p>Les cookies de fonctionnalit\u00e9 servent \u00e0 collecter des informations sur votre appareil et les param\u00e8tres que vous configurez sur le site web que vous consultez (comme la langue et le fuseau horaire). Gr\u00e2ce \u00e0 ces informations, les sites web peuvent vous proposer un contenu et des services personnalis\u00e9s, am\u00e9lior\u00e9s ou optimis\u00e9s. Ces cookies peuvent \u00eatre d\u00e9pos\u00e9s par le site web que vous consultez (cookies internes) ou par des services tiers.<\/p>\n    <p>Nous utilisons des cookies de fonctionnalit\u00e9 sur notre site.<\/p>\n\n    <h2>Comment pouvez-vous contr\u00f4ler l&#039;utilisation des cookies sur notre site web\u00a0?<\/h2>\n    <p>Vous avez le droit d&#039;accepter ou de refuser les cookies sur notre site web. Vous pouvez g\u00e9rer vos pr\u00e9f\u00e9rences en mati\u00e8re de cookies dans notre Gestionnaire de consentement aux cookies. Ce gestionnaire vous permet de s\u00e9lectionner les cat\u00e9gories de cookies que vous acceptez ou refusez. Les cookies essentiels ne peuvent pas \u00eatre refus\u00e9s car ils sont indispensables au fonctionnement de notre site web.<\/p>\n    <p>Vous pouvez \u00e9galement configurer ou modifier vos pr\u00e9f\u00e9rences en mati\u00e8re de cookies via les param\u00e8tres de votre navigateur. Chaque navigateur \u00e9tant diff\u00e9rent, veuillez consulter les instructions fournies par le v\u00f4tre (g\u00e9n\u00e9ralement dans la section \u201c\u00a0Aide\u00a0\u201d). Si vous choisissez de refuser ou de d\u00e9sactiver les cookies, vous pourrez toujours utiliser le site web, mais certaines fonctionnalit\u00e9s pourraient ne pas \u00eatre disponibles.<\/p>\n\n    <h2>\u00c0 quelle fr\u00e9quence mettrons-nous \u00e0 jour cette politique relative aux cookies\u00a0?<\/h2>\n    <p>Nous pouvons \u00eatre amen\u00e9s \u00e0 mettre \u00e0 jour la pr\u00e9sente Politique relative aux cookies de temps \u00e0 autre afin de refl\u00e9ter toute modification apport\u00e9e aux cookies et aux technologies connexes que nous utilisons, ou pour d&#039;autres raisons op\u00e9rationnelles, juridiques ou r\u00e9glementaires.<\/p>\n    <p>Chaque fois que vous utilisez notre site Web, la version en vigueur de notre Politique relative aux cookies s&#039;applique. Lors de votre navigation, nous vous recommandons de v\u00e9rifier la date de cette Politique (indiqu\u00e9e en haut de ce document) et de prendre connaissance des modifications apport\u00e9es depuis la derni\u00e8re version.<\/p>\n\n    <h2>O\u00f9 pouvez-vous obtenir plus d&#039;informations ?<\/h2>\n    <p>Pour toute question ou pr\u00e9occupation concernant notre politique en mati\u00e8re de cookies, vous pouvez nous contacter en utilisant les coordonn\u00e9es suivantes\u00a0:<\/p>\n    <p>Administrateur<br><a href=\"https:\/\/stayritmo.com\/fr\/contactez-nous\/\">https:\/\/stayritmo.com\/contact-us\/<\/a><\/p>\n\n    <button data-gt-cookie-widget-show=\"true\">G\u00e9rer les pr\u00e9f\u00e9rences relatives aux cookies<\/button>\n\n  <\/div>\n\n  <!-- ==================== FOOTER ==================== -->\n  <footer class=\"footer\">\n    <div class=\"container\">\n      <div class=\"footer-grid\">\n        <div class=\"footer-brand\">\n          <a href=\"https:\/\/stayritmo.com\/fr\/\" class=\"nav-logo\"><img decoding=\"async\" src=\"https:\/\/stayritmo.com\/wp-content\/uploads\/2025\/08\/Ritmo-Horizontal.webp\" alt=\"Ritmo Carthag\u00e8ne\" loading=\"lazy\"><\/a>\n          <p>Une oasis carib\u00e9enne moderne \u00e0 El Laguito, Carthag\u00e8ne. Votre r\u00e9sidence \u00e9l\u00e9gante loin de chez vous sur la c\u00f4te carib\u00e9enne colombienne.<\/p>\n        <\/div>\n        <div class=\"footer-col\">\n          <h5>Explorer<\/h5>\n          <ul>\n            <li><a href=\"\/fr\/suite\/\">La suite<\/a><\/li>\n            <li style=\"display:none\"><a href=\"\/fr\/things-to-do\/\">Choses \u00e0 faire<\/a><\/li>\n            <li><a href=\"\/fr\/guide-de-carthagene\/\">Guide de Carthag\u00e8ne<\/a><\/li>\n            <li><a href=\"\/fr\/reviews\/\">Avis des clients<\/a><\/li>\n            <li><a href=\"\/fr\/blog\/\">Blog<\/a><\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"footer-col\">\n          <h5>Info<\/h5>\n          <ul>\n            <li><a href=\"\/fr\/about\/\">\u00c0 propos de nous<\/a><\/li>\n            <li><a href=\"\/fr\/faq\/\">FAQ<\/a><\/li>\n            <li><a href=\"\/fr\/contact\/\">Contact<\/a><\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"footer-col\">\n          <h5>Livre<\/h5>\n          <ul>\n            <li><a href=\"\/fr\/book\/\">R\u00e9servez directement<\/a><\/li>\n            <li><a href=\"https:\/\/airbnb.com\/h\/ritmo\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Airbnb<\/a><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n      <div class=\"footer-bottom\">\n        <p>\u00a9 <script>document.write(new Date().getFullYear())<\/script> Ritmo Carthag\u00e8ne<\/p>\n        <div class=\"footer-social\">\n          <a href=\"https:\/\/www.instagram.com\/ritmocartagena\/\" aria-label=\"Instagram\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\/><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\/><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/www.facebook.com\/ritmocartagena\/\" aria-label=\"Facebook\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/x.com\/ritmo_cartagena\" aria-label=\"X\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"\/><\/svg>\n          <\/a>\n        <\/div>\n        <div class=\"footer-legal\">\n          <a href=\"\/fr\/terms\/\">Conditions d&#039;utilisation<\/a>\n          <span>\u00b7<\/span>\n          <a href=\"\/fr\/privacy\/\">politique de confidentialit\u00e9<\/a>\n          <span>\u00b7<\/span>\n          <a href=\"\/fr\/politique-en-matiere-de-cookies\/\">Politique relative aux cookies<\/a>\n          <span>\u00b7<\/span>\n          <a href=\"\/fr\/utilisation-acceptable\/\">Utilisation acceptable<\/a>\n          <span>\u00b7<\/span>\n          <a href=\"\/fr\/politique-dannulation\/\">Politique d&#039;annulation<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/footer>\n\n  <script>\n    const navToggle = document.getElementById('navToggle');\n    const navLinks = document.getElementById('navLinks');\n    navToggle.addEventListener('click', () => { navLinks.classList.toggle('open'); });\n    navLinks.querySelectorAll('a').forEach(link => { link.addEventListener('click', () => { navLinks.classList.remove('open'); }); });\n\n  <\/script>","protected":false},"excerpt":{"rendered":"<p>The Suite Things to Do Cartagena Reviews About Contact Book Now Cookie Policy Effective Date: October 25, 2023 We use cookies to help improve your experience of our website at https:\/\/stayritmo.com\/ and its subdomains. This cookie policy is part of Ritmo Cartagena&#8217;s privacy policy. It covers the use of cookies between your device and our [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":19,"comment_status":"closed","ping_status":"closed","template":"ritmo-canvas","meta":{"footnotes":""},"class_list":["post-4410","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages\/4410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/comments?post=4410"}],"version-history":[{"count":10,"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages\/4410\/revisions"}],"predecessor-version":[{"id":4781,"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages\/4410\/revisions\/4781"}],"wp:attachment":[{"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/media?parent=4410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}