<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yves JACQUOT formateur, musique et numérique</title>
	<atom:link href="https://www.yves-jacquot.fr/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.yves-jacquot.fr</link>
	<description>Jouer à apprendre,  apprendre à jouer</description>
	<lastBuildDate>Mon, 13 Apr 2026 16:14:32 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://www.yves-jacquot.fr/wp-content/uploads/2020/05/cropped-logo-web-transparent-32x32.png</url>
	<title>Yves JACQUOT formateur, musique et numérique</title>
	<link>https://www.yves-jacquot.fr</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186558453</site>	<item>
		<title>Groove de base</title>
		<link>https://www.yves-jacquot.fr/2026/04/13/cours-gratuit-n1/</link>
		
		<dc:creator><![CDATA[drumyv]]></dc:creator>
		<pubDate>Mon, 13 Apr 2026 15:28:39 +0000</pubDate>
				<category><![CDATA[1ere année]]></category>
		<category><![CDATA[cours gratuits autonomes]]></category>
		<guid isPermaLink="false">https://www.yves-jacquot.fr/?p=4771</guid>

					<description><![CDATA[Cours Batterie – Ton Premier Groove &#124; Yves Jacquot Cours en ligne · Yves Jacquot Ton Premier Grooveà la Batterie De zéro au premier rythme rock — niveau 2/10 🎯 Niveau 2 / 10 ⏱ ~30 min de pratique 🥁 Acoustique &#038; Électronique 📅 12/04/2026 ▶ Vidéo du jour 🔗 Lien direct : youtube.com/watch?v=MEt_5DkVl_s 1. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!-- Cours batterie — niveau 2/10 — Version fonds blancs --><br />
<!DOCTYPE html><br />
<html lang="fr"><br />
<head><br />
<meta charset="UTF-8"><br />
<meta name="viewport" content="width=device-width, initial-scale=1.0"><br />
<title>Cours Batterie – Ton Premier Groove | Yves Jacquot</title></p>
<style>
  /* ===== STYLES FONDS BLANCS, TITRES COLORÉS ===== */
  @import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&display=swap');
  :root {
    --couleur-principale: #2c3e66;
    --couleur-secondaire: #e67e22;
    --couleur-accent: #3498db;
    --blanc: #ffffff;
    --gris-clair: #f5f5f5;
    --gris-moyen: #e0e0e0;
    --texte: #333333;
    --texte-fonce: #1a1a2e;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background: var(--blanc);
    color: var(--texte);
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
  }
  /* ===== HEADER (fond blanc) ===== */
  header {
    background: var(--blanc);
    color: var(--texte-fonce);
    padding: 3rem 1.5rem;
    text-align: center;
    border-bottom: 2px solid var(--couleur-secondaire);
    position: relative;
  }
  header::before {
    content: '🥁';
    font-size: 6rem;
    opacity: 0.05;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    pointer-events: none;
  }
  header .tag {
    background: var(--gris-clair);
    display: inline-block;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: var(--couleur-principale);
  }
  header h1 {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: var(--couleur-principale);
  }
  header p.sub {
    font-size: 1rem;
    color: var(--texte);
    opacity: 0.7;
  }
  /* ===== META BADGES ===== */
  .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    padding: 1rem 1.5rem;
    background: var(--blanc);
    border-bottom: 1px solid var(--gris-moyen);
  }
  .badge {
    background: var(--gris-clair);
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--texte);
  }
  .badge.primary {
    background: var(--couleur-principale);
    color: white;
  }
  .badge.accent {
    background: var(--couleur-secondaire);
    color: white;
  }
  /* ===== CONTAINER ===== */
  .container {
    max-width: 880px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: var(--blanc);
  }
  /* ===== SECTIONS ===== */
  section {
    margin-bottom: 2.5rem;
    background: var(--blanc);
  }
  section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid var(--couleur-secondaire);
    display: inline-block;
    color: var(--couleur-principale);
  }
  /* ===== VIDÉO ===== */
  .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 12px;
    overflow: hidden;
    background: var(--gris-clair);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .video-url {
    margin-top: 0.6rem;
    font-size: 0.75rem;
    color: #888;
    word-break: break-all;
  }
  .video-url a {
    color: var(--couleur-principale);
    text-decoration: none;
  }
  .video-url a:hover {
    text-decoration: underline;
  }
  /* ===== ÉTAPES ===== */
  .steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .step {
    background: var(--blanc);
    border-radius: 12px;
    padding: 1.2rem;
    border: 1px solid var(--gris-moyen);
    border-left: 4px solid var(--couleur-secondaire);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .step:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  .step h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--couleur-principale);
  }
  .step p {
    font-size: 0.9rem;
    color: var(--texte);
  }
  /* ===== TABLEAU RYTHMIQUE ===== */
  .groove-grid {
    display: grid;
    grid-template-columns: auto repeat(8, 1fr);
    gap: 6px;
    font-size: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
  .groove-grid .label {
    font-weight: 600;
    color: var(--couleur-principale);
    padding-right: 0.8rem;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
  }
  .cell {
    background: var(--gris-clair);
    border-radius: 8px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }
  .cell.hit {
    background: var(--couleur-secondaire);
    color: white;
  }
  .beat-num {
    color: #888;
    font-size: 0.7rem;
    text-align: center;
    padding-top: 0.3rem;
  }
  /* ===== QUIZ ===== */
  .quiz-card {
    background: var(--blanc);
    border-radius: 12px;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
    border: 1px solid var(--gris-moyen);
  }
  .quiz-card p.question {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: var(--couleur-principale);
  }
  .answers {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  .answer-btn {
    background: var(--gris-clair);
    border: 1px solid var(--gris-moyen);
    color: var(--texte);
    border-radius: 50px;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 0.9rem;
    transition: all 0.2s ease;
  }
  .answer-btn:hover {
    background: var(--couleur-principale);
    border-color: var(--couleur-principale);
    color: white;
  }
  .answer-btn.correct {
    background: #27ae60;
    border-color: #27ae60;
    color: white;
  }
  .answer-btn.wrong {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
  }
  .feedback {
    margin-top: 0.8rem;
    font-size: 0.85rem;
  }
  /* ===== CONSEILS ===== */
  .tips-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .tips-list li {
    background: var(--blanc);
    border-radius: 12px;
    padding: 1rem;
    font-size: 0.9rem;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    border: 1px solid var(--gris-moyen);
  }
  .tips-list li .icon {
    font-size: 1.3rem;
    flex-shrink: 0;
  }
  .tips-list li strong {
    color: var(--couleur-principale);
  }
  /* ===== FOOTER (fond blanc) ===== */
  footer {
    text-align: center;
    padding: 2rem;
    background: var(--blanc);
    border-top: 1px solid var(--gris-moyen);
    font-size: 0.8rem;
    color: var(--texte);
    margin-top: 2rem;
  }
  footer a {
    color: var(--couleur-secondaire);
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }
  /* ===== RESPONSIVE ===== */
  @media (min-width: 600px) {
    .answers {
      flex-direction: row;
      flex-wrap: wrap;
    }
    .answer-btn {
      flex: 1 1 auto;
      min-width: 180px;
    }
  }
  @media (max-width: 640px) {
    .container {
      padding: 1rem;
    }
    .step:hover {
      transform: none;
    }
    .groove-grid {
      gap: 3px;
    }
    .cell {
      height: 2rem;
      font-size: 0.8rem;
    }
  }
</style>
<p></head><br />
<body></p>
<header>
  Cours en ligne · Yves Jacquot</p>
<h1>Ton Premier Groove<br />à la Batterie</h1>
<p>De zéro au premier rythme rock — niveau <strong>2/10</strong></p>
</header>
<p>  🎯 Niveau 2 / 10<br />
  ⏱ ~30 min de pratique<br />
  🥁 Acoustique &#038; Électronique<br />
  📅 12/04/2026<br />
  <!-- VIDÉO --></p>
<section>
<h2>▶ Vidéo du jour</h2>
<p>      <iframe 
        src="https://www.youtube.com/embed/MEt_5DkVl_s" 
        title="Cours de batterie débutant - Ton premier groove"
        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
        allowfullscreen><br />
      </iframe></p>
<p>🔗 Lien direct : <a href="https://www.youtube.com/watch?v=MEt_5DkVl_s" target="_blank">youtube.com/watch?v=MEt_5DkVl_s</a></p>
</section>
<p>  <!-- OBJECTIFS --></p>
<section>
<h2>1. Objectifs du cours</h2>
<p>À la fin de cette leçon, tu seras capable de jouer un <strong>groove rock de base</strong> à la batterie, en coordonnant tes deux mains et ton pied droit. Tu comprendras aussi les trois éléments fondamentaux : la <em>grosse caisse</em>, la <em>caisse claire</em> et le <em>charleston</em>.</p>
</section>
<p>  <!-- ÉTAPES --></p>
<section>
<h2>2. Cours séquencé — 5 étapes</h2>
<h3>🎵 Étape 1 — Découverte de la batterie (5 min)</h3>
<p>Identifie les pièces du kit : <strong>grosse caisse</strong> (pied droit), <strong>caisse claire</strong> (centre), <strong>charleston / hi-hat</strong> (gauche), cymbale ride. Ajuste ton siège : cuisses parallèles au sol, dos droit.</p>
<h3>🎵 Étape 2 — Main droite sur le charleston (5 min)</h3>
<p>Joue <strong>8 coups réguliers</strong> sur le charleston fermé (hi-hat), main droite uniquement. Commence lentement (60 BPM), compte « 1 – 2 – 3 – 4 – 5 – 6 – 7 – 8 » à voix haute.</p>
<h3>🎵 Étape 3 — Ajout de la caisse claire (5 min)</h3>
<p>Sans quitter le charleston de la main droite, frappe la <strong>caisse claire</strong> de la main gauche sur les temps <strong>2 et 4</strong>.</p>
<h3>🎵 Étape 4 — Ajout de la grosse caisse (10 min)</h3>
<p>Ajoute le pied droit sur la <strong>grosse caisse</strong> sur les temps <strong>1 et 3</strong>. Le groove complet : GC sur 1, CC sur 2, GC sur 3, CC sur 4.</p>
<h3>🎵 Étape 5 — Jouer sur un playback (5 min)</h3>
<p>Lance une piste musicale lente. Joue ton groove dessus. L&rsquo;objectif : rester <em>dans le tempo</em> tout le long du morceau.</p>
</section>
<p>  <!-- NOTATION VISUELLE --></p>
<section>
<h2>3. Partition visuelle du groove</h2>
<p style="font-size:0.85rem; color:#666; margin-bottom:1rem;">Temps 1 à 4 (chaque case = une croche)</p>
<p>      Charleston<br />
      🎵<br />
      🎵<br />
      🎵<br />
      🎵<br />
      🎵<br />
      🎵<br />
      🎵<br />
      🎵<br />
      Caisse claire<br />
      🥁<br />
      🥁<br />
      Grosse caisse<br />
      💥<br />
      💥<br />
      1+<br />
      2+<br />
      3+<br />
      4+<br />
  </section>
<p>  <!-- QUIZ --></p>
<section>
<h2>4. Quiz interactif</h2>
<p>Sur quels temps joue-t-on la caisse claire dans un groove rock de base ?</p>
<p>        <button onclick="check(this,'q1',false)">Temps 1 et 3</button><br />
        <button onclick="check(this,'q1',true)">Temps 2 et 4</button><br />
        <button onclick="check(this,'q1',false)">Temps 1 et 2</button><br />
        <button onclick="check(this,'q1',false)">Sur tous les temps</button></p>
<p>Quelle main joue généralement le charleston ?</p>
<p>        <button onclick="check(this,'q2',false)">La main gauche</button><br />
        <button onclick="check(this,'q2',true)">La main droite</button><br />
        <button onclick="check(this,'q2',false)">Les deux mains ensemble</button><br />
        <button onclick="check(this,'q2',false)">Le pied gauche</button></p>
<p>Quel BPM recommande-t-on pour commencer à apprendre un nouveau rythme ?</p>
<p>        <button onclick="check(this,'q3',false)">120 BPM</button><br />
        <button onclick="check(this,'q3',false)">100 BPM</button><br />
        <button onclick="check(this,'q3',true)">60 BPM (tempo lent)</button><br />
        <button onclick="check(this,'q3',false)">140 BPM</button><br />
  </section>
<p>  <!-- CONSEILS --></p>
<section>
<h2>5. Conseils de pratique</h2>
<ul>
<li>🎯<strong>Lenteur = maîtrise :</strong> mieux vaut jouer parfaitement à 60 BPM qu&rsquo;approximativement à 100 BPM.</li>
<li>📱<strong>Utilise un métronome :</strong> l&rsquo;app gratuite « Pro Metronome » (iOS/Android) est idéale.</li>
<li>🔁<strong>15 min par jour</strong> valent bien plus qu&rsquo;une longue session le week-end.</li>
<li>🎧<strong>Écoute de la musique :</strong> frappe le rythme sur tes genoux en écoutant tes morceaux préférés.</li>
<li>📹<strong>Filme-toi :</strong> revoir sa posture et ses gestes est très formateur.</li>
</ul>
</section>
<footer>
<p>© 2026 Yves Jacquot · Cours de batterie en ligne · Niveau 2/10</p>
<p style="margin-top: 0.5rem; opacity: 0.7;">Source vidéo : <a href="https://www.youtube.com/watch?v=MEt_5DkVl_s" target="_blank">youtube.com/watch?v=MEt_5DkVl_s</a></p>
</footer>
<p></body><br />
</html></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4771</post-id>	</item>
	</channel>
</rss>
