.hm-root {
--hm-accent: #6b2d7a;
--hm-doux: #f5eefb;
--hm-on-accent: #ffffff; --hm-encre: #241a2b;
--hm-gris: #6a6274;
--hm-bord: #e4d8ef;
--hm-accent-clair: #8f52a0;
--hm-fond: #ffffff;
--hm-r: 14px;
--hm-gap: 1.15rem;
color: var(--hm-encre);
line-height: 1.65;
}
@supports (color: color-mix(in srgb, red 50%, white)) {
.hm-root {
--hm-bord: color-mix(in srgb, var(--hm-accent) 18%, #ffffff);
--hm-accent-clair: color-mix(in srgb, var(--hm-accent) 72%, #ffffff);
--hm-gris: color-mix(in srgb, var(--hm-accent) 30%, #55505c);
}
}
.hm-root *,
.hm-root *::before,
.hm-root *::after {
box-sizing: border-box;
}
.hm-root p {
margin: 0 0 1em;
}
.hm-root a {
color: var(--hm-accent);
}
.hm-root h2,
.hm-root h3 {
color: var(--hm-accent);
line-height: 1.25;
}
.hm-root h2 {
margin: 2rem 0 0.75rem;
font-size: clamp(1.28rem, 1.05rem + 1vw, 1.6rem);
}
.hm-root h3 {
margin: 1.5rem 0 0.5rem;
font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.2rem);
}
.hm-root .hm-gris {
color: var(--hm-gris);
font-size: 0.92em;
}
.hm-vh {
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
} .hm-fil {
margin: 0 0 1.25rem;
font-size: 0.86rem;
color: var(--hm-gris);
}
.hm-fil a {
text-decoration: none;
}
.hm-fil a:hover,
.hm-fil a:focus {
text-decoration: underline;
}
.hm-fil span[aria-hidden] {
margin: 0 0.4em;
opacity: 0.55;
} .hm-bandeau {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: var(--hm-gap);
padding: 1.4rem 1.5rem;
border-radius: var(--hm-r);
background: var(--hm-doux);
}
.hm-bandeau-heure {
min-width: 0;
}
.hm-chiffres {
display: block;
font-size: clamp(2.8rem, 2rem + 4vw, 4.2rem);
font-weight: 700;
line-height: 1;
color: var(--hm-accent);
letter-spacing: 0.01em;
font-variant-numeric: tabular-nums;
}
.hm-chiffres i,
.hm-chiffres u {
font-style: normal;
text-decoration: none;
}
.hm-chiffres u {
margin: 0 0.06em;
font-size: 0.5em;
vertical-align: 0.28em;
opacity: 0.65;
}
.hm-theme {
display: block;
margin-top: 0.45rem;
font-size: 0.98rem;
color: var(--hm-gris);
}
.hm-bandeau-meds {
display: flex;
gap: 1.1rem;
align-items: flex-start;
}
.hm-med {
width: 5.5rem;
text-align: center;
}
.hm-med a {
text-decoration: none;
display: block;
}
.hm-med-rond {
display: flex;
align-items: center;
justify-content: center;
width: 4rem;
height: 4rem;
margin: 0 auto;
border-radius: 50%;
background: var(--hm-fond);
border: 1px solid var(--hm-bord);
color: var(--hm-accent);
}
.hm-med-chiffre b {
font-size: 1.6rem;
font-weight: 700;
} .hm-med-vignette {
display: block;
width: 4rem;
height: 4rem;
margin: 0 auto;
overflow: hidden;
border-radius: 50%;
border: 1px solid var(--hm-bord);
background: var(--hm-fond);
}
.hm-med-vignette .hm-carte-img {
display: block;
width: 100%;
height: 100%;
border: 0;
border-radius: 0;
object-fit: cover;
object-position: center 38%;
}
.hm-med-lib {
display: block;
margin-top: 0.4rem;
font-size: 0.76rem;
line-height: 1.3;
color: var(--hm-gris);
}
.hm-med a:hover .hm-med-lib,
.hm-med a:focus .hm-med-lib {
color: var(--hm-accent);
text-decoration: underline;
}
.hm-accroche {
margin: 1.15rem 0 1.5rem;
padding-left: 1rem;
border-left: 3px solid var(--hm-accent);
font-size: 1.06rem;
font-style: italic;
color: var(--hm-encre);
} .hm-bref {
width: 100%;
margin: 0 0 1.75rem;
border-collapse: collapse;
font-size: 0.95rem;
}
.hm-bref caption {
padding-bottom: 0.5rem;
text-align: left;
font-weight: 700;
color: var(--hm-accent);
}
.hm-bref th,
.hm-bref td {
padding: 0.55rem 0.7rem;
border-bottom: 1px solid var(--hm-bord);
text-align: left;
vertical-align: top;
}
.hm-bref th {
width: 38%;
font-weight: 600;
color: var(--hm-gris);
} .hm-sec {
padding-top: 0.5rem;
border-top: 1px solid var(--hm-bord);
}
.hm-sec:first-of-type {
border-top: 0;
}
.hm-encart {
margin: 1rem 0 0;
padding: 0.7rem 1rem;
border-left: 3px solid var(--hm-accent);
border-radius: 0 8px 8px 0;
background: var(--hm-doux);
font-size: 0.92rem;
color: var(--hm-gris);
}
.hm-chapo {
font-size: 1.08rem;
color: var(--hm-encre);
} .hm-carte-bloc {
display: flex;
gap: 1.3rem;
align-items: flex-start;
}
.hm-carte-fig {
flex: 0 0 160px;
max-width: 160px;
margin: 0.25rem 0 0;
text-align: center;
}
.hm-carte-fig a {
display: block;
}
.hm-carte-img {
display: block;
width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid var(--hm-bord);
}
.hm-carte-fig figcaption {
margin-top: 0.45rem;
font-size: 0.78rem;
color: var(--hm-gris);
}
.hm-carte-txt {
flex: 1 1 auto;
min-width: 0;
} .hm-elements {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--hm-gap);
margin-top: 0.5rem;
}
.hm-element {
padding: 1rem 1.1rem;
border: 1px solid var(--hm-bord);
border-radius: var(--hm-r);
background: var(--hm-fond);
}
.hm-element h3 {
position: relative;
margin: 0 0 0.45rem;
padding-left: 1.1rem;
font-size: 1rem;
}
.hm-element h3::before {
content: "";
position: absolute;
left: 0;
top: 0.42em;
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
background: currentColor;
opacity: 0.8;
}
.hm-element p:last-child {
margin-bottom: 0;
}
.hm-el-feu h3 { color: #a8462f; }
.hm-el-terre h3 { color: #5d6b34; }
.hm-el-air h3 { color: #3d6a8f; }
.hm-el-eau h3 { color: #3a4a86; }
.hm-el-feu .hm-glyphe,
.hm-el-feu.hm-med-rond { color: #a8462f; }
.hm-el-terre .hm-glyphe,
.hm-el-terre.hm-med-rond { color: #5d6b34; }
.hm-el-air .hm-glyphe,
.hm-el-air.hm-med-rond { color: #3d6a8f; }
.hm-el-eau .hm-glyphe,
.hm-el-eau.hm-med-rond { color: #3a4a86; } .hm-faq {
padding-top: 0.5rem;
border-top: 1px solid var(--hm-bord);
}
.hm-q {
border-bottom: 1px solid var(--hm-bord);
}
.hm-q summary {
padding: 0.8rem 1.8rem 0.8rem 0;
position: relative;
cursor: pointer;
font-weight: 600;
color: var(--hm-accent);
list-style: none;
}
.hm-q summary::-webkit-details-marker {
display: none;
}
.hm-q summary::after {
content: "+";
position: absolute;
right: 0.3rem;
top: 50%;
transform: translateY(-50%);
font-weight: 400;
font-size: 1.25rem;
line-height: 1;
}
.hm-q[open] summary::after {
content: "\2212";
}
.hm-q .hm-r {
padding: 0 0 0.4rem;
}
.hm-q .hm-r p:last-child {
margin-bottom: 0;
} .hm-grille {
display: grid;
gap: 0.75rem;
margin: 0.75rem 0 1.25rem;
grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
}
.hm-grille-2 {
grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}
.hm-grille-4 {
grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
}
.hm-grille-compacte {
grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
gap: 0.5rem;
}
.hm-tuile {
display: block;
padding: 0.75rem 0.7rem;
border: 1px solid var(--hm-bord);
border-radius: 10px;
background: var(--hm-fond);
text-align: center;
text-decoration: none;
color: inherit;
transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
a.hm-tuile:hover,
a.hm-tuile:focus {
background: var(--hm-doux);
border-color: var(--hm-accent);
transform: translateY(-1px);
}
.hm-tuile-courante {
background: var(--hm-doux);
border-color: var(--hm-accent);
}
.hm-tuile-heure {
display: block;
font-size: 1.22rem;
font-weight: 700;
color: var(--hm-accent);
font-variant-numeric: tabular-nums;
}
.hm-tuile-signe {
display: flex;
align-items: center;
justify-content: center;
gap: 0.3rem;
margin-top: 0.2rem;
font-size: 0.8rem;
}
.hm-tuile-signe em {
font-style: normal;
color: var(--hm-gris);
}
.hm-tuile-arcane,
.hm-tuile-theme {
display: block;
font-size: 0.74rem;
color: var(--hm-gris);
line-height: 1.35;
}
.hm-tuile-arcane {
margin-top: 0.15rem;
}
.hm-tuile-theme {
margin-top: 0.2rem;
opacity: 0.85;
}
.hm-grille-compacte .hm-tuile-theme,
.hm-grille-compacte .hm-tuile-signe em {
display: none;
} .hm-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.hm-table {
width: 100%;
min-width: 40rem;
border-collapse: collapse;
font-size: 0.9rem;
}
.hm-table th,
.hm-table td {
padding: 0.5rem 0.65rem;
border-bottom: 1px solid var(--hm-bord);
text-align: left;
vertical-align: top;
}
.hm-table thead th {
border-bottom: 2px solid var(--hm-accent);
color: var(--hm-accent);
white-space: nowrap;
}
.hm-table tbody th {
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.hm-table tbody tr:hover {
background: var(--hm-doux);
} .hm-horloge {
display: flex;
flex-wrap: wrap;
gap: 1.75rem;
align-items: center;
margin: 1.25rem 0 1.75rem;
padding: 1.4rem 1.5rem;
border: 1px solid var(--hm-bord);
border-radius: var(--hm-r);
background: var(--hm-fond);
}
.hm-cadran-bloc {
flex: 0 0 auto;
text-align: center;
min-width: 12rem;
}
.hm-cadran {
display: block;
width: 11rem;
height: 11rem;
margin: 0 auto;
}
.hm-cadran-fond {
fill: var(--hm-doux);
}
.hm-cadran-bord {
fill: none;
stroke: var(--hm-bord);
stroke-width: 2;
}
.hm-cadran-index line {
stroke: var(--hm-accent);
stroke-opacity: 0.55;
stroke-width: 2.5;
stroke-linecap: round;
}
.hm-cadran-points circle {
fill: var(--hm-accent);
fill-opacity: 0.75;
}
.hm-aig {
stroke: var(--hm-accent);
stroke-linecap: round;
transform-origin: 100px 100px;
transition: transform 0.4s cubic-bezier(0.3, 1.4, 0.5, 1);
}
.hm-aig-h {
stroke-width: 5;
}
.hm-aig-m {
stroke-width: 3;
stroke-opacity: 0.7;
}
.hm-aig-centre {
fill: var(--hm-accent);
}
.hm-maintenant {
margin: 0.7rem 0 0.2rem;
font-size: 0.95rem;
font-weight: 600;
color: var(--hm-encre);
}
.hm-prochaine {
margin: 0;
font-size: 0.88rem;
color: var(--hm-gris);
}
.hm-prochaine a {
font-weight: 600;
}
.hm-horloge.hm-y-est .hm-cadran-fond {
fill: var(--hm-accent);
fill-opacity: 0.13;
}
.hm-horloge.hm-y-est .hm-prochaine {
color: var(--hm-accent);
font-weight: 600;
}
.hm-saisie {
flex: 1 1 16rem;
min-width: 0;
}
.hm-saisie label {
display: block;
margin-bottom: 0.4rem;
font-weight: 600;
color: var(--hm-accent);
}
.hm-saisie-ligne {
display: flex;
gap: 0.5rem;
}
.hm-saisie input {
flex: 1 1 auto;
min-width: 0;
padding: 0.55rem 0.75rem;
border: 1px solid var(--hm-bord);
border-radius: 8px;
background: var(--hm-fond);
color: var(--hm-encre);
font-size: 1.1rem;
font-variant-numeric: tabular-nums;
letter-spacing: 0.04em;
}
.hm-saisie input:focus {
outline: 2px solid var(--hm-accent);
outline-offset: 1px;
}
.hm-aide {
margin: 0.45rem 0 0;
font-size: 0.8rem;
color: var(--hm-gris);
}
.hm-bouton {
display: inline-block;
padding: 0.55rem 1.1rem;
border: 0;
border-radius: 8px;
background: var(--hm-accent);
color: var(--hm-on-accent);
font: inherit;
font-weight: 600;
text-decoration: none;
cursor: pointer;
}
.hm-bouton:hover,
.hm-bouton:focus {
background: var(--hm-accent-clair);
color: var(--hm-on-accent);
}
.hm-reponse {
margin-top: 0.9rem;
}
.hm-reponse:empty {
margin-top: 0;
}
.hm-rev {
padding: 0.95rem 1.1rem;
border: 1px solid var(--hm-bord);
border-radius: var(--hm-r);
background: var(--hm-doux);
}
.hm-rev-heure {
display: block;
font-size: 2rem;
font-weight: 700;
line-height: 1.1;
color: var(--hm-accent);
font-variant-numeric: tabular-nums;
}
.hm-rev-heure i,
.hm-rev-heure u {
font-style: normal;
text-decoration: none;
opacity: 0;
animation: hm-apparait 0.28s ease forwards;
}
.hm-rev-heure u {
font-size: 0.5em;
vertical-align: 0.28em;
opacity: 0;
}
@keyframes hm-apparait {
from { opacity: 0; transform: translateY(0.25em); }
to { opacity: 1; transform: none; }
}
.hm-rev-theme {
display: block;
margin-top: 0.15rem;
font-size: 0.92rem;
color: var(--hm-gris);
}
.hm-rev-faits {
display: flex;
flex-wrap: wrap;
gap: 0.4rem 1.1rem;
margin: 0.7rem 0 0.5rem;
padding: 0;
list-style: none;
font-size: 0.88rem;
}
.hm-rev-faits li b {
color: var(--hm-accent);
}
.hm-rev-accroche {
margin: 0.5rem 0 0.8rem;
font-size: 0.95rem;
}
.hm-rev-vide {
margin: 0;
} .hm-bloc {
margin: 1.75rem 0;
padding: 1.2rem 1.35rem;
border: 1px solid var(--hm-bord);
border-radius: var(--hm-r);
background: var(--hm-doux);
}
.hm-bloc-titre {
display: flex;
align-items: center;
gap: 0.6rem;
margin: 0 0 0.65rem;
font-size: 1.15rem;
}
.hm-bloc-glyphe,
.hm-bloc-romain {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 2.2rem;
height: 2.2rem;
border-radius: 50%;
background: var(--hm-fond);
border: 1px solid var(--hm-bord);
font-size: 0.8rem;
font-weight: 700;
}
.hm-bloc .hm-tuile {
background: var(--hm-fond);
}
.hm-bloc-lien {
margin: 0.25rem 0 0;
font-size: 0.9rem;
} .hm-cta {
margin: 2rem 0;
padding: 1.5rem 1.6rem;
border-radius: var(--hm-r);
background: var(--hm-accent);
color: var(--hm-on-accent);
text-align: center;
}
.hm-cta-titre {
margin: 0 0 0.5rem;
color: var(--hm-on-accent);
font-size: 1.25rem;
}
.hm-cta-texte {
margin: 0 auto 1rem;
max-width: 34rem;
}
.hm-cta-bouton {
margin: 0;
}
.hm-bouton-clair {
background: var(--hm-on-accent);
color: var(--hm-accent);
}
.hm-bouton-clair:hover,
.hm-bouton-clair:focus {
background: var(--hm-on-accent);
color: var(--hm-accent);
text-decoration: underline;
}
.hm-cta-mention {
margin: 0.7rem 0 0;
font-size: 0.78rem;
opacity: 0.9;
} .hm-auteur {
margin: 2rem 0 0;
padding: 0.9rem 1.1rem;
border-top: 1px solid var(--hm-bord);
font-size: 0.88rem;
color: var(--hm-gris);
}
.hm-auteur p {
margin: 0;
}
.hm-auteur-txt {
margin-left: 0.35rem;
}
.hm-auteur-lien {
margin-left: 0.35rem;
}
.hm-message {
padding: 0.7rem 0.9rem;
border: 1px dashed var(--hm-accent);
border-radius: 8px;
background: var(--hm-doux);
color: var(--hm-accent);
font-size: 0.9rem;
} @media (max-width: 46em) {
.hm-bandeau {
flex-direction: column;
align-items: flex-start;
padding: 1.1rem 1.1rem 1.25rem;
}
.hm-bandeau-meds {
width: 100%;
justify-content: space-between;
gap: 0.5rem;
}
.hm-med {
width: auto;
flex: 1 1 0;
}
.hm-carte-bloc {
flex-direction: column;
}
.hm-carte-fig {
flex: 0 0 auto;
max-width: 140px;
}
.hm-elements {
grid-template-columns: minmax(0, 1fr);
}
.hm-horloge {
flex-direction: column;
align-items: stretch;
padding: 1.1rem;
}
.hm-cadran-bloc {
min-width: 0;
}
.hm-bref th {
width: 42%;
}
}
@media (prefers-reduced-motion: reduce) {
.hm-root *,
.hm-root *::before,
.hm-root *::after {
animation-duration: 0.001ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.001ms !important;
}
.hm-rev-heure i,
.hm-rev-heure u {
opacity: 1;
}
}
@media print {
.hm-horloge,
.hm-cta {
display: none;
}
} .hm-med-romain b {
font-size: 1.15rem;
font-weight: 700;
letter-spacing: 0.02em;
}