.cd-dancer-profile {
max-width: 720px;
margin: 0 auto;
padding: 0 16px 32px;
font-family: inherit;
}
.cd-dancer-profile__header {
margin-bottom: 2rem;
}
.cd-dancer-profile__title {
margin: 0 0 0.5rem;
font-size: 1.75rem;
font-weight: 700;
}
.cd-dancer-profile__intro {
margin: 0;
color: #555;
font-size: 1rem;
line-height: 1.5;
}
.cd-dancer-profile__block {
margin-bottom: 2rem;
padding: 1.25rem;
border: 1px solid rgba(30, 58, 95, 0.1);
border-radius: 16px;
background: #fff;
box-shadow: 0 8px 24px rgba(30, 58, 95, 0.06);
}
.cd-dancer-profile__block-title {
margin: 0 0 1rem;
font-size: 1.2rem;
font-weight: 700;
}
.cd-dancer-profile__block-desc {
margin: 0 0 1rem;
color: #555;
font-size: 0.95rem;
}
.cd-dancer-profile__profil-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;
}
.cd-dancer-profile__card {
padding: 0.75rem;
border-radius: 12px;
background: rgba(30, 58, 95, 0.04);
border: 1px solid rgba(30, 58, 95, 0.08);
}
.cd-dancer-profile__card-title {
margin: 0 0 0.35rem;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
color: #666;
}
.cd-dancer-profile__card-content {
margin: 0;
font-size: 0.95rem;
}
.cd-dancer-profile__rhythm {
margin: 1rem 0 0;
font-size: 0.95rem;
color: #555;
font-style: italic;
}
.cd-dancer-profile__empty,
.cd-dancer-profile__muted {
margin: 0;
color: #777;
font-size: 0.95rem;
}
.cd-dancer-profile__recurrence-list {
margin: 0;
padding-left: 1.25rem;
}
.cd-dancer-profile__recurrence-item {
margin-bottom: 0.5rem;
}
.cd-dancer-profile__recurrence-label {
font-weight: 500;
}
.cd-dancer-profile__recurrence-count {
margin-left: 0.35rem;
font-size: 0.9rem;
color: #666;
}
.cd-dancer-profile__alertes-badge {
margin: 0 0 0.75rem;
font-weight: 600;
color: #c92a2a;
}
.cd-dancer-profile__alertes-list {
margin: 0 0 1rem;
padding-left: 1.25rem;
}
.cd-dancer-profile__alertes-item {
margin-bottom: 0.5rem;
}
.cd-dancer-profile__alertes-severity {
display: inline-block;
margin-left: 0.5rem;
padding: 0.15rem 0.4rem;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 600;
}
.cd-dancer-profile__alertes-severity--critical {
background: #ffe0e0;
color: #c92a2a;
}
.cd-dancer-profile__alertes-severity--follow {
background: #e3f2fd;
color: #1971c2;
}
.cd-dancer-profile__alertes-severity--opportunity {
background: #d3f9d8;
color: #2f9e44;
}
.cd-dancer-profile__block-cta {
margin: 1rem 0 0;
}
.cd-dancer-profile__btn {
display: inline-block;
padding: 0.6rem 1.2rem;
border-radius: 999px;
background: #1e3a5f;
color: #fff;
font-weight: 700;
text-decoration: none;
font-size: 0.95rem;
}
.cd-dancer-profile__btn:hover {
background: #2a4a7a;
color: #fff;
}
.cd-dancer-profile__btn--secondary {
background: transparent;
border: 2px solid #1e3a5f;
color: #1e3a5f;
}
.cd-dancer-profile__btn--secondary:hover {
background: rgba(30, 58, 95, 0.08);
color: #1e3a5f;
}
.cd-dancer-profile__footer {
margin-top: 2rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(30, 58, 95, 0.1);
}
.cd-dancer-profile__footer-text {
margin: 0;
font-size: 0.9rem;
color: #666;
}
.cd-dancer-profile__discovery-list {
margin: 0 0 1rem;
padding-left: 1.25rem;
}
.cd-dancer-profile__discovery-item {
margin-bottom: 0.5rem;
}
.cd-dancer-profile__discovery-reason {
display: block;
margin-top: 0.2rem;
font-size: 0.85rem;
color: #666;
}
@media (max-width: 640px) {
.cd-dancer-profile__profil-grid {
grid-template-columns: 1fr;
}
} .cd-parcours-v3__intro {
max-width: 720px;
margin: 0 auto 1.5rem;
}
.cd-parcours-v3__intro h1 {
margin: 0 0 0.5rem;
font-size: 2rem;
color: #1e3a5f;
line-height: 1.2;
}
.cd-parcours-v3__intro p {
margin: 0;
color: #475569;
line-height: 1.6;
}
.cd-parcours-v3__section {
margin: 2rem auto;
max-width: 960px;
}
.cd-parcours-v3__section-title {
margin: 0 0 1rem;
font-size: 1.5rem;
color: #1e3a5f;
}
.cd-parcours-v3__fallback {
margin: 0;
padding: 1rem 1.1rem;
border-radius: 12px;
background: #f8fafc;
border: 1px solid rgba(30, 58, 95, 0.1);
color: #475569;
line-height: 1.5;
}
.cd-parcours-v3__cards {
margin-top: 2rem;
padding: 26px;
border-radius: 18px;
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
border: 1px solid rgba(30, 58, 95, 0.12);
}
.cd-parcours-v3__cards h2 {
margin: 0 0 10px;
font-size: 1.5rem;
color: #1e3a5f;
}
.cd-parcours-v3__cards > p {
margin: 0 0 22px;
color: #475569;
line-height: 1.6;
}
.cd-parcours-v3__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 16px;
}
.cd-parcours-v3__card {
display: block;
padding: 18px;
border-radius: 14px;
background: #fff;
border: 1px solid #e5e7eb;
text-decoration: none;
transition: all 0.18s ease;
}
.cd-parcours-v3__card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 28px rgba(30, 58, 95, 0.08);
border-color: rgba(30, 58, 95, 0.25);
}
.cd-parcours-v3__card small {
display: block;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #c88139;
margin-bottom: 6px;
font-weight: 700;
}
.cd-parcours-v3__card strong {
display: block;
font-size: 1.05rem;
color: #1e3a5f;
margin-bottom: 6px;
}
.cd-parcours-v3__card span {
display: block;
font-size: 0.92rem;
color: #475569;
line-height: 1.5;
}
.cd-dancer-profile--guest .cd-dancer-profile-login__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-top: 1rem;
}
.cd-dancer-profile__discovery-empty {
margin: 0 0 1rem;
} .cd-dancer-profile-simple {
max-width: 720px;
margin: 0 auto 1.5rem;
padding: 1rem 1.1rem;
border: 1px solid rgba(30, 58, 95, 0.1);
border-radius: 14px;
background: #fff;
box-shadow: 0 6px 18px rgba(30, 58, 95, 0.06);
}
.cd-dancer-profile-simple--login,
.cd-dancer-profile-simple__empty {
margin: 0;
color: #555;
font-size: 0.95rem;
line-height: 1.5;
}
.cd-dancer-profile-simple__list {
margin: 0;
padding: 0;
list-style: none;
}
.cd-dancer-profile-simple__item {
display: flex;
flex-wrap: wrap;
gap: 0.35rem 1rem;
padding: 0.65rem 0;
border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}
.cd-dancer-profile-simple__item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.cd-dancer-profile-simple__label {
flex: 0 0 10rem;
font-size: 0.72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #666;
}
.cd-dancer-profile-simple__value {
flex: 1 1 12rem;
font-size: 0.95rem;
font-weight: 600;
color: #1e3a5f;
}
@media (max-width: 520px) {
.cd-dancer-profile-simple__label {
flex-basis: 100%;
}
}