Tableau pratique : que puis-je contrôler ou non ?
.icv-lacherprise-table-wrapper {
width: 100%;
margin: 35px auto;
font-family: inherit;
}
.icv-lacherprise-card {
background: linear-gradient(135deg, #ffffff 0%, #fbf3ff 45%, #fff7fb 100%);
border: 1px solid rgba(130, 38, 150, 0.18);
border-radius: 24px;
overflow: hidden;
box-shadow: 0 18px 45px rgba(94, 29, 120, 0.14);
}
.icv-lacherprise-header {
padding: 28px 26px;
text-align: center;
background: linear-gradient(135deg, #6b1685 0%, #9c27b0 48%, #d2187a 100%);
color: #ffffff;
}
.icv-lacherprise-header h2 {
margin: 0;
color: #ffffff;
font-size: clamp(1.45rem, 2.6vw, 2.15rem);
line-height: 1.25;
font-weight: 800;
letter-spacing: 0.2px;
}
.icv-lacherprise-header p {
max-width: 820px;
margin: 12px auto 0;
color: rgba(255, 255, 255, 0.94);
font-size: 1rem;
line-height: 1.6;
}
.icv-lacherprise-table-scroll {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.icv-lacherprise-table {
width: 100%;
min-width: 760px;
border-collapse: separate;
border-spacing: 0;
}
.icv-lacherprise-table thead th {
padding: 18px 20px;
background: #f4e5fb;
color: #5c176f;
font-size: 0.98rem;
line-height: 1.4;
font-weight: 800;
text-align: left;
border-bottom: 2px solid rgba(130, 38, 150, 0.18);
}
.icv-lacherprise-table tbody td {
padding: 18px 20px;
color: #3d2b42;
font-size: 0.98rem;
line-height: 1.55;
vertical-align: top;
border-bottom: 1px solid rgba(130, 38, 150, 0.11);
background: rgba(255, 255, 255, 0.72);
}
.icv-lacherprise-table tbody tr:nth-child(even) td {
background: rgba(250, 239, 255, 0.72);
}
.icv-lacherprise-table tbody tr:hover td {
background: rgba(255, 244, 250, 0.98);
transition: background 0.25s ease;
}
.icv-lacherprise-table tbody td:first-child {
font-weight: 800;
color: #7b1b93;
border-left: 4px solid transparent;
}
.icv-lacherprise-table tbody tr:hover td:first-child {
border-left-color: #d2187a;
}
.icv-chip {
display: inline-block;
padding: 6px 12px;
border-radius: 999px;
background: rgba(156, 39, 176, 0.10);
color: #7b1b93;
font-size: 0.82rem;
line-height: 1;
font-weight: 800;
margin-bottom: 7px;
border: 1px solid rgba(156, 39, 176, 0.16);
}
.icv-action {
display: inline-block;
padding: 6px 12px;
border-radius: 999px;
background: rgba(210, 24, 122, 0.10);
color: #9d135c;
font-size: 0.82rem;
line-height: 1;
font-weight: 800;
margin-bottom: 7px;
border: 1px solid rgba(210, 24, 122, 0.16);
}
.icv-lacherprise-note {
padding: 20px 24px 24px;
background: rgba(255, 255, 255, 0.82);
border-top: 1px solid rgba(130, 38, 150, 0.12);
color: #5a3f61;
font-size: 0.95rem;
line-height: 1.65;
}
.icv-lacherprise-note strong {
color: #7b1b93;
}
@media (max-width: 767px) {
.icv-lacherprise-card {
border-radius: 18px;
background: #ffffff;
}
.icv-lacherprise-header {
padding: 22px 18px;
text-align: left;
background: linear-gradient(135deg, #6b1685 0%, #9c27b0 55%, #d2187a 100%);
}
.icv-lacherprise-header h2,
.icv-lacherprise-header p {
color: #ffffff !important;
}
.icv-lacherprise-header p {
font-size: 0.95rem;
}
.icv-lacherprise-table {
min-width: 0;
}
.icv-lacherprise-table thead {
display: none;
}
.icv-lacherprise-table,
.icv-lacherprise-table tbody,
.icv-lacherprise-table tr,
.icv-lacherprise-table td {
display: block;
width: 100%;
}
.icv-lacherprise-table tbody tr {
margin: 14px;
border: 1px solid rgba(130, 38, 150, 0.16);
border-radius: 16px;
overflow: hidden;
background: #ffffff !important;
box-shadow: 0 10px 24px rgba(94, 29, 120, 0.10);
}
.icv-lacherprise-table tbody td {
padding: 14px 16px;
background: #ffffff !important;
color: #3d2b42 !important;
border-bottom: 1px solid rgba(130, 38, 150, 0.10);
}
.icv-lacherprise-table tbody td:last-child {
border-bottom: none;
}
.icv-lacherprise-table tbody td::before {
content: attr(data-label);
display: block;
margin-bottom: 7px;
color: #7b1b93 !important;
font-size: 0.78rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.icv-lacherprise-table tbody td:first-child {
color: #ffffff !important;
background: linear-gradient(135deg, #6b1685 0%, #9c27b0 100%) !important;
border-left: none;
font-size: 1.05rem;
}
.icv-lacherprise-table tbody td:first-child::before {
color: rgba(255, 255, 255, 0.86) !important;
}
.icv-chip,
.icv-action {
background: #ffffff !important;
color: #7b1b93 !important;
border: 1px solid rgba(130, 38, 150, 0.22);
}
.icv-lacherprise-note {
padding: 16px 18px 20px;
background: #ffffff !important;
color: #5a3f61 !important;
font-size: 0.92rem;
}
}
À retenir : lâcher prise ne signifie pas abandonner. Au contraire, cela consiste à relâcher ce qui échappe à votre contrôle pour concentrer votre énergie sur ce que vous pouvez réellement transformer.
[…] amours fraternels. la voyance et l’amour. Elle abordera également les amours impossibles, le lâcher-prise, l’acceptation, les relations toxiques, la compatibilité amoureuse des signes […]
[…] vie et de proposer mes massages dans différents sites du golfe du Valinco. Au-delà du massage, mes soins apportent une osmose avec le corps, l’esprit et l’âme ce qui permet un lâche…, un bol tibétain des huiles essentielles et des huiles de lithothérapie accompagnent le tout […]
[…] nous permettent de faire des choix de vie, d’évolution émotionnelle, de travailler le lâcher prise, d’apprendre le pardon, […]
[…] cet été vous avez travaillé votre lâcher-prise, la rentrée vous rappelle que nous devez être performant. Vous allez devoir mener de front la […]