/* General */
body {
  background-color: white;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35em;
  color: black;
}

/* Container widths */
.td-container,
.tdc-row,
.tdc-row-composer,
.article-main-container {
  width: 1150px;
  max-width: 100%;
}
.td-main-content-wrap > .td-container {
  padding: 0 4vw;
}

/* Hero section */
.hero-section {
  background-color: #f8f7eb;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  gap: 60px;
  position: relative;
}
.hero-section .hero-text-content {
  flex: 1;
  width: 45%;
  position: relative;
  z-index: 10;
}
.hero-section .hero-text-content::before {
  content: '';
  position: absolute;
  top: -68px;
  left: -20px;
  width: 48px;
  height: 48px;
  background-image: url('/staging-250908/wp-content/uploads/2025/10/flower.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-section .hero-text-content::after {
  content: '';
  position: absolute;
  bottom: -72px;
  left: 20px;
  width: 100px;
  height: 60px;
  background-image: url('/staging-250908/wp-content/uploads/2025/10/picto-fleche.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
.hero-section .hero-image-wrapper {
  flex: 1;
  width: 55%;
  position: relative;
  z-index: 3;
}
.hero-section .hero-image-wrapper img {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 36px;
  object-fit: cover;
}
.hero-page-title {
  font-family: 'Obviously-Black';
  font-size: 3.2rem;
  line-height: 1.1;
  margin-top: -12px;
  margin-bottom: 8px;
  color: #eb5c23;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
.td-module-meta-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #666;
}
.td-post-author-name {
  display: flex;
  align-items: center;
}
.td-post-author-name a {
  font-family: 'Lexend';
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
}
.td-post-author-name a:hover {
  text-decoration: underline;
  color: #eb5c23;
}
.td-author-line {
  margin: 0 4px;
  color: #999;
}
.td-post-date {
  font-family: 'Lexend';
  color: #999;
  font-size: 11px;
}

/* Deals section */
.deals {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px;
  max-width: 1060px;
  margin: 0 auto;
}
.deals * {
  font-family: 'Lexend';
}
.deals .deals-title {
  font-weight: bold;
  color: #eb5c23;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  align-self: flex-start;
}
.deals .deals-buttons {
  display: flex;
  gap: clamp(16px, 4vw, 60px);
  flex-wrap: wrap;
  justify-content: center;
}
.deals a.deals-button {
  background-color: #eb5c23;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 0;
  width: 200px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.deals a.deals-button:hover {
  background-color: #f6b9d5;
}
.deals a.deals-button h3 {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1em !important;
  color: white !important;
}

/* Main content wrapper */
.td-main-content-wrap {
  background-color: white;
  padding: 0 0 60px 0;
}
div.td-pb-span12.td-main-content {
  margin: 0 auto;
  float: none !important;
  border-top: 0;
  margin-top: 10px;
  margin-bottom: 90px;
  padding-bottom: 60px;
  background-color: #fff;
}
.td-ss-main-content {
  width: 100% !important;
  margin: 0 auto;
}

/* Intro paragraph */
.td-post-content .intro {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.35em !important;
  margin: 20px 0 70px 0 !important;
}

/* Table of contents */
body article.post .td-post-header .td-post-content div#ez-toc-container {
  background: none;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 180px !important;
  position: relative;
}
.td-post-content div#ez-toc-container nav ul li a {
  font-family: 'Lexend' !important;
  font-size: 16px !important;
  line-height: 1.6em !important;
  color: black !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.td-post-content div#ez-toc-container nav ul li a::before {
  background: none !important;
  color: #eb5c23 !important;
  font-family: 'Obviously-Black' !important;
  font-size: 30px !important;
  line-height: 0;
  margin: 0;
  top: 50%;
  text-align: right !important;
}
.td-post-content div#ez-toc-container nav ul li a:hover {
  background-color: #ffd274 !important;
  color: white !important;
}
.td-post-content div#ez-toc-container::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50vw);
  background-image: url('/staging-250908/wp-content/uploads/2025/10/Wave.svg');
  background-size: contain;
  background-repeat: repeat-x;
  width: 70vw;
  height: 24px;
  z-index: 1;
}

/* Hidden elements */
.td-post-title,
.td-post-featured-image,
.td-ss-main-content .deals {
  display: none;
}
.td-category {
  display: none;
}

/* Post content */
.td-post-content {
  width: 850px;
  margin: 0 auto;
  color: black !important;
}
.td-post-content p,
.td-post-content li {
  font-family: 'Lexend', sans-serif !important;
  font-weight: 300;
  line-height: 1.35em !important;
  color: black !important;
}
.td-main-content-wrap .td-post-content p strong,
.td-main-content-wrap .td-post-content li strong {
  font-weight: 500 !important;
}
.td-post-content p a:link,
.td-post-content p a:visited {
  color: inherit !important;
  font-weight: inherit !important;
  border-bottom: none !important;
  text-decoration: solid underline #ffd274 4px !important;
  text-decoration-skip-ink: none;
  text-underline-offset: 0;
}
.td-post-content p a:hover {
  background-color: #ffd274 !important;
}

/* Headings */
h1, h2 {
  font-family: 'Obviously-Black' !important;
  color: #eb5c23 !important;
}
h2 {
  font-size: 34px !important;
  line-height: 40px !important;
}
.td-post-content h2 {
  margin-top: 70px !important;
}
h3, h4, h5, h6 {
  font-family: 'Lexend' !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #111 !important;
}
h3 {
  font-size: 22px !important;
  line-height: 30px !important;
}
h4 {
  font-size: 19px !important;
}

/* Buttons */
.wp-block-button a.wp-block-button__link {
  text-transform: uppercase;
  font-family: 'Lexend' !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 0.6em 3em !important;
  border-radius: 1000px !important;
  box-shadow: none;
  transition: all ease-in-out 0.1s;
}
.wp-block-button:not(.is-style-fill) a.wp-block-button__link {
  background: none !important;
  color: #eb5c23 !important;
  border: 2px solid #eb5c23;
}
.wp-block-button:not(.is-style-fill) a.wp-block-button__link:hover {
  background: #eb5c23 !important;
  color: white !important;
}
.wp-block-button.is-style-fill a.wp-block-button__link {
  background: #eb5c23 !important;
  color: white !important;
  border: 2px solid white;
}
.wp-block-button.is-style-fill a.wp-block-button__link:hover {
  background: white !important;
  color: #eb5c23 !important;
}

/* Images */
.td-ss-main-content figure.wp-block-image img:not(table img) {
  border-radius: 24px;
}
.force-body-width-image {
  width: 1150px !important;
  margin-left: -175px !important;
}

/* Related posts */
div.td-pb-span12.td-main-content .td_block_related_posts {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
div.td-pb-span12.td-main-content .td_block_related_posts .td-related-title .td-cur-simple-item,
div.td-pb-span12.td-main-content .block-title > span {
  background-color: #eb5c23 !important;
}
div.td-pb-span12.td-main-content .td_block_related_posts .td-related-title,
div.td-pb-span12.td-main-content .block-title {
  border-color: #eb5c23 !important;
}
.td_block_related_posts .entry-title a {
  font-size: 18px !important;
  line-height: 15px;
}
.td_block_related_posts .td-module-thumb a img {
  border-radius: 8px !important;
}
.td-related-title > .td-related-right {
  display: none !important;
}

/* Sharing */
.td-post-sharing {
  padding-top: 20px;
}

/* Legacy override */
body.single-post .wp-block-uagb-section.force-body-width {
  width: 850px !important;
  margin: 0 auto !important;
}

/* RESPONSIVE */

/* Hero */
@media (max-width: 1024px) {
  .hero-page-title { font-size: 2.8rem; }
  .hero-section .hero-content-wrapper { padding: 40px 30px 30px 30px; gap: 40px; }
  body article.post .td-post-header .td-post-content div#ez-toc-container {
      margin-bottom: 140px !important;
  }
  body article.post .td-post-header .td-post-content div#ez-toc-container:after {
      left: 12%;
      transform: translateX(-50vw) scale(2);
  }
}
@media (max-width: 768px) {
  .hero-section .hero-content-wrapper { flex-direction: column; gap: 30px; padding: 40px 20px 20px 20px; }
  .hero-section .hero-text-content,
  .hero-section .hero-image-wrapper { width: 100%; }
  .hero-page-title { font-size: 2.2rem; }
}

/* Below 1150px */
@media screen and (max-width: 1150px) {
  .td-post-content { width: 95% !important; }
  .force-body-width-image { width: 100% !important; margin-left: 0 !important; }
}

/* Above 1151px */
@media only screen and (min-width: 1151px) {
  .force-full-width { width: 1150px !important; border-radius: 15px !important; margin-left: -150px !important; }
}

/* Below 767px */
@media screen and (max-width: 767px) {
  .td-container { padding-left: 0 !important; padding-right: 0 !important; }
  .td-main-content-wrap { padding-bottom: 0 !important; }
  .td-post-content img { border-radius: 10px; }
}

/* Mobile — below 750px */
@media only screen and (max-width: 750px) {
  div.td-pb-span12.td-main-content {
    width: 100% !important;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .td-ss-main-content,
  .entry-crumbs { width: 95% !important; }
  .td-container { width: 100% !important; padding-left: 0; padding-right: 0; }
  .td-post-sharing { padding-top: 0; }
  .single .comments { margin-bottom: 0; }
  div.td-pb-span12.td-main-content .td_block_related_posts { width: 100%; }
}

/* Below 562px */
@media only screen and (max-width: 562px) {
  .force-body-width-image { margin: 0 !important; width: 100% !important; }
}