/* COMPATIBLE BRIZY HEADER/FOOTER gràce à :
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *)
*/

headerbody,
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) a,
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *)strong,
.lwptoc,
.reveal{
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;   
	line-height:inherit !important;
}
.brz .brz-css-1svldyi strong, .brz .brz-css-1svldyi:hover b{
	color: darkred !important;
}
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) a,
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *)strong{
	font-weight: bold !important;
	font-size:16px !important;
	color: darkred !important;
}

	 
@media (max-width: 768px) {
	body,
	body a,	
	.reveal{
		 line-height: 23px !important;
	}
}

body .brz-section .brz-section__content p,
body.coconsem strong.quote {  
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;   
	font-size: 16px !important;
	text-align: justify !important;
	
}
body p strong{
	line-height: inherit !important;
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;   
}

.coconsem-hook-container .hook,
header.coconsem-header .brz-container,
h1 {
	max-width: 900px  !important;
	margin: 0 auto;
	padding: 0 1rem;
	
}
header.brz-section__header .brz-container{
	background-color:#6e6255 !important 
}

header.coconsem-header{
	margin:130px 0 0 0
}

header.coconsem-header .cover-image{
  display: block !important;
  width: 100vw !important;
  max-width: 100% !important;
  max-height: 440px !important;
  height: auto !important;

  min-height: 150px !important;
  min-width: 426px !important;

  object-fit: cover !important;
  object-position: center !important;
  left: 0 !important;
  margin: 0 auto !important;
}

header.coconsem-header .coconsem-hook-container {
    position: relative !important;
    clear: both !important;
    margin: 0px auto !important;
    padding: 30px 50px !important;
    background-color: #fee6d3 !important;
    color: black !important;
}



header.coconsem-header .hook {
	max-width: 900px !important;
	margin: 30px auto 30px auto !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	font-family: 'Didact Gothic', sans-serif !important;
	color: black !important;
	text-align: left !important;
	clear: both !important;
	line-height: 1.65em !important;
}
header.coconsem-header .arrow-bounce {
  width: 100px;
  height: 20px;
 display: flex;
  align-items: center;
  justify-content: center;
  margin: -8px auto 0;
  cursor: pointer;
  animation: fadeBounce 2.5s ease-in-out infinite;
  transition: background-color 0.3s ease;
}


header.coconsem-header .chevron-svg {
    width: 60px;
    height: 60px;
    stroke: burlywood;
    stroke-width: 2px;
    fill: none;
    stroke-linecap: square;
    stroke-linejoin: round;
}

@keyframes fadeBounce {
  0% {
	transform: translateY(0);
	opacity: 0;
  }
  20% {
	opacity: 1;
  }
  50% {
	transform: translateY(10px);
	opacity: 0.8;
  }
  80% {
	opacity: 0;
	transform: translateY(15px);
  }
  100% {
	transform: translateY(0);
	opacity: 0;
  }
}



.main-header {
	background: #7b1616;
	color: white;
	padding: 0.5rem 0;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

 .logo {
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
}


 body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) nav ul {
	list-style: none;
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) nav a {
	color: white;
	text-decoration: none;
	font-size: 0.95rem;
	padding-bottom: 0.25rem;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) nav li.active a {
	border-bottom: 2px solid white;
}

.coconsem-header .hero-image {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
}

.page-title, h1 {
	text-align: left !important;
	margin: 2rem auto!important;
	font-size: 30px!important;
	font-weight: 600!important;
	color: white!important;
	text-transform: uppercase!important;
	letter-spacing: 1px!important;
	line-height: 1.3em!important;
	padding-top: 20px !important;
	padding-bottom: 0.5rem!important;
}

.red-block {
	background: #7b1616;
	color: white;
	padding: 2rem 1rem;
} 

.brz-wp-post-content {
	padding: 2rem 1rem  !important;
	font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.2px !important;
}

/* 1. Gras "éditorial" stylisé avec guillemets et italique */
body.coconsem strong.quote,
body.coconsem strong.quote:hover {
  font-weight: normal;
    position: relative;
    display: inline-block;
    color: darkred;
}

body.coconsem strong.quote::before{
	content: '« ';
	 font-style: normal;
  font-weight: bold;
  color: #603e1b;
}
body.coconsem strong.quote::after {
  content: ' »';
  font-style: normal;
  font-weight: bold;
  color: #603e1b;
}

/* 2. Gras "structurel" pour listes, très visible */
body.coconsem strong.highlight {
  font-weight: 800;
  color: #452c1b;
  display: inline-block;
}
}
.brz-wp-post-content p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;    
	text-align: justify !important;
	margin: 1rem 0 0 !important;
	color: rgb(102, 102, 102)  !important;
	font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.2px !important;
}

@media (max-width: 768px) {
	
	.brz-wp-post-content p {
		font-size: 16px  !important;
		line-height: 23px !important;
	}
}
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) p a {
	
font-weight: normal !important;
   text-decoration:underline !important;
  position: relative;
  color: inherit; /* garde la couleur actuelle */
	
}
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) p a:hover{
	color:blue !important;
}
.brz-wp-post-content a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: darkred;
}
.brz-wp-post-content a>strong {
	text-decoration:underline !important;
	color: darkred  !important;
}
.brz-wp-post-content h2,
.brz-wp-post-content h3,
.brz-wp-post-content h4 {
	font-weight: 600  !important;
	color: darkred !important;
	letter-spacing: 1px  !important;
	margin: 4rem 0 0rem  !important;
}

body.coconsem .brz-wp-post-content h2.uppercaseme,
body.coconsem .brz h2.uppercaseme {
	font-size: 28px  !important;
	text-transform: uppercase!important;
	letter-spacing: 1px!important;
	line-height: 1.3em  !important;
	font-weight: 600  !important;
}
@media (min-width: 991px) {
	body.coconsem .brz-wp-post-content h2.uppercaseme,
	body.coconsem .brz h2.uppercaseme
	{
		text-transform: uppercase!important;
		font-weight: 600  !important;
		letter-spacing: 1px!important;
		margin-top: 30px !important;
		margin-bottom: 17px !important;
	}
}

.brz-wp-post-content h3 {
	font-size: 20px  !important;
	text-transform: none  !important;
	line-height: 1.1em  !important;
}

.brz-wp-post-contentt h4 {
	font-size: 18px  !important;
	text-transform: none  !important;
	line-height: 1.1em  !important;
}



.heading-flex {
	display: flex !important;
	align-items: center !important;
	gap: 15px !important;
	margin: 42px 0 1rem !important;
}

.heading-flex h2,
.heading-flex h3,
.heading-flex h4 {
	margin: 0 0 8px !important;
	/* white-space: nowrap; */
}



.special-heading-border {
	flex-grow: 1 !important;
	height: 1px !important;
	background-color: #7a1417 !important;
	opacity: 0.4 !important;
}



.special-heading-inner-border {
	border-color: #7a1417  !important;
	opacity: 0.4 !important;
	display: block !important;
	width: 100% !important;
	margin-left: 15px !important;
	border-top-style: solid !important;
	border-top-width: 1px !important;
	position: relative !important;
	top: 50% !important;
}

.brz-wp-post-content ul {
	padding-left: 1.2rem  !important;
}

.brz-wp-post-content li {
	margin-bottom: 0.8rem  !important;
}

.main-footer {
	background: #f5f5f5;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 0.9rem;
	color: #555;
}

table {
  width: 100%  !important;
  border-collapse: separate  !important;
  border-spacing: 0  !important;
  margin: 3rem auto  !important;
  font-family: inherit  !important;
  font-size: 17px  !important;
  color: #333  !important;
  background-color: #fff  !important;
  border: 1px solid #ddd  !important;
  border-radius: 8px  !important;
  overflow: hidden  !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04)  !important;
}

.table-scroll{
	margin-top:40px;
}

.table-scroll .csmk-table-title{
	color: grey
}
.table-scroll-inner table{
	margin-top:10px !important;
}

section.coconsem-faq,
section.coconsem-faq section.coconsem-faq{
  margin:10px !important		
}

section.coconsem-faq{
	margin-bottom:30px;
}

section{
	padding: 0px;
}

.csmk-further-links{
	margin-top: 45px !important;
    margin-bottom: 60px !important;
}

.table-title-row {
  background-color: #f6f1ea !important;
  font-size: 1.05rem !important;
  font-weight: bold !important;
  color: #5d4a37 !important;
  text-align: left !important;
  padding: 12px 16px !important;
  border-bottom: 2px solid #d5c5b3 !important;
}

table thead tr:first-child th{
   background-color: #f1e6e7 !important;
   color: black !important;
   text-align: center !important;
	
}


table th,
table td {
  padding: 16px 22px  !important;
  text-align: left  !important;
  vertical-align: middle  !important;
  border-bottom: 1px solid #e6e6e6  !important;
}

table th {
  background-color: #f2eee8  !important;
  color: #6d4e28  !important;
  font-weight: 600  !important;
  font-size: 16px  !important;
  text-transform: uppercase  !important;
  letter-spacing: 0.03em  !important;
}

table tr:last-child td {
  border-bottom: none  !important;
}

@media (max-width: 768px) {
  table {
	font-size: 16px  !important;
  }

  table th,
  table td {
	padding: 14px 16px  !important;
  }
}

.ressource {
  background: #fdf8f2 !important;
  border-left: 4px solid #c99d63 !important;
  border-radius: 6px !important;
  padding: 14px 18px !important;
  margin: 2.5rem 0 !important;
  font-size: 16px !important;
  color: #6d4e28 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
  position: relative !important;
}

.ressource::before {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 4px;
	margin-bottom: 6px;
	margin-right: 6px;
}

.ressource a[data-theme="definition"]::before {
	content: "📘 Définition";
	background: #e8f0fe;
	color: #1a73e8;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="guide"]::before {
	content: "🧭 Guide";
	background: #e3f9e5;
	color: #2e7d32;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="checklist"]::before {
	content: "☑️ Checklist";
	background: #fef3c7;
	color: #92400e;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="outil"]::before {
	content: "🛠️ Outil";
	background: #e0f7fa;
	color: #00796b;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="formulaire"]::before {
	content: "📝 Formulaire";
	background: #f0ebf8;
	color: #6a1b9a;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="reglement"]::before {
	content: "⚖️ Règlement";
	background: #ede7f6;
	color: #4527a0;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="jurisprudence"]::before {
	content: "🧑‍⚖️ Jurisprudence";
	background: #fff3e0;
	color: #ef6c00;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="article"]::before {
	content: "📰 Article";
	background: #f5f5f5;
	color: #374151;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="etude"]::before {
	content: "📊 Étude";
	background: #e8f5e9;
	color: #1b5e20;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="rapport"]::before {
	content: "📑 Rapport";
	background: #e0f2f1;
	color: #004d40;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="avis"]::before {
	content: "💬 Avis";
	background: #e1f5fe;
	color: #0277bd;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="analyse"]::before {
	content: "🔍 Analyse";
	background: #f3e5f5;
	color: #6a1b9a;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="exemple"]::before {
	content: "📎 Exemple";
	background: #fff8e1;
	color: #f57f17;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="faq"]::before {
	content: "❓ FAQ";
	background: #ede7f6;
	color: #5e35b1;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="formation"]::before {
	content: "🎓 Formation";
	background: #f1f8e9;
	color: #33691e;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="webinaire"]::before {
	content: "🖥️ Webinaire";
	background: #ede7f6;
	color: #4527a0;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="ressource"]::before {
	content: "🔗 Ressource";
	background: #f1e7dc;
	color: #a1794f;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="outil_interactif"]::before {
	content: "🧮 Outil interactif";
	background: #e0f7fa;
	color: #006064;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="actualite"]::before {
	content: "📆 Actualité";
	background: #e3f2fd;
	color: #1565c0;
	padding-right:3px;
	margin-right: 5px;
}

.ressource a[data-theme="autre"]::before {
	content: "❔ Autre";
	background: #eceff1;
	color: #37474f;
	padding-right:3px;
	margin-right: 5px;
}


.ressource a {
  color: #b4802a;
  font-weight: 600;
  text-decoration: none;
}

.ressource a:hover {
  text-decoration: underline;
}

/* on veut pas souligner ce qui est dans RESSOURCE */

/* Désactive soulignement + couleur forcée dans les blocs .ressource */
/* Supprime tout effet de soulignement ou content hérité */
.ressource a {
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
  color: inherit !important;
  position: relative;
}

/* Supprime tout pseudo-élément résiduel générique */
.ressource a::after {
  all: unset !important;
}

/* Ajoute uniquement l'icône SVG de curseur */
.ressource a::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="%23603e1b" viewBox="0 0 16 16"><path d="M8 0a.5.5 0 0 1 .5.5V7h6.5a.5.5 0 0 1 .35.85l-7 7a.5.5 0 0 1-.85-.35V8H1.5a.5.5 0 0 1-.35-.85l7-7A.5.5 0 0 1 8 0z"/></svg>');
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Effet léger au survol */
.ressource a:hover::after {
  transform: translateY(-2px);
  opacity: 0.7;
}


/* UL LISTS */

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 2em 10% 4em 1em !important;
  border-left: 4px solid #d6c1a6 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li {
  position: relative !important;
  padding: 1.4em 2em 1.4em 3em !important;
  margin-bottom: 0px !important;
  background: #faf8f6 !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  transition: background-color 0.25s ease !important;
  border-bottom: 1px solid #eee !important;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li:nth-child(odd) {
  background-color: #fdfbea !important;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li:nth-child(even) {
  background-color: #f5f1dc !important;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li:hover {
  background-color: #f0eee0 !important;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li::before {
  content: "" !important;
  position: absolute !important;
  left: 1em !important;
  top: 1.6em !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #a1794f !important;
  border-radius: 50% !important;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li strong {
  display: block !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #603e1b !important;
  margin-bottom: 0.4em !important;
  text-decoration: underline;
}
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li a {
	font-weight: bold !important;
}
body.coconsem  .sources-bibliotheque ul li a {
	font-weight: normal !important ;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) ul li p {
  margin: 0 !important;
  font-size: 0.96em !important;
  color: #333 !important;
  line-height: 1.55 !important;
}



/* OL LISTS */

ol {
  padding-left: 60px !important;
	list-style: decimal !important;
	margin: 2em 3% 61px !important;
	background-color: #9B8A78 !important;
	border-radius: 16px;
	padding: 20px 20px 20px 0;
	max-width: 750px;
	border-bottom: groove;
}
ol li { 
	position: relative !important;
	padding: 1.2em 5px 0px 5px !important;
	transition: background 0.3s ease !important;
	color: white !important
}

ol strong,
.brz-wp-post-content ol strong{
	background-color: darkred;
	padding: 6px 10px !important;
	font-weight: bold !important;
	color: white !important;
	border-radius: 5px !important;
	margin-right: 5px;
}

/* BLOC SOURCES (priorité renforcée) */

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) .sources-bibliotheque div{
	margin: 4em 0 0 0 !important; 
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) .sources-bibliotheque ul,
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) .sources-bibliotheque ul li {
  all: unset !important;
  display: block !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 0.5em 0 !important;
  font-size: 0.97em !important;
  position: relative !important;
  color: #603e1b !important;
}

body.coconsem .sources-bibliotheque ul li::before {
  content: "->" !important;
  color: #a1794f !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.1em !important;
  font-size: 1em !important;
  line-height: 1em !important;
  
  display: none !important;
}
body.coconsem .sources-bibliotheque ul li a{
	font-weight: normal !important;
}
}
body.coconsem .sources-bibliotheque a.ressource {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-color: #a1794f !important;
  color: #603e1b !important;
  font-weight: normal !important;
}



/* FX */

.reveal {
	  opacity: 0 !important;
	transform: translateX(-60px) !important; /* arrive de la gauche */
	transition: all 1.2s ease-out !important;
}

.reveal.active {
	opacity: 1 !important;
	transform: translateX(0) !important;
}

small {
	font-size: 75% !important;
    display: block !important;
    color: grey !important;
    margin: -5px 0 0 !important;
    text-align: left;
}

body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) img{
	margin: 32px 0 0 !important	
}


/* Container figure + légende */

	body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) img {
  
  max-height:500px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

/* Bloc telephone */

.cta-tel-bloc {
  margin: 2rem 0;
  text-align: center;
}

.cta-btn.tel {
  display: inline-block;
  background: linear-gradient(135deg, #007453, #00aa88);
  color: #fff;
  padding: 1.2rem 1.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  position: relative;
  line-height: 1.4;
}

.cta-btn.tel:hover {
  background: linear-gradient(135deg, #00aa88, #007453);
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.cta-btn.tel .cta-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.3 16.1l-5.1-2.2a1.4 1.4 0 0 0-1.7.5l-1.4 2a16 16 0 0 1-7.5-7.5l2-1.4a1.4 1.4 0 0 0 .5-1.7L7.9 1.7A1.4 1.4 0 0 0 6.2.7l-3 1a1.4 1.4 0 0 0-1 1.3C1.2 12 12 22.8 21.1 21.8a1.4 1.4 0 0 0 1.3-1l1-3a1.4 1.4 0 0 0-.9-1.7z"/></svg>') no-repeat center;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
}



/* Plugin SOMMAIRE LuckyWp */

.lwptoc {
    background-color: #f7f7f7 !important;
    border-left: 4px solid darkred !important;
    padding: 15px 20px !important;
    margin: 30px auto !important;
    border-radius: 6px !important;
    font-size: 17px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    max-width: 720px !important;
}

@media (max-width: 768px) {
    .lwptoc {
        max-width: 580px !important;
        font-size: 14px !important; 
    }
}
@media (max-width: 600px) {
    .lwptoc {
        max-width: 360px !important;
        font-size: 14px !important;
        padding: 15px 25px !important;
    }
}

.lwptoc_title {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    font-size: 17px !important;
    text-transform: none !important;
}

/* Liste sans style par défaut */
.lwptoc_itemWrap {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.lwptoc_item {
    margin-bottom: 0!important;
}

/* ✅ Style du lien TOC */
.lwptoc_item a {
    display: block !important;
    color: #9B8A78 !important;
    text-decoration: none !important;
    padding-left: 1.4em !important;
    position: relative !important;
    transition: color 0.2s !important;
}



/* ✅ Hover couleur */
.lwptoc_item a:hover {
    color: #e8703a !important;
}

/* ✅ Disque manuel */
.lwptoc_item a {

    display: block !important;
    color: #9B8A78 !important;
    text-decoration: none !important;
    padding-left: 1.4em !important;
    position: relative !important;
    transition: color 0.2s !important;
}

.lwptoc_item a::before {
    content: "•" !important;
    color: #9B8A78 !important;
    position: absolute !important;
    left: 0;
    top: 0.1em;
    font-size: 1.1em;
    line-height: 1;
}
@media (max-width: 600px) {
	.lwptoc_item a::before {
		content: "•" !important;
		margin-left:-6px !important;
		padding-right:6px !important
	}
}

/* Toggle cacher/afficher */
.lwptoc_toggle {
    font-size: 13px !important;
    margin-left: 8px !important;
    color: #888 !important;
    font-style: italic !important;
}


/* CSS temps lecture estimé */
.coconsem-meta-box{
    margin: 30px 0 0!important;
    font-size: 19px!important;
    color: #555!important;
    text-align: center!important;
}
body.coconsem *:not(header.brz-section__header):not(header.brz-section__header *) .coconsem-temps-lecture img{
	margin:0 !important
}

.coconsem-temps-lecture{
	margin: 20px 0 !important;
}

/* TABLE */
.wp-block-table td, 
.wp-block-table th {
    border: 1px!important;
	
}



