/*925baa3b6f66d8ef382124d2ff82f173*/
@charset "UTF-8";

/* Il s'agit de mon H1 */
.title-main {
  font-size: 1.6em;
  font-weight: 700;
  color: #014471;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  position: relative;
  text-transform: none;
}

.title-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: min(90px, 40%);
  height: 2px;
  background: linear-gradient(to right, #014471, #017ba1);
  border-radius: 1px;
}

/* Fond de mon H1 vue article flexicontent */
.flexi.subtitle1 {
  border-bottom: 2px solid #014471;
  background: linear-gradient(to right, #f4f9fc, #e6f2f7);
  padding: 10px 15px;
  font-weight: 700;
  color: #014471;
}

/* Barre sous le titre */
.flexi.subtitle2 { 
  background: linear-gradient(to right, #f6fbfe, #ecf5fa);
  border-bottom: 1px solid #b5d2df;
  padding: 6px 10px;
}

/* Carte visuelle : image + infos */
/* Conteneur image : aucun fond, aucun cadre */
.ImageDossier {
  display: block;
  width: 240px;
  max-width: 34vw;
  height: auto;
  margin: 0 18px 0 0;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 0; /* pas d'arrondi ici, on le met sur l'image */
}
.ImageDossier img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;              /* arrondi directement sur l'image */
  border: 1px solid #e4edf3;       /* cadre fin bleu clair collé à l'image */
  background: none;                /* aucun fond derrière l'image */
}

/* Bloc infos à droite */
.flexi.subtitle3 {
  font-size: 13px;
  line-height: 1.55;
  color: #2a2a2a;
  padding: 12px 16px;
  border: 1px solid #e4edf3;
  border-radius: 8px;
  border-left: 3px solid #b5d2df;
  background-color: #fbfdfe; /* fond bleu clair infos */
}

.flexi.subtitle3 strong {
  color: #014471;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .ImageDossier {
    width: 100%;
    max-width: 420px;
    margin: 0 0 10px 0;
  }
  .flexi.subtitle3 {
    border-left: none;
    border-top: 2px solid #e6f2f7;
    padding: 12px 14px;
  }
}

/* Colle .subtitle2 sous .subtitle1 */
.flexi.subtitle1 { 
  margin-bottom: 0 !important;
  box-shadow: 0 -2px 0 #014471 inset;
}
.flexi.subtitle1 + .flexi.subtitle2 {
  margin-top: -2px !important;
}


/* Il s'agit de mon H2 */

.title-article {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin: 30px 0 20px;
  color: #014471 !important; /* forcé car une règle du template override la couleur */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.title-article::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #014471;
  border-radius: 2px;
}

/* Il s'agit de mon ancien H2 */

.title-article2 {
  font-size: large;
  font-weight: bolt;
  text-indent: 5px;
  border-bottom: 1px solid #990000;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 10px 0 7px 0;
  color: #014471 !important; /* forcé car une règle du template override la couleur */
}

/* Il s'agit de mon H3 */

.section-subtitle {
  font-size: 1em;
  font-weight: bold;
  color: #014471 !important;
  letter-spacing: 0.4px;
  border-left: 4px solid #014471;
  padding-left: 8px;
  margin: 25px 0 10px; /* top, right/left, bottom */
}

.bio_acteurs {
  font-size: 1.1em;
  font-weight: bold;
  color: #014471 !important;
  letter-spacing: 0.4px;
  border-left: 4px solid #014471;
  padding-left: 8px;
  margin: 25px 0 10px; /* top, right/left, bottom */
}

/* Il s'agit de mon ancien H3 */

.bio_acteurs2 {
  font-size: medium;
  text-indent: 2px;
  font-weight: bold !important;
  color: #014471 !important;
  text-align: justify;
}

/* Il s'agit de mon H4 */

.section-subsubtitle {
  font-size: 0.95em;
  font-weight: bold;
  color: #333; /* gris foncé sobre */
  border-left: 3px solid #ccc; /* plus léger que le H3 */
  padding-left: 6px;
  margin: 12px 0 6px;
}

/* Label dans la distribution : auteur, producteur etc */

.label-titre {
  font-weight: bold;
  color: #333;
}

/* aucune idée */

.title-contact {
  font-size: 19px;
  font-weight: bolt;
  text-indent: 5px;
  border-bottom: 1px solid #014471;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 7px;
  color: #014471 !important;
}

/* A partir de quel âge peut-on regarder cette oeuvre */

.age,
.Commercialisation {
  color: #990000;
  font-weight: bold;
}

/* Espace en bas du bloc résumé */

.flexi.value.field_text {
  margin-bottom: 0 !important;
}


/* Ce n'est pas un film 100% Japonais */

.note-editoriale {
  background-color: #f5f5f5;
  border-left: 4px solid #014471;
  padding: 10px 15px;
  font-size: 0.95em;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #333;
  font-style: italic;
}

/* Barre de séparation */
.Barre {
  border-bottom: 1px dashed #000000;
  padding-top: 10px;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Début du code CSS Fiche des personnages */

/* Image flottante générique */
.image-gauche-personnage {
  float: left;
  height: auto;
  margin: 5px 15px 5px 0;
  border-radius: 6px;
}

/* Fiche personnage */
.fiche-personnage {
  margin: 20px 0;
  background: #f9f9f9;
  padding: 8px 15px; /* réduit le padding vertical */
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Espacement entre les paragraphes */
.fiche-personnage p {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.4;
}

/* Espacement uniquement entre les blocs */
.fiche-personnage + .fiche-personnage {
  margin-top: 15px;
}

/* Responsive : image passe au-dessus du texte */
@media only screen and (max-width: 768px) {
  .pull-left {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
}

/* Clearfix général sur toute la fiche */
.fiche-personnage::after {
  content: "";
  display: block;
  clear: both;
}

/* fin code CSS fiches des personnages */

/* Début du code CSS SPOIL localisé */

.fiche-personnage .spoiler-box {
  clear: both;
  margin-top: 8px;
  display: block;
}

/* Résumé du spoiler (bouton cliquable) */
.fiche-personnage .spoiler-box > summary {
  width: auto;
  margin: auto;
  padding: 0 0 0 10px;
  background: #216996;
  color: white;
  text-align: left;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.6s;
}

/* Contenu du spoiler */
.fiche-personnage .spoiler-box > p {
  width: 95%;
  margin: 5px auto 0;
  padding: 8px;
  color: white;
  background: #216996;
  border: 1px solid #000;
  border-radius: 8px;
}

/* Flèche fermée par défaut */
.fiche-personnage .spoiler-box > summary::before {
  content: "►";
  margin-right: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Flèche animée quand ouvert */
.fiche-personnage .spoiler-box[open] > summary::before {
  content: "▼";
}

/* Fin du code CSS SPOIL localisé */


/* Début du code CSS SPOIL */

details {
  clear: both;
}

details > summary {
  width: auto;
  margin: auto;
  padding: 0 0 0 10px;
  background: #216996;
  color: white;
  text-align: left;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.6s;
}

details > p {
  width: 95%;
  margin: 5px auto 0;
  padding: 8px;
  color: white;
  background: #216996;
  border: 1px solid #000;
  border-radius: 8px;
}

.html5_details > summary::before {
  content: "►";
  margin-right: "5px";
}

.html5_details.open > summary::before {
  content: "▼";
}

/* Fin du code CSS SPOIL */

body ul.tabbernav > li > a,
#flexicontent ul.tabbernav > li > a {
  font-family: arial, helvetica, sans-serif !important;
  text-decoration: none !important;
  line-height: 220% !important;
  font-size: 12px !important;
  margin: 0 -2.5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 3px !important;
  padding-bottom: 2px !important;
  display: inline-block !important;
  border-radius: 5px 5px 0px 0px !important;
  border-left: 1px solid #D0D0D0 !important;
  border-top: 1px solid #B0B0B0 !important;
  border-right: 1px solid #808080 !important;
  border-bottom: 1px solid #808080 !important;
  font-weight: bold !important;
  color: #ffffff !important;
  border: 1px solid #25729a !important;
  border-color: #25729a !important;
  background-color: #3093c7 !important;
  border-bottom-width: 0 !important;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3) !important;
  background-image: linear-gradient(to bottom, #3093c7, #1c5a85) !important;
  border-image: none !important;
  border-style: solid !important;
}

body ul.tabbernav > li.tabberactive a,
body ul.tabbernav > li.tabberactive a:hover,
#flexicontent ul.tabbernav > li.tabberactive a,
#flexicontent ul.tabbernav > li.tabberactive a:hover {
  color: black !important;
  background-color: white !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white,endColorstr=white) !important;
  background-image: none !important;
  border-bottom: 0px solid white !important;
  border-left: 1px solid #D0D0D0 !important;
  border-top: 1px solid #B0B0B0 !important;
  border-right: 1px solid #808080 !important;
  text-shadow: none !important;
  position: relative !important;
}

body ul.tabbernav > li > a,
#flexicontent ul.tabbernav > li > a {
  margin: 0 !important;
}

#flexicontent div.fcvote-box-main div.fcvote-count,
div.fcvote-box-main div.fcvote-count {
  margin: 7px 7px -29px 95px !important;
}

#flexicontent div.voting-row.voting-row_main {
  margin: -23px 0 -20px -6px;
}

.flexicontent .label,
.flexicontent .badge,
.flexicontent span.label,
.flexicontent label.label {
  margin: 2px 5px 2px -4px;
}

div.fcvote {
  margin: 0 0 0 5px !important;
}

body .fc-mssg,
body .fc-mssg-inline {
  border: 0px !important;
}

.flexicontent form {
  background-color: #f8f8f8;
  border-radius: 0.5em;
  padding: 0.2em;
}

label {
  font-weight: bold;
}

#fc_alpha {
  margin-top: 1em;
}

#flexicontent .item_total .fc_item_total_data {
  margin: 6px 10px 0px 0px;
}
}