{"id":1859,"date":"2026-08-20T14:48:13","date_gmt":"2026-08-20T13:48:13","guid":{"rendered":"https:\/\/scoutsmarins.ca\/?page_id=1859"},"modified":"2026-08-20T14:48:13","modified_gmt":"2026-08-20T13:48:13","slug":"leeway-i","status":"publish","type":"page","link":"https:\/\/scoutsmarins.ca\/index.php\/leeway-i\/","title":{"rendered":"Leeway I"},"content":{"rendered":"\n<!--\n \n CODE POUR PAGE LEEWAY, COMMENT L'UTILISER :\n  1. Dans l'\u00e9diteur WordPress (Gutenberg), ajoutez un bloc \u00ab HTML personnalis\u00e9 \u00bb\n     et collez TOUT le contenu de ce fichier dedans (le <style>, le <div> et\n     le <script> inclus).\n  2. Remplacez les 5 URLs d'images du carrousel (chercher \"REMPLACER-IMAGE\")\n     par vos photos du bateau, import\u00e9es dans la m\u00e9diath\u00e8que WordPress.\n  3. Le bouton \"Visite virtuelle du bateau\" pointe vers \"#\" \u2014 remplacez-le\n     (chercher \"REMPLACER-LIEN-VISITE-VIRTUELLE\") par le lien vers votre\n     visite virtuelle (vid\u00e9o, visite 360\u00b0, etc.).\n  4. Le bouton \"Embarquez avec les SMGM\" pointe d\u00e9j\u00e0 vers\n     https:\/\/scoutsmarins.ca\/index.php\/contacter\/ \u2014 rien \u00e0 changer.\n  5. Pr\u00e9fixe CSS \"lwy-\" : n'entre en conflit ni avec le th\u00e8me, ni avec la\n     page de l'Atalante II si les deux se retrouvent un jour sur la m\u00eame page.\n-->\n\n<style>\n  .lwy-page {\n    --lwy-navy: #0F2438;\n    --lwy-navy-deep: #081726;\n    --lwy-canvas: #F4F0E6;\n    --lwy-brass: #B08942;\n    --lwy-brass-light: #D9B876;\n    --lwy-seafoam: #5C8A82;\n    --lwy-ink: #1C2B2E;\n    --lwy-safety: #C4531F;\n\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--lwy-ink);\n    background: var(--lwy-canvas);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .lwy-page * { box-sizing: border-box; }\n  .lwy-page img { max-width: 100%; display: block; }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,300;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap');\n\n  .lwy-page h1, .lwy-page h2, .lwy-page h3 {\n    font-family: 'Fraunces', Georgia, serif;\n    font-weight: 600;\n    letter-spacing: -0.01em;\n    margin: 0;\n  }\n\n  .lwy-mono { font-family: 'Space Mono', monospace; }\n\n  \/* ---------- Fil d'ariane ---------- *\/\n  .lwy-breadcrumb {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 24px 24px 0;\n  }\n  .lwy-breadcrumb a {\n    color: var(--lwy-seafoam);\n    text-decoration: none;\n    font-size: 0.9rem;\n    font-weight: 500;\n    border-bottom: 1px solid transparent;\n    transition: border-color 0.2s ease;\n  }\n  .lwy-breadcrumb a:hover,\n  .lwy-breadcrumb a:focus-visible { border-color: var(--lwy-seafoam); }\n\n  \/* ---------- Carrousel h\u00e9ros ---------- *\/\n  .lwy-hero {\n    position: relative;\n    max-width: 1400px;\n    margin: 20px auto 0;\n    padding: 0 24px;\n  }\n\n  .lwy-carousel {\n    position: relative;\n    overflow: hidden;\n    border-radius: 4px;\n    aspect-ratio: 16 \/ 9;\n    background: var(--lwy-navy-deep);\n  }\n\n  .lwy-carousel-track {\n    display: flex;\n    height: 100%;\n    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);\n  }\n\n  .lwy-slide {\n    flex: 0 0 100%;\n    height: 100%;\n    background-size: cover;\n    background-position: center;\n  }\n\n  .lwy-hero-overlay {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    align-items: flex-end;\n    padding: 40px;\n    background: linear-gradient(180deg, rgba(8,23,38,0) 40%, rgba(8,23,38,0.85) 100%);\n    pointer-events: none;\n  }\n\n  .lwy-hero-text { pointer-events: auto; }\n\n  .lwy-hero-eyebrow {\n    color: var(--lwy-brass-light);\n    font-family: 'Space Mono', monospace;\n    font-size: 0.8rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .lwy-hero-title {\n    color: var(--lwy-canvas);\n    font-size: clamp(2.2rem, 5vw, 3.8rem);\n    line-height: 1.02;\n  }\n\n  .lwy-hero-sub {\n    color: #C9D3D6;\n    font-size: clamp(0.95rem, 1.6vw, 1.15rem);\n    margin-top: 10px;\n    font-weight: 400;\n  }\n\n  .lwy-hero-cta {\n    margin-top: 22px;\n  }\n\n  .lwy-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(8,23,38,0.55);\n    color: var(--lwy-canvas);\n    border: 1px solid rgba(244,240,230,0.35);\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    font-size: 1.4rem;\n    line-height: 1;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.2s ease;\n  }\n  .lwy-arrow:hover, .lwy-arrow:focus-visible { background: rgba(8,23,38,0.85); }\n  .lwy-arrow-prev { left: 16px; }\n  .lwy-arrow-next { right: 16px; }\n\n  .lwy-dots {\n    position: absolute;\n    bottom: 16px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    gap: 8px;\n  }\n  .lwy-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: rgba(244,240,230,0.4);\n    border: none;\n    padding: 0;\n    cursor: pointer;\n    transition: background 0.2s ease, transform 0.2s ease;\n  }\n  .lwy-dot[aria-current=\"true\"] {\n    background: var(--lwy-brass-light);\n    transform: scale(1.3);\n  }\n\n  \/* ---------- Bouton ---------- *\/\n  .lwy-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    font-family: 'Inter', sans-serif;\n    font-weight: 600;\n    font-size: 0.95rem;\n    padding: 14px 26px;\n    border-radius: 3px;\n    text-decoration: none;\n    border: 1px solid transparent;\n    cursor: pointer;\n    transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;\n  }\n  .lwy-btn:hover { transform: translateY(-1px); }\n\n  .lwy-btn-primary {\n    background: var(--lwy-safety);\n    color: #FFF7EF;\n    box-shadow: 0 4px 14px rgba(196,83,31,0.35);\n  }\n  .lwy-btn-primary:hover { background: #D65F27; }\n\n  \/* ---------- Intro ---------- *\/\n  .lwy-intro {\n    max-width: 780px;\n    margin: 72px auto;\n    padding: 0 24px;\n  }\n  .lwy-intro h2 {\n    font-size: clamp(1.6rem, 3vw, 2.1rem);\n    color: var(--lwy-navy);\n    margin-bottom: 18px;\n  }\n  .lwy-intro p { font-size: 1.05rem; color: #3A4A4D; }\n  .lwy-intro p + p { margin-top: 14px; }\n\n  \/* ---------- Plaque technique ---------- *\/\n  .lwy-plate-section {\n    background: var(--lwy-navy);\n    padding: 80px 24px;\n  }\n\n  .lwy-plate-wrap { max-width: 900px; margin: 0 auto; }\n\n  .lwy-plate-heading { text-align: center; margin-bottom: 40px; }\n  .lwy-plate-heading .lwy-hero-eyebrow { justify-content: center; }\n  .lwy-plate-heading h2 {\n    color: var(--lwy-canvas);\n    font-size: clamp(1.6rem, 3vw, 2.1rem);\n  }\n\n  .lwy-plate {\n    background: linear-gradient(155deg, #C9A15C 0%, #8F6A2E 45%, #B08942 100%);\n    border-radius: 6px;\n    padding: 3px;\n    box-shadow: 0 20px 45px rgba(0,0,0,0.35);\n  }\n\n  .lwy-plate-inner {\n    background: linear-gradient(155deg, #EFD9A6 0%, #C9A15C 100%);\n    border-radius: 4px;\n    padding: 44px 40px;\n    position: relative;\n  }\n\n  .lwy-plate-inner::before {\n    content: \"\";\n    position: absolute;\n    inset: 10px;\n    border: 1px solid rgba(28,43,46,0.25);\n    border-radius: 2px;\n    pointer-events: none;\n  }\n\n  .lwy-rivet {\n    position: absolute;\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 35% 30%, #FFF3D6, #7A5A22 75%);\n    box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n  }\n  .lwy-rivet.tl { top: 14px; left: 14px; }\n  .lwy-rivet.tr { top: 14px; right: 14px; }\n  .lwy-rivet.bl { bottom: 14px; left: 14px; }\n  .lwy-rivet.br { bottom: 14px; right: 14px; }\n\n  .lwy-plate-title {\n    text-align: center;\n    font-family: 'Fraunces', serif;\n    font-weight: 700;\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    color: var(--lwy-ink);\n    letter-spacing: 0.02em;\n  }\n  .lwy-plate-title span {\n    display: block;\n    font-family: 'Space Mono', monospace;\n    font-size: 0.75rem;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #5A4419;\n    margin-top: 6px;\n    font-weight: 400;\n  }\n\n  .lwy-plate-divider {\n    height: 1px;\n    background: repeating-linear-gradient(90deg, rgba(28,43,46,0.4) 0 6px, transparent 6px 12px);\n    margin: 26px 0;\n  }\n\n  .lwy-spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px 40px;\n  }\n\n  .lwy-spec { border-bottom: 1px solid rgba(28,43,46,0.18); padding-bottom: 10px; }\n  .lwy-spec-label {\n    font-family: 'Space Mono', monospace;\n    font-size: 0.72rem;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #5A4419;\n  }\n  .lwy-spec-value {\n    font-family: 'Fraunces', serif;\n    font-size: 1.15rem;\n    font-weight: 600;\n    color: var(--lwy-ink);\n    margin-top: 4px;\n  }\n\n  \/* ---------- \u00c0 bord ---------- *\/\n  .lwy-aboard { max-width: 1100px; margin: 84px auto; padding: 0 24px; }\n  .lwy-aboard-heading { max-width: 620px; margin-bottom: 40px; }\n  .lwy-aboard-heading h2 {\n    font-size: clamp(1.6rem, 3vw, 2.1rem);\n    color: var(--lwy-navy);\n  }\n  .lwy-aboard-heading p { color: #52605F; margin-top: 10px; }\n\n  .lwy-amenity-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 4px;\n    border-top: 1px solid rgba(28,43,46,0.15);\n    border-left: 1px solid rgba(28,43,46,0.15);\n  }\n\n  .lwy-amenity {\n    background: #FBF9F3;\n    border-right: 1px solid rgba(28,43,46,0.15);\n    border-bottom: 1px solid rgba(28,43,46,0.15);\n    padding: 26px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n\n  .lwy-amenity svg {\n    width: 26px;\n    height: 26px;\n    stroke: var(--lwy-seafoam);\n    fill: none;\n    stroke-width: 1.6;\n  }\n\n  .lwy-amenity-label { font-size: 0.92rem; font-weight: 500; color: var(--lwy-ink); }\n\n  \/* ---------- CTA final ---------- *\/\n  .lwy-final {\n    background: var(--lwy-navy-deep);\n    padding: 90px 24px;\n    text-align: center;\n  }\n  .lwy-final .lwy-hero-eyebrow { justify-content: center; }\n  .lwy-final h2 {\n    color: var(--lwy-canvas);\n    font-size: clamp(1.7rem, 3.4vw, 2.4rem);\n    max-width: 560px;\n    margin: 0 auto 26px;\n  }\n\n  @media (max-width: 640px) {\n    .lwy-spec-grid { grid-template-columns: 1fr; }\n    .lwy-hero-overlay { padding: 24px; }\n    .lwy-plate-inner { padding: 32px 22px; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .lwy-carousel-track { transition: none; }\n  }\n<\/style>\n\n<div class=\"lwy-page\">\n\n  <nav class=\"lwy-breadcrumb\">\n    <a href=\"https:\/\/scoutsmarins.ca\/wp-admin\/post.php?post=55&amp;action=edit\">\u2190 Retour \u00e0 la flotte<\/a>\n  <\/nav>\n\n  <!-- ===================== H\u00c9ROS \/ CARROUSEL ===================== -->\n  <section class=\"lwy-hero\">\n    <div class=\"lwy-carousel\" id=\"lwy-carousel\" data-lwy-carousel=\"\">\n      <div class=\"lwy-carousel-track\">\n        <!-- REMPLACER-IMAGE : coque et pont, vue g\u00e9n\u00e9rale -->\n        <div class=\"lwy-slide\" style=\"background-image:url(https:\/\/scoutsmarins.ca\/wp-content\/uploads\/2026\/08\/Exterieur-sunset-scaled.jpg)\" role=\"img\" aria-label=\"Leeway I vue de c\u00f4t\u00e9, voiles hiss\u00e9es\"><\/div>\n        <!-- REMPLACER-IMAGE : cockpit -->\n        <div class=\"lwy-slide\" style=\"background-image:url(https:\/\/scoutsmarins.ca\/wp-content\/uploads\/2026\/08\/Proue-Leeway-scaled.jpg)\" role=\"img\" aria-label=\"Cockpit du Leeway I\"><\/div>\n        <!-- REMPLACER-IMAGE : int\u00e9rieur \/ carr\u00e9 -->\n        <div class=\"lwy-slide\" style=\"background-image:url(https:\/\/scoutsmarins.ca\/wp-content\/uploads\/2026\/08\/Leeway-Cockpit.png)\" role=\"img\" aria-label=\"Carr\u00e9 int\u00e9rieur am\u00e9nag\u00e9\"><\/div>\n        <!-- REMPLACER-IMAGE : cabine -->\n        <div class=\"lwy-slide\" style=\"background-image:url(https:\/\/scoutsmarins.ca\/wp-content\/uploads\/2026\/08\/Interieur-scaled.jpg)\" role=\"img\" aria-label=\"Cabine ferm\u00e9e\"><\/div>\n        <!-- REMPLACER-IMAGE : au mouillage -->\n        <div class=\"lwy-slide\" style=\"background-image:url('https:\/\/scoutsmarins.ca\/wp-content\/uploads\/2026\/08\/Cuisine-Leeway-scaled.png)\" role=\"img\" aria-label=\"Leeway I au mouillage\"><\/div>\n      <\/div>\n\n      <div class=\"lwy-hero-overlay\">\n        <div class=\"lwy-hero-text\">\n          <div class=\"lwy-hero-eyebrow\">Voilier de la flotte<\/div>\n          <h1 class=\"lwy-hero-title\">Leeway I<\/h1>\n          <p class=\"lwy-hero-sub\">Irwin 34 \u00b7 Plan Ted Irwin \u00b7 1984<\/p>\n          <div class=\"lwy-hero-cta\">\n            <!-- REMPLACER-LIEN-VISITE-VIRTUELLE -->\n            <a href=\"https:\/\/scoutsmarins.ca\/index.php\/visite-virtuelle\/\" class=\"lwy-btn lwy-btn-primary\">Visite virtuelle du bateau<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <button class=\"lwy-arrow lwy-arrow-prev\" aria-label=\"Image pr\u00e9c\u00e9dente\">\u2039<\/button>\n      <button class=\"lwy-arrow lwy-arrow-next\" aria-label=\"Image suivante\">\u203a<\/button>\n      <div class=\"lwy-dots\"><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== INTRO ===================== -->\n  <section class=\"lwy-intro\">\n    <h2>Un plan Ted Irwin, g\u00e9n\u00e9reux et bien \u00e9quip\u00e9<\/h2>\n    <p>\n      Mis \u00e0 l&rsquo;eau en 1984, Leeway I est un Irwin 34 dessin\u00e9 par\n      Ted Irwin. Il poss\u00e8de une coque large et volumineuse, pens\u00e9e pour le confort\n      en croisi\u00e8re autant que pour la stabilit\u00e9 au large.\n    <\/p>\n    <p>\n      Avec ses 11&rsquo;5\u00a0\u00bb de largeur au ma\u00eetre-bau et son tirant d&rsquo;eau fixe\n      de 4&rsquo;4\u00a0\u00bb, c&rsquo;est un bateau franc et rassurant, \u00e9quip\u00e9 pour l&rsquo;autonomie :\n      panneaux solaires, chauffe-eau et \u00e9cran multifonctions GPS en font\n      un voilier pr\u00eat pour de longues sorties.\n    <\/p>\n  <\/section>\n\n  <!-- ===================== PLAQUE TECHNIQUE ===================== -->\n  <section class=\"lwy-plate-section\">\n    <div class=\"lwy-plate-wrap\">\n      <div class=\"lwy-plate-heading\">\n        <div class=\"lwy-hero-eyebrow\" style=\"display:flex;\">Fiche technique<\/div>\n        <h2>Caract\u00e9ristiques du bateau<\/h2>\n      <\/div>\n\n      <div class=\"lwy-plate\">\n        <div class=\"lwy-plate-inner\">\n          <span class=\"lwy-rivet tl\"><\/span>\n          <span class=\"lwy-rivet tr\"><\/span>\n          <span class=\"lwy-rivet bl\"><\/span>\n          <span class=\"lwy-rivet br\"><\/span>\n\n          <div class=\"lwy-plate-title\">\n            Leeway I\n            <span>Irwin 34 \u2014 Ted Irwin \u2014 1984<\/span>\n          <\/div>\n\n          <div class=\"lwy-plate-divider\"><\/div>\n\n          <div class=\"lwy-spec-grid lwy-mono\">\n            <div class=\"lwy-spec\">\n              <div class=\"lwy-spec-label\">Mod\u00e8le<\/div>\n              <div class=\"lwy-spec-value\">Irwin 34<\/div>\n            <\/div>\n            <div class=\"lwy-spec\">\n              <div class=\"lwy-spec-label\">Longueur<\/div>\n              <div class=\"lwy-spec-value\">35\u20321\u2033<\/div>\n            <\/div>\n            <div class=\"lwy-spec\">\n              <div class=\"lwy-spec-label\">Largeur au ma\u00eetre-bau<\/div>\n              <div class=\"lwy-spec-value\">11\u20325\u2033<\/div>\n            <\/div>\n            <div class=\"lwy-spec\">\n              <div class=\"lwy-spec-label\">Tirant d&rsquo;eau<\/div>\n              <div class=\"lwy-spec-value\">4\u20324\u2033<\/div>\n            <\/div>\n            <div class=\"lwy-spec\">\n              <div class=\"lwy-spec-label\">Motorisation<\/div>\n              <div class=\"lwy-spec-value\">Yanmar 3GMF, 24 CV (1984)<\/div>\n            <\/div>\n            <div class=\"lwy-spec\">\n              <div class=\"lwy-spec-label\">Architecte naval<\/div>\n              <div class=\"lwy-spec-value\">Ted Irwin<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== \u00c0 BORD ===================== -->\n  <section class=\"lwy-aboard\">\n    <div class=\"lwy-aboard-heading\">\n      <h2>\u00c0 bord<\/h2>\n      <p>De 6 \u00e0 8 places, \u00e9quip\u00e9 pour l&rsquo;autonomie et la s\u00e9curit\u00e9 en mer.<\/p>\n    <\/div>\n\n    <div class=\"lwy-amenity-grid\">\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M3 18v-6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6\"><\/path><path d=\"M3 18h18\"><\/path><path d=\"M5 10V7a2 2 0 0 1 2-2h3v5\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">Capacit\u00e9 6 \u00e0 8 places<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"1\"><\/rect><path d=\"M3 10h18\"><\/path><path d=\"M9 4v6\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">1 chambre ferm\u00e9e<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 3v4\"><\/path><path d=\"M7 21h10\"><\/path><path d=\"M6 21c0-6 2-9 6-9s6 3 6 9\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">1 salle d&rsquo;eau<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M4 3v18\"><\/path><path d=\"M4 7h4\"><\/path><path d=\"M4 11a3 3 0 0 0 3 3\"><\/path><path d=\"M15 3c-1.5 2-1.5 4 0 6s1.5 4 0 6\"><\/path><circle cx=\"17\" cy=\"18\" r=\"3\"><\/circle><\/svg>\n        <div class=\"lwy-amenity-label\">Cuisine \u00e9quip\u00e9e<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 21c-3 0-5-2-5-5 0-3 2-4.5 2.5-7.5C10 6 11 4 12 3c0 2 1 3 2 4.5C15.5 9.5 17 11 17 16c0 3-2 5-5 5Z\"><\/path><path d=\"M12 21c-1.2 0-2-1-2-2.3 0-1.4.9-2 1.2-3.2.3-1 .8-1.8 .8-3 0 1.2.5 2 .8 3 .3 1.2 1.2 1.8 1.2 3.2 0 1.3-.8 2.3-2 2.3Z\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">Po\u00eale au propane<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><rect x=\"6\" y=\"3\" width=\"8\" height=\"18\" rx=\"2\"><\/rect><path d=\"M14 8h3a2 2 0 0 1 2 2v9\"><\/path><path d=\"M9 7c0 1-1 1.3-1 2.3S9 11 9 12\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">Chauffe-eau<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"12\" rx=\"1\"><\/rect><path d=\"M3 8h18\"><\/path><path d=\"M3 12h18\"><\/path><path d=\"M9 4v12\"><\/path><path d=\"M15 4v12\"><\/path><path d=\"M12 16v4\"><\/path><path d=\"M8 20h8\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">Panneaux solaires<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"13\" rx=\"1\"><\/rect><path d=\"M8 21h8\"><\/path><path d=\"M12 17v4\"><\/path><circle cx=\"12\" cy=\"10.5\" r=\"1\"><\/circle><path d=\"M12 7v1.5\"><\/path><path d=\"M12 12v1.5\"><\/path><path d=\"M9.5 10.5H8\"><\/path><path d=\"M16 10.5h-1.5\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">\u00c9cran multifonctions GPS<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"8\" width=\"18\" height=\"11\" rx=\"1\"><\/rect><circle cx=\"8\" cy=\"13.5\" r=\"2.5\"><\/circle><path d=\"M14 11h4\"><\/path><path d=\"M14 15h4\"><\/path><path d=\"M7 8V6a2 2 0 0 1 2-2h1\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">Radio VHF<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2 4 6v6c0 5 3.5 8.5 8 10 4.5-1.5 8-5 8-10V6l-8-4Z\"><\/path><path d=\"M9 12l2 2 4-4\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">Vestes de sauvetage<\/div>\n      <\/div>\n      <div class=\"lwy-amenity\">\n        <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><path d=\"M12 3v3\"><\/path><path d=\"M12 18v3\"><\/path><path d=\"M3 12h3\"><\/path><path d=\"M18 12h3\"><\/path><\/svg>\n        <div class=\"lwy-amenity-label\">\u00c9quipement de s\u00e9curit\u00e9 complet<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== CTA FINAL ===================== -->\n  <section class=\"lwy-final\" id=\"visite\">\n    <div class=\"lwy-hero-eyebrow\" style=\"display:flex;\">Prochaine \u00e9tape<\/div>\n    <h2>Envie de monter \u00e0 bord de Leeway I ?<\/h2>\n    <a href=\"https:\/\/scoutsmarins.ca\/index.php\/comment-embarquer-avec-les-smgm\/\" class=\"lwy-btn lwy-btn-primary\">Embarquez avec les SMGM<\/a>\n  <\/section>\n\n<\/div>\n\n<script>\n(function () {\n  var root = document.getElementById('lwy-carousel');\n  if (!root) return;\n\n  var track = root.querySelector('.lwy-carousel-track');\n  var slides = Array.prototype.slice.call(root.querySelectorAll('.lwy-slide'));\n  var dotsWrap = root.querySelector('.lwy-dots');\n  var prevBtn = root.querySelector('.lwy-arrow-prev');\n  var nextBtn = root.querySelector('.lwy-arrow-next');\n  var index = 0;\n  var timer = null;\n  var reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n  slides.forEach(function (_, i) {\n    var dot = document.createElement('button');\n    dot.className = 'lwy-dot';\n    dot.setAttribute('aria-label', 'Aller \u00e0 l\\'image ' + (i + 1));\n    dot.addEventListener('click', function () { goTo(i); resetTimer(); });\n    dotsWrap.appendChild(dot);\n  });\n  var dots = Array.prototype.slice.call(dotsWrap.querySelectorAll('.lwy-dot'));\n\n  function render() {\n    track.style.transform = 'translateX(-' + (index * 100) + '%)';\n    dots.forEach(function (d, i) {\n      d.setAttribute('aria-current', i === index ? 'true' : 'false');\n    });\n  }\n\n  function goTo(i) {\n    index = (i + slides.length) % slides.length;\n    render();\n  }\n\n  function next() { goTo(index + 1); }\n  function prev() { goTo(index - 1); }\n\n  prevBtn.addEventListener('click', function () { prev(); resetTimer(); });\n  nextBtn.addEventListener('click', function () { next(); resetTimer(); });\n\n  function startTimer() {\n    if (reduceMotion) return;\n    timer = setInterval(next, 5500);\n  }\n  function resetTimer() {\n    clearInterval(timer);\n    startTimer();\n  }\n\n  root.addEventListener('mouseenter', function () { clearInterval(timer); });\n  root.addEventListener('mouseleave', startTimer);\n\n  var startX = null;\n  root.addEventListener('touchstart', function (e) { startX = e.touches[0].clientX; }, { passive: true });\n  root.addEventListener('touchend', function (e) {\n    if (startX === null) return;\n    var delta = e.changedTouches[0].clientX - startX;\n    if (Math.abs(delta) > 40) { delta > 0 ? prev() : next(); resetTimer(); }\n    startX = null;\n  }, { passive: true });\n\n  render();\n  startTimer();\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Voilier de la flotte Leeway I Irwin 34 \u00b7 Plan Ted Irwin \u00b7 1984 Visite virtuelle du bateau \u2039 \u203a Un plan Ted Irwin, g\u00e9n\u00e9reux et bien \u00e9quip\u00e9 Mis \u00e0 l&rsquo;eau en 1984, Leeway I est un Irwin 34 dessin\u00e9 par Ted Irwin. Il poss\u00e8de une coque large et volumineuse, pens\u00e9e pour le confort en&hellip;<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1859","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/pages\/1859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/comments?post=1859"}],"version-history":[{"count":6,"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/pages\/1859\/revisions"}],"predecessor-version":[{"id":1962,"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/pages\/1859\/revisions\/1962"}],"wp:attachment":[{"href":"https:\/\/scoutsmarins.ca\/index.php\/wp-json\/wp\/v2\/media?parent=1859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}