body {
   font-family: "roboto slab", serif;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}
.encache {
    display: none;
}
#lesdates {
    scroll-margin-top: 80px; /* Ajuste selon la hauteur de ta barre */
}
.dates {
    width: 85% ;
}
.titre {
    display: flex;
    flex-direction: row;
    width: 78%;
    /*! background-color: #ffffff; */
    margin-top: 50px; 
    overflow: hidden;
    font-size: 6vw;
     font-family: Fredericka the Great;
    color: var(--police-page-sombre);
}
.cadre {
   display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 2rem;
    width: 90%;
}
.card {
    display: flex;
    background: #fff7f1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    flex: 1; 
    width: 100%;
    
}
.card:hover {
 transform: scale(1.01); 
 }

.avant-pied img {
   width: 80%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
    padding-bottom: 50px;
}
.encache {
    display: none;
}
.column {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}

.column:first-child { flex: 1; border-right: 1px solid #f0f0f0; }

.column:nth-child(2) { flex: 1; }

/*.column a {
    text-decoration: none;
    color: inherit;
}*/


.column:last-child {
    flex: 1;
    /* Troisième colonne */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.with:hover {
    background-color: black;
    color: white;
    transition: 2s;
}
.column.with { flex: 0 0 auto; background: #E7F3F8; width: 25%}
.without {
    border-left: none;
}
.without:hover {
    cursor: auto;
}
.subtitle { font-size: 0.85em; color: #6c757d; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.subtitle span { color: #adb5bd; display: block; margin-top: 0.2rem; }
.title { font-size: 1.6em; font-weight: 700; margin: 0.5rem 0; line-height: 1.2; color:var(--police-page-sombre); }
.title span { font-size: 0.8em; font-weight: 400; color: #495057; display: block; margin-top: 0.5rem; }
.text { font-size: 1em; color: var(--police-page-sombre); line-height: 1.5; }
.column.with a {
    display: inline-block;
    background: var(--fond-footer-haut);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
.column.with a:hover {
    background: var(--fond-footer-bas);
}
.column.without { display: none; }
.bleu {
    color: #0e549f;
}
.rouge {
    color: #E73E01;
}
.subtitle span {
    color: #a61717;
}
.artistes {
    padding-top: 26px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    width: 87%;
}
.noms {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
}

.btn {
    margin: 10px 20px 10px 0px;
    display: inline-block;
    padding: 10px 15px;
    color: white;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

input.btn {
    -webkit-appearance: button;
}

.btn.bg-red {
    background-color: var(--fond-footer-haut);
    border: 1px solid #5f4641;
    border-radius: 2em;
}
.btn.bg-red-inverse {
    background-color: white;
    color: #5f4641;
    border: 1px solid #5f4641;
    border-radius: 2em;
}
.btn.bg-red:hover {
    background-color: #fff;
    color: #5f4641;
    transition: background-color 1s ease;

}

@media (max-width: 1200px) {
    .column.with { width: initial}
}

@media (max-width: 768px) {
    .card { flex-direction: column; font-family: "Lato", sans-serif;}
    .column:first-child { border-right: none; border-bottom: 1px solid #f0f0f0; }
    .column.with { width: inherit}
}