/*
Theme Name: lokan2026
Theme URI: https://lokan.fr
Author: Florian EMPINET
Author URI: https://florianempinet.fr
Description: lokan2026
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lokan2026
*/


body {
  font-family: "Sora", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray-900);
  margin: 0;
  padding: 0;
  }
  a {
  all: unset;
  cursor: pointer;
  }
  h1 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 37px;
  color: var(--gray-950);
  }
  h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  color: var(--gray-950);
  }
  blockquote {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: var(--gray-900);
  background: var(--orange-050);
  
  border-radius: 18px;
  margin: 32px 0;
  padding: 24px 32px;
  position: relative;
  box-shadow: 0 2px 8px rgba(49,49,53,0.04);
  font-style: normal;
  transition: background 0.2s;
  }
  blockquote strong {
  color: var(--orange-600);
  font-weight: 600;
  }
  blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: var(--gray-600);
  font-style: normal;
  text-align: right;
  }
  blockquote:before {
  content: "“";
  color: var(--orange-400);
  font-size: 48px;
  line-height: 1;
  position: absolute;
  left: 24px;
  top: 18px;
  font-family: 'Sora', serif;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
  }
  @media (max-width: 600px) {
  blockquote {
  font-size: 16px;
  padding: 16px 16px;
  max-width: 95vw;
  }
  blockquote:before {
  font-size: 32px;
  left: 8px;
  top: 4px;
  }
  }
  .text-center {
  text-align: center;
  }
  .font-weight-100 {
  font-weight: 100;
  }
  .font-weight-200 {
  font-weight: 200;
  }
  .font-weight-300 {
  font-weight: 300;
  }
  .font-weight-400 {
  font-weight: 400;
  }
  .font-weight-500 {
  font-weight: 500;
  }
  .font-weight-600 {
  font-weight: 600;
  }
  .font-weight-700 {
  font-weight: 700;
  }
  .font-weight-800 {
  font-weight: 800;
  }
  .mt-2 {
  margin-top: 8px;
  }
  .mt-4 {
  margin-top: 16px;
  }
  .mt-6 {
  margin-top: 24px;
  }
  .mt-8 {
  margin-top: 32px;
  }
  .mt-10 {
  margin-top: 40px;
  }
  .mr-2 {
  margin-right: 8px;
  }
  .mr-4 {
  margin-right: 16px;
  }
  .mr-6 {
  margin-right: 24px;
  }
  .mr-8 {
  margin-right: 32px;
  }
  .mr-10 {
  margin-right: 40px;
  }
  .mr-12 {
  margin-right: 48px;
  }
  .mr-14 {
  margin-right: 56px;
  }
  .mr-16 {
  margin-right: 64px;
  }
  .mr-18 {
  margin-right: 72px;
  }
  .ml-2 {
  margin-left: 8px;
  }
  .ml-4 {
  margin-left: 16px;
  }
  .ml-6 {
  margin-left: 24px;
  }
  .ml-8 {
  margin-left: 32px;
  }
  .ml-10 {
  margin-left: 40px;
  }
  .ml-12 {
  margin-left: 48px;
  }
  .ml-14 {
  margin-left: 56px;
  }
  .ml-16 {
  margin-left: 64px;
  }
  .ml-18 {
  margin-left: 72px;
  }
  .ml-20 {
  margin-left: 80px;
  }
  .ml-22 {
  margin-left: 88px;
  }
  :root {
  --orange-050:  #FFF6EC;
  --orange-100:  #FFEBD3;
  --orange-200:  #FFD3A5;
  --orange-300:  #FFB46D;
  --orange-400:  #FF8832;
  --orange-500:  #FF660A;
  --orange-600:  #F54900;
  --orange-700:  #CC3402;
  --orange-800:  #A1290B;
  --orange-900:  #82250C;
  --orange-950:  #460F04;
  --gray-050:   #F6F6F7;
  --gray-100:   #EEEFF1;
  --gray-200:   #E0E1E5;
  --gray-300:   #CDCED4;
  --gray-400:   #B7B8C2;
  --gray-500:   #A4A4B0;
  --gray-600:   #8F8E9D;
  --gray-700:   #858490;
  --gray-800:   #65646F;
  --gray-900:   #54545B;
  --gray-950:   #313135;
  }
  .text-orange-050 { color: var(--orange-050); }
  .text-orange-100 { color: var(--orange-100); }
  .text-orange-200 { color: var(--orange-200); }
  .text-orange-300 { color: var(--orange-300); }
  .text-orange-400 { color: var(--orange-400); }
  .text-orange-500 { color: var(--orange-500); }
  .text-orange-600 { color: var(--orange-600); }
  .text-orange-700 { color: var(--orange-700); }
  .text-orange-800 { color: var(--orange-800); }
  .text-orange-900 { color: var(--orange-900); }
  .text-orange-950 { color: var(--orange-950); }
  .text-gray-050  { color: var(--gray-050); }
  .text-gray-100  { color: var(--gray-100); }
  .text-gray-200  { color: var(--gray-200); }
  .text-gray-300  { color: var(--gray-300); }
  .text-gray-400  { color: var(--gray-400); }
  .text-gray-500  { color: var(--gray-500); }
  .text-gray-600  { color: var(--gray-600); }
  .text-gray-700  { color: var(--gray-700); }
  .text-gray-800  { color: var(--gray-800); }
  .text-gray-900  { color: var(--gray-900); }
  .text-gray-950  { color: var(--gray-950); }
  .bg-orange-050 { background-color: var(--orange-050); }
  .bg-orange-100 { background-color: var(--orange-100); }
  .bg-orange-200 { background-color: var(--orange-200); }
  .bg-orange-300 { background-color: var(--orange-300); }
  .bg-orange-400 { background-color: var(--orange-400); }
  .bg-orange-500 { background-color: var(--orange-500); }
  .bg-orange-600 { background-color: var(--orange-600); }
  .bg-orange-700 { background-color: var(--orange-700); }
  .bg-orange-800 { background-color: var(--orange-800); }
  .bg-orange-900 { background-color: var(--orange-900); }
  .bg-orange-950 { background-color: var(--orange-950); }
  .bg-gray-050  { background-color: var(--gray-050); }
  .bg-gray-100  { background-color: var(--gray-100); }
  .bg-gray-200  { background-color: var(--gray-200); }
  .bg-gray-300  { background-color: var(--gray-300); }
  .bg-gray-400  { background-color: var(--gray-400); }
  .bg-gray-500  { background-color: var(--gray-500); }
  .bg-gray-600  { background-color: var(--gray-600); }
  .bg-gray-700  { background-color: var(--gray-700); }
  .bg-gray-800  { background-color: var(--gray-800); }
  .bg-gray-900  { background-color: var(--gray-900); }
  .bg-gray-950  { background-color: var(--gray-950); }
  :root {
  --orange-600: #ff5400;
  }
  body {
  margin: 0;
  font-family: 'Sora', sans-serif;
  }
  .navbar-outer {
  background: var(--orange-600);
  height: 136px;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  }
  .navbar-inner {
  background: #fff;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 132px;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  z-index: 2;
  }
  .navbar-logo {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--orange-600);
  letter-spacing: -2px;
  margin-right: 40px;
  }
  .navbar-logo span {
  color: var(--orange-600);
  }
  .navbar-list {
  display: flex;
  gap: 20px;
  }
  .navbar-list a {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--gray-700);
  }
  .navbar-list a.active {
  color: var(--gray-950);
  }
  .navbar-list a:hover {
  color: var(--gray-950);
  }
  .navbar-list a:hover {
  opacity: 1;
  }
  .navbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 180px;
  }
  .navbar-search {
  display: flex;
  align-items: center;
  background: #f7f7f8;
  width: 283px;
  height: 52px;
  opacity: 1;
  border-radius: 999px;
  border: none;
  }
  .search-icon {
  display: flex;
  align-items: center;
  color: #A0A0A0;
  }
  nav .search-icon {
  margin-left: 20px;
  }
  .navbar-subscribe {
  width: 147px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--orange-600);
  color: #fff;
  border-radius: 999px;
  opacity: 1;
  border: none;
  text-decoration: none;
  padding: 12px 20px;
  box-sizing: border-box;
  transition: background 0.2s;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  }
  .navbar-subscribe:hover {
  background: #e04a00;
  }
  .subscribe-icon {
  display: flex;
  align-items: center;
  }
  .search-input::placeholder {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #A0A0A0;
  opacity: 1;
  }
  .search-input::-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #A0A0A0;
  opacity: 1;
  }
  .search-input::-moz-placeholder {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  }
  .navbar-logo-img {
  margin-left: 0;
  width: 96px;
  height: 20px;
  }
  .navbar-container {
  width: 1032px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  @media (max-width: 1032px) {
  .navbar-inner {
  height: 80px;
  }
  .navbar-logo-img {
  width: 110px;
  height: auto;
  }
  }
  @media (max-width: 1032px) {
  .navbar-list,
  .navbar-actions,
  .navbar-container .navbar-list,
  .navbar-container .navbar-actions {
  display: none !important;
  }
  .navbar-container {
  justify-content: center;
  }
  .navbar-logo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  }
  }
  @media (max-width: 1032px) {
  .navbar-outer {
  height: 60px;
  background: var(--orange-600);
  position: relative;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  }
  .navbar-inner {
  height: 56px;
  }
  .navbar-container {
  max-width: 90vw;
  justify-content: center;
  align-items: center;
  display: flex;
  }
  .navbar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  }
  .navbar-logo-img {
  height: auto;
  display: block;
  }
  .navbar-list,
  .navbar-actions {
  display: none !important;
  }
  }
  .mobile-bottom-bar {
  display: none;
  }
  .mobile-menu-panel  {
  display: none;
  }
  .search-modal-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #313135B2;
  transition: opacity 0.25s;
  opacity: 0;
  pointer-events: none;
  }
  .search-modal.open ~ .search-modal-overlay,
  .search-modal-overlay.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  }
  .search-modal.open {
  z-index: 10000;
  }
  @media (max-width: 1032px) {
  .mobile-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  max-width: 375px;
  height: 52px;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  gap: 8px;
  pointer-events: auto;
  padding: 0 8px;
  transform: none;
  }
  .mobile-bar-btn {
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  padding: 0;
  min-width: 0;
  min-height: 0;
  flex-shrink: 0;
  }
  .mobile-bar-menu,
  .mobile-bar-subscribe {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: var(--gray-050);
  border: 1.5px solid #fff;
  flex: 0 0 52px;
  animation: slideLeft 0.3s ease-in-out;
  }
  .grecaptcha-badge {
  display: none;
  }
  .mobile-bar-search {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: var(--gray-700);
  background: var(--gray-050);
  border: 1.5px solid #fff;
  font-weight: 400;
  border-radius: 999px;
  margin: 0 8px;
  overflow: hidden;
  }
  .mobile-bar-search-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .mobile-bar-subscribe {
  background: #ff5400;
  border: none;
  }
  .mobile-bar-subscribe svg path:last-child {
  stroke: #fff;
  }
  }

  @media (max-width: 1032px) {
  .mobile-menu-panel {
  position: fixed;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%) scale(0.96);
  width: 275px;
  height: 232px;
  background: #fff;
  border-radius: 26px;
  border: 1.5px solid #fff;
  padding: 24px;
  box-sizing: border-box;
  z-index: 2000;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-left: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: none;
  display: block !important;
  max-width: 60vw;
  }
  body.mobile-menu-open .mobile-menu-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(-50%) scale(1);
  transition:
  opacity 0.35s cubic-bezier(.4,0,.2,1),
  transform 0.35s cubic-bezier(.4,0,.2,1),
  visibility 0s;
  }
  .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  }
  .mobile-menu-list li:not(:last-child) {
  margin-bottom: 10px;
  }
  .mobile-menu-link {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #858490;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  width: 100%;
  }
  .mobile-menu-link.active,
  .mobile-menu-link:focus,
  .mobile-menu-link:hover {
  color: #313135;
  }
  .mobile-menu-subscribe {
  width: 100%;
  height: 52px;
  background: #ff5400;
  color: #fff;
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  text-decoration: none;
  margin-top: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.2s;
  }
  .mobile-menu-subscribe:hover {
  background: #e04a00;
  }
  .subscribe-icon {
  display: flex;
  align-items: center;
  }
  body.mobile-menu-open .mobile-bar-subscribe {
  display: none !important;
  }
  body.mobile-menu-open .mobile-bar-search {
  display: none !important;
  }
  }
  @media (max-width: 1032px) {
  .container {
  width: 100vw !important;
  max-width: 100vw !important;
  box-sizing: border-box;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  }
  }
  :root {
  --orange-600: #ff5400;
  }
  body {
  margin: 0;
  font-family: 'Sora', sans-serif;
  }
  .navbar-outer {
  background: var(--orange-600);
  height: 136px;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  }
  .navbar-inner {
  background: #fff;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 132px;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  z-index: 2;
  }
  .navbar-logo {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--orange-600);
  letter-spacing: -2px;
  margin-right: 40px;
  }
  .navbar-list {
  display: flex;
  gap: 20px;
  }
  .navbar-list a {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  color: #858490;
  }
  .navbar-list a.active {
  color: #313135;
  }
  .navbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 180px;
  }
  .navbar-search {
  display: flex;
  cursor: pointer;
  align-items: center;
  background: #f7f7f8;
  width: 283px;
  height: 52px;
  border-radius: 999px;
  border: none;
  }
  .navbar-search input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-700);
  width: 160px;
  margin-left: 8px;
  cursor: pointer;
  }
  .search-icon {
  display: flex;
  align-items: center;
  color: #A0A0A0;
  }
  .navbar-subscribe {
  width: 147px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--orange-600);
  color: #fff;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: background 0.2s;
  font-family: 'Sora', sans-serif;
  }
  .navbar-subscribe:hover {
  background: #e04a00;
  }
  .subscribe-icon {
  display: flex;
  align-items: center;
  }
  .search-input::placeholder,
  .search-input::-webkit-input-placeholder,
  .search-input::-moz-placeholder {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #A0A0A0;
  opacity: 1;
  }
  .navbar-logo-img {
  margin-left: 0;
  width: 96px;
  height: 20px;
  }
  .navbar-container {
  width: 1032px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  @media (max-width: 1032px) {
  .navbar-inner {
  height: 80px;
  }
  .navbar-logo-img {
  width: 110px;
  height: auto;
  }
  .navbar-list,
  .navbar-actions {
  display: none !important;
  }
  .navbar-container {
  justify-content: center;
  }
  .navbar-logo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  }
  .navbar-outer {
  height: 60px;
  background: var(--orange-600);
  position: relative;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  }
  .navbar-inner {
  height: 56px;
  }
  .navbar-container {
  max-width: 90vw;
  justify-content: center;
  align-items: center;
  display: flex;
  }
  .navbar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  }
  .navbar-logo-img {
  height: auto;
  display: block;
  }
  }
  @media (max-width: 1032px) {
  .mobile-bar-btn {
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  padding: 0;
  min-width: 0;
  min-height: 0;
  flex-shrink: 0;
  }
  .mobile-bar-menu,
  .mobile-bar-subscribe {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: var(--gray-050);
  border: 1.5px solid #fff;
  flex: 0 0 52px;
  }
  .mobile-bar-search {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  background: var(--gray-050);
  border: 1.5px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: #A0A0A0;
  font-weight: 400;
  border-radius: 999px;
  margin: 0 8px;
  overflow: hidden;
  }
  .mobile-bar-search-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .mobile-bar-subscribe {
  background: #ff5400;
  border: none;
  }
  .mobile-bar-subscribe svg path:last-child {
  stroke: #fff;
  }
  }

  @media (max-width: 1032px) {
  .mobile-menu-panel {
  position: fixed;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%) scale(0.96);
  width: 275px;
  height: 232px;
  background: #fff;
  border-radius: 26px;
  border: 1.5px solid #fff;
  padding: 24px;
  box-sizing: border-box;
  z-index: 2000;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-left: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
  opacity 0.35s cubic-bezier(.4,0,.2,1),
  transform 0.35s cubic-bezier(.4,0,.2,1),
  visibility 0s linear 0.35s;
  display: block !important;
  }
  body.mobile-menu-open .mobile-menu-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(-50%) scale(1);
  transition:
  opacity 0.35s cubic-bezier(.4,0,.2,1),
  transform 0.35s cubic-bezier(.4,0,.2,1),
  visibility 0s;
  }
  .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  }
  .mobile-menu-list li:not(:last-child) {
  margin-bottom: 10px;
  }
  .mobile-menu-link {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #858490;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  width: 100%;
  }
  .mobile-menu-link.active,
  .mobile-menu-link:focus,
  .mobile-menu-link:hover {
  color: #313135;
  }
  .mobile-menu-subscribe {
  width: 100%;
  height: 52px;
  background: #ff5400;
  color: #fff;
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-top: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.2s;
  }
  .mobile-menu-subscribe:hover {
  background: #e04a00;
  }
  .subscribe-icon {
  display: flex;
  align-items: center;
  }
  body.mobile-menu-open .mobile-bar-subscribe,
  body.mobile-menu-open .mobile-bar-search {
  display: none !important;
  }
  }
  .container {
  width:100%;max-width:1032px;margin:0 auto;margin-top:10px;box-sizing:border-box;
  }
  .article_a_la_une {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 688px;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: flex-end;
  }
  .card-title_une {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
  }
  .article_a_la_une {
  transition: transform 0.2s;
  }
  .article_a_la_une:hover .card-title_une::after {
  transform: scaleX(1);
  }
  .article_a_la_une::after {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  height: 40%;
  z-index: 2;
  pointer-events: none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background: linear-gradient(180deg, rgba(49, 49, 53, 0) 0%, rgba(49, 49, 53, 0.72) 50%);
  }
  .card-bg-img_une {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0; left: 0;
  border-radius: 24px;
  z-index: 1;
  display: block;
  }
  .card-content_une {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 120px 528px 56px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1032px;
  background: none !important;
  box-sizing: border-box;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  }
  .liste-categories .sidebar-item {
  margin-left: unset;
  }
  .liste-categories .sidebar-item:first-child {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  }
  .liste-categories .sidebar-item:last-child {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  }
  .liste-articles-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 100%;
  margin: 24px auto 0 auto;
  }
  .article-card-home {
  display: block;
  width: 328px;
  height: 403px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(49,49,53,0.08);
  transition: transform 0.2s;
  opacity: 1;
  background: #222;
  text-decoration: none;
  color: inherit;
  }
  .article-card-home {
  transition: background-color 0.3s ease;
  }
  .article-card-title {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
  }
  .article-card-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--orange-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  }
  .article-card-home:hover .article-card-title {
  color: var(--orange-500);
  transform: translateX(2px);
  }
  .article-card-home:hover .article-card-title::after {
  transform: scaleX(1);
  }
  .article-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  }
  .article-card-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 245px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  background: linear-gradient(180deg, rgba(49, 49, 53, 0) 0%, rgba(49, 49, 53, 0.72) 50%);
  z-index: 2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  + box-sizing: border-box;
  }
  .article-card-category {
  background: var(--orange-050);
  color: var(--orange-600);
  border-radius: 999px;
  padding: 8px 14px;
  height: 22px;
  font-size: 14px;
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  height: 38px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  box-sizing: border-box;
  margin-bottom: -15px;
  }
  @media (max-width: 720px) {
  .article-card-category {
  margin-bottom: 10px!important;
  }
  }
  .article-card-title {
    position: relative;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 2px 8px rgba(49, 49, 53, 0.18);

    display: flex;
    align-items: flex-end;
    height: calc(28px * 3); /* hauteur fixe */
    overflow: hidden; /* coupe ce qui dépasse */
    margin-bottom: 0px;
}

.clamp-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
  .article-card-title::before {
  content: '';
  flex: 1;
  }
  @media (max-width: 720px) {
  .article-card-title::before {
  display: none!important;
  }
  }
  .article-card-title.align-bottom {
  display: flex;
  align-items: flex-end;
  }
  .article-card-meta {
  font-size: 14px;
  color: var(--gray-400);
  opacity: 0.85;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Sora;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  }
  .voir-tous-articles {
  margin:0 auto; margin-top: 40px; display: flex; justify-content: center; align-items: center;
  }
  .voir-tous-articles a {
  font-family: Sora;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--orange-600);
  }
  @media (max-width: 719px) {
  .article-card-title {
  margin: 0 0 0px 0;
  height: unset!important;
  }
  }
  @media (max-width: 1031px) {
  .liste-articles-home {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: 90vw;
  margin: 24px auto 0 auto;
  justify-content: center;
  }
  .article-card-home {
  width: 100%;
  max-width: 100%;
  }
  }
  @media (max-width: 1031px) {
  .article-card-gradient {
  width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  }
  }
  @media (max-width: 1032px) {
  .container {
  max-width: 90vw!important;
  margin: 0 auto!important;
  }
  .article_a_la_une {
  height: 480px;
  border-radius: 20px;
  margin-top: 8px!important;
  margin: 0 auto 40px auto;
  }
  .article_a_la_une::after,
  .card-bg-img_une {
  border-radius: 20px;
  }
  .card-content_une {
  padding: 80px 60px 40px 40px;
  max-width: 800px;
  gap: 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  }
  .card-title_une {
  font-size: 32px;
  line-height: 38px;
  }
  }
  @media (max-width: 800px) {
  h2 {
  font-size: 20px!important;
  line-height: 30px!important;
  }
  .article_a_la_une {
  height: 350px;
  }
  .card-content_une {
  padding: 40px 24px 24px 24px;
  max-width: 100vw;
  gap: 12px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  }
  }
  @media (max-width: 480px) {
  .article_a_la_une {
  height: 373px;
  border-radius: 20px;
  margin: 32px auto 0 auto;
  }
  .article_a_la_une::after,
  .card-bg-img_une {
  border-radius: 20px;
  }
  .card-content_une {
  width: 100%;
  padding: 32px 16px 16px 16px;
  gap: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  }
  .card-title_une {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px!important;
  line-height: 28px!important;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
  }
  .card-meta_une {
  font-family: 'Sora', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px!important;
  line-height: 18px!important;
  letter-spacing: -0.02em;
  opacity: 0.85;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--gray-400);
  }
  }
  @media (max-width: 1032px) {
  .card-category_une {
  font-size: 14px!important;
  }
  }
  .card-category_une {
  background: var(--orange-050);
  color: var(--orange-600);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 16px;
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  height: 38px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  box-sizing: border-box;
  }
  .card-title_une {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
  }
  .card-meta_une {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  color: var(--gray-400);
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  opacity: 0.85;
  display: flex;
  gap: 8px;
  align-items: center;
  }
  .bullet-gray_une {
  width: 5px;
  height: 5px;
  background: var(--gray-700);
  border-radius: 50%;
  }
  .carousel-container {
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
  }
  .carousel-container::-webkit-scrollbar {
  display: none;
  }
  .carousel-wrapper {
  display: flex;
  gap: 24px;
  min-width: max-content;
  box-sizing: border-box;
  max-width: 100%;
  }
  .carousel-card {
  width: 212px;
  height: 280px;
  border-radius: 20px;
  background-color: var(--orange-050);
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  transition: transform 0.2s ease;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  }
  .carousel-card:hover {
  transform: translateY(-2px);
  }
  .card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  }
  .carousel-card-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 134px;
  z-index: 1;
  }
  .carousel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .carousel-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  }
  .carousel-card-category {
  color: var(--orange-600);
  border-radius: 12px;
  font-size: 14px;
  width: fit-content;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: center;
  }
  .carousel-card-category i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .carousel-card-title {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: var(--gray-950);
  line-height: 28px;
  }
  .card-meta {
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  }
  .bullet {
  color: #999;
  }
  @media (max-width: 1032px) {
    .carousel-container {
      position: relative;
      width: 100vw;
      left: 50%;
      right: 0;
      transform: translateX(-50%); /* recentrer par rapport au viewport */
      overflow-x: auto;
      overflow-y: hidden;
  
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
  
    .carousel-container::-webkit-scrollbar {
      display: none;
    }
  .carousel-wrapper {
  display: flex;
  gap: 24px;
  min-width: max-content;
  width: fit-content;
  }
  }

  
  @media (max-width: 1032px) {
  .liste-categories {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px !important;
  }
  .liste-categories .sidebar-item {
  margin-right: 10px;
  }
  }
  @media (min-width: 1032px) {
  .liste-categories {
  margin-top: 80px!important;
  }
  .carousel-container {
  overflow-x: auto;
  max-width: 100%;
  margin: 0 auto;
  }
  .carousel-wrapper {
  width: 100%;
  max-width: 1032px;
  gap: 24px;
  padding: 0;
  min-width: auto;
  box-sizing: border-box;
  }
  .carousel-card {
  width: calc((1032px - 72px) / 4)!important;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  }
  }
  @media (max-width: 1031px) and (min-width: 601px) {
  .carousel-wrapper {
  justify-content: flex-start;
  gap: 8px;
  }
  .carousel-card {
  width: 240px;
  flex-shrink: 0;
  }
  }
  @media (max-width: 600px) {
  .carousel-wrapper {
  gap: 8px;
  }
  .carousel-card {
  width: 200px;
  height: 240px;
  padding: 16px;
  flex-shrink: 0;
  }
  .carousel-card-title {
  font-size: 14px!important;
  line-height: 18px!important;
  }
  }
  @media (max-width: 600px) {
  .carousel-container {
  scroll-snap-type: x mandatory;
  }
  .carousel-card {
  scroll-snap-align: start;
  }
  }
  @media (max-width: 600px) {
  .carousel-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  margin-left: -12px;
  padding-left: 12px;
  }
  .carousel-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding-right: 40vw;
  }
  .carousel-card {
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  scroll-snap-align: start;
  }
  }
  .liste-categories {
  display: flex; justify-content: flex-start; align-items: center;  gap: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  }
  .liste-categories::-webkit-scrollbar {
  display: none;
  }
  .liste-categories .sidebar-item {
  max-width: unset;
  flex-shrink: 0;
  text-align: center;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: var(--gray-050);
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  }
  .liste-categories .sidebar-item:hover {
  background-color: var(--gray-200);
  color: var(--gray-700);
  }
  .liste-categories .sidebar-item.active {
  background: var(--gray-950, #18181b);
  color: #fff;
  }
  .bottom-img-centered {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  }
  .bottom-img-centered img {
  width: 100%;
  max-width: 1032px;
  height: auto;
  display: block;
  object-fit: contain;
  }
  @media (max-width: 1032px) {
  .bottom-img-centered img {
  max-width: 90vw;
  }
  }
  footer {
  position: relative;
  min-height: 180px;
  padding-bottom: 220px;
  }
  footer .bottom-img-centered {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  width: 100%;
  max-width: 1032px;
  justify-content: center;
  }
  .newsletter-form {
  width: 1032px;
  max-width: 100%;
  height: 68px;
  background-color: var(--gray-100);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 20px;
  box-sizing: border-box;
  margin-top: 24px;
  }
  .newsletter-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-700);
  padding: 0;
  margin: 0;
  }
  @media (max-width: 1032px) {
  .newsletter-input {
  text-align: center;
  }
  }
  .newsletter-input::placeholder {
  color: var(--gray-700);
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-family: Sora;
  font-weight: 300;
  font-style: Regular;
  font-size: 16px;
  }
  .newsletter-button {
  height: 52px;
  background-color: var(--orange-600);
  color: white;
  border: none;
  border-radius: 999px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 12px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Sora;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  }
  .newsletter-button:hover {
  background-color: var(--orange-700);
  }
  @media (max-width: 1032px) {
  .newsletter-form {
  width: 100%;
  max-width: 90vw;
  flex-direction: column;
  height: auto;
  padding: 16px;
  gap: 20px;
  border-radius: 40px!important;
  }
  .newsletter-button {
  width: 100%;
  height: 48px;
  }
  }
  .footer-menus {
  width: 1032px;
  max-width: 100%;
  display: flex;
  gap: 24px;
  margin-top: 80px;
  justify-content: space-between;
  }
  .footer-menu-column {
  width: 328px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  }
  .footer-menu-title {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--gray-950);
  margin: 0;
  padding: 0;
  }
  .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  }
  .footer-menu-list li {
  margin: 0;
  padding: 0;
  }
  .footer-menu-list a {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--gray-700);
  text-decoration: none;
  transition: color 0.2s ease;
  }
  .footer-menu-list a:hover {
  color: var(--orange-600);
  }
  @media (max-width: 1032px) {
  .footer-menus {
  width: 100%;
  max-width: 90vw;
  flex-direction: column;
  gap: 32px;
  margin-top: 60px;
  }
  .footer-menu-column {
  width: 100%;
  height: auto;
  gap: 16px;
  }
  }
  @media (max-width: 1032px) {
  footer .container {
  padding-top: 40px !important;
  }
  .footer-content-left {
  margin-top: 20px !important;
  }
  }
  @media (max-width: 600px) {
  footer {
  min-height: unset;
  padding-bottom: 0;
  height: auto !important;
  }
  footer .container {
  padding-top: 40px !important;
  }
  .footer-menus {
  margin-top: 32px;
  gap: 20px;
  }
  .footer-menu-column {
  width: 100%;
  gap: 12px;
  }
  .newsletter-form {
  width: 100%;
  max-width: 100vw;
  flex-direction: column;
  gap: 20px;
  padding: 12px;
  margin-top: 16px;
  }
  .newsletter-button {
  width: 100%;
  min-width: 0;
  }
  .bottom-img-centered {
  position: static !important;
  left: unset !important;
  bottom: unset !important;
  transform: none !important;
  z-index: auto !important;
  pointer-events: auto !important;
  margin-top: 70px;
  width: 90vw;
  max-width: 90vw;
  justify-content: center;
  }
  .bottom-img-centered img {
  max-width: 90vw;
  height: auto;
  }
  }
  .patreon-nudge-container {
  position: relative;
  width: 100%;
  max-width: 1032px;
  height: 390px;
  border-radius: 24px;
  overflow: hidden;
  background: #ff6a13;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  }
  .patreon-nudge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  }
  .patreon-nudge-text {
  position: absolute;
  top: 88px;
  left: 80px;
  width: 424px;
  height: 138px;
  background: transparent;
  opacity: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  }
  .patreon-nudge-text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  }
  .patreon-nudge-text p {
  margin: 0;
  font-size: 20px;
  color: #FFEBD3;
  font-weight: 400;
  line-height: 28px;
  margin-top: 8px;
  }
  .patreon-nudge-btn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #ff6a13;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: background 0.2s, color 0.2s;
  width: 246px;
  height: 52px;
  opacity: 1;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  gap: 8px;
  border-radius: 999px;
  }
  .patreon-nudge-btn:hover {
  background:rgb(251, 240, 232);
  color: #ff6a13;
  }
  .patreon-nudge-btn-icon {
  font-size: 20px;
  }
  .patreon-nudge-phone {
  position: absolute;
  right: 40px;
  bottom: 0;
  height: 340px;
  z-index: 3;
  pointer-events: none;
  }
  @media (min-width: 601px) and (max-width: 1032px) {
  .patreon-nudge-container {
  max-width: 90vw;
  width: 100%;
  min-width: 320px;
  height: 530px;
  border-radius: 20px;

  display: flex;
  
  
  position: relative;
  }
  .patreon-nudge-text p {
  margin-top: 0px;
  }
  .patreon-nudge-text {
  position: relative;
  top: 60px;
  left: 60px;
  width: 90vw;
  max-width: 600px;
  height: auto;
  gap: 20px;
  
  
  z-index: 2;
  }
  .patreon-nudge-text h2 {
  
  font-size: 32px!important;
  }
  .patreon-nudge-text p {

  font-size: 18px!important;
  max-width: 70vw;
  }
  .patreon-nudge-btn {
  width: fit-content;
  height: unset;
  justify-content: center;
  font-size: 16px;
  padding: 14px 28px;
  }
  .patreon-nudge-phone {
  position: absolute;
  left: 80%;
  transform: translateX(-80%);
  bottom: 0;
  height: 280px;
  z-index: 1;
  pointer-events: none;
  }
  }

  @media (max-width: 600px) {
    .patreon-nudge-container {
    max-width: 90vw;
    width: 100%;
    min-width: 320px;
    height: 550px;
    border-radius: 20px;
    text-align: left!important;
    justify-content: flex-start;
    position: relative;
    }
    .patreon-nudge-text p {
    margin-top: 0px;
    }
    .patreon-nudge-text {
    position: relative;
    top: 40px;
    left: 0;
    width: 90vw;
    max-width: 600px;
    height: auto;
    gap: 20px;
    text-align: left!important;
    left: 40px!important;
    z-index: 2;
    }
    .patreon-nudge-text h2 {
    
    font-size: 32px!important;
    text-align: left!important;
    }
    .patreon-nudge-text p {
    
    font-size: 18px!important;
    max-width: 70vw;
    text-align: left!important;
    }
    .patreon-nudge-btn {
    width: fit-content;
    height: unset;
    justify-content: center;
    font-size: 16px;
    padding: 14px 28px;
    }
    .patreon-nudge-phone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 250px;
    z-index: 1;
    pointer-events: none;
    }
    }
  .freeprivacypolicy-com---nb {
  border-radius: 20px;
  }
  .freeprivacypolicy-com---reset {
  font-family: 'Sora', sans-serif!important;
  font-weight: 400!important;
  }
  .cc-nb-okagree {
  align-items: center;
  justify-content: center;
  gap: 8px!important;
  background: var(--orange-600)!important;
  color: #fff!important;
  border-radius: 999px!important;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: background 0.2s;
  font-family: 'Sora', sans-serif;
  }
  .cc-nb-changep {
  gap: 8px!important;
  background: var(--gray-700)!important;
  color: #fff!important;
  border-radius: 999px!important;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: background 0.2s;
  font-family: 'Sora', sans-serif;
  }
  #perfecty-push-settings-open {
  display: none!important;
  }
  .perfecty-push-dialog-container {
  top: unset!important;
  bottom: 0!important;
  }
  .perfecty-push-dialog-box {
  border-radius: 20px!important;
  }
  .perfecty-push-dialog-box img {
  display: none!important;
  }
  .perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
  gap: 8px!important;
  background: var(--gray-700)!important;
  color: #fff!important;
  border-radius: 999px!important;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: background 0.2s;
  font-family: 'Sora', sans-serif;
  }
  .perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
  align-items: center;
  justify-content: center;
  gap: 8px!important;
  background: var(--orange-600)!important;
  color: #fff!important;
  border-radius: 999px!important;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: background 0.2s;
  font-family: 'Sora', sans-serif;
  }
  .perfecty-push-dialog-form {
  font-family: 'Sora', sans-serif!important;
  }
  .navbar-perfecty-push-mobile {
  display: none!important;
  }
  .navbar-perfecty-push {
  display: none!important;
  }
  @media (min-width: 1032px) {
  .navbar-perfecty-push {
  display: block!important;
  }
  }
  @media (max-width: 1031px) {
  .navbar-perfecty-push-mobile {
  display: block!important;
  }
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .about-header-img {
  max-height: 581px;
  width: 1032px;
  object-fit: cover;
  border-radius: 20px;
  }
  .about-behind {
  width: 100%;
  margin: 0 auto;
  }
  .timeline {
  border-left: 1.5px solid #e0e0e0;
  margin: 40px 0 32px 0;
  padding-left: 18px;
  max-width: 700px;
  }
  .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  position: relative;
  }
  .timeline-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 5px;
  z-index: 2;
  }
  .timeline-date {
  font-family: Sora;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--gray-950);
  }
  .timeline-content {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--gray-700);
  margin-top: -10px;
  }
  .timeline-content strong {
  color: #222;
  font-weight: 600;
  }
  .timeline-content a {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: var(--orange-600);
  }
  .timeline-link {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: var(--orange-600);
  }
  .about h1 {
  font-family: Sora;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 37px;
  color: var(--gray-950);
  }
  .timeline-link-orange {
  color: #ff5c1a;
  }
  @media (max-width: 600px) {
  .timeline {
  padding-left: 5px;
  }
  .timeline-item {
  padding-left: 20px;
  }
  .timeline-dot {
  left: -9px;
  width: 9px;
  height: 9px;
  }
  .timeline-content {
  font-size: 15px;
  }
  }
  .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  max-width: 1032px;
  margin: 0 auto 32px auto;
  width: 100%;
  box-sizing: border-box;
  }
  .card-object {
  flex: 1 1 158px;
  max-width: 158.5px;
  min-width: 140px;
  height: 186px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px 20px 12px;
  background: var(--orange-050, #fff7f0);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none!important;
  }
  @media (min-width: 1032px) {
  .content-single {
  width: 680px!important;
  margin: 0 auto;
  }
  }
  @media (max-width: 1031px) {
  #content {
  width: 90vw;
  }
  .about-header-img {
  width: 90vw;
  }
  .content-single {
  width: 90vw!important;
  margin: 0 auto;
  }
  .about-behind {
  width: 90vw;
  }
  }
  @media (max-width: 1100px) {
  .card-container {
  max-width: 700px;
  gap: 12px;
  }
  .card-object {
  max-width: 32%;
  min-width: 120px;
  }
  }
  @media (max-width: 700px) {
  .card-container {
  max-width: 100%;
  gap: 8px;
  padding: 0 4px;
  }
  .card-object {
  max-width: 100%;
  min-width: 90px;
  height: auto;
  padding: 10px 6px 12px 6px;
  }
  }
  .object-name {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--orange-600);
  text-decoration: none!important;
  margin-top: 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .title-about-h2 {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 32px;
  }
  .card-object img {
      width: 100%;
    height: auto;
    object-fit: contain !important;
    height: 80px !important;
  }
  .about p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--gray-700);
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .archive-content .archive-header-img {
  max-height: 581px;
  width: 1032px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto 32px auto;
  }
  @media (max-width: 1031px) {
  #content {
  width: 90vw;
  }
  .archive-content .archive-header-img {
  width: 90vw;
  }
  .archive-content .content-single {
  width: 90vw!important;
  margin: 0 auto;
  }
  }
  .archive-content .content-single {
  width: 680px!important;
  margin: 0 auto;
  }
  .archive-content h1.page {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 24px;
  color: var(--gray-950, #222);
  }
  .archive-content .content-article {
  font-family: Sora, sans-serif;
  font-size: 1rem;
  color: var(--gray-700, #444);
  line-height: 1.7;
  }
  .archive-content a {
  color: var(--orange-600, #ff5c1a);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  }
  .archive-content #ajax-posts-container ul {
  margin-left: 30px;
  font-size: 14px;
  font-family: Sora, sans-serif;
  font-weight: initial;
  }
  @media (max-width: 1032px) {
  .archive-content #ajax-posts-container ul {
  margin-left: 0;
  }
  .archive-content #ajax-posts-container li {
  margin-left: 0;
  }
  }
  .archive-content #ajax-posts-container li {
  margin-top: 5px;
  }
  .more-archive {
  margin-top: 54px;
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .category {
  margin-top: -60px!important;
  }
  .category svg {
  margin-top: 5px;
  }
  .sidebar-item.sidebar-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 2px;
  }
  .sidebar-item.sidebar-back svg {
  margin: 0;
  display: block;
  margin-left: 15px;
  }
  .more-article {
  font-family: Sora;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  color: var(--orange-600);
  }
  @media (max-width: 1032px) {
  .category {
  max-width: 90vw;
  margin-top: 10px!important;
  }
  .category .liste-categories {
  width: 90vw !important;
  margin: 0 auto;
  }
  }
  #content-bons-plans {
  width: 1032px;
  margin: 0 auto;
  }
  #content-bons-plans .header-bons-plans h1 {
  font-family: Sora;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 46px;
  color: var(--gray-950);
  }
  #content-bons-plans .header-bons-plans p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--gray-700);
  margin-top: -10px;
  margin-bottom: 42px;
  }
  .card-bons-plans {
  width: 328px;
  height: fit-content;
  background: #FFF6ED;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  justify-content: space-between;
  }
  .bons-plans-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  }
  #content-bons-plans .article-card-home {
  margin-bottom: 12px !important;
  }
  .bons-plans-logo {
  height: 32px;
  width: auto;
  max-width: 250px;
  margin: 0 auto;
  }
  .bons-plans-title {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #232323;
  letter-spacing: 2px;
  }
  .bons-plans-content {
  display: flex;
  align-items: center;
  gap: 16px;
  }
  .bons-plans-discount {
  width: 60px;
  height: 34px;
  background: #FF4D00;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  opacity: 1;
  }
  .bons-plans-desc {
  font-family: Sora, sans-serif;
  font-size: 20px;
  color: #232323;
  margin-left: 8px;
  }
  .bons-plans-btn {
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  height: 34px;
  border-radius: 999px;
  background: var(--gray-950)   ;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s;
  }
  .bons-plans-ext {
  font-size: 22px;
  margin-left: 4px;
  }
  .bons-plans-bar {
  width: 324px;
  height: 46px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  }
  .bons-plans-discount {
  width: 60px;
  height: 34px;
  background: #FF4D00;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Sora;
  font-weight: 500;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 24px;
  }
  .bons-plans-desc {
  font-family: Sora, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #232323;
  flex: 1;
  text-align: left;
  margin-left: 4px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .bons-plans-ext {
  font-size: 16px;
  margin-left: 2px;
  }
  .bons-plans-ext svg {
  margin-top: 5px;
  }
  .card-bons-plans-container {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
  max-width: 1032px;
  margin: 0 auto 80px auto;
  }
  .card-bons-plans {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  break-inside: avoid;
  }
  .code-promo {
  font-family: "Tabular Variable", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4%;
  }
  .card-bons-plans.has-link {
  cursor: pointer;
  position: relative;
  }
  .card-bons-plans .bons-plans-btn {
  position: relative;
  z-index: 10;
  }
  .card-bons-plans .bons-plans-btn:hover {
  cursor: pointer;
  }
  #content-bons-plans .article-card-home {
  width: 100%;
  }
  #content-bons-plans {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 16px;
  }
  .card-bons-plans-container {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
  max-width: 1032px;
  margin: 0 auto 80px auto;
  }
  @media (max-width: 1024px) {
  #content-bons-plans,
  .card-bons-plans-container {
  max-width: 90vw;
  }
  .card-bons-plans-container {
  column-count: 2;
  column-gap: 16px;
  }
  }
  @media (max-width: 700px) {
  #content-bons-plans {
  padding: 0 4px;
  }
  .bons-plans-bar {
  width: 100%;
  }
  .card-bons-plans-container {
  column-count: 1;
  column-gap: 0;
  margin-bottom: 40px;
  }
  .card-bons-plans {
  margin-bottom: 16px;
  }
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .category {
  margin-top: -60px!important;
  }
  .category svg {
  margin-top: 5px;
  }
  .sous-cat {
  margin-top: 5px!important;
  }
  .sidebar-item.sidebar-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 2px;
  }
  .sidebar-item.sidebar-back svg {
  margin: 0;
  display: block;
  margin-left: 15px;
  }
  .more-article {
  font-family: Sora;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  color: var(--orange-600);
  }
  @media (max-width: 1032px) {
  .category {
  max-width: 90vw;
  margin-top: 10px!important;
  }
  .category .liste-categories {
  width: 90vw !important;
  margin: 0 auto;
  }
  }
  .comments-wrapper {
  max-width: 1032px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  }
  .comment-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  padding-left: 0;
  opacity: 1;
  }
  .comment-author {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--gray-950);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  position: relative;
  }
  .comment-author img {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  }
  .comment-author-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  }
  .comment-meta {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  }
  .comment-content {
  font-size: 1em;
  line-height: 1.5;
  }
  .comment-replies {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid #eee;
  }
  .comment-reply {
  margin-top: 12px;
  }
  .comment-reply .comment-author {
  font-weight: normal;
  font-size: 0.95em;
  }
  .load-more {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 24px;
  }
  .load-more a {
  color: var(--orange-600);
  font-weight: bold;
  text-decoration: none;
  font-family: Sora;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  }
  .comment-content p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--gray-700);
  }
  .comments-wrapper--limited {
  max-height: 756px;
  overflow-y: auto;
  position: relative;
  }
  .comments-wrapper--limited::after {
  content: "";
  position: sticky;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 58.17%);
  z-index: 2;
  margin-top: -80px;
  }
  .comments-wrapper--limited .comment-card {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  }
  .comments-wrapper--limited .comment-card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
  pointer-events: none;
  }
  .comment-author .comment-reply-link {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  padding: 2px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.15s;
  color: #FF4C00;
  text-decoration: none;
  box-shadow: none;
  font-size: 0;
  margin-left: 4px;
  }
  .comment-author .comment-reply-link:hover,
  .comment-author .comment-reply-link:focus {
  background: #ffe5d6;
  }
  .comment-author .reply-icon svg {
  display: block;
  }
  .sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  }
  .comment-title {
  font-family: Sora;
  font-weight: 600;
  line-height: 28px;
  color: var(--gray-950);
  max-width: 1032px;
  margin: 10px auto 0 auto;
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .new-comment-btn {
  width: 64px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--monsoon-050, #f4f5f7);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s;
  color: #FF4C00;
  text-decoration: none;
  box-shadow: none;
  margin-left: 12px;
  gap: 8px;
  opacity: 1;
  }
  .new-comment-btn:hover,
  .new-comment-btn:focus {
  background: #ffe5d6;
  }
  .comment-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: none;
  min-height: 100vh;
  display: block;
  }
  .comment-modal-overlay {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(49,49,53,0.45);
  z-index: 1;
  }
  .comment-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #fff;
  border-radius: 24px;
  padding: 40px 32px 32px 32px;
  max-width: 420px;
  width: 90vw;
  box-shadow: 0 8px 32px rgba(49,49,53,0.18);
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 90vh;
  overflow-y: auto;
  align-items: stretch;
  justify-content: center;
  }
  .comment-modal-close {
  position: absolute;
  top: 18px; right: 18px;
  background: none;
  border: none;
  font-size: 32px;
  color: var(--gray-400);
  cursor: pointer;
  z-index: 3;
  transition: color 0.2s;
  }
  .comment-modal-close:hover { color: var(--orange-600); }
  #commentform {
  display: flex;
  flex-direction: column;
  }
  #commentform input[type="text"],
  #commentform input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1.5px solid var(--gray-200);
  background: var(--gray-050);
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: var(--gray-900);
  transition: border 0.2s;
  }
  #commentform input[type="text"]:focus,
  #commentform input[type="email"]:focus {
  border-color: var(--orange-400);
  outline: none;
  }
  #commentform textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1.5px solid var(--gray-200);
  background: var(--gray-050);
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: var(--gray-900);
  resize: vertical;
  transition: border 0.2s;
  box-sizing: border-box;
  margin: 0;
  }
  #commentform textarea:focus {
  border-color: var(--orange-400);
  outline: none;
  }
  #commentform .submit,
  #commentform input[type="submit"].submit {
  width: 100%;
  padding: 16px 0;
  border-radius: 999px;
  background: var(--orange-600);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(49,49,53,0.08);
  letter-spacing: 0.01em;
  }
  #commentform .submit:hover,
  #commentform input[type="submit"].submit:hover {
  background: var(--orange-700);
  }


#lightbox-modal {
  max-width: 100vw;
  width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
}
#lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: #313135B2; 
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background 0.2s;
}
#lightbox-modal.open { display: flex; }
#lightbox-modal img {
  max-width: 90vw;
  max-height: 80vh;
  
  border-radius: 20px;
  display: block;
  margin: auto;
  background: var(--gray-050);
  transition: box-shadow 0.2s;
}
#lightbox-modal span, #lightbox-modal button {
  user-select: none;
}
#lightbox-close {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-050, #f7f7f8);
  border: 1.5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  cursor: pointer;
  z-index: 10001;
  transition: background 0.2s, border 0.2s;
  padding: 0;
  margin: 0 auto;
}
#lightbox-close svg {
  width: 28px; height: 28px;
  color: var(--gray-700, #313135);
  display: block;
  transition: color 0.2s;
}


#lightbox-prev, #lightbox-next {
  position: absolute;
  top: 50%;
  font-size: 1.5rem; 
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  background: none;
  border: none;
  border-radius: 50%;
  width: 44px; height: 44px; 
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
  padding: 0;
  transform: translateY(-50%);
}
#lightbox-prev { left: 16px; }
#lightbox-next { right: 16px; }
#lightbox-prev svg, #lightbox-next svg {
  width: 24px; height: 24px;
  display: block;
}
#lightbox-prev:hover, #lightbox-next:hover,  {
   background: var(--orange-600, #ff5400);
    color: #fff;
    border-radius: 50%;
}
#lightbox-caption {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: rgba(49,49,53,0.5);
  border-radius: 12px;
  padding: 8px 20px;
  max-width: 90vw;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #lightbox-modal img { max-width: 98vw; max-height: 60vh; }
  #lightbox-caption { font-size: 14px; padding: 6px 10px; }
  #lightbox-prev, #lightbox-next { width: 36px; height: 36px; }
  #lightbox-prev svg, #lightbox-next svg { width: 20px; height: 20px; }
  #lightbox-close { width: 36px; height: 36px; }
  #lightbox-close svg { width: 20px; height: 20px; }
  .lightbox-centered-close {
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    box-shadow: none;
    pointer-events: auto;
    gap: 0;
    height: auto;
  }
}

.lightbox-centered-close {
  margin: 16px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  box-shadow: none;
  pointer-events: auto;
  gap: 0;
  height: auto;
}
#lightbox-caption {
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 90vw;
  word-break: break-word;
}
#lightbox-close {

   
  width: 64px;
  height: 56px;
  background: var(--gray-050, #f7f7f8);
  border: 1.5px solid #fff;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}
#lightbox-close svg {
  width: 28px;
  height: 28px;
  color: var(--gray-700, #313135);
  display: block;
  transition: color 0.2s;
}

@media (max-width: 600px) {
  .lightbox-centered-close {
    margin: 12px 0 0 0;
  }
  #lightbox-close {
    width: 36px;
    height: 36px;
  }
  #lightbox-close svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 900px) {
  #lightbox-modal {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-height: 100vh;
    min-height: 100vh;
    padding: 0;
  }
  #lightbox-modal img {
    max-width: 98vw;
    max-height: 55vh;
    display: block;
    margin: 0 auto;
  }
  .lightbox-centered-close {
    margin: 8px 0 0 0;
  }
  #lightbox-caption {
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 8px;
    max-width: 95vw;
    word-break: break-word;
    text-align: center;
  }
  #lightbox-close {
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  #lightbox-close svg {
    width: 20px;
    height: 20px;
  }
  #lightbox-prev, #lightbox-next {
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#lightbox-modal img,
.content-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sommaire-list, .sommaire-list li, .sommaire-list a {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
  @media (max-width: 900px) {
  .comments-wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 98vw;
  }
  }
  @media (max-width: 600px) {
  .comments-wrapper {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 100vw;
  padding: 0 4px;
  }
  .comment-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 0 4px;
  }
  .comment-card {
  padding: 10px 6px 10px 6px;
  border-radius: 10px;
  }
  .comment-author img {
  width: 32px;
  height: 32px;
  }
  .comment-author-details {
  font-size: 15px;
  line-height: 20px;
  }
  .comment-meta {
  font-size: 13px;
  line-height: 18px;
  }
  .comment-content p {
  font-size: 15px;
  line-height: 20px;
  }
  .load-more a {
  font-size: 15px;
  line-height: 20px;
  }
  .comment-modal-content {
  padding: 18px 2px 10px 2px;
  max-width: 99vw;
  min-height: unset;
  border-radius: 14px;
  }
  #respond {
  width: 80%;
  margin: 0 auto;
  }
  }
  .comment-form {
  max-width: 90vw;
  margin: 0 auto;
  }
  #commentform input[type="text"],
  #commentform input[type="email"],
  #commentform textarea {
  font-size: 16px !important;
  line-height: 22px;
  padding: 12px 14px;
  }
  #commentform input[type="text"],
  #commentform input[type="email"] {
  min-height: 44px;
  }
  #commentform textarea {
  min-height: 100px;
  }
  #commentform .submit,
  #commentform input[type="submit"].submit {
  font-size: 17px;
  padding: 14px 0;
  min-height: 44px;
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .about-header-img {
  max-height: 581px;
  width: 1032px;
  object-fit: cover;
  border-radius: 20px;
  }
  @media (min-width: 1032px) {
  .content-single {
  width: 680px!important;
  margin: 0 auto;
  }
  }
  @media (max-width: 1031px) {
  #content {
  width: 90vw;
  }
  .about-header-img {
  width: 90vw;
  }
  .content-single {
  width: 90vw!important;
  margin: 0 auto;
  }
  }
  .mailing {
  width: 680px;
  }
  .mailing h1 {
  font-family: Sora;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 46px;
  color: var(--monsoon-950)
  }
  .mailing p {
  margin-top: 24px;
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  margin-bottom: 80px!important;
  }
  .wpcf7-form {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: none;
  padding: 0;
  }
  .wpcf7-form p {
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-900);
  background: var(--gray-050);
  border: 1.5px solid var(--gray-200);
  border-radius: 999px;
  padding: 16px 20px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  }
  .wpcf7-form textarea {
  border-radius: 24px;
  min-height: 120px;
  resize: vertical;
  padding: 16px 20px;
  font-family: Sora, sans-serif;
  }
  .wpcf7-form input[type="text"]:focus,
  .wpcf7-form input[type="email"]:focus,
  .wpcf7-form input[type="tel"]:focus,
  .wpcf7-form textarea:focus {
  border: 1.5px solid var(--orange-600);
  box-shadow: 0 0 0 2px var(--orange-100);
  background: #fff;
  }
  .wpcf7-form input[type="submit"] {
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--orange-600);
  border: none;
  border-radius: 999px;
  padding: 16px 0;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(255,84,0,0.08);
  margin-top: -20px;
  margin-bottom: 50px;
  }
  .wpcf7-form br {
  display: none;
  }
  .wpcf7-form .wpcf7-response-output {
  margin-top: -40px;
  margin-bottom: 60px;
  }
  .wpcf7-form h1 {
  display: none;
  }
  .wpcf7-form input[type="submit"]:hover,
  .wpcf7-form input[type="submit"]:focus {
  background: var(--orange-700);
  }
  .wpcf7-spinner {
  display: none;
  }
  @media (max-width: 700px) {
  .wpcf7-form {
  max-width: 100vw;
  }
  }
  .hidden-fields-container {
  display: none;
  }
  .newsletter-form form {
  all: unset;
  display: contents;
  }
  .freeprivacypolicy-com---palette-light .cc-nb-okagree {
  background-color:var(--orange-600) !important
  }
  .freeprivacypolicy-com---palette-light .cc-cp-foot-save{
  background-color:var(--orange-600) !important
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .about-header-img {
  max-height: 581px;
  width: 1032px;
  object-fit: cover;
  border-radius: 20px;
  }
  @media (min-width: 1032px) {
  .content-single {
  width: 680px!important;
  margin: 0 auto;
  }
  }
  @media (max-width: 1031px) {
  #content {
  width: 90vw;
  }
  .about-header-img {
  width: 90vw;
  }
  .content-single {
  width: 90vw!important;
  margin: 0 auto;
  }
  }
  .mailing {
  width: 680px;
  }
  .mailing h1 {
  font-family: Sora;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 46px;
  color: var(--monsoon-950)
  }
  .mailing p {
  margin-top: 24px;
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  margin-bottom: 80px!important;
  }
  .newsletter-form form {
  all: unset;
  display: contents;
  }
  .partnership-card {
  margin-top: 24px;
  padding: 16px;
  border-radius: 20px;
  background-color: var(--gray-050);
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #3C3C43;
  }
  .partnership-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  }
  .badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: var(--gray-200);
  gap: 8px;
  width: fit-content;
  }
  .badge-text {
  font-weight: 500;
  font-size: 14px;
  }
  .partnership-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  }
  .logo {
  display: block;
  max-height: 40px;
  max-width: 100px;
  min-height: 28px;
  height: auto;
  width: auto;
  object-fit: contain;
  margin-top: 2px;
  }
  .search-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 720px;
  max-height: 80vh;
  height: 580px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  flex-direction: column;
  z-index: 9999;
  }
  .search-modal.open {
  display: flex;
  }
  .search-modal:not(.open) ~ .desktop-centered-div,
  .search-modal:not(.open) ~ .mobile-close-btn {
  display: none;
  }
  .desktop-centered-div {
  cursor: pointer;
  }
  @media (min-width: 769px) {
  .desktop-centered-div {
  background-color: var(--gray-050);
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 10000;
  }
  .mobile-close-btn {
  display: none !important;
  }
  }
  @media (max-width: 768px) {
  .desktop-centered-div {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  opacity: 0.5;
  z-index: 5000;
  }
  .mobile-close-btn {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: var(--gray-050);
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20001;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  cursor: pointer;
  }
  .mobile-close-btn i {
  color: var(--gray-700);
  font-size: 22px;
  line-height: 1;
  }
  }
  .search-header {
  padding: 20px 24px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 12px;
  }
  .search-icon {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  }
  .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #9ca3af;
  background: none;
  }
  .search-input::placeholder {
  color: #9ca3af;
  }
  .modal-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
  }
  .sidebar {
  width: 200px;
  min-width: 140px;
  max-width: 220px;
  padding: 20px 0;
  border-right: 1px solid #f3f4f6;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  }
  .sidebar-item {
  margin-left: 24.5px;
  display: block;
  align-items: center;
  min-height: 21px;
  padding: 10px 16px;
  gap: 8px;
  border-radius: 999px;
  background: var(--gray-050, #f7f7f8);
  color: var(--gray-700, #444);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background 0.2s, color 0.2s;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  }
  .sidebar-item.active {
  background: var(--gray-950, #18181b);
  color: #fff;
  }
  .sidebar-item:not(.active):hover {
  background: #ececec;
  color: var(--gray-950, #18181b);
  }
  .results {
  flex: 1;
  padding: 20px 24px;
  overflow-y: auto;
  }
  .result-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  animation: fadeInUp 0.45s cubic-bezier(.4,0,.2,1);
  animation-fill-mode: both;
  opacity: 1;
  transition: background-color 0.2s;
  }
  .result-item:hover {
  background: #f9fafb;
  }
  .result-item:last-child {
  border-bottom: none;
  }
  .result-image {
  width: 96px;
  height: 68px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  padding-top: 4px;
  gap: 8px;
  }
  .result-content {
  flex: 1;
  }
  .result-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-950);
  margin-bottom: 6px;
  line-height: 24px;
  }
  .result-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  }
  .result-meta span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  }
  .bullet {
  width: 5px;
  height: 5px;
  background: var(--gray-100);
  border-radius: 50%;
  }
  @keyframes fadeInUp {
  from {
  opacity: 0;
  transform: translateY(24px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
  .results::-webkit-scrollbar,
  .sidebar::-webkit-scrollbar {
  width: 6px;
  }
  .results::-webkit-scrollbar-track,
  .sidebar::-webkit-scrollbar-track {
  background: #f1f5f9;
  }
  .results::-webkit-scrollbar-thumb,
  .sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
  }
  .results::-webkit-scrollbar-thumb:hover,
  .sidebar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
  }
  .sidebar::-webkit-scrollbar {
  height: 4px;
  }
  .sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 2px;
  }
  @media (max-width: 1031px) {
  .search-modal {
  width: 80vw;
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
  border-radius: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  }
  .search-modal {
  display: none;
  }
  .search-modal.open {
  display: flex;
  }
  .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  }
  .results {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  order: 1;
  }
  .sidebar {
  order: 2;
  width: unset;
  min-width: unset;
  max-width: unset;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0px;
  padding: 10px 16px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  gap: 5px;
  }
  .sidebar-item {
  flex: none;
  white-space: nowrap;
  margin-left: 0 !important;
  max-width: unset !important;
  }
  .search-header {
  order: 3;
  padding: 12px 16px;
  border-top: 1px solid #eee;
  background: white;
  position: sticky;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 10px;
  }
  .search-input {
  flex: 1;
  padding: 8px;
  font-size: 16px;
  }
  .result-item {
  padding: 8px 0;
  }
  .result-image {
  width: 80px;
  height: 56px;
  }
  .result-title {
  font-size: 14px;
  line-height: 18px;
  }
  .result-meta span {
  font-size: 12px;
  }
  .mobile-close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  }
  }
  .search-modal.open ~ .mobile-bottom-bar {
  display: none;
  }
  *, *::before, *::after {
  box-sizing: border-box;
  }
  .date-publish {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  }
  .date-publish i {
  color: #469f7e;
  margin-right: 6px;
  font-size: 12px;
  }
  @media (prefers-color-scheme: dark) {
  .date-publish {
  color: rgba(255, 255, 255, 0.6);
  }
  }
  .date-publish-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  }
  .date-publish-container i {
  color: #469f7e;
  }
  @media (prefers-color-scheme: dark) {
  .date-publish-container {
  color: rgba(255, 255, 255, 0.6);
  }
  }
  .date-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(70, 159, 126, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 4px;
  font-size: 13px;
  transition: all 0.2s ease;
  }
  .date-badge:hover {
  background: rgba(70, 159, 126, 0.15);
  }
  .date-badge i {
  color: #469f7e;
  margin-right: 6px;
  font-size: 12px;
  }
  .date-content {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  }
  .date-day {
  font-weight: 600;
  color: #469f7e;
  }
  .date-month {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  }
  .date-year {
  color: rgba(0, 0, 0, 0.4);
  }
  @media (prefers-color-scheme: dark) {
  .date-badge {
  background: rgba(70, 159, 126, 0.15);
  }
  .date-month {
  color: rgba(255, 255, 255, 0.6);
  }
  .date-year {
  color: rgba(255, 255, 255, 0.4);
  }
  }
  .videocontainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  }
  .videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  }
  .top-video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  }
  .youtube-placeholder {
  position: relative;
  cursor: pointer;
  }
  .youtube-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  }
  .youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 52px;
  background: #F54900;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 5px #FFFFFF80;
  box-shadow: 0px 0px 0px 5px #313135B8;
  z-index: 2;
  }
  .youtube-play-button:hover {
  background: #e03d00;
  transform: translate(-50%, -50%) scale(1.1);
  }
  .youtube-play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .article-container h1 {
  font-family: Sora;
  font-weight: 700;
  margin-top: 16px;
  font-size: 40px;
  line-height: 46px;
  color: var(--gray-950);
  }
  .newsletter-bar-title {
  font-family: Sora;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--gray-950);
  }
  .newsletter-bar-subtitle {
  font-family: Sora;
  font-weight: 300;
  font-size: 15px;
  color: var(--gray-950);
  margin-top: 5px;
  }
  .article-container p {
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--gray-700);
  }
  .excerpt-heading {
  font-family: Sora;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 25px!important;
  color: var(--gray-700)!important;
  margin-top: 25px!important;
  }
  .article-card-author {
  margin-top: 16px;
  font-family: Sora;
  font-weight: 200;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  }
  .article-card-author {
  display: flex;
  align-items: center;
  gap: 8px;
  }
  .article-card-author .bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--gray-200);
  border-radius: 50%;
  flex-shrink: 0;
  }
  .content-article img {
  max-width: 682px;
  height: auto;
  border-radius: 20px;
  display: block;
  }
  .wp-caption {
  width: 682px!important;
  }
@media(max-width: 1032px) {
	.wp-caption {
  width: 90vw!important;
  }
}
  .content-article .wp-caption img {
  max-width: 682px;
  min-height: 50px;
  opacity: 1;
  margin-top: 0px;
  border-radius: unset!important;
  border-top-left-radius: 20px!important;
  border-top-right-radius: 20px!important;
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  background-color: var(--gray-050);
  }
  .content-article .wp-caption-text {
  width: 682px;
  height: fit-content;
  box-sizing: border-box;
  padding: 12px 20px 16px 20px;
  background-color: var(--gray-050);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 1;
  margin-top: 0px;
  }
.single-page-content img {
    width: 1032px !important;
    margin: unset !important;
    max-width: unset !important;
}
  .single-page-content iframe {
      width: 1032px !important;
    aspect-ratio: 16 / 9;
    height: calc(1032px * 0.5625) !important;
    display: block !important;
    border-radius: 20px !important;
    max-width: 100% !important;
  }
  .article-layout {
  display: flex;
  align-items: flex-start;
  overflow-x: visible !important;
  overflow-y: visible !important;
  }
  .article-container {
  flex: 1;
  min-width: 0;
  }
  .sommaire-outer {
  overflow: hidden;
  }
  .sommaire-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  }
  .floating-sommaire {
  width: 328px;
  margin-left: 24px;
  position: sticky;
  top: 100px;
  margin-top: 32px;
  padding-bottom: 16px;
  }
  #sommaire {
  height: auto;
  background: var(--orange-050);
  border-radius: 20px;
  padding: 16px;
  margin-left: 40px;
  }
  #sommaire h3 {
  margin-top: 0;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-950);
  }
  .sommaire-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  }
  .sommaire-list li {
  margin-bottom: 8px;
  }
  .sommaire-list a {
  font-family: Sora;
  font-size: 16px;
  font-weight: 400;
  color: var(--orange-600);
  text-decoration: none;
  transition: color 0.2s ease;
  }
  .article-layout {
  min-height: fit-content;
  }
  html, body {
  margin: 0;
  padding: 0;
  }
  .similar-posts {
  margin: 0 auto;
  height: fit-content;
  width: 100%;
  background-color: var(--gray-050);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
  padding-bottom: 80px;
  }
  .similar-posts-title {
  margin-top: 80px;
  text-align: center;
  width: 100%;
  font-family: Sora;
  font-size: 32px;
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: -5px;
  }
  .mobile-sommaire-accordion {
  display: none;
  }
  .mobile-sommaire-accordion svg {
  margin-top: 5px;
  }
  .mobile-sommaire-content {
  display: none;
  }
  @media (max-width: 1032px) {
  .article-layout {
  display: block;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  }
  .article-container {
  width: 90vw;
  max-width: 90vw;
  margin: 0 auto;
  min-width: 0;
  box-sizing: border-box;
  display: block;
  }
  .floating-sommaire {
  position: static;
  width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-top: 32px;
  padding-bottom: 16px;
  box-sizing: border-box;
  }
  .sommaire-outer, .sommaire-scroll {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  .content-article img {
  max-width: 90vw;
  }
  .content-article .wp-caption img {
  max-width: 90vw;
  }
  .content-article iframe {
  max-width: 90vw;
  }
  .videocontainer {
  max-width: 90vw;
  width: unset!important;
  margin: 0 auto;
  }
  
  .content-article .wp-caption-text {
  width: 90vw;
  }
  .mobile-sommaire-accordion {
  display: flex;
  width: 90vw;
  height: 56px;
  border-radius: 20px;
  opacity: 1;
  gap: 8px;
  padding: 16px;
  background: var(--orange-050, #FFF6EC);
  align-items: center;
  margin: 24px auto 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  color: var(--orange-600);
  transition: background 0.2s;
  }
  .mobile-sommaire-accordion.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  }
  .mobile-sommaire-content {
  display: none;
  width: 90vw;
  margin-top: -10px!important;
  background: var(--orange-050, #FFF6EC);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 auto 16px auto;
  box-sizing: border-box;
  padding: 0 16px 16px 16px;
  font-family: Sora;
  font-size: 15px;
  color: var(--gray-700);
  }
  .mobile-sommaire-accordion.open + .mobile-sommaire-content {
  display: block;
  }
  .floating-sommaire {
  display: none !important;
  }
  .similar-posts .liste-articles-home {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 16px !important;
  max-width: 90vw !important;
  width: 90vw !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
  scrollbar-width: thin;
  -ms-overflow-style: auto;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  }
  .liste-articles-home::-webkit-scrollbar {
  display: none;
  }
  .similar-posts-title {
  margin-bottom: 20px!important;
  }
  .similar-posts .liste-articles-home > * {
  min-width: 80vw !important;
  max-width: 80vw !important;
  width: 80vw !important;
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  margin-left: 0 !important;
  }
  .liste-articles-home > *:first-child {
  margin-left: 0 !important;
  }
  }
  @media (min-width: 1032px) {
  .mobile-sommaire-accordion, .mobile-sommaire-content {
  display: none !important;
  }
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .about-header-img {
  max-height: 581px;
  width: 1032px;
  object-fit: cover;
  border-radius: 20px;
  }
  @media (min-width: 1032px) {
  .content-single {
  width: 680px!important;
  margin: 0 auto;
  }
  }
  @media (max-width: 1031px) {
  #content {
  width: 90vw;
  }
  .about-header-img {
  width: 90vw;
  }
  .content-single {
  width: 90vw!important;
  margin: 0 auto;
  }
  }
  .mailing {
  width: 680px;
  }
  .mailing h1 {
  font-family: Sora;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 46px;
  color: var(--monsoon-950)
  }
  .mailing p {
  margin-top: 24px;
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  margin-bottom: 80px!important;
  }
  .newsletter-form form {
  all: unset;
  display: contents;
  }
  *, *::before, *::after {
  box-sizing: border-box;
  }
  .date-publish {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  }
  .date-publish i {
  color: #469f7e;
  margin-right: 6px;
  font-size: 12px;
  }
  @media (prefers-color-scheme: dark) {
  .date-publish {
  color: rgba(255, 255, 255, 0.6);
  }
  }
  .date-publish-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  }
  .date-publish-container i {
  color: #469f7e;
  }
  @media (prefers-color-scheme: dark) {
  .date-publish-container {
  color: rgba(255, 255, 255, 0.6);
  }
  }
  .date-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(70, 159, 126, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 4px;
  font-size: 13px;
  transition: all 0.2s ease;
  }
  .date-badge:hover {
  background: rgba(70, 159, 126, 0.15);
  }
  .date-badge i {
  color: #469f7e;
  margin-right: 6px;
  font-size: 12px;
  }
  .date-content {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  }
  .date-day {
  font-weight: 600;
  color: #469f7e;
  }
  .date-month {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  }
  .date-year {
  color: rgba(0, 0, 0, 0.4);
  }
  @media (prefers-color-scheme: dark) {
  .date-badge {
  background: rgba(70, 159, 126, 0.15);
  }
  .date-month {
  color: rgba(255, 255, 255, 0.6);
  }
  .date-year {
  color: rgba(255, 255, 255, 0.4);
  }
  }
  .videocontainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  }
  .videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  }
  .top-video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  }
  .youtube-placeholder {
  position: relative;
  cursor: pointer;
  }
  .youtube-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  }
  .youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 52px;
  background: #F54900;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
  }
  .youtube-play-button:hover {
  background: #e03d00;
  transform: translate(-50%, -50%) scale(1.1);
  }
  .youtube-play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
  }
  #content {
  max-width: 1032px;
  margin: 0 auto;
  }
  .article-container h1 {
  font-family: Sora;
  font-weight: 700;
  margin-top: 16px;
  font-size: 40px;
  line-height: 46px;
  color: var(--gray-950);
  }
  .article-container h2 {
  font-family: Sora;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  color: var(--gray-950);
  }
  .content-article h2 {
  margin-top: 16px;
  }
  .content-article h2:first-child {
  margin-top: 0;
  }
  .content-article h2 + p {
  margin-top: 16px;
  }
  .content-article p + h2 {
  margin-top: 16px;
  }
  .article-container p {
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--gray-700);
  }
  .article-container ul li {
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--gray-700);
  }
  .article-container ol li {
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--gray-700);
  }
  .content-article h2 + p {
  margin-top: 16px;
  }
  .excerpt-heading {
  font-family: Sora;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 25px!important;
  color: var(--gray-700)!important;
  }
  .article-card-author {
  margin-top: 16px;
  font-family: Sora;
  font-weight: 200;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-700);
  margin-bottom: 24px;
  }
  .article-card-author {
  display: flex;
  align-items: center;
  gap: 8px;
  }
  .article-card-author .bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--gray-200);
  border-radius: 50%;
  flex-shrink: 0;
  }
  .content-article img {
  max-width: 682px;
  height: auto;
  border-radius: 20px;
  display: block;
  }
  .content-article .wp-caption img {
  max-width: 682px;
  min-height: 50px;
  opacity: 1;
  margin-top: 0px;
  border-radius: unset!important;
  border-top-left-radius: 20px!important;
  border-top-right-radius: 20px!important;
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  background-color: var(--gray-050);
  }
  .content-article .wp-caption-text {
  width: 682px;
  height: fit-content;
  box-sizing: border-box;
  padding: 12px 20px 16px 20px;
  background-color: var(--gray-050);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 1;
  margin-top: 0px;
  font-size: 14px;
  }
  .content-article iframe {
  width: 682px;
  height: 383px;
  max-width: 682px;
  border-radius: 20px;
  display: block;
  }
  .article-layout {
  display: flex;
  align-items: flex-start;
  overflow-x: visible !important;
  overflow-y: visible !important;
  }
  .article-container {
  flex: 1;
  min-width: 0;
  }
  .sommaire-outer {
  overflow: hidden;
  }
  .sommaire-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  }
  .floating-sommaire {
  width: 328px;
  margin-left: 24px;
  position: sticky;
  top: 100px;
  margin-top: 32px;
  padding-bottom: 16px;
  }
  #sommaire {
  height: auto;
  background: var(--orange-050);
  border-radius: 20px;
  padding: 16px;
  margin-left: 40px;
  }
  #sommaire h3 {
  margin-top: 0;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-950);
  }
  .sommaire-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  }
  .sommaire-list li {
  margin-bottom: 8px;
  }
  .sommaire-list a {
  font-family: Sora;
  font-size: 16px;
  font-weight: 400;
  color: var(--orange-600);
  text-decoration: none;
  transition: color 0.2s ease;
  }
  .article-layout {
  min-height: fit-content;
  }
  html, body {
  margin: 0;
  padding: 0;
  }
  .similar-posts {
  margin: 0 auto;
  height: fit-content;
  width: 100%;
  background-color: var(--gray-050);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
  padding-bottom: 80px;
  }
  .similar-posts-title {
  margin-top: 80px;
  text-align: center;
  width: 100%;
  font-family: Sora;
  font-size: 32px;
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: -5px;
  }
  .mobile-sommaire-accordion {
  display: none;
  }
  .mobile-sommaire-accordion svg {
  margin-top: 5px;
  }
  .mobile-sommaire-content {
  display: none;
  }
  @media (max-width: 1032px) {
  .article-layout {
  display: block;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  }
  .article-container {
  width: 90vw;
  max-width: 90vw;
  margin: 0 auto;
  min-width: 0;
  box-sizing: border-box;
  display: block;
  }
  .floating-sommaire {
  position: static;
  width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-top: 32px;
  padding-bottom: 16px;
  box-sizing: border-box;
  }
  .sommaire-outer, .sommaire-scroll {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  .content-article img {
  max-width: 90vw;
  }
  .content-article .wp-caption img {
  max-width: 90vw;
  }
  .content-article iframe {
  max-width: 90vw;
  }
  .videocontainer {
  max-width: 90vw;
  width: unset!important;
  margin: 0 auto;
  }

  .content-article .wp-caption-text {
  width: 90vw;
  }
  .mobile-sommaire-accordion {
  display: flex;
  width: 90vw;
  height: 56px;
  border-radius: 20px;
  opacity: 1;
  gap: 8px;
  padding: 16px;
  background: var(--orange-050, #FFF6EC);
  align-items: center;
  margin: 24px auto 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  color: var(--orange-600);
  transition: background 0.2s;
  }
  .mobile-sommaire-accordion.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  }
  .mobile-sommaire-content {
  display: none;
  width: 90vw;
  margin-top: -10px!important;
  background: var(--orange-050, #FFF6EC);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 auto 16px auto;
  box-sizing: border-box;
  padding: 0 16px 16px 16px;
  font-family: Sora;
  font-size: 15px;
  color: var(--gray-700);
  }
  .mobile-sommaire-accordion.open + .mobile-sommaire-content {
  display: block;
  }
  .floating-sommaire {
  display: none !important;
  }
  .similar-posts .liste-articles-home {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 16px !important;
  max-width: 90vw !important;
  width: 90vw !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
  scrollbar-width: thin;
  -ms-overflow-style: auto;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  }
  .liste-articles-home::-webkit-scrollbar {
  display: none;
  }
  .similar-posts-title {
  margin-bottom: 20px!important;
  }
  .similar-posts .liste-articles-home > * {
  min-width: 80vw !important;
  max-width: 80vw !important;
  width: 80vw !important;
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  margin-left: 0 !important;
  }
  .liste-articles-home > *:first-child {
  margin-left: 0 !important;
  }
  }
  @media (min-width: 1032px) {
  .mobile-sommaire-accordion, .mobile-sommaire-content {
  display: none !important;
  }
  }
  .promo-banner {
  width: 680px;
  height: 64px;
  max-width: 100%;
  background-color: #FFF3E0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: "Sora", sans-serif;
  }
  .promo-banner i {
  font-size: 32px !important;
  width: 32px;
  height: 32px;
  color: var(--orange-600) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .promo-banner svg {
  width: 32px !important;
  height: 32px;
  color: var(--orange-600) !important;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  }
  .promo-banner .promo-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  }
  .promo-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  }
  .promo-text {
  font-family: Sora;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 25px!important;
  color: var(--orange-600)!important;
  }

.grecaptcha-badge {
	display: none!important;
}