:root {
--cddp-dp-violet-deep: #2a1454;
--cddp-dp-night-blue: #0c1633;
--cddp-dp-turquoise: #2ec4b6;
--cddp-dp-turquoise-soft: #2ec4b6;
--cddp-dp-text: #1a1a2e;
--cddp-dp-muted: #4a5568;
--cddp-dp-card-bg: #fff;
--cddp-dp-card-border: rgba(15, 23, 42, 0.1);
}
body.cddp-dancepedia .site-content,
body.cddp-dancepedia-fiches .site-content,
body.cddp-dancepedia .entry-content,
body.cddp-dancepedia-fiches .entry-content {
overflow-x: clip;
max-width: 100%;
}
body.cddp-dancepedia .entry-header,
body.cddp-dancepedia .page-header,
body.cddp-dancepedia .entry-title {
display: none !important;
} body.cddp-dancepedia-fiches .entry-header,
body.cddp-dancepedia-fiches .page-header,
body.cddp-dancepedia-fiches .entry-title {
display: none !important;
}
body.cddp-dancepedia .entry-content {
color: var(--cddp-dp-text);
background: transparent;
padding-bottom: 2.5rem;
} .cddp-dp-hero-wrap {
max-width: 1180px;
margin: 0 auto 1.25rem;
padding: 0 clamp(0.75rem, 3vw, 1.5rem);
}
.cddp-dp-hero.cddp-dp-hero--banner-only {
display: block;
width: 100%;
margin: 0;
padding: 0;
border: none;
border-radius: 20px;
overflow: hidden;
background: transparent;
box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}
.cddp-dp-hero__img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1672 / 941;
object-fit: cover;
border-radius: 20px;
}
.cddp-dp-hero-cta {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
margin: 1.25rem 0 0;
padding: 0;
background: none !important;
box-shadow: none !important;
}
.cddp-dp-hero-cta::before,
.cddp-dp-hero-cta::after {
display: none !important;
content: none !important;
}
.cddp-dp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.75rem;
min-width: 11.5rem;
padding: 0.65rem 1.5rem;
border-radius: 999px;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cddp-dp-btn--primary {
color: #fff;
background: linear-gradient(135deg, var(--cddp-dp-violet-deep) 0%, var(--cddp-dp-night-blue) 50%, var(--cddp-dp-turquoise) 100%);
box-shadow: 0 8px 22px rgba(46, 196, 182, 0.28);
border: none;
}
.cddp-dp-btn--secondary {
color: var(--cddp-dp-violet-deep);
background: #fff;
border: 2px solid var(--cddp-dp-turquoise);
box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.cddp-dp-member-card__visual{
margin: 0 0 14px;
min-height: 180px;
border-radius: 16px;
background: #fff var(--cddp-dp-member-bg, none) center / cover no-repeat;
box-shadow: inset 0 0 0 1px rgba(15,23,42,0.06);
}
.cddp-dp-member-card__actions{
margin-top: 0;
}
.cddp-dp-btn:hover,
.cddp-dp-btn:focus {
transform: translateY(-2px);
}
@media (max-width: 640px){
.cddp-dp-member-card__visual{
min-height: 148px;
}
} .cddp-dp-presentation {
max-width: 1180px;
margin: 0 auto 1.5rem;
padding: 0 clamp(0.75rem, 3vw, 1.5rem);
text-align: center;
}
.cddp-dp-presentation__title {
margin: 0 0 0.4rem;
font-size: 1.55rem;
font-weight: 800;
color: var(--cddp-dp-violet-deep);
}
.cddp-dp-presentation__subtitle {
margin: 0 0 0.5rem;
font-size: 1.1rem;
font-weight: 600;
color: var(--cddp-dp-violet-deep);
letter-spacing: 0.02em;
}
.cddp-dp-presentation__lead {
margin: 0;
font-size: 1.05rem;
line-height: 1.65;
color: var(--cddp-dp-muted);
}
.cddp-dp-sections {
max-width: 1180px;
margin: 0 auto;
padding: 0 clamp(0.75rem, 3vw, 1.5rem) 2rem;
}
.cddp-dp-sections__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.25rem;
}
.cddp-dp-card {
padding: 1.35rem 1.25rem;
border-radius: 18px;
background: var(--cddp-dp-card-bg);
border: 1px solid var(--cddp-dp-card-border);
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}
.cddp-dp-card__title {
margin: 0 0 0.55rem;
font-size: 1.15rem;
color: var(--cddp-dp-text) !important;
}
.cddp-dp-card__desc {
margin: 0 0 1rem;
font-size: 0.95rem;
line-height: 1.55;
color: var(--cddp-dp-muted);
}
.cddp-dp-btn--card {
min-width: auto;
font-size: 0.9rem;
padding: 0.55rem 1.15rem;
background: rgba(46, 196, 182, 0.12);
border: 1px solid rgba(46, 196, 182, 0.45);
color: var(--cddp-dp-violet-deep);
} body.cddp-dancepedia-fiches .cddp-dp-hero-wrap {
margin-top: 0.5rem;
} .cdm-grid > .cddp-dp-member-feature {
order: -40;
grid-column: 1 / -1;
}
.cddp-dp-member-feature {
display: flex;
flex-direction: column;
gap: 1rem;
}
.cddp-dp-member-feature__visual {
display: block;
width: 100%;
margin: 0;
min-height: 180px;
aspect-ratio: 1672 / 941;
border-radius: 20px;
overflow: hidden;
background: var(--cddp-dp-violet-deep) var(--cddp-dp-member-bg, none) center / cover no-repeat;
box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}
.cddp-dp-member-feature__cta {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.75rem;
background: none;
}
.cd-product-universe--dp .cd-product-universe__btn--primary {
background: linear-gradient(135deg, var(--cddp-dp-violet-deep), var(--cddp-dp-turquoise));
border: none;
color: #fff;
}
.cd-product-universe--dp .cd-product-universe__btn--secondary {
border-color: var(--cddp-dp-turquoise);
color: var(--cddp-dp-violet-deep);
background: #fff;
}
@media (max-width: 768px) {
.cddp-dp-sections__grid {
grid-template-columns: 1fr;
}
}
body.cddp-dancepedia .ast-single-entry-banner,
body.cddp-dancepedia-fiches .ast-single-entry-banner,
body.cddp-dancepedia .ast-archive-entry-banner,
body.cddp-dancepedia-fiches .ast-archive-entry-banner {
display: none !important;
} body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero__img,
body.cdsn-simple-mode.cddp-dancepedia-fiches .cddp-dp-hero__img {
aspect-ratio: 16 / 9;
max-height: 108px;
object-fit: cover;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-presentation {
margin-bottom: 0.45rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-presentation__lead {
display: none;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-presentation__subtitle {
margin: 0;
font-size: 0.88rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero-cta {
margin-top: 0.5rem;
gap: 0.4rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero-cta .cddp-dp-btn {
min-height: 2.35rem;
font-size: 0.85rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-card__title {
font-size: 0.95rem;
margin-bottom: 0.4rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-btn--card {
min-height: 2.2rem;
padding: 0.35rem 0.65rem;
font-size: 0.78rem;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-search__catalogue {
margin-top: 0.2rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-sections {
padding-bottom: 0.75rem;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-archive {
padding-bottom: calc(var(--csn-bottom-h, 68px) + 1.25rem);
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-sections__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.7rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-card {
padding: 0.85rem 0.75rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-card__desc {
display: none;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-hero--immersive {
min-height: 0;
margin-bottom: 0.65rem;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-hero--immersive .cdl-cultural-portal-hero__inner {
padding: 0.7rem 0.85rem;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-search {
margin-bottom: 0.55rem;
padding: 0.4rem 0.65rem 0.45rem;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-search .cdl-cultural-filters__row {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-search input[type="search"] {
flex: 1 1 100%;
min-width: 0;
}
body.cdsn-simple-mode.cddp-dancepedia-fiches .cdl-cultural-portal-search select {
flex: 1 1 calc(50% - 0.4rem);
min-width: 0;
}
@media (max-height: 620px) {
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero__img {
max-height: 72px;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-presentation {
display: none;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero-cta {
margin-top: 0.3rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-card {
padding: 0.55rem 0.5rem;
}
}
@media (max-width: 340px) {
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero__img {
max-height: 64px;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero-wrap {
margin-bottom: 0.55rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero-cta {
flex-direction: row;
flex-wrap: nowrap;
gap: 0.35rem;
margin-top: 0.35rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-hero-cta .cddp-dp-btn {
width: auto;
flex: 1 1 0;
min-width: 0;
min-height: 2.15rem;
font-size: 0.72rem;
padding: 0.28rem 0.4rem;
white-space: nowrap;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-sections {
padding-bottom: calc(var(--csn-bottom-h, 68px) + env(safe-area-inset-bottom, 0px) + 0.75rem);
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-sections__grid {
gap: 0.45rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-card {
padding: 0.45rem 0.4rem 0.5rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-card__title {
font-size: 0.78rem;
margin-bottom: 0.3rem;
line-height: 1.25;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-dp-btn--card {
min-height: 1.95rem;
padding: 0.22rem 0.35rem;
font-size: 0.64rem;
white-space: nowrap;
width: auto;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (max-width: 640px) {
.cddp-dp-hero.cddp-dp-hero--banner-only,
.cddp-dp-hero__img {
border-radius: 16px;
}
.cddp-dp-hero__img {
aspect-ratio: 4 / 3;
}
.cddp-dp-hero-cta,
.cddp-dp-member-feature__cta {
flex-direction: column;
padding: 0;
}
.cddp-dp-btn {
width: 100%;
}
} body.cddp-dancepedia-a-lire .site-content,
body.cddp-dancepedia-a-lire .entry-content {
overflow-x: clip;
max-width: 100%;
}
body.cddp-dancepedia-a-lire .entry-header,
body.cddp-dancepedia-a-lire .page-header,
body.cddp-dancepedia-a-lire .entry-title,
body.cddp-dancepedia-a-lire .ast-single-entry-banner,
body.cddp-dancepedia-a-lire .ast-archive-entry-banner {
display: none !important;
}
.cddp-editorial {
max-width: 1180px;
margin: 0 auto;
padding: 0 clamp(0.75rem, 3vw, 1.5rem) 2.5rem;
box-sizing: border-box;
}
.cddp-editorial--hub {
margin-top: 0.5rem;
padding-top: 1.75rem;
padding-bottom: 2.25rem;
border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.cddp-editorial__inner {
max-width: 1180px;
margin: 0 auto;
}
.cddp-editorial__header {
text-align: center;
margin: 0 auto 1.5rem;
max-width: 40rem;
}
.cddp-editorial__eyebrow {
margin: 0 0 0.35rem;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--cddp-dp-turquoise);
}
.cddp-editorial__title {
margin: 0 0 0.5rem;
font-size: 1.45rem;
font-weight: 800;
color: var(--cddp-dp-violet-deep);
}
.cddp-editorial__title--page {
font-size: clamp(1.55rem, 4vw, 1.9rem);
}
.cddp-editorial__lead {
margin: 0;
font-size: 1.02rem;
line-height: 1.6;
color: var(--cddp-dp-muted);
}
.cddp-editorial__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.25rem;
}
.cddp-editorial__grid--hub {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cddp-editorial-card {
display: flex;
flex-direction: column;
min-width: 0;
margin: 0;
background: var(--cddp-dp-card-bg);
border: 1px solid var(--cddp-dp-card-border);
border-radius: 18px;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
overflow: hidden;
}
.cddp-editorial-card__media {
margin: 0;
aspect-ratio: 16 / 10;
background: rgba(15, 23, 42, 0.04);
overflow: hidden;
border-radius: 18px 18px 0 0; min-height: 0;
}
.cddp-editorial-card__media-link {
display: block;
width: 100%;
height: 100%;
}
.cddp-editorial-card__img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
} .cddp-editorial-card--no-media .cddp-editorial-card__media {
display: none;
}
.cddp-editorial-card__media-placeholder {
display: none;
}
.cddp-editorial-card__body {
display: flex;
flex-direction: column;
gap: 0.55rem;
padding: 1rem 1.05rem 1.15rem;
flex: 1 1 auto;
}
.cddp-editorial-card__meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.4rem 0.65rem;
font-size: 0.78rem;
color: var(--cddp-dp-muted);
}
.cddp-editorial-card__badge {
display: inline-flex;
align-items: center;
padding: 0.15rem 0.55rem;
border-radius: 999px;
font-weight: 700;
letter-spacing: 0.02em;
color: var(--cddp-dp-violet-deep);
background: rgba(46, 196, 182, 0.14);
border: 1px solid rgba(46, 196, 182, 0.35);
}
.cddp-editorial-card__title {
margin: 0;
font-size: 1.05rem;
line-height: 1.35;
font-weight: 700;
}
.cddp-editorial-card__title a {
color: var(--cddp-dp-text);
text-decoration: none;
}
.cddp-editorial-card__title a:hover,
.cddp-editorial-card__title a:focus {
color: var(--cddp-dp-violet-deep);
text-decoration: underline;
}
.cddp-editorial-card__excerpt {
margin: 0;
font-size: 0.92rem;
line-height: 1.5;
color: var(--cddp-dp-muted);
}
.cddp-editorial-card__cta-wrap {
margin: auto 0 0;
padding-top: 0.35rem;
}
.cddp-editorial-card__cta {
width: auto;
min-width: 0;
}
.cddp-editorial__footer-cta {
display: flex;
justify-content: center;
margin: 1.5rem 0 0;
}
.cddp-editorial__all-btn {
min-width: 12rem;
}
.cddp-editorial__empty {
text-align: center;
color: var(--cddp-dp-muted);
margin: 1rem 0;
}
.cddp-editorial__pagination {
margin: 2rem 0 0;
}
.cddp-editorial__pagination .page-numbers {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.4rem;
list-style: none;
margin: 0;
padding: 0;
}
.cddp-editorial__pagination .page-numbers li {
margin: 0;
}
.cddp-editorial__pagination a.page-numbers,
.cddp-editorial__pagination span.page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.5rem;
min-height: 2.5rem;
padding: 0.35rem 0.7rem;
border-radius: 999px;
border: 1px solid rgba(15, 23, 42, 0.12);
text-decoration: none;
color: var(--cddp-dp-violet-deep);
background: #fff;
font-weight: 600;
font-size: 0.9rem;
}
.cddp-editorial__pagination span.page-numbers.current {
background: linear-gradient(135deg, var(--cddp-dp-violet-deep), var(--cddp-dp-turquoise));
color: #fff;
border-color: transparent;
}
.cddp-editorial__pagination a.page-numbers:hover,
.cddp-editorial__pagination a.page-numbers:focus {
border-color: var(--cddp-dp-turquoise);
outline: 2px solid transparent;
}
@media (max-width: 900px) {
.cddp-editorial__grid,
.cddp-editorial__grid--hub {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.cddp-editorial__grid,
.cddp-editorial__grid--hub {
grid-template-columns: 1fr;
}
.cddp-editorial--hub {
padding-top: 1.25rem;
}
.cddp-editorial-card__media {
aspect-ratio: 16 / 10;
}
.cddp-editorial-card__cta {
width: 100%;
}
.cddp-editorial__all-btn {
width: 100%;
}
} @media (max-width: 320px) {
.cddp-editorial {
padding-left: 0.6rem;
padding-right: 0.6rem;
}
.cddp-editorial__grid,
.cddp-editorial__grid--hub {
grid-template-columns: 1fr;
gap: 0.85rem;
}
.cddp-editorial-card__media {
aspect-ratio: 16 / 10;
}
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-editorial--hub {
padding-bottom: calc(var(--csn-bottom-h, 68px) + 1.25rem);
}
body.cdsn-simple-mode.cddp-dancepedia-a-lire .cddp-editorial--archive {
padding-bottom: calc(var(--csn-bottom-h, 68px) + 1.25rem);
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-editorial__grid--hub {
grid-template-columns: 1fr;
gap: 0.85rem;
}
body.cdsn-simple-mode.cddp-dancepedia .cddp-editorial__lead {
font-size: 0.92rem;
}