˛body:hover {
  background-color: inherit !important;
}


/*! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com */
*, :after, :before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

:after, :before {
  --tw-content: "";
}

:host, html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-feature-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
  font-variation-settings: normal;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: initial;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset, legend {
  padding: 0;
}

menu, ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

[role=button], button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}

img, video {
  height: auto;
  max-width: 50%;
}

[hidden] {
  display: none;
}

*, ::backdrop, :after, :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.aspect-\[24\/37\] {
  aspect-ratio: 24/37;
}

.h-full {
  height: 100%;
}

.max-h-96 {
  max-height: 24rem;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.place-items-center {
  place-items: center;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border-2 {
  border-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-tc_neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 185 / var(--tw-bg-opacity));
}

.bg-tc_neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 242 / var(--tw-bg-opacity));
}

.bg-tc_neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(98 98 106 / var(--tw-bg-opacity));
}

.bg-tc_red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 195 192 / var(--tw-bg-opacity));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-tc_red-200 {
  --tw-gradient-from: #ecc3c0 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecc3c000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-tc_red-500 {
  --tw-gradient-to: #d8352a var(--tw-gradient-to-position);
}

.to-tc_red-400 {
  --tw-gradient-to: #e37169 var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.text-center {
  text-align: center;
}

.font-base {
  font-family: Montserrat, Helvetica Neue, Helvetica, sans-serif;
}

.font-body {
  font-family: Libre Baskerville, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-tc_neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(241 241 242 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.accordion_body {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}

.expand {
  grid-template-rows: 1fr;
}

i a, p a, span a {
  word-wrap: break-word;
  color: var(--neutral-700);
  cursor: pointer;
  text-decoration: underline;
}

i a:hover, p a:hover, span a:hover {
  color: var(--indigo-700);
}

.quote, i {
  font-style: italic;
}

.quote {
  border-left: 8px solid var(--neutral-200);
  color: var(--neutral-700);
  margin-left: var(--space--base);
  padding-left: var(--space--base);
  width: calc(100% - var(--space--base));
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-tc_neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
}

.hover\:bg-tc_red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 146 140 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

 /* Style pour les dates de newsletter */
 .newsletter-date {
  font-family: Montserrat, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.75rem;
  text-align: center;
}

/* Style du contenu des newsletters */
.newsletter_content {
  background-color: #fff;
  font-family:Montserrat, Helvetica Neue, Helvetica, sans-serif;
  width: 50%;
}

/* Style pour l'en-tête de l'accordéon */
.accordion_head {
  font-family: Montserrat, Helvetica Neue, Helvetica, sans-serif;
  background-color: #f1f1f1;
  cursor: pointer;
  display: flex;
  justify-content: space-between; /* Distribue le texte et l'icône avec espace entre eux */
  align-items: center;
  padding: 0.3rem; /* Ajuster l'espacement interne pour augmenter la hauteur */
  height: 100%;
  line-height: 1.5; /* Ajuste la hauteur des lignes */
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  margin-bottom: 0.25rem;
  max-width: 300px; /* Limite la largeur pour correspondre à l'image */
  margin: 0 auto; /* Centre l'élément sous l'image */
  text-align:left;
}

.accordion_item {
  display: block;                 /* Assure que l'élément parent n'affecte pas le flex enfant */
  overflow: hidden;               /* Cache les débordements éventuels du conteneur parent */
  max-width: 100%;                /* Ne laisse pas l'élément parent dépasser */
}

/* Style au survol de l'en-tête de l'accordéon */
.accordion_head:hover {
  background-color: #ddd;
}

/* Style des titres d'article */
.accordion_head .article-title {
  font-family:Montserrat, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
  flex-grow: 1; /* Permet au texte de s'étendre et de rester centré */
  text-align: center; /* Centre le texte à l'intérieur de son propre conteneur */
}

/* Style pour le corps de l'accordéon */
.accordion_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-width: 300px; /* Limite la largeur pour correspondre à la tête de l'accordéon */
  margin: 0 auto;   /* Centre le corps de l'accordéon */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Garde le texte à gauche */
}

/* Style du corps de l'accordéon quand il est ouvert */
.accordion_body.expand {
  max-height: none; /* Permet de déployer tout le contenu */
}

.accordion_body .lire-article {
  float: right; /* Force l'alignement à droite */
  margin-top: 10px; /* Espacement pour séparer du texte éditorial */
  display: inline-block; /* Assure que le lien se comporte correctement comme un bloc */
}

/* Symbole d'expansion (+ ou -) */
.expand_symbol {
  margin-left: 10px;
  font-size: 20px;
  color: #666;
}

/* Style pour les liens dans la section "À lire aussi" */
ul {
  padding-left: 15px;
  list-style-type: disc;
}

ul li {
  list-style-type: disc;
  margin-bottom: 0.25rem;
}

ul li a {
  text-decoration: none;
}

ul li a:hover {
  color:white;
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
}

li::marker {
  color: rgb(233 146 140);
}

#open_all, #close_all {
  padding: 0.5rem 1rem;  /* Reduce padding */
  font-size: 0.7rem;   /* Smaller font size */
  width: auto;           /* Ensure buttons adapt to content size */
  height: auto;          /* Let height adapt naturally */
  line-height: 1.2;      /* Adjust line height */
  font-weight: 600;
}