.elementor .e-13c97dc8-a109d90{flex-direction:column;}.elementor .e-2a5da041-d67dea2{flex-direction:column;}.elementor .e-500ec64-dd9e2a2{flex-direction:column;}.elementor .e-6152270-e004764{font-family:"Cormorant Garamond";font-weight:700;font-size:20px;color:#040000;background-color:#fcfdff;}.elementor .e-10778f2e-c066a69{flex-direction:column;}.elementor .e-580d937d-e8f0f19{flex-direction:column;/* ======================================================
 FICHE FILM — AVEC OU SANS IMAGE
 ====================================================== */

.vlm-film-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #cfd8e1;
  border-top: 4px solid #d4b15a;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(15, 45, 77, 0.06);
  transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
}

.vlm-film-card:hover {
  transform: translateY(-3px);
  border-color: #d4b15a;
  box-shadow: 0 12px 26px rgba(15, 45, 77, 0.13);
}

/* Tous les conteneurs internes restent dans la largeur de la fiche */

.vlm-film-card > .e-con,
.vlm-film-card > .elementor-element {
  width: 100%;
}

/* Titre */

.vlm-film-card .elementor-heading-title,
.vlm-film-card h2,
.vlm-film-card h3 {
  margin: 0;
  color: #0f2d4d;
  line-height: 1.25;
}

/* Image facultative */

.vlm-film-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 4px;
  object-fit: cover;
}

/* Textes */

.vlm-film-card .elementor-widget-text-editor {
  color: #526374;
  line-height: 1.6;
}

/* Le conteneur du bouton est repoussé vers le bas */

.vlm-film-card .elementor-widget-button {
  margin-top: auto;
  padding-top: 20px;
}

/* Bouton */

.vlm-film-card .elementor-button {
  width: 100%;
  padding: 13px 18px;
  color: #0f2d4d;
  background: #f5f1e8;
  border: 1px solid rgba(212, 177, 90, 0.75);
  border-radius: 3px;
  font-weight: 600;
  box-shadow: none;
}

.vlm-film-card .elementor-button:hover {
  color: #ffffff;
  background: #0f2d4d;
  border-color: #0f2d4d;
}

/* Mobile */

@media (max-width: 767px) {
  .vlm-film-card {
      padding: 20px;
  }
}selector {
  position: relative;
  height: 100%;
  padding: 22px !important;
  background: #ffffff !important;

  border: 1px solid #c8d1da !important;
  border-left: 6px solid #d4b15a !important;
  border-radius: 8px;

  box-shadow: 0 5px 16px rgba(15, 45, 77, 0.10);

  transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
}

selector:hover {
  transform: translateY(-4px);

  border-color: #d4b15a !important;

  box-shadow: 0 14px 30px rgba(15, 45, 77, 0.17);
}\n}.elementor .e-67161571-3ea9cc1{padding:0px;flex-direction:column;/* ======================================================
 TUILES FILMS
 ====================================================== */

.vlm-film-card{
  background:#fff;
  border:1px solid #d7dee6;
  border-radius:8px;
  overflow:hidden;

  transition:
      transform .25s ease,
      box-shadow .25s ease,
      border-color .25s ease;

  box-shadow:
      0 2px 8px rgba(15,45,77,.05);
}

/* Ligne dorée en haut */

.vlm-film-card::before{
  content:"";
  display:block;
  height:4px;
  background:#d4b15a;
}

/* Hover */

.vlm-film-card:hover{

  transform:translateY(-4px);

  border-color:#d4b15a;

  box-shadow:
      0 12px 28px rgba(15,45,77,.14);
}


/* Image */

.vlm-film-card img{

  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}


/* Contenu */

.vlm-film-body{

  padding:22px;
}


/* Type */

.vlm-film-type{

  display:inline-block;

  margin-bottom:10px;

  padding:4px 10px;

  background:#eef4f8;

  color:#0f2d4d;

  font-size:.72rem;

  font-weight:700;

  letter-spacing:.08em;

  text-transform:uppercase;

  border-radius:30px;
}


/* Titre */

.vlm-film-body h3{

  margin:0 0 10px;

  color:#0f2d4d;

  font-size:1.45rem;

  line-height:1.25;
}


/* Résumé */

.vlm-film-body p{

  color:#566575;

  line-height:1.7;

  margin-bottom:20px;
}


/* Bouton */

.vlm-film-button{

  display:inline-flex;

  align-items:center;

  gap:8px;

  color:#0f2d4d;

  font-weight:600;

  text-decoration:none;
}

.vlm-film-button:hover{

  color:#d4b15a;
}/* ======================================================
 TUILES FILMS
 ====================================================== */

.vlm-film-card{
  background:#fff;
  border:1px solid #d7dee6;
  border-radius:8px;
  overflow:hidden;

  transition:
      transform .25s ease,
      box-shadow .25s ease,
      border-color .25s ease;

  box-shadow:
      0 2px 8px rgba(15,45,77,.05);
}

/* Ligne dorée en haut */

.vlm-film-card::before{
  content:"";
  display:block;
  height:4px;
  background:#d4b15a;
}

/* Hover */

.vlm-film-card:hover{

  transform:translateY(-4px);

  border-color:#d4b15a;

  box-shadow:
      0 12px 28px rgba(15,45,77,.14);
}


/* Image */

.vlm-film-card img{

  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}


/* Contenu */

.vlm-film-body{

  padding:22px;
}


/* Type */

.vlm-film-type{

  display:inline-block;

  margin-bottom:10px;

  padding:4px 10px;

  background:#eef4f8;

  color:#0f2d4d;

  font-size:.72rem;

  font-weight:700;

  letter-spacing:.08em;

  text-transform:uppercase;

  border-radius:30px;
}


/* Titre */

.vlm-film-body h3{

  margin:0 0 10px;

  color:#0f2d4d;

  font-size:1.45rem;

  line-height:1.25;
}


/* Résumé */

.vlm-film-body p{

  color:#566575;

  line-height:1.7;

  margin-bottom:20px;
}


/* Bouton */

.vlm-film-button{

  display:inline-flex;

  align-items:center;

  gap:8px;

  color:#0f2d4d;

  font-weight:600;

  text-decoration:none;
}

.vlm-film-button:hover{

  color:#d4b15a;
}\n}