.icv-chiffre-jour * {
box-sizing: border-box;
}
.icv-chiffre-jour {
width: 100%;
max-width: 100%;
margin: 28px 0;
padding: 28px 20px;
overflow: hidden;
border: 1px solid rgba(196, 14, 181, .16);
border-radius: 20px;
background: linear-gradient(
135deg,
rgba(234, 0, 175, .065) 0%,
rgba(128, 0, 128, .035) 100%
);
box-shadow: 0 14px 32px rgba(128, 0, 128, .10);
}
.icv-chiffre-jour__titre {
margin: 0 0 10px;
color: #c40eb5;
text-align: center;
font-size: clamp(24px, 3vw, 34px);
line-height: 1.22;
overflow-wrap: anywhere;
}
.icv-chiffre-jour__intro {
max-width: 860px;
margin: 0 auto 20px;
color: #4b294a;
text-align: center;
line-height: 1.7;
}
.icv-chiffre-jour__table-wrap {
width: 100%;
max-width: 100%;
overflow: hidden;
border-radius: 16px;
}
.icv-chiffre-jour__table {
width: 100%;
max-width: 100%;
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
overflow: hidden;
border: 1px solid rgba(196, 14, 181, .16);
border-radius: 16px;
background: rgba(255, 255, 255, .9);
box-shadow: 0 10px 24px rgba(128, 0, 128, .07);
}
.icv-chiffre-jour__table caption {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.icv-chiffre-jour__table thead tr {
background: linear-gradient(135deg, #800080, #c40eb5);
}
.icv-chiffre-jour__table th,
.icv-chiffre-jour__table td {
overflow-wrap: anywhere;
}
.icv-chiffre-jour__table thead th {
padding: 16px 14px;
color: #fff;
text-align: left;
font-size: 15px;
line-height: 1.35;
}
.icv-chiffre-jour__table thead th:first-child {
width: 90px;
text-align: center;
}
.icv-chiffre-jour__table tbody th,
.icv-chiffre-jour__table tbody td {
padding: 15px 14px;
border-bottom: 1px solid #ead9e8;
color: #4b294a;
vertical-align: middle;
line-height: 1.55;
}
.icv-chiffre-jour__table tbody th {
width: 90px;
text-align: center;
}
.icv-chiffre-jour__table tbody tr:nth-child(even) {
background: rgba(234, 0, 175, .045);
}
.icv-chiffre-jour__table tbody tr:last-child th,
.icv-chiffre-jour__table tbody tr:last-child td {
border-bottom: 0;
}
.icv-chiffre-jour__nombre {
display: inline-flex;
flex: 0 0 auto;
width: 42px;
height: 42px;
min-width: 42px;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background: linear-gradient(135deg, #800080, #c40eb5);
box-shadow: 0 7px 16px rgba(128, 0, 128, .18);
font-size: 18px;
font-weight: 700;
line-height: 1;
}
.icv-chiffre-jour__theme {
color: #800080;
font-weight: 700;
}
.icv-chiffre-jour__note {
max-width: 880px;
margin: 18px auto 0;
padding: 14px 16px;
border-left: 4px solid #c40eb5;
border-radius: 10px;
color: #4b294a;
background: rgba(255, 255, 255, .64);
line-height: 1.65;
}
@media (max-width: 640px) {
.icv-chiffre-jour {
margin: 20px 0;
padding: 20px 12px;
border-radius: 16px;
}
.icv-chiffre-jour__titre {
font-size: clamp(22px, 7vw, 28px);
}
.icv-chiffre-jour__intro {
margin-bottom: 16px;
font-size: 15px;
line-height: 1.6;
}
.icv-chiffre-jour__table-wrap {
overflow: visible;
border-radius: 0;
}
.icv-chiffre-jour__table,
.icv-chiffre-jour__table tbody,
.icv-chiffre-jour__table tr,
.icv-chiffre-jour__table th,
.icv-chiffre-jour__table td {
display: block;
width: 100%;
max-width: 100%;
}
.icv-chiffre-jour__table {
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.icv-chiffre-jour__table thead {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.icv-chiffre-jour__table tbody tr,
.icv-chiffre-jour__table tbody tr:nth-child(even) {
position: relative;
margin: 0 0 12px;
padding: 14px 14px 14px 70px;
overflow: hidden;
border: 1px solid rgba(196, 14, 181, .16);
border-radius: 14px;
background: rgba(255, 255, 255, .9);
box-shadow: 0 8px 18px rgba(128, 0, 128, .06);
}
.icv-chiffre-jour__table tbody tr:last-child {
margin-bottom: 0;
}
.icv-chiffre-jour__table tbody th {
position: absolute;
top: 15px;
left: 14px;
width: 42px;
padding: 0;
border: 0;
}
.icv-chiffre-jour__table tbody td {
padding: 0;
border: 0;
font-size: 15px;
line-height: 1.55;
}
.icv-chiffre-jour__table tbody td + td {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ead9e8;
}
.icv-chiffre-jour__table tbody td::before {
display: block;
margin-bottom: 3px;
color: #c40eb5;
content: attr(data-label);
font-size: 12px;
font-weight: 700;
letter-spacing: .03em;
line-height: 1.35;
text-transform: uppercase;
}
.icv-chiffre-jour__note {
margin-top: 16px;
padding: 12px 13px;
font-size: 15px;
line-height: 1.6;
}
}
Signification du chiffre du jour de 1 à 9
Chaque chiffre propose une piste de réflexion. Cependant, adaptez toujours
cette lecture symbolique à votre situation et à vos priorités.
| Chiffre | Thème principal | Conseil du jour |
|---|---|---|
| 1 | Initiative | Commencez une action concrète et avancez avec confiance. |
| 2 | Coopération | Privilégiez l’écoute, le dialogue et la diplomatie. |
| 3 | Expression | Partagez une idée et laissez davantage de place à votre créativité. |
| 4 | Organisation | Structurez une priorité et consolidez vos bases. |
| 5 | Mouvement | Explorez une nouvelle piste tout en gardant votre discernement. |
| 6 | Harmonie | Prenez soin d’une relation sans oublier vos propres limites. |
| 7 | Réflexion | Prenez du recul, observez et analysez avant d’agir. |
| 8 | Ambition | Transformez un objectif clair en action concrète. |
| 9 | Bilan | Terminez une étape et libérez ce qui doit évoluer. |
À retenir : utilisez ce tableau comme un repère symbolique.
Ensuite, consultez les sections suivantes pour découvrir l’interprétation
détaillée de chaque chiffre.

Commentaires récents