#BlogArea .itemPost,
#BlogArea .koLine {
  max-width: 700px;
  margin: 0 auto;
}

#BlogArea .itemTitle {
}

.koThemeDark #BlogArea .itemTitle a,
.keditDark #BlogArea .itemTitle a {
  color: rgba(255, 255, 255, 1);
}
/*list*/
#BlogArea .itemList {
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  #BlogArea .itemList .itemCover img {
    max-width: 300px;
    display: block;
  }
}

#BlogArea .itemGridLayout .itemList .itemCover img {
  max-width: 100%;
  display: block;
  margin-right: 0;
  margin-bottom: 2rem;
}

.itemGridLayout .col-lg-auto {
  width: 100%;
  padding-bottom: 1rem;
}
.itemListLayout .col-lg-auto {
  min-width: 300px;
}

.itemCoverRatio .itemCover {
  background: #f5f5f5;
  width: 100%;
  height: 100%;

  position: relative;
  overflow: auto;
}
.itemCoverRatio .itemCover::before {
  content: '';
  padding-top: 56.25%;

  /* 1200x630px (1.9:1) */

  padding-top: calc(630 / 1200 * 100%);

  float: left;
  width: 100%;
}

#BlogArea .itemCoverRatio .itemCover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#BlogArea .itemCoverRatio .itemCover img {
  object-fit: cover;
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#BlogArea .itemDescription:empty {
  display: none;
}

#BlogArea .itemDescription,
#BlogArea .itemBody {
  /*font-size:13px;*/
  text-align: justify;
  padding: 0 0 16px 0;
}
/* 20/09/2026 : justifie sans cesure, sur une colonne de 366 px, le texte se
   troue. En dessous de 768 px on revient au fer a gauche. */
@media (max-width: 768px) {
  #BlogArea .itemDescription,
  #BlogArea .itemBody {
    text-align: left;
  }
}

#BlogArea .itemPost .itemDescription,
#BlogArea .itemPost .itemBody {
  margin: 50px auto 0;
  font-size: 20px;
  line-height: 34px;
}
#BlogArea .itemStatus {
  font-size: 90%;
  padding: 0 0 16px 0;
}
#BlogArea h1,
#BlogArea h2,
#BlogArea h3,
#BlogArea h4,
#BlogArea h5,
#BlogArea h6 {
  /*font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;*/
  /*margin: 0;*/
}
#BlogArea hr {
  border: 0;
  border-top: 1px solid #999999;
}
.koThemeDark #BlogArea .koLine,
.keditDark #BlogArea .koLine {
  background: rgba(255, 255, 255, 0.2);
}
/*
#BlogArea #commentItemDiv {
	background-color:#FFFFFF;
	background-image: url(./../../editor_images/admin_14.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #999999;

}
#BlogArea #commentItemSubmit {

	border-top: 1px solid #999999;
	margin-top:10px;
	padding-top:5px;
	width: 220px;
	text-align:center;

}*/
#BlogArea .itemDescription {
  padding-top: 5px;
}
/* 20/09/2026 : opacity .5 cumulee avec la couleur de texte du theme donnait
   1,83:1 -- le pire contraste du site. La date reste discrete par sa taille
   (90 %), pas en devenant illisible. */
#BlogArea .itemStatus {
  padding-top: 5px;
}
#BlogArea .itemStatus:empty {
  display: none;
}

#catNavBar {
  clear: both;
}
#catNavBar .cnavleft a {
  float: left;
  margin-right: 10px;
  display: block;
  border: 1px solid #000;
  background: #f5f5f5;
  padding: 3px;
  text-decoration: none;
}
#catNavBar .cnavright a {
  float: left;
  display: block;
  border: 1px solid #000;
  background: #f5f5f5;
  padding: 3px;
  text-decoration: none;
}
#catNavBar .cnavright a:hover,
#catNavBar .cnavleft a:hover {
  background: #ffffff;
}

/* --- Contenu tiers a chargement consenti (20/09/2026) ---------------------
   Un embed externe ne se charge qu'au CLIC du visiteur. Avant le clic, aucune
   requete ne part vers le tiers et aucun cookie tiers n'est depose.
   Pourquoi : mesure du 20/09/2026 sur cet article -- l'iframe LinkedIn posee
   en dur contactait 8 domaines, deposait 11 cookies (dont plusieurs d'un an)
   et transmettait un identifiant d'appareil DES L'OUVERTURE, et refuser dans
   le bandeau n'y changeait rien (controle negatif joue dans les 3 etats).
   Reutilisable tel quel : bloc .embed-consent + assets/js/embed-consent.js.  */
.embed-consent{border:1px solid #cfe3f2;border-radius:6px;background:#f4fafd;
  padding:24px;margin:24px 0;max-width:560px}
.embed-consent__icon{font-size:2.4rem;color:#0B63AD;line-height:1}
.embed-consent__title{margin:12px 0 4px;font-weight:700}
.embed-consent__note{font-size:.9rem;line-height:1.55;color:#4a5b68;margin-bottom:18px}
.embed-consent__alt{font-size:.85rem;margin:14px 0 0}
.embed-consent iframe{max-width:100%;border:0;display:block}

/* --- Couvertures d'article : ne jamais agrandir -------------------------------
   Mesure du 20/09/2026 : le bloc de couverture fait 1 116 px de large sur
   l'article, et plusieurs sources sont plus petites -- 602 px pour NotebookLM
   (x1,85), 589 px pour « on a un contact » (x1,89). Le navigateur les etirait.
   La largeur native est portee par un style en ligne sur le .itemCover de
   l'article concerne ; cette regle-ci ne fait que centrer le bloc reduit.
   Elle ne touche pas les vignettes de /blog/, qui n'ont pas .itemCoverRatio. */
#BlogArea .itemCoverRatio .itemCover[style*="max-width"] {
  margin-left: auto;
  margin-right: auto;
}
