/* boomerangpassion.com — feuille unique du site.
   Reproduit le rendu du thème Astra (mesuré le 21/09/2026 sur l'ancien site WordPress) pour ce
   que le site utilise. Points de rupture repris d'Astra : 921 px (menu mobile), 768 px (barre
   latérale sous le contenu), 544 px (téléphone). */

:root {
  --fond: #336699;
  --blanc: #fff;
  --texte: #222;
  --titres: #3a3a3a;
  --lien: #ff3333;
  --menu-mobile: #003399;
  --pied-fond: #191919;
  --pied-texte: #d3d3d3;
  --pied-lien: #fb2056;
  --bordure: #dddddd;
  --texte-police: "Noto Sans", sans-serif;
  --titres-police: Montserrat, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { font-size: 100%; }
body {
  margin: 0;
  background: var(--fond);
  color: var(--texte);
  font: 400 1rem/1.49 var(--texte-police);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--lien); text-decoration: none; }
a:hover, a:focus { color: var(--texte); }
img { max-width: 100%; height: auto; vertical-align: middle; }
iframe { max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: var(--titres-police);
  font-weight: 700;
  color: var(--titres);
  line-height: 1.3;
}
h1 { font-size: 30px; line-height: 1.2; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; line-height: 1.2; }
p { margin: 0 0 1.6em; }
ul, ol { margin: 0 0 1.5em 3em; padding: 0; }
li > ul, li > ol { margin-bottom: 0; }
strong, b { font-weight: 700; }

.lien-evitement {
  position: absolute; left: -10000px; top: 0;
  background: var(--blanc); color: var(--texte); padding: 1em;
}
.lien-evitement:focus { left: 1em; z-index: 100; }
.lecteur-ecran { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.conteneur { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* En-tête */
.entete { background: var(--blanc); }
.entete .conteneur { display: flex; align-items: center; justify-content: space-between; min-height: 92px; }
.logo img { display: block; width: 250px; height: 60px; }
.menu-bouton { display: none; }
.menu ul { display: flex; list-style: none; margin: 0; }
.menu a { display: block; padding: 0 16px; line-height: 64px; color: var(--texte); }
.menu a:hover, .menu a:focus, .menu a[aria-current], .menu a.actif { color: var(--lien); }

/* Corps : contenu et barre latérale */
.corps { display: flex; align-items: flex-start; }
.contenu { width: 70%; margin: 64px 0; }
.barre { width: 30%; margin: 64px 0 40px; padding-left: 30px; line-height: 2; }
.sans-barre .contenu { width: 100%; }

.article { background: var(--blanc); padding: 5.34em 6.67em; }
.article > h1 { margin-bottom: 24px; }
.article > :last-child { margin-bottom: 0; }

.widget { background: var(--blanc); padding: 2em; margin-bottom: 2em; }
.widget:last-child { margin-bottom: 0; }
.widget-titre { font-size: 22px; font-weight: 700; line-height: 1.5; margin: 0 0 22px; color: var(--texte); }
.widget p { margin-bottom: 1.75em; }
.widget figure { text-align: center; }
.widget > :last-child { margin-bottom: 0; }

/* Contenu : images, vidéos, colonnes, tableaux */
figure { margin: 0; }
figcaption { margin: 8px 0 16px; }
.aligncenter { display: table; margin-left: auto; margin-right: auto; text-align: center; }
.aligncenter > figcaption { display: table-caption; caption-side: bottom; }
.alignright { display: table; float: right; margin: 0 0 0 24px; }
.alignleft { display: table; float: left; margin: 0 24px 0 0; }
.alignright.marges-fines { margin: .5em 0 .5em 1em; }
.alignleft.marges-fines { margin: .5em 1em .5em 0; }
.alignright > figcaption, .alignleft > figcaption { display: table-caption; caption-side: bottom; }
h2, h3, .espace { clear: both; }
.video iframe { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; }
.centre { text-align: center; }
.gauche { text-align: left; }

.colonnes { display: flex; gap: 45px; }
.colonnes > .colonne { flex: 1 1 0; min-width: 0; }
.colonnes > .colonne > :last-child { margin-bottom: 0; }
.colonnes > .colonne > * + * { margin-top: 24px; }

.galerie { display: flex; gap: 1em; list-style: none; margin: 0 0 1em; }
.galerie > li { position: relative; flex: 1 1 0; margin: 0; }
.galerie figure { height: 100%; margin: 0; }
.galerie img { width: 100%; height: 100%; object-fit: cover; }
.galerie figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
  padding: 3em .77em .7em; font-size: .8em; color: var(--blanc); text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
}

.tableau { overflow-x: auto; }
.tableau table { width: 100%; margin: 0 0 24px; border-collapse: collapse; border-top: 1px solid var(--bordure); border-left: 1px solid var(--bordure); }
.tableau thead { border-bottom: 3px solid; }
.tableau th, .tableau td { padding: 8px; border: 1px solid; }
.tableau th { font-weight: 600; text-align: center; }
.tableau.rayures { border-bottom: 1px solid #f0f0f0; }
.tableau.rayures th, .tableau.rayures td { border-color: transparent; }
.tableau.rayures tbody tr:nth-child(odd) { background: #f0f0f0; }

/* Questions fréquentes (anciens blocs FAQ de Rank Math) */
.faq-question { font-size: 24px; }

/* Commentaires publiés sous l'ancien site, conservés en lecture seule */
.commentaires { margin-top: 32px; }
.commentaires ol { list-style: none; margin: 0; }
.commentaire { background: var(--blanc); padding: 3em 6.67em; margin-bottom: 1em; }
.commentaire-auteur { font-weight: 700; margin: 0; text-transform: capitalize; }
.commentaire-date { color: #666; font-size: .9em; margin: 0 0 1em; }

/* Formulaire de contact */
.formulaire label { display: block; font-weight: 700; margin-bottom: .25em; }
.formulaire input, .formulaire textarea {
  width: 100%; padding: .75em; border: 1px solid var(--bordure); border-radius: 2px;
  font: inherit; color: var(--texte); background: var(--blanc);
}
.formulaire input:focus, .formulaire textarea:focus { outline: 2px solid var(--menu-mobile); outline-offset: 0; border-color: var(--menu-mobile); }
.formulaire button {
  padding: 10px 40px; border: 0; border-radius: 2px; cursor: pointer;
  font: inherit; font-weight: 700; color: var(--blanc); background: var(--menu-mobile);
}
.formulaire button:hover, .formulaire button:focus { background: var(--texte); }
.formulaire .piege { position: absolute; left: -10000px; }
.formulaire-note { font-size: .9em; color: #555; }
.message-ok, .message-erreur { padding: 1em 1.25em; border-left: 4px solid; margin-bottom: 1.6em; }
.message-ok { border-color: #2e7d32; background: #edf7ee; }
.message-erreur { border-color: #c62828; background: #fdecea; }
.message-erreur ul { margin: 0 0 0 1.25em; }

/* Pied de page */
.pied { background: var(--pied-fond); color: var(--pied-texte); text-align: center; padding: 42.67px 0; line-height: 1.86; }
.pied a { color: var(--pied-lien); }
.pied a:hover, .pied a:focus { color: var(--pied-texte); }

@media (max-width: 1200px) {
  .article { padding: 3.34em 2.4em; }
  .commentaire { padding: 3em 3.34em; }
}

@media (max-width: 921px) {
  .entete .conteneur { min-height: 0; flex-wrap: wrap; }
  .logo { margin: 16px 0; }
  .menu-bouton {
    display: flex; align-items: center; justify-content: center;
    width: 45px; height: 47px; padding: 0; border: 0; border-radius: 2px;
    background: var(--menu-mobile); color: var(--blanc); cursor: pointer;
  }
  .menu-bouton svg { width: 22px; height: 22px; fill: currentColor; }
  .menu-bouton .fermer { display: none; }
  .menu-bouton[aria-expanded="true"] .ouvrir { display: none; }
  .menu-bouton[aria-expanded="true"] .fermer { display: block; }
  .menu { display: none; flex-basis: calc(100% + 40px); margin: 0 -20px; }
  .menu.ouvert { display: block; }
  .menu ul { display: block; background: #f9f9f9; border-top: 1px solid var(--bordure); }
  .menu li + li { border-top: 1px solid #eaeaea; }
  .menu a { padding: 0 20px; line-height: 45px; }
}

@media (max-width: 781px) {
  .colonnes { flex-direction: column; gap: 24px; }
}

@media (max-width: 768px) {
  html { font-size: 91.2%; }
  .corps { display: block; }
  .contenu, .barre { width: 100%; }
  .contenu { margin: 60px 0 0; }
  .barre { margin: 60px 0 37.5px; padding-left: 0; }
  .article { padding: 1.5em 2.14em; }
  .commentaire { padding: 1.5em 2.14em; }
  h2 { font-size: 25px; }
  h3, .faq-question { font-size: 20px; }
}

@media (max-width: 544px) {
  html { font-size: 100%; }
  body { font-size: 15px; }
  .corps.conteneur { padding: 0 .54em; }
  .article { padding: 1.5em 1em; }
  .commentaire { padding: 1.5em 1em; }
  .widget { padding: 2em 1em; margin-bottom: 1.5em; }
  .widget-titre { font-size: 21px; }
  .logo { margin: 15px 0; }
  .logo img { width: 100px; height: 24px; }
  .menu-bouton { margin: 3.5px 0; }
  .article > h1 { margin-bottom: 15px; }
  .pied { padding: 30px 0; }
  h2 { font-size: 24px; }
}
