/*925baa3b6f66d8ef382124d2ff82f173*/
@charset "UTF-8";

.title-article {
  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;
}

.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;
}

.title-films {
  font-size: 19px;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding-bottom: 5px;
  margin: 7px;
}

.bio_acteurs {
  font-size: medium;
  text-indent: 2px;
  font-weight: bold !important;
  color: #014471 !important;
  text-align: justify;
}

.age,
.Commercialisation {
  color: #990000;
  font-weight: bold;
}





.relation-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 10px;
}

.relation-box > div {
  text-align: center;
  width: 140px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.3;
}

.relation-box img {
  max-height: 180px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}






/* 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;
}
}