/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --bg-body : #fff;
    --background-color : rgb(242, 243, 246);
    /*--dark-blue : #24353f;*/
	
    --dark-blue : rgba(33,37,41,1);
    --dark-blue-80 : #3d5463;
    --orange : #ee732c;

}
*{
  box-sizing: border-box;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
a, a:hover {
  text-decoration: none;
}
.p-8 {
  padding: 2rem !important;
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
body{
  /*background-color:var(--bg-body);*/
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
    font-size: 15px;
}
h1,h2,h3,h4,h5{
  /*font-family: "Oswald", serif;*/
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--dark-blue);
}
.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1590px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.border-radius-lg {
  border-radius: .75rem;
}
.pattern-square {
  position: relative;
}
.pattern-square::after {
  background-image: url(../img/pattern-square.svg);
  background-position: top;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
  mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/*Menu*/
.dropdown-menu {
  border:none;
  border-radius:.5rem;
  box-shadow:var(--bs-box-shadow);
  line-height:1.5rem;
  padding:1rem 0;
  z-index:1021
}
.dropdown-header {
  color:var(--bs-gray-800);
  font-size:.75rem;
  font-weight:700;
  letter-spacing:1px;
  padding:.25rem 1.5rem;
  text-transform:uppercase
}
.dropdown-text {
  color:var(--bs-gray-400);
  font-size:.75rem;
  line-height:1.4;
  padding:.25rem 1.2rem
}
.dropdown-item {
  align-items:center;
  display:flex;
  font-weight:200;
  padding:.25rem 1.5rem
}
.dropdown-menu-xs {
  border-radius:.5rem;
  min-width:8rem!important
}
.dropdown-menu-md {
  border-radius:.5rem;
  min-width:17rem!important
}
.dropdown-menu-lg {
  border-radius:.5rem;
  min-width:22rem!important
}
.dropdown-menu-xl {
  border-radius:.5rem;
  min-width:24rem!important
}
.dropdown-menu-xxl {
  border-radius:.5rem;
  min-width:40rem!important
}
.dropdown-mega-menu {
  border-radius:.5rem;
  min-width:1140px!important
}
.dropdown-toggle:after {
  content:"\f282";
  float:right
}
.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  border:0;
  font-family:bootstrap-icons!important;
  margin-left:.255em;
  vertical-align:.255em
}
.dropup .dropdown-toggle:after {
  content:"\e931";
  display:inline-block
}
.dropend .dropdown-toggle:after {
  border:0;
  content:"\e930";
  display:inline-block;
  font-family:Feather!important;
  margin-left:.255em;
  vertical-align:.255em
}
.dropstart .dropdown-toggle:before {
  border:0;
  content:"\e92f";
  display:inline-block;
  font-family:Feather!important;
  margin-right:.255em
}
.navbar {
  background-color:var(--bs-body-bg);
  box-shadow:0 .125rem .25rem rgba(2,6,23,.075);
  padding:.5rem
}
@media (max-width:990px) {
  .navbar {
    padding:.75rem .5rem
  }
}
.navbar .navbar-brand {
  padding-bottom:.2rem;
  padding-top:.2rem
}
.navbar .navbar-toggler {
  border:2px solid var(--bs-dark);
  color:var(--bs-dark);
  font-size:1.5rem;
  padding:.25rem .5rem
}
.navbar .navbar-toggler:focus {
  box-shadow:none;
  outline:0
}
.navbar .dropdown .dropdown-toggle:after {
  color:var(--bs-gray-500);
content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23433e38' class='bi bi-chevron-down'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  line-height:1.5rem;
  margin-left:.625rem
}
.navbar .dropdown .dropdown-toggle:after:hover {
  transform:rotate(180deg)
}
.navbar .dropdown-menu {
  border:none;
  border-radius:.5rem;
  box-shadow:var(--bs-box-shadow);
  color:var(--bs-gray-800);
  margin-top:0;
  min-width:12rem;
  top:100%
}
@media (max-width:992px) {
  .navbar .dropdown-menu {
    background-color:transparent;
    box-shadow:none;
    min-width:0!important
  }
}
.navbar .dropdown-menu .dropdown-submenu a:after {
  position:absolute;
  right:1rem;
  transform:rotate(-90deg)
}
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
  border-radius:.5rem;
  box-shadow:var(--bs-box-shadow);
  left:100%;
  min-width:12rem;
  right:auto;
  top:-18px
}
@media (max-width:992px) {
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    box-shadow:none
  }
}
.navbar .dropdown-fullwidth {
  position:static
}
.navbar .dropdown-fullwidth .dropdown-menu {
  left:0!important;
  margin-left:auto;
  margin-right:auto;
  max-width:1590px;
  right:0!important;
  top:100%;
  transform:none!important;
  width:100%
}
@media (min-width:990px) {
  .navbar .navbar-nav .dropdown>.dropdown-menu {
    left:50%;
    transform:translate(-50%,10px)
  }
}
.navbar .navbar-nav .dropend>.dropdown-menu {
  transform:translateY(10px)
}
.navbar .navbar-nav .nav-item .nav-link {
  border-radius:.25rem;
  font-size:.9375rem;
  font-weight:500;
  padding:.8rem 1rem
}
@media (max-width:992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    border-bottom:1px solid var(--bs-gray-200);
    border-radius:0;
    padding:.75rem 0!important
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color:transparent!important;
    color:var(--bs-dark)
  }
}
.navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow:none
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
  color:var(--bs-primary)
}
@media (min-width:1200px) {
  .navbar .dropdown-menu.show {
    display:none
  }
  .navbar .dropdown-menu {
    display:block;
    opacity:0;
    transform:translate(-50%);
    transition:all .3s ease-in-out;
    visibility:hidden
  }
  .navbar .dropdown:hover>.dropdown-menu {
    opacity:1;
    visibility:visible
  }
  .navbar .dropdown-submenu:hover>.dropdown-menu {
    opacity:1;
    transform:translateY(10px);
    visibility:visible
  }
}
.navbar-dark {
  transition:all .3s ease-in-out
}
.navbar-dark .navbar-nav .nav-link {
  color:var(--bs-gray-300)!important
}
@media (max-width:990px) {
  .navbar-dark .navbar-nav .nav-link {
    color:var(--bs-gray-500)!important
  }
}
.navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
  color:var(--bs-gray-300)
}
@media (max-width:990px) {
  .navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
    color:var(--bs-gray-500)!important
  }
}
.navbar-light {
  border-bottom:1px solid var(--bs-gray-100)
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color:var(--bs-gray-500);
  font-weight:500
}
.navbar-light .navbar-nav .nav-item .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover {
  background-color:var(--bs-gray-100);
  color:var(--bs-gray-800)
}
.navbar-transparent {
  background-color:transparent;
  box-shadow:none;
  left:0;
  position:absolute;
  right:0;
  width:100%;
  z-index:1009
}
.navbar-transparent .navbar-toggler {
  border-color:#fff;
  color:#fff
}
@media (max-width:990px) {
  .navbar-transparent.navbar-clone .navbar-brand {
    filter:brightness(0) invert(1)
  }
  .navbar-transparent.navbar-clone .navbar-toggler {
    border-color:#0f172a;
    color:#0f172a
  }
  .navbar-transparent.navbar-stick .navbar-brand {
    filter:brightness(1) invert(0)
  }
}
.navbar-clone {
  box-shadow:none;
  left:0;
  position:fixed!important;
  top:0;
  transform:translateY(-100%);
  transition:all .3s ease-in-out;
  z-index:1008
}
.navbar-stick {
  border-bottom:1px solid var(--bs-gray-100);
  transform:translateY(0)
}
.navbar-stick:not(.navbar-dark) {
  background:var(--bs-body-bg);
  box-shadow:0 .125rem .25rem rgba(2,6,23,.075)
}
.navbar-stick:not(.navbar-dark).navbar-brand {
  filter:brightness(0) invert(1)
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform:none
}
.offcanvas {
  height:100vh
}
.navbar-boxed {
  border:1px solid var(--bs-gray-200);
  border-radius:1rem;
  box-shadow:var(--bs-box-shadow-sm);
  left:0;
  max-width:1320px;
  padding:1rem;
  position:fixed;
  right:0;
  top:0;
  z-index:100
}
@media (max-width:990px) {
  .navbar-boxed {
    background-color:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    position:relative
  }
}
.navbar-boxed.navbar-clone {
  display:none
}

@media (min-width: 992px) {
  .py-lg-10 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 6rem !important;
  }
}
.nav-categories {
	margin-right: 2rem;
}
.nav-categories .nav-item {
	background-color: var(--orange);
	border-radius:10px 10px 0 0;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-categories .nav-item .nav-link{
	color: var(--dark-blue);
}
.form-icon-start.form-control-lg {
  padding-left: calc(2.5rem + 1px);
}
.form-control {
  font-size: 16px;
}
.form-control::placeholder {
  color: rgba(202, 208, 217, 0.5);
  opacity: 1;
  font-size: 16px;
}
.header-separator{
    padding-top: 0px;
}
/*Slider*/
.owl-slider-header, .owl-slider-header img{
    border-radius: 1rem;box-shadow: var(--bs-box-shadow-sm);
}
/*Shortcut*/
.h-100 {
  height: 100% !important;
}
.sc1 .card {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
  position: relative;
}
.card.card-background::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0,0,0,.4);
  border-radius: 0.375rem;
}
.sc1 .card.card-background .full-background {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.375rem;
}
.sc1 .card.card-background .card-body {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  flex: 1 1 auto;
    height: 100px;
}
.sc1 .card .card-footer {
  padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  background-color: transparent;
    z-index: 3 !important;
    border: none;
}
/*Product*/
.card-product, .card-news{
   box-shadow: var(--bs-box-shadow-sm);
}
.card-product:hover,.card-news:hover{
   box-shadow: var(--bs-box-shadow-lg);
}

/* 2 lignes */
.card-product-title .product_name{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; /* nombre de lignes max */
  overflow:hidden;
	overflow-wrap:anywhere;
	text-overflow:clip;
}

.card-product-title, .card-product-title a{
    color:var(--dark-blue);
    font-size: 1rem !important;
    height: 100px;
}
.card-product-available-qty{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.card-product-available-qty .available-qty-bulb{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.card-product-available-qty .available-qty-label{
    font-weight: 600;
}
.card-product-available-qty .available-qty-bulb.in-stock{
  background-color: rgb(100 187 104);
}
.card-product-available-qty .available-qty-label.in-stock {
  color: rgb(100 187 104);
}
.card-product-available-qty .available-qty-bulb.out-of-stock {
  background-color: #f94134;
}
.card-product-available-qty .available-qty-label.out-of-stock {
  color: #f94134;
}
.card-product-available-qty .available-qty-bulb.in-restock {
  background-color: #efae35;
}
.card-product-available-qty .available-qty-label.in-restock {
  color: #efae35;
}

.card-product .product-price{
    color:var(--dark-blue);
    /*font-family: "Oswald", serif;*/
    font-size: 1.1rem;
    font-weight: 600;
}
.card-product .product-price sup{
    font-size: 0.8rem;
    font-weight: 400;
    top: -0.5em;
    left: 0.3em;
}
.product-header{
   background-color: #fff;
   box-shadow: var(--bs-box-shadow-sm);
   border-radius: 1rem;
    padding : 1rem 2rem;;
}
h1.product-name{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.15;
}
.default-priceTTC{
    color:var(--dark-blue);
    /*font-family: "Oswald", serif;*/
    font-size: 1.8rem;
    font-weight: 600;
}
.default-priceTTC sup{
    font-size: 1rem;
    font-weight: 400;
    top: -0.5em;
    left: 0.3em;
}

.quantity_button {
	display: inline-flex;
	align-items: center;
	border:1px solid var(--bs-gray-500); 
    background-color: rgba(255, 255, 255, 0.05);
	border-radius:12px;
}
.quantity_button .button {
  color: var(--bs-gray-500);
  background-color: transparent;
  border: none;
  padding: 0 1rem;
  line-height:40px;
}
.quantity_button input {
  border: none;
  text-align: center;
  width: 2rem;
  padding: 0;
  background: 0 !important;
  font-size: var(--ar-body-font-size);
  font-weight: 500;
  -moz-appearance: textfield;
  color:var(--bs-body-color) !important; 
}
#modalAddToCart{
  background-color: rgba(var(--dark-blue),0.6) !important;
}
.modalAddToCart{
  background-color: var(--dark-blue) !important;
}
#modalAddToCart .modal-header{
	background-color: var(--dark-blue);
}
#modalAddToCart .modal-title{
	color:#fff;
}
#modalAddToCart .btn-close{
	color:#fff;
}
#modalAddToCart .btn-dark{
	font-weight: 700;
}
#AddToCart{
  background-color: var(--dark-blue) !important;
  border-radius: 12px;
  /*color: #000;*/
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  transition: 200ms;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#AddToCart:not(:disabled):hover,
#AddToCart:not(:disabled):focus {
  outline: 0;
  background:var(--dark-blue);
  box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

#AddToCart:disabled {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}
.modal-cart-count{
    background-color: var(--orange) !important;
}

.title_block_product{
    margin: 0px 0 20px;
}
.title_block_product h3 {
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none !important;
  position: relative;
  letter-spacing: -1px;
}
.title_block_product h3 span.strong {
  display: inline-block;
  margin: 0;
  background: var(--bg-body);
  position: relative;
  z-index: 4;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 700;
}
.title_block_product h3::before {
  content: "";
  background-color: var(--dark-blue);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.table-striped{
    background-color: #fff; 
}
.product-short-descr{
	font-size: 0.95em;
}
  .stars{
    --size: 22px;
    position: inline-block;
    display: inline-block;
    font-size: var(--size);
    line-height: 1;
    letter-spacing: 3px;
    position: relative;
  }
  .stars::before{
    content: "★★★★★";         /* fond gris (étoiles vides) */
    color: #ddd;
  }
  .stars__bar{
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .stars__bar::before{
    content: "★★★★★";         /* couche jaune (étoiles pleines) */
    color: #f5b301;
  }
.product-reviews label{
    font-size: 13px;
    letter-spacing:normal;	
	font-weight: 700;
}
/**-------Categorie Products------**/
#categoryCollapseMenu .nav-item-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #001e2b;
  padding: .5rem 0;  
}
#categoryCollapseMenu a{
    color : var(--dark-blue);
}
#categoryCollapseMenu .open:not(.collapsed) svg{
    transform:rotate(0.25turn);
}
#categoryCollapseMenu .open.collapsed svg{
    transform:rotate(0turn);
}
/*News*/
/**-------Breadcrumb------**/
.breadcrumb-item {
  align-items: center;
  display: flex;
    font-size: 14px;
}
.breadcrumb-item a{
    color:rgb(33,31,28);
}
.breadcrumb-item a.acti{
    color:rgb(33,31,28);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='var(--bs-secondary-color)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"));
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
/**CART**/
.div-cart .btn-dark{
	font-weight: 700;
}
.cart-item-details a:hover{
	text-decoration : underline;
}
/*Blog*/
.card-news {
  box-shadow: var(--bs-box-shadow-sm);
}
.card-news h3{
	font-size: 1.15rem !important;
	height: 70px;
	color: var(--dark-blue);
	font-weight: 300;	
}
.avatar {
  display: inline-block;
  height: 3rem;
  position: relative;
  width: 3rem;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.zoom-img {
  border-radius:.375rem .375rem 0 0 ;
  overflow:hidden;
  transform: translateZ(0);
}
.zoom-img img {
  display: block;
  transition:transform .35s ease-in-out;
}
.zoom-img:hover img {
  transform: scale(1.05);
}
.fs-6 {
  font-size: .875rem !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
/**-------Footer------**/
footer {
}
footer a, footer .nav-link{
   color: #222;
}

.footer-icons-container {
  border: 2px solid #f6f6f6;
  border-left: none;
  border-right: none;
  padding-top: 32px;
	font-size: 0.9em;
}
.footer-icons-container .footer-grid-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-icons-container .footer-grid-icons .footer-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  margin-bottom: 32px;
}
.footer-links-container .footer-links-item > * {
  display: block;
  text-decoration: none;
  color: #222;
  margin-bottom: 6px;
}
.footer-icons-container .blog-btn{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #fff;
  background-color: #222;
  cursor: pointer;
  text-decoration: none;
  padding: 0 16px;
  border-radius: 25px;
  transition: all .1s linear;
}
.footer-title-nav{
font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
footer .footer-payments-option img {
  border-radius: 8px;
  border: 1px solid #DDD;
  margin: 0;
}
/**/
/* =========================
   Blog Headings (H1 -> H6)
   ========================= */

/* Réglages globaux */
:root{
  --heading-color: #111827;         /* quasi noir */
  --heading-muted: #374151;         /* gris foncé */
  --heading-accent: #2563eb;        /* bleu */
  --heading-border: rgba(17, 24, 39, .10);
  --heading-lineheight: 1.15;
}

/* Optionnel : si tu as une zone article */
.article, .post, article{
  /* améliore le rendu typographique global */
  text-rendering: optimizeLegibility;
}

/* Base commune à tous les Hn */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6{
 /* color: var(--heading-color);*/
  line-height: var(--heading-lineheight);
  letter-spacing: -0.02em;
  margin: 1.6em 0 .6em;
  scroll-margin-top: 90px; /* pratique avec un header sticky */
}

/* H1 : titre principal */
article h1{
  font-size: clamp(2.0rem, 2.8vw + 1rem, 3.0rem);
  font-weight: 800;
  margin-top: 0;
  margin-bottom: .8em;
}

/* H2 : sections */
article h2{
  font-size: clamp(1.5rem, 1.5vw + 1rem, 2.1rem);
  font-weight: 750;
  padding-bottom: .35em;
  border-bottom: 1px solid var(--heading-border);
}

/* H3 : sous-sections */
article h3{
  font-size: clamp(1.25rem, 0.9vw + 1rem, 1.6rem);
  font-weight: 700;
}

/* H4 : intertitres */
article h4{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-muted);
}

/* H5 / H6 : petits titres */
article h5{
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--heading-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

article h6{
  font-size: 1rem;
  font-weight: 650;
  color: var(--heading-muted);
  letter-spacing: .02em;
}

/* Petit accent visuel sur H3+ (optionnel) */
article h3::before,
article h4::before{
  content: "";
  display: inline-block;
  width: .55em;
  height: .12em;
  background: var(--orange);
  border-radius: 999px;
  margin-right: .5em;
  transform: translateY(-.15em);
  opacity: .9;
}

/* Liens d’ancre (si tu as des titres cliquables) */
article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a,
article h6 a{
  color: inherit;
  text-decoration: none;
}

article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover{
  text-decoration: underline;
  text-decoration-thickness: .12em;
  text-underline-offset: .2em;
}

/* Espacement harmonieux avec le texte qui suit */
article h1 + p,
article h2 + p,
article h3 + p,
article h4 + p{
  margin-top: 0;
}

/* Mode sombre automatique (si le navigateur est en dark mode) */
@media (prefers-color-scheme: dark){
  :root{
    --heading-color: #f9fafb;
    --heading-muted: #d1d5db;
    --heading-border: rgba(249, 250, 251, .14);
  }
}

