body {
    font-family: Lato;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--police-page-claire);
    min-height: 100vh;
}
.bandeau {
    height: 250px
}
.bandeau img {
    width: 100%;
        padding: 0 20px;
}
.avecalinea{
    padding-left: 30px;
}
/*READ MORE DEBUT*/
.read-more-state {
  display: none;
}
 
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
    margin-bottom: 0px;
    background-color: blue
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Concerts passés';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Réduire';  
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: var(--police-page-sombre);
  font-size: .9em;
  line-height: 2;
  border: 1px solid var(--police-page-sombre);
  border-radius: .25em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
    transition: top 0.3s ease;
}
.read-more-trigger:hover {
    color:white;
    background-color: var(--police-page-sombre);;
    transition: all .5s ease-in;
}
/*READ MORE FIN*/
.encache {
    display: none;
}
.dates {
    width: 85% ;
}

.titre {
   display: flex; 
    flex-direction: row; 
    width: 78%; */
    background-color: var(--police-page-claire); */
    margin-bottom: 20px; 
   overflow: hidden;
   font-size: 36px;
}
.card { 
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: var(--fond-page-claire);
    border: 1px solid #000;
     margin-bottom: 20px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.passe {
    background-color: #c7c7c7;
}
.encache {
    display: none;
}
.column {
    padding: 15px;
}

.column:first-child {
    flex: 2;
    /* Première colonne */
    border-right: 1px solid #ddd;
}

.column:nth-child(2) {
    flex: 3;
        display: flex;

    align-items: center;
    
}

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

.passe .column:last-child {
    display:none;
}

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


.with:hover {
    background-color: black;
    color: white;
    transition: 2s;
}
.with {
    border-left: 1px solid #ddd;
}
.without {
    border-left: none;
    background-color: (--fond-page-claire) !important;
}
.without:hover {
    cursor: auto;
}
.subtitle {
    font-size: 14px;
    color: #4a4949;
    
}

.title {
    font-size: 16px;
    font-weight: bold;
    color: #4b4949;
    margin-top: 5px;
}
.title span {
    font-size: 14px;
    color: #6f6e6e;
}

.text { 
    font-size: 16px;
    color: #1f1e1e;
}
.bleu {
    color: #0e549f;
    font-size: 14px;
}
.rouge {
    color: #E73E01;
    font-size: 14px;
}

.subtitle span {
    color: red;
}
.subtitle span:before {
    content: "  • ";
    color: brown;
}
.artistes {
    padding-top: 26px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    width: 78%;
}

.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: red;
    border: 1px solid red;
}
.btn.bg-red-inverse {
    background-color: white;
    color: red;
    border: 1px solid red;
}

.btn.bg-red:hover {
    background-color: var(--police-page-claire);
    color: red;
    transition: background-color 1s ease;

}
 /* Pour le bandeau liens et contact */
        
        .bloc-contact {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
             width: 100%; 
            padding: 20px;
            background-color: #f4f4f491;
            
            /*! position: fixed; */
            /*! top: 79px; */
            /*! z-index: 1; */
        }
        .left {
            flex-basis: 25%; 
            max-width: 25%; 
            margin-right: 20px;
        }
        .right {
            flex-basis: 75%;
            max-width: 75%;
        }
        .titre {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 10px;
            background-color: inherit;
            
        }
        .titre-1 {
         font-size: 14px;
        }
        .svg-container {
            display: flex;
            gap: 10px; /* Espace entre les SVG */
        }
.svg-container img {
    width: 30px !important;
}
.svg-container img:hover {
    transform: scale(.8);
    transition: 0.3s ease;
}
        .right {
            display: flex;
            flex-direction: column;
        }
.right a {text-decoration: none;color:var(--police-page-sombre)}
        .contact-columns {
            display: flex;
            justify-content: space-between;
            gap: 20px; /* Espace entre mail et téléphone */
        }
 .contact-columns a {
           text-decoration: none;
     color: var(--police-page-sombre);
        }
.contact-columns a:hover {
     color: #b6147f;
        }
        .sub-column {
            flex: 1;
        }
        .sub-column-title {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 5px;
        }
        /* Fin du  bandeau liens et contact */



@media screen and (max-width: 991px) {
    .noms {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.without {
    border-left: none;
    background-color: white !important;
}
}


@media (max-width: 800px) {
    
    .bloc-contact {
            padding: 20px 0px;
        }
    .card {
        flex-direction: column;
         /*! width: 95%; */
    }

    .column {
        border-right: none;
        border-bottom: 1px solid #ddd;        
    }

    .column:last-child {
        border-bottom: none;
        background-color: black;
    color: white;
    }
    .bloc-contact {
        flex-direction: column; /* Les colonnes passent en lignes */
        align-items: stretch; /* Étend les colonnes à 100% de largeur */
        /*! padding: 0 10px; */
    }
    .left {
        flex-basis: 100%;
        max-width: 100%; /* La colonne gauche occupe toute la largeur */
        margin-right: 0; /* Supprime l'espace après la colonne */
        margin-bottom: 20px; /* Ajoute un espace en dessous de la colonne */
        padding: 0 10px;
    }
    .right {
        flex-basis: 100%;
        max-width: 100%; /* La colonne droite occupe toute la largeur */
        display: flex;
        flex-direction: column;
        gap: 20px; /* Ajoute un espacement entre les sous-colonnes */
        padding: 0 10px;
    }
    .contact-columns {
        flex-direction: row; /* Les sous-colonnes (mail/téléphone) sont côte à côte */
        gap: 10px; /* Réduit l'espacement si nécessaire */
    }
    .sub-column {
        flex: 1; /* Chaque sous-colonne prend une largeur égale */
    }
    .with {
    border-left: 1px solid #000;
}
    
}
@media screen and (max-width: 767px) {
    .titre-1 {
         font-size: 12px;
        }
    .noms {
        padding-left: 10px;
    }
}