.elementor-2019 .elementor-element.elementor-element-67f73be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4e6ff0c *//* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* GLOBAL */
body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    color: #222;
    line-height: 1.6;
}

/* LAYOUT */
.cgt-container {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    gap: 20px;
    padding: 0 15px;
}

.cgt-main {
    flex: 3;
}

.cgt-sidebar {
    flex: 1;
}

/* CARDS */
.cgt-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* TITRES */
.cgt-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #d40000;
}

.cgt-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #d40000;
}

/* META */
.cgt-doc-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

/* SPOTIFY EMBED */
.cgt-spotify iframe {
    width: 100%;
    height: 152px;
    border: none;
    border-radius: 8px;
}

/* LISTE */
.cgt-list {
    list-style: none;
}

.cgt-list li {
    margin-bottom: 8px;
}

.cgt-list a {
    text-decoration: none;
    color: #d40000;
    font-weight: bold;
}

.cgt-list a:hover {
    text-decoration: underline;
}

/* TEXTE INFO */
.cgt-info {
    font-size: 13px;
    color: #555;
}

/* ===================== */
/* ENCARD CTA SPOTIFY */
/* ===================== */

.cgt-cta {
    text-align: center;
    background: linear-gradient(135deg, #d40000, #a00000);
    padding: 25px;
    border-radius: 12px;
}

/* BOUTON */
.cgt-btn {
    display: inline-block;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important; /* texte blanc forcé */
    background: #1db954;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* états du lien */
.cgt-btn:visited,
.cgt-btn:active {
    color: #ffffff !important;
}

/* HOVER */
.cgt-btn:hover {
    background: #169c46;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

/* FOCUS ACCESSIBILITÉ */
.cgt-btn:focus {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cgt-container {
        flex-direction: column;
    }
}/* End custom CSS */