{"id":4408,"date":"2026-03-08T17:25:30","date_gmt":"2026-03-08T22:25:30","guid":{"rendered":"https:\/\/stayritmo.com\/?page_id=4408"},"modified":"2026-03-10T14:53:21","modified_gmt":"2026-03-10T19:53:21","slug":"utilisation-acceptable","status":"publish","type":"page","link":"https:\/\/stayritmo.com\/fr\/acceptable-use\/","title":{"rendered":"Utilisation acceptable"},"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 d&#039;utilisation acceptable<\/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>La pr\u00e9sente politique d&#039;utilisation acceptable s&#039;applique aux produits, services et technologies (ci-apr\u00e8s d\u00e9sign\u00e9s collectivement les \u201c\u00a0Produits\u00a0\u201d) fournis par Ritmo Cartagena dans le cadre de tout accord en vigueur. Elle vise \u00e0 prot\u00e9ger Ritmo Cartagena, ses clients et la communaut\u00e9 Internet en g\u00e9n\u00e9ral contre toute activit\u00e9 contraire \u00e0 l&#039;\u00e9thique, irresponsable ou ill\u00e9gale.<\/p>\n\n    <p>Les clients de Ritmo Cartagena qui ne respectent pas la pr\u00e9sente politique d&#039;utilisation acceptable s&#039;exposent \u00e0 une suspension de service et \u00e0 la r\u00e9siliation de leur compte. Dans les cas les plus graves, nous pourrions \u00eatre l\u00e9galement tenus de signaler ces clients aux autorit\u00e9s comp\u00e9tentes.<\/p>\n\n    <p class=\"effective-date\">Cette politique a \u00e9t\u00e9 r\u00e9vis\u00e9e pour la derni\u00e8re fois le 3 novembre 2025.<\/p>\n\n    <h2>Utilisation \u00e9quitable<\/h2>\n    <p>Nous mettons nos installations \u00e0 votre disposition en partant du principe que votre utilisation sera conforme \u00e0 nos conditions habituelles. Si votre utilisation est jug\u00e9e excessive, des frais suppl\u00e9mentaires pourront \u00eatre factur\u00e9s ou la capacit\u00e9 d&#039;accueil pourra \u00eatre r\u00e9duite.<\/p>\n    <p>Nous nous opposons \u00e0 toute forme d&#039;abus, de discrimination, d&#039;atteinte aux droits et\/ou \u00e0 toute action qui nuit ou d\u00e9savantage un groupe, un individu ou une ressource. Nous attendons de nos clients et, le cas \u00e9ch\u00e9ant, de leurs utilisateurs (\u201c\u00a0utilisateurs finaux\u00a0\u201d) qu&#039;ils utilisent nos produits avec la m\u00eame intention.<\/p>\n\n    <h2>Responsabilisation du client<\/h2>\n    <p>Nous consid\u00e9rons que nos clients sont responsables de leurs propres actes ainsi que de ceux de toute personne utilisant nos produits avec leur autorisation. Cette responsabilit\u00e9 s&#039;applique \u00e9galement \u00e0 toute personne utilisant nos produits sans autorisation, en raison du d\u00e9faut de mise en place par le client de mesures de s\u00e9curit\u00e9 raisonnables.<\/p>\n    <p>En acceptant nos produits, nos clients s&#039;engagent \u00e0 faire respecter la pr\u00e9sente politique par toute personne utilisant ces produits en tant qu&#039;utilisateur final. Les r\u00e9clamations concernant les agissements des clients ou de leurs utilisateurs finaux seront transmises au contact d\u00e9sign\u00e9 pour le compte concern\u00e9.<\/p>\n    <p>Si un client, son utilisateur final ou toute personne utilisant nos Produits par le biais de ce client enfreint notre politique d&#039;utilisation acceptable, nous nous r\u00e9servons le droit de r\u00e9silier les Produits associ\u00e9s au compte concern\u00e9, voire le compte lui-m\u00eame, ou de prendre toute mesure corrective ou pr\u00e9ventive que nous jugerons appropri\u00e9e, sans pr\u00e9avis. Dans la mesure permise par la loi, aucun remboursement ne sera accord\u00e9 pour les interruptions de service r\u00e9sultant d&#039;une violation de notre politique d&#039;utilisation acceptable.<\/p>\n\n    <h2>Activit\u00e9 interdite<\/h2>\n\n    <h3>Violation du droit d&#039;auteur et acc\u00e8s \u00e0 du contenu non autoris\u00e9<\/h3>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s pour transmettre, distribuer ou stocker des contenus en violation des lois applicables. Cela inclut, sans s&#039;y limiter\u00a0:<\/p>\n    <ul>\n      <li>tout mat\u00e9riel prot\u00e9g\u00e9 par le droit d&#039;auteur, une marque de commerce, un secret commercial ou tout autre droit de propri\u00e9t\u00e9 intellectuelle utilis\u00e9 sans autorisation appropri\u00e9e, et<\/li>\n      <li>Tout contenu obsc\u00e8ne, diffamatoire, constituant une menace ill\u00e9gale ou enfreignant les lois sur le contr\u00f4le des exportations.<\/li>\n    <\/ul>\n\n    <p>Le client est seul responsable de tout le contenu qu&#039;il saisit, t\u00e9l\u00e9charge, diffuse, transmet, cr\u00e9e ou publie par le biais de nos Produits, et de l&#039;obtention des autorisations l\u00e9gales n\u00e9cessaires pour utiliser toute \u0153uvre incluse dans ce contenu.<\/p>\n\n    <h3>Activit\u00e9s de spam et de messages non autoris\u00e9s<\/h3>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s pour l&#039;envoi de messages commerciaux ou de masse non sollicit\u00e9s, en violation des lois et r\u00e9glementations applicables dans votre juridiction (\u201c\u00a0spam\u00a0\u201d). Ceci inclut, sans s&#039;y limiter, l&#039;envoi de spam, le d\u00e9marchage de clients \u00e0 partir de spam provenant d&#039;autres fournisseurs de services et la collecte de r\u00e9ponses \u00e0 des spams provenant d&#039;autres fournisseurs de services.<\/p>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s pour la gestion de listes de diffusion ou de listes de num\u00e9ros de t\u00e9l\u00e9phone non confirm\u00e9es (\u201c\u00a0listes de messagerie\u00a0\u201d). Cela inclut, sans s&#039;y limiter, l&#039;inscription d&#039;adresses \u00e9lectroniques ou de num\u00e9ros de t\u00e9l\u00e9phone \u00e0 une liste de messagerie sans l&#039;autorisation de leurs propri\u00e9taires, ainsi que le stockage de ces adresses ou num\u00e9ros. Toutes les listes de messagerie g\u00e9r\u00e9es ou h\u00e9berg\u00e9es par nos produits doivent \u00eatre des listes \u201c\u00a0opt-in confirm\u00e9es\u00a0\u201d. La v\u00e9rification de l&#039;autorisation expresse du propri\u00e9taire de l&#039;adresse ou du num\u00e9ro de t\u00e9l\u00e9phone doit \u00eatre disponible pendant toute la dur\u00e9e de vie de la liste.<\/p>\n    <p>Nous interdisons l&#039;utilisation, sur nos Produits, de listes d&#039;adresses \u00e9lectroniques, de listes de num\u00e9ros de t\u00e9l\u00e9phone ou de bases de donn\u00e9es achet\u00e9es aupr\u00e8s de tiers et destin\u00e9es \u00e0 l&#039;envoi de spams ou de messages non confirm\u00e9s.<\/p>\n    <p>Cette politique relative aux spams et aux messages non autoris\u00e9s s&#039;applique aux messages envoy\u00e9s via nos Produits, ou aux messages envoy\u00e9s depuis n&#039;importe quel r\u00e9seau par le client ou toute personne agissant pour son compte, qui renvoient directement ou indirectement le destinataire vers un site h\u00e9berg\u00e9 via nos Produits.<\/p>\n\n    <h3>Activit\u00e9 contraire \u00e0 l&#039;\u00e9thique, abusive et malveillante<\/h3>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s \u00e0 des fins publicitaires, de transmission ou de mise \u00e0 disposition de logiciels, programmes, produits ou services con\u00e7us pour enfreindre la pr\u00e9sente politique d&#039;utilisation acceptable, ni celle d&#039;autres fournisseurs de services. Ceci inclut, sans s&#039;y limiter, la facilitation de l&#039;envoi de spams et le lancement d&#039;attaques par interception de r\u00e9seau, ping, usurpation d&#039;identit\u00e9 de paquets, inondation de requ\u00eates, bombardement de courriels et d\u00e9ni de service.<\/p>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s pour acc\u00e9der \u00e0 un compte ou \u00e0 une ressource \u00e9lectronique dont le groupe ou l&#039;individu qui tente d&#039;y acc\u00e9der n&#039;est pas propri\u00e9taire ou n&#039;est pas autoris\u00e9 \u00e0 acc\u00e9der (par exemple, \u201c piratage \u201d, \u201c cracking \u201d, \u201c phreaking \u201d, etc.).<\/p>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s dans le but d&#039;introduire intentionnellement ou par imprudence des virus ou des codes malveillants dans nos produits et syst\u00e8mes.<\/p>\n    <p>Nos produits ne doivent pas \u00eatre utilis\u00e9s pour des activit\u00e9s visant \u00e0 harceler un groupe ou un individu. Par harc\u00e8lement, nous entendons notamment les attaques par d\u00e9ni de service, les discours haineux, l&#039;incitation \u00e0 l&#039;intol\u00e9rance raciale ou ethnique, et toute activit\u00e9 ayant pour but de menacer, d&#039;abuser, de porter atteinte aux droits ou de discriminer un groupe ou un individu.<\/p>\n    <p>Parmi les autres activit\u00e9s consid\u00e9r\u00e9es comme contraires \u00e0 l&#039;\u00e9thique, abusives et malveillantes, on peut citer\u00a0:<\/p>\n    <ul>\n      <li>Obtenir (ou tenter d\u2019obtenir) des services de notre part dans le but d\u2019\u00e9viter le paiement\u00a0;<\/li>\n      <li>Utiliser nos installations pour obtenir (ou tenter d&#039;obtenir) des services d&#039;un autre fournisseur dans le but d&#039;\u00e9viter le paiement\u00a0;<\/li>\n      <li>L\u2019acc\u00e8s, la modification ou la destruction non autoris\u00e9s (ou toute tentative en ce sens) de toute information concernant nos clients ou utilisateurs finaux, par quelque moyen ou dispositif que ce soit\u00a0;<\/li>\n      <li>Utiliser nos installations pour perturber l&#039;utilisation de nos installations et de notre r\u00e9seau par d&#039;autres clients ou personnes autoris\u00e9es\u00a0;<\/li>\n      <li>Publier ou transmettre tout contenu ou lien incitant \u00e0 la violence, repr\u00e9sentant un acte violent, faisant \u00e9tat de pornographie infantile ou mena\u00e7ant la sant\u00e9 et la s\u00e9curit\u00e9 de quiconque\u00a0;<\/li>\n      <li>Tout acte ou omission en violation des lois et r\u00e8glements relatifs \u00e0 la protection des consommateurs\u00a0;<\/li>\n      <li>Toute atteinte \u00e0 la vie priv\u00e9e d&#039;une personne.<\/li>\n    <\/ul>\n\n    <p>Nos produits ne peuvent \u00eatre utilis\u00e9s par aucune personne ou entit\u00e9 impliqu\u00e9e ou soup\u00e7onn\u00e9e d&#039;\u00eatre impliqu\u00e9e dans des activit\u00e9s ou causes li\u00e9es aux jeux de hasard ill\u00e9gaux, au terrorisme, au trafic de stup\u00e9fiants, au trafic d&#039;armes ou \u00e0 la prolif\u00e9ration, au d\u00e9veloppement, \u00e0 la conception, \u00e0 la fabrication, \u00e0 la production, au stockage ou \u00e0 l&#039;utilisation d&#039;armes nucl\u00e9aires, chimiques ou biologiques, d&#039;armes de destruction massive ou de missiles ; et ce, dans chaque cas, y compris toute affiliation avec des personnes soutenant les activit\u00e9s ou causes susmentionn\u00e9es.<\/p>\n\n    <h3>Utilisation non autoris\u00e9e de la propri\u00e9t\u00e9 de Ritmo Cartagena<\/h3>\n    <p>Nous interdisons l&#039;usurpation d&#039;identit\u00e9 de Ritmo Cartagena, la pr\u00e9sentation d&#039;une relation commerciale importante avec Ritmo Cartagena ou la propri\u00e9t\u00e9 de tout bien appartenant \u00e0 Ritmo Cartagena (y compris nos produits et notre marque) dans le but d&#039;obtenir frauduleusement des services, des clients, du soutien ou la confiance des utilisateurs.<\/p>\n\n    <h2>\u00c0 propos de cette politique<\/h2>\n    <p>Cette politique pr\u00e9sente une liste non exhaustive d&#039;activit\u00e9s et d&#039;intentions que nous jugeons inacceptables et incompatibles avec notre marque.<\/p>\n    <p>Nous nous r\u00e9servons le droit de modifier cette politique \u00e0 tout moment en publiant la version r\u00e9vis\u00e9e sur notre site web. La version r\u00e9vis\u00e9e entrera en vigueur \u00e0 la premi\u00e8re des dates suivantes\u00a0:<\/p>\n    <ul>\n      <li>la date \u00e0 laquelle le client utilise nos Produits apr\u00e8s la publication de la version r\u00e9vis\u00e9e sur notre site web ; ou<\/li>\n      <li>30 jours apr\u00e8s la publication de la version r\u00e9vis\u00e9e sur notre site web.<\/li>\n    <\/ul>\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 Acceptable Use Policy This acceptable use policy covers the products, services, and technologies (collectively referred to as the &#8220;Products&#8221;) provided by Ritmo Cartagena under any ongoing agreement. It&#8217;s designed to protect us, our customers and the general Internet community from unethical, irresponsible and illegal [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":18,"comment_status":"closed","ping_status":"closed","template":"ritmo-canvas","meta":{"footnotes":""},"class_list":["post-4408","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages\/4408","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=4408"}],"version-history":[{"count":10,"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages\/4408\/revisions"}],"predecessor-version":[{"id":4780,"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/pages\/4408\/revisions\/4780"}],"wp:attachment":[{"href":"https:\/\/stayritmo.com\/fr\/wp-json\/wp\/v2\/media?parent=4408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}