/* Wrapper */
.msm-tempsfort-card {
   text-align: center;
   font-weight: bold;
   margin-bottom: 1.5rem;
}

/* Single line containing date/time + optional location */
.msm-tempsfort-card__line {
   margin: auto 2rem;
}

/* Date/time label — e.g. "Le mercredi 11 mars à 14h30" */
.msm-tempsfort-card__datetime {
}

/* Location — e.g. "au Grande Salle des Chevaliers" */
.msm-tempsfort-card__location {
}

.msm-tempsfort-card__puce {
   width: 20px;
   height: 20px;
   display: block;
   margin: 0 auto 1rem auto;
}

[name^="et_pb_contact_email"] {
    color: #000 !important;
}

.lieu-autre > span {
   color: #FFF !important;
}

.input.et_pb_contact_captcha {
   background-color: #DEDEDE !important;
}

.menu-hebergement {
   margin: 4rem 20rem;
   background: none !important;
}

.menu-hebergement a {
   font-family: 'PPFragment TextRegular',Helvetica,Arial,Lucida,sans-serif;
   font-weight: bold;
   font-size: 1.5rem;
   color: #000 !important;
}

/* ===== Colonne mobile / tablette ===== */
.cards-row.cards-mobile {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 16px;
   margin: 0 auto;
   width: 100%;
   max-width: 495px;
}

/* ===== Carte simplifiée ===== */
.simple-card {
   position: relative;
   width: clamp(343px, 80vw, 495px); /* largeur fluide entre mobile et tablette */
   aspect-ratio: 343 / 265;          /* conserve le même ratio */
   overflow: hidden;
   display: block;
   text-decoration: none;
   color: inherit;
   cursor: pointer;
   border-radius: 0; /* coins carrés */
}

/* Image de fond */
.simple-card .bg {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 1;
}

/* Overlay dégradé (visible en permanence) */
.simple-overlay {
   position: absolute;
   inset: 0;
   z-index: 2;
   display: flex;
   align-items: flex-end;
   padding: 30px;
   box-sizing: border-box;
   color: #fff;
   background: linear-gradient(to bottom, rgba(43,14,14,0) 0%, rgba(43,14,14,0.75) 100%);
   transition: background 0.4s ease, opacity 0.4s ease;
}

/* Au clic / focus : voile uniforme #2B0E0E à 90 % */
.simple-card:active .simple-overlay,
.simple-card:focus .simple-overlay {
   background: rgba(43,14,14,0.9);
}

/* Contenu texte */
.text-content {
   width: 75%;
   position: relative;
   z-index: 3;
}

.text-content h2 {
   margin: 0 0 10px;
   font-size: 32px;
   color: #fff;
   font-family: 'PPFragment TextRegular', Helvetica, Arial, Lucida, sans-serif;
}

.text-content p {
   margin: 0;
   font-size: 22px;
   line-height: 1.3em;
   color: #fff;
   font-family: 'ABCGinto Regular', Helvetica, Arial, Lucida, sans-serif;
}

/* Icône + */
.plus-icon {
   position: absolute;
   bottom: 30px;
   right: 30px;
   width: 48px;
   height: 48px;
   z-index: 4;
}

/* Interaction tactile : focus visible au tap */
.simple-card:focus {
   outline: none;
}

/* responsive apparition */
.mobile-tablette-section {
   display: none !important;
}

.mobile-tablette-section {
   display: block !important;
}
