/* =========================================================
   MERTI HOME — RESPONSIVE COMPLET
   Ordinateurs, tablettes et téléphones
========================================================= */


/* =========================================================
   TRÈS GRANDS ÉCRANS
   1600px et plus
========================================================= */

@media (min-width: 1600px) {

  :root {
    --container: 1500px;
  }

  .home-hero,
  .hero-inner {
    min-height: 680px;
  }

  .hero-copy {
    width: 500px;
  }

  .hero-title {
    font-size: 72px;
  }

  .category-image {
    height: 215px;
  }

  .product-image {
    height: 175px;
  }

}


/* =========================================================
   ORDINATEURS PORTABLES
   Jusqu’à 1450px
========================================================= */

@media (max-width: 1450px) {

  :root {
    --container: 1320px;
    --header-height: 86px;
  }

  .site-container {
    width: min(calc(100% - 40px), var(--container));
  }

  .brand-logo {
    width: 185px;
  }

  .nav-link {
    padding-inline: 13px;
    font-size: 16px;
  }

  .nav-link::after {
    right: 13px;
    left: 13px;
  }

  .header-btn {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .home-hero,
  .hero-inner {
    min-height: 610px;
  }

  .hero-copy {
    width: 430px;
  }

  .hero-title {
    font-size: 61px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-feature h2 {
    font-size: 18px;
  }

  .hero-feature p {
    font-size: 13px;
  }

  .hero-red-lines {
    left: 33%;
  }

  .category-image {
    height: 180px;
  }

  .category-bottom {
    grid-template-columns: 43px 1fr 21px;
    gap: 10px;
    min-height: 88px;
    padding: 12px;
  }

  .category-icon {
    width: 40px;
    height: 45px;
    font-size: 21px;
  }

  .category-text h2 {
    font-size: 22px;
  }

  .category-text p {
    font-size: 14px;
  }

  .product-image {
    height: 150px;
  }

  .product-body h3 {
    font-size: 19px;
  }

  .product-body p {
    font-size: 14px;
  }

  .product-price {
    font-size: 15px;
  }

  .process-card {
    min-height: 215px;
    padding-inline: 12px;
  }

  .process-card h3 {
    font-size: 20px;
  }

  .process-card p {
    font-size: 14px;
  }

  .advantage-item {
    gap: 12px;
    padding-inline: 14px;
  }

  .advantage-icon {
    width: 46px;
    font-size: 37px;
  }

  .advantage-item h3 {
    font-size: 16.5px;
  }

  .advantage-item p {
    font-size: 13.5px;
  }

  .whatsapp-banner {
    gap: 24px;
    padding-inline: 28px;
  }

  .footer-main {
    gap: 35px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  :root {
    --container: 1160px;
  }

  .desktop-nav {
    gap: 0;
  }

  .nav-link {
    padding-inline: 10px;
    font-size: 15px;
  }

  .nav-link::after {
    right: 10px;
    left: 10px;
  }

  .header-actions {
    gap: 9px;
  }

  .header-btn {
    padding-inline: 14px;
    font-size: 15px;
  }

  .brand-logo {
    width: 168px;
  }

  .hero-copy {
    width: 400px;
  }

  .hero-title {
    font-size: 57px;
  }

  .hero-red-lines {
    left: 31%;
  }

  .category-grid {
    gap: 11px;
  }

  .category-image {
    height: 165px;
  }

  .category-bottom {
    grid-template-columns: 39px 1fr 18px;
    gap: 8px;
    min-height: 84px;
    padding: 11px 10px;
  }

  .category-icon {
    width: 37px;
    height: 42px;
    font-size: 19px;
  }

  .category-text h2 {
    font-size: 20px;
  }

  .category-text p {
    font-size: 13px;
  }

  .products-grid {
    gap: 10px;
  }

  .product-image {
    height: 137px;
  }

  .product-body {
    padding: 11px;
  }

  .product-body h3 {
    font-size: 18px;
  }

  .product-body p {
    min-height: 41px;
    font-size: 13.5px;
  }

  .product-price {
    font-size: 14px;
  }

  .process-grid {
    grid-template-columns:
      minmax(0, 1fr)
      22px
      minmax(0, 1fr)
      22px
      minmax(0, 1fr)
      22px
      minmax(0, 1fr)
      22px
      minmax(0, 1fr);
  }

  .process-arrow {
    font-size: 21px;
  }

  .process-card {
    min-height: 210px;
    padding: 17px 9px 15px;
  }

  .process-number {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .process-icon {
    height: 62px;
    font-size: 43px;
  }

  .process-card h3 {
    font-size: 18px;
  }

  .process-card p {
    font-size: 13px;
  }

  .advantages-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .advantage-item {
    padding: 15px 10px;
  }

  .advantage-icon {
    width: 40px;
    font-size: 32px;
  }

  .advantage-item h3 {
    font-size: 15px;
  }

  .advantage-item p {
    font-size: 12px;
  }

  .whatsapp-banner {
    grid-template-columns: 0.9fr 1.15fr 1.2fr;
    gap: 18px;
    padding-inline: 24px;
  }

  .whatsapp-brand img {
    width: 165px;
  }

  .whatsapp-copy h2 {
    font-size: 22px;
  }

  .whatsapp-copy p {
    font-size: 13.5px;
  }

  .whatsapp-cta {
    min-height: 58px;
    padding-inline: 18px;
    font-size: 17px;
  }

  .footer-main {
    grid-template-columns: 1fr 0.75fr 0.8fr 1fr 1fr;
    gap: 26px;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES ET PETITS ORDINATEURS
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  :root {
    --header-height: 78px;
  }

  .site-container {
    width: min(calc(100% - 34px), 1040px);
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .brand-logo {
    width: 172px;
  }

  .home-hero,
  .hero-inner {
    min-height: 590px;
  }

  .hero-visual > img {
    object-position: 67% center;
  }

  .hero-dark-overlay {
    background:
      linear-gradient(
        90deg,
        #050505 0%,
        rgba(5, 5, 5, 0.98) 33%,
        rgba(5, 5, 5, 0.8) 48%,
        rgba(5, 5, 5, 0.18) 72%,
        rgba(5, 5, 5, 0.1) 100%
      );
  }

  .hero-copy {
    width: 420px;
  }

  .hero-title {
    font-size: 58px;
  }

  .hero-red-lines {
    left: 40%;
    opacity: 0.76;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .category-image {
    height: 230px;
  }

  .category-bottom {
    grid-template-columns: 46px 1fr 24px;
    min-height: 96px;
    padding: 14px;
  }

  .category-icon {
    width: 43px;
    height: 48px;
    font-size: 22px;
  }

  .category-text h2 {
    font-size: 24px;
  }

  .category-text p {
    font-size: 15px;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .product-image {
    height: 210px;
  }

  .product-body {
    padding: 14px;
  }

  .product-body h3 {
    font-size: 22px;
  }

  .product-body p {
    min-height: auto;
    font-size: 15px;
  }

  .product-price {
    margin-top: 12px;
    font-size: 16px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .process-card {
    min-height: 230px;
    padding: 22px 18px;
  }

  .process-card:last-of-type {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    margin-inline: auto;
  }

  .process-arrow {
    display: none;
  }

  .process-card h3 {
    font-size: 23px;
  }

  .process-card p {
    font-size: 15px;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage-item {
    min-height: 100px;
    padding: 18px 20px;
  }

  .advantage-item::after {
    display: none;
  }

  .advantage-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.45);
  }

  .advantage-item:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.45);
  }

  .advantage-item:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .advantage-icon {
    width: 50px;
    font-size: 39px;
  }

  .advantage-item h3 {
    font-size: 18px;
  }

  .advantage-item p {
    font-size: 14px;
  }

  .whatsapp-banner {
    grid-template-columns: 1fr 1.4fr;
    gap: 22px;
    min-height: 210px;
    padding: 28px;
  }

  .whatsapp-brand {
    grid-row: 1 / 3;
  }

  .whatsapp-cta {
    justify-self: stretch;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 55px;
    padding-top: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #252525;
  }

  .footer-brand img {
    margin-bottom: 0;
  }

  .footer-socials {
    padding-left: 0;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .site-container {
    width: min(calc(100% - 28px), 760px);
  }

  .section-heading {
    font-size: 28px;
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-visual {
    position: relative;
    height: 420px;
  }

  .hero-visual > img {
    object-position: 62% center;
  }

  .hero-dark-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 4, 4, 0.18) 0%,
        rgba(4, 4, 4, 0.1) 38%,
        rgba(4, 4, 4, 0.85) 82%,
        #050505 100%
      );
  }

  .hero-red-lines {
    top: 0;
    left: 50%;
    width: 170px;
    height: 420px;
    opacity: 0.7;
  }

  .hero-inner {
    min-height: auto;
    margin-top: -145px;
    padding-bottom: 38px;
  }

  .hero-copy {
    width: 100%;
    padding: 0;
  }

  .hero-title {
    max-width: 500px;
    font-size: 58px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-features {
    max-width: 590px;
  }

  .hero-cta-row {
    flex-wrap: wrap;
  }

  .category-image {
    height: 190px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-image {
    height: 230px;
  }

  .process-card:last-of-type {
    width: 100%;
  }

  .whatsapp-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .whatsapp-brand {
    grid-row: auto;
  }

  .whatsapp-brand img {
    margin-inline: auto;
  }

  .whatsapp-copy br,
  .whatsapp-brand br {
    display: none;
  }

  .whatsapp-cta {
    justify-self: center;
    min-width: 330px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  :root {
    --header-height: 70px;
  }

  .site-container {
    width: calc(100% - 24px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .brand-logo {
    width: 150px;
  }

  .mobile-toggle {
    width: 43px;
    height: 43px;
    padding: 9px;
  }

  .mobile-menu {
    top: var(--header-height);
    padding: 18px 16px 30px;
  }

  .mobile-menu a {
    min-height: 51px;
    padding-inline: 14px;
    font-size: 20px;
  }

  .hero-visual {
    height: 360px;
  }

  .hero-visual > img {
    object-position: 66% center;
  }

  .hero-red-lines {
    left: 54%;
    width: 130px;
    height: 360px;
  }

  .hero-inner {
    margin-top: -118px;
    padding-bottom: 30px;
  }

  .hero-title {
    margin-bottom: 16px;
    font-size: clamp(45px, 14vw, 56px);
    line-height: 0.9;
  }

  .hero-title-red {
    margin-top: 8px;
  }

  .hero-description {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-description br {
    display: none;
  }

  .hero-features {
    gap: 0;
    margin-bottom: 25px;
  }

  .hero-feature {
    min-height: 88px;
    padding-inline: 8px;
  }

  .hero-feature-icon {
    min-height: 40px;
    font-size: 31px;
  }

  .hero-feature h2 {
    font-size: 16px;
  }

  .hero-feature p {
    font-size: 11px;
    line-height: 1.15;
  }

  .hero-feature:not(:last-child)::after {
    top: 8px;
    height: 69px;
  }

  .hero-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .main-btn {
    width: 100%;
    min-height: 52px;
    font-size: 17px;
  }

  .home-categories {
    padding-top: 13px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-card {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 155px;
  }

  .category-image {
    height: 100%;
    min-height: 155px;
  }

  .category-bottom {
    grid-template-columns: 41px 1fr 17px;
    align-content: center;
    min-height: 155px;
    padding: 13px 11px;
  }

  .category-icon {
    width: 38px;
    height: 43px;
    font-size: 19px;
  }

  .category-text h2 {
    font-size: 20px;
  }

  .category-text p {
    font-size: 13px;
  }

  .category-text p br {
    display: none;
  }

  .section-heading-row {
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 14px;
    padding-bottom: 11px;
  }

  .section-heading {
    font-size: 24px;
  }

  .section-link {
    gap: 8px;
    font-size: 13px;
    text-align: right;
  }

  .products-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
  }

  .products-grid::-webkit-scrollbar {
    height: 5px;
  }

  .products-grid::-webkit-scrollbar-track {
    background: #161616;
    border-radius: 20px;
  }

  .products-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .product-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .product-image {
    height: 220px;
  }

  .product-body h3 {
    font-size: 21px;
  }

  .product-body p {
    font-size: 15px;
  }

  .product-price {
    font-size: 16px;
  }

  .home-process {
    padding-top: 10px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .process-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 54px 58px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 12px;
    padding: 17px;
    text-align: left;
  }

  .process-number {
    position: static;
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
  }

  .process-icon {
    grid-row: 1 / 3;
    width: 58px;
    height: auto;
    margin: 0;
    align-items: center;
    font-size: 37px;
  }

  .process-card h3 {
    align-self: end;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 1;
  }

  .process-card p {
    align-self: start;
    font-size: 13.5px;
  }

  .process-card h3 br,
  .process-card p br {
    display: none;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantage-item,
  .advantage-item:nth-child(odd),
  .advantage-item:nth-child(-n + 4),
  .advantage-item:last-child {
    grid-column: auto;
    justify-content: flex-start;
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.42);
  }

  .advantage-item:last-child {
    border-bottom: 0;
  }

  .advantage-icon {
    width: 44px;
    font-size: 34px;
  }

  .advantage-item h3 {
    font-size: 17px;
  }

  .advantage-item p {
    font-size: 13px;
  }

  .advantage-item h3 br,
  .advantage-item p br {
    display: none;
  }

  .whatsapp-banner {
    min-height: auto;
    gap: 22px;
    padding: 26px 18px;
  }

  .whatsapp-brand img {
    width: 175px;
  }

  .whatsapp-brand p {
    font-size: 12px;
  }

  .whatsapp-copy h2 {
    font-size: 23px;
  }

  .whatsapp-copy p {
    font-size: 14px;
  }

  .whatsapp-cta {
    width: 100%;
    min-width: 0;
    min-height: 57px;
    padding-inline: 15px;
    font-size: 17px;
  }

  .whatsapp-cta i {
    font-size: 26px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 27px;
  }

  .footer-brand {
    grid-column: auto;
    display: block;
    padding-bottom: 22px;
  }

  .footer-brand img {
    width: 190px;
    margin-bottom: 22px;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-column {
    padding-bottom: 22px;
    border-bottom: 1px solid #222222;
  }

  .footer-column:last-child {
    border-bottom: 0;
  }

  .footer-column h2 {
    margin-bottom: 12px;
    font-size: 19px;
  }

  .footer-column > a,
  .footer-column > p {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .footer-bottom {
    padding-block: 11px;
    text-align: center;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .site-container {
    width: calc(100% - 20px);
  }

  .brand-logo {
    width: 138px;
  }

  .hero-visual {
    height: 325px;
  }

  .hero-inner {
    margin-top: -103px;
  }

  .hero-title {
    font-size: clamp(40px, 13.5vw, 50px);
  }

  .hero-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-feature {
    padding-inline: 5px;
  }

  .hero-feature-icon {
    font-size: 27px;
  }

  .hero-feature h2 {
    font-size: 14px;
  }

  .hero-feature p {
    font-size: 9.5px;
  }

  .category-card {
    grid-template-columns: 39% 61%;
    min-height: 145px;
  }

  .category-image,
  .category-bottom {
    min-height: 145px;
  }

  .category-bottom {
    grid-template-columns: 35px 1fr 14px;
    gap: 7px;
    padding: 10px 8px;
  }

  .category-icon {
    width: 34px;
    height: 39px;
    font-size: 17px;
  }

  .category-text h2 {
    font-size: 18px;
  }

  .category-text p {
    font-size: 11.5px;
  }

  .category-arrow {
    font-size: 17px;
  }

  .section-heading {
    font-size: 21px;
  }

  .section-link {
    max-width: 125px;
    font-size: 11.5px;
  }

  .product-card {
    flex-basis: 86%;
  }

  .product-image {
    height: 205px;
  }

  .process-card {
    grid-template-columns: 42px 45px 1fr;
    gap: 0 9px;
    padding: 14px 11px;
  }

  .process-number {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .process-icon {
    width: 45px;
    font-size: 30px;
  }

  .process-card h3 {
    font-size: 17px;
  }

  .process-card p {
    font-size: 12.5px;
  }

  .advantage-item {
    gap: 12px;
    padding: 15px 14px;
  }

  .advantage-icon {
    width: 38px;
    font-size: 31px;
  }

  .advantage-item h3 {
    font-size: 15.5px;
  }

  .advantage-item p {
    font-size: 12px;
  }

  .whatsapp-copy h2 {
    font-size: 21px;
  }

  .whatsapp-cta {
    gap: 11px;
    font-size: 15px;
  }

}


/* =========================================================
   TRÈS PETITS ÉCRANS
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .brand-logo {
    width: 125px;
  }

  .mobile-toggle {
    width: 40px;
    height: 40px;
  }

  .hero-title {
    font-size: 39px;
  }

  .hero-features {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .hero-feature {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 10px;
    text-align: left;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
  }

  .hero-feature:not(:last-child)::after {
    display: none;
  }

  .hero-feature-icon {
    grid-row: 1 / 3;
    min-height: 0;
    justify-content: flex-start;
  }

  .hero-feature h2 {
    align-self: end;
  }

  .hero-feature p {
    align-self: start;
    margin-top: 2px;
  }

  .category-card {
    grid-template-columns: 1fr;
  }

  .category-image {
    height: 165px;
  }

  .category-bottom {
    min-height: 90px;
  }

  .product-card {
    flex-basis: 92%;
  }

  .process-card {
    grid-template-columns: 38px 1fr;
  }

  .process-icon {
    display: none;
  }

}
/* =========================================================
   PAGE CATALOGUE — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   ÉCRANS ENTRE 1280px ET 1450px
========================================================= */

@media (max-width: 1450px) {

  .catalogue-hero-inner {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 48px;
  }

  .catalogue-main-title {
    font-size: 64px;
  }

  .catalogue-hero-image {
    height: 405px;
  }

  .catalogue-filter-bar {
    grid-template-columns:
      1.4fr
      1fr
      0.95fr
      0.95fr
      0.9fr
      0.95fr;
    gap: 11px;
  }

  .catalogue-search input,
  .catalogue-select select {
    font-size: 12px;
  }

  .catalogue-main-category-image {
    height: 200px;
  }

  .catalogue-main-category-body {
    min-height: 205px;
    padding-inline: 13px;
  }

  .catalogue-main-category-body h3 {
    font-size: 20px;
  }

  .catalogue-main-category-body p {
    font-size: 13.5px;
  }

  .catalogue-featured-image {
    height: 215px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  .catalogue-hero,
  .catalogue-hero-inner {
    min-height: 520px;
  }

  .catalogue-hero-inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 37px;
  }

  .catalogue-main-title {
    font-size: 57px;
  }

  .catalogue-hero-description {
    font-size: 15px;
  }

  .catalogue-hero-benefits {
    gap: 4px;
  }

  .catalogue-benefit-icon {
    font-size: 31px;
  }

  .catalogue-hero-benefit h2 {
    font-size: 16px;
  }

  .catalogue-hero-benefit p {
    font-size: 12px;
  }

  .catalogue-hero-image {
    height: 375px;
    border-radius: 25px;
  }

  .catalogue-filter-bar {
    grid-template-columns:
      1.35fr
      1fr
      1fr;
  }

  .catalogue-filter-submit {
    grid-column: 3;
  }

  .catalogue-category-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .catalogue-tab:nth-child(4) {
    border-right: 0;
  }

  .catalogue-tab:nth-child(-n + 4) {
    border-bottom: 1px solid #343434;
  }

  .catalogue-tab:last-child {
    grid-column: span 2;
  }

  .catalogue-main-category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .catalogue-main-category-image {
    height: 245px;
  }

  .catalogue-main-category-body {
    min-height: 190px;
  }

  .catalogue-featured-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .catalogue-featured-image {
    height: 200px;
  }

  .catalogue-help-request {
    padding-inline: 30px;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES ET PETITS ORDINATEURS
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  .catalogue-hero {
    min-height: auto;
  }

  .catalogue-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 32px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .catalogue-hero-content {
    max-width: 730px;
  }

  .catalogue-main-title {
    font-size: 66px;
  }

  .catalogue-hero-description {
    max-width: 620px;
  }

  .catalogue-hero-benefits {
    max-width: 680px;
  }

  .catalogue-hero-image {
    width: 100%;
    height: 440px;
  }

  .catalogue-filter-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogue-filter-submit {
    grid-column: auto;
  }

  .catalogue-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalogue-tab {
    border-bottom: 1px solid #343434;
  }

  .catalogue-tab:nth-child(3n) {
    border-right: 0;
  }

  .catalogue-tab:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .catalogue-tab:last-child {
    grid-column: auto;
  }

  .catalogue-main-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalogue-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogue-featured-image {
    height: 290px;
  }

  .catalogue-help-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-help-card {
    min-height: 205px;
  }

  .catalogue-help-phone {
    width: 220px;
    flex-basis: 220px;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .catalogue-hero-inner {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .catalogue-main-title {
    font-size: 57px;
  }

  .catalogue-hero-image {
    height: 380px;
  }

  .catalogue-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .catalogue-search {
    grid-column: 1 / -1;
  }

  .catalogue-filter-submit {
    grid-column: 1 / -1;
  }

  .catalogue-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #151515;
    -webkit-overflow-scrolling: touch;
  }

  .catalogue-category-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .catalogue-category-tabs::-webkit-scrollbar-track {
    background: #151515;
  }

  .catalogue-category-tabs::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .catalogue-tab {
    flex: 0 0 31%;
    min-height: 135px;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .catalogue-main-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogue-main-category-image {
    height: 260px;
  }

  .catalogue-featured-image {
    height: 250px;
  }

  .catalogue-help-request {
    gap: 25px;
    padding-inline: 30px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  .catalogue-hero-inner {
    gap: 26px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .catalogue-breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .catalogue-main-title {
    margin-bottom: 17px;
    font-size: clamp(43px, 13vw, 56px);
  }

  .catalogue-main-title strong {
    margin-top: 7px;
  }

  .catalogue-hero-description {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.55;
  }

  .catalogue-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .catalogue-hero-benefit {
    padding: 13px 7px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(10, 10, 10, 0.62);
  }

  .catalogue-benefit-icon {
    min-height: 40px;
    margin-bottom: 7px;
    font-size: 29px;
  }

  .catalogue-hero-benefit h2 {
    font-size: 16px;
  }

  .catalogue-hero-benefit p {
    font-size: 12px;
  }

  .catalogue-hero-image {
    height: 280px;
    border-width: 2px;
    border-radius: 18px;
  }

  .catalogue-filters-section {
    padding-top: 17px;
  }

  .catalogue-filter-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .catalogue-search,
  .catalogue-filter-submit {
    grid-column: auto;
  }

  .catalogue-search input,
  .catalogue-select select,
  .catalogue-filter-submit {
    height: 50px;
  }

  .catalogue-tab {
    flex-basis: 44%;
    min-height: 125px;
  }

  .catalogue-tab-icon {
    min-height: 45px;
    font-size: 32px;
  }

  .catalogue-tab strong {
    font-size: 14px;
  }

  .catalogue-tab small {
    font-size: 12px;
  }

  .catalogue-section-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .catalogue-main-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalogue-main-category-card {
    display: grid;
    grid-template-columns: 44% 56%;
  }

  .catalogue-main-category-image {
    height: 100%;
    min-height: 210px;
  }

  .catalogue-main-category-body {
    min-height: 210px;
    padding: 14px 12px;
  }

  .catalogue-main-category-body h3 {
    font-size: 19px;
  }

  .catalogue-main-category-body p {
    font-size: 13px;
  }

  .catalogue-main-category-body a {
    min-height: 39px;
    font-size: 14px;
  }

  .catalogue-featured-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 9px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #151515;
    -webkit-overflow-scrolling: touch;
  }

  .catalogue-featured-grid::-webkit-scrollbar {
    height: 5px;
  }

  .catalogue-featured-grid::-webkit-scrollbar-track {
    background: #151515;
  }

  .catalogue-featured-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .catalogue-featured-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .catalogue-featured-image {
    height: 245px;
  }

  .catalogue-help-card {
    min-height: auto;
  }

  .catalogue-help-whatsapp {
    display: grid;
    grid-template-columns: 120px 1fr;
    padding-right: 16px;
  }

  .catalogue-help-phone {
    width: 120px;
    flex-basis: 120px;
  }

  .catalogue-help-content {
    padding: 21px 0;
  }

  .catalogue-help-content h2 {
    font-size: 22px;
  }

  .catalogue-help-content p {
    font-size: 13px;
  }

  .catalogue-help-content a {
    padding-inline: 14px;
    font-size: 13px;
  }

  .catalogue-help-request {
    align-items: flex-start;
    gap: 17px;
    padding: 23px 18px;
  }

  .catalogue-help-request-icon {
    width: 52px;
    padding-top: 3px;
    font-size: 49px;
  }

  .footer-brand-description br {
    display: none;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .catalogue-main-title {
    font-size: 42px;
  }

  .catalogue-hero-description {
    font-size: 13.5px;
  }

  .catalogue-hero-image {
    height: 235px;
  }

  .catalogue-hero-benefits {
    gap: 8px;
  }

  .catalogue-hero-benefit {
    padding-inline: 5px;
  }

  .catalogue-tab {
    flex-basis: 55%;
  }

  .catalogue-main-category-card {
    grid-template-columns: 1fr;
  }

  .catalogue-main-category-image {
    height: 210px;
    min-height: 0;
  }

  .catalogue-main-category-body {
    min-height: 185px;
  }

  .catalogue-featured-card {
    flex-basis: 89%;
  }

  .catalogue-featured-image {
    height: 225px;
  }

  .catalogue-help-whatsapp {
    display: block;
    padding: 22px 17px;
    text-align: center;
  }

  .catalogue-help-phone {
    width: 135px;
    height: 155px;
    margin: 0 auto -5px;
  }

  .catalogue-help-content {
    padding: 0;
  }

  .catalogue-help-content h2 {
    font-size: 22px;
  }

  .catalogue-help-content a {
    width: 100%;
  }

  .catalogue-help-request {
    display: block;
    padding: 23px 17px;
    text-align: center;
  }

  .catalogue-help-request-icon {
    width: 100%;
    margin-bottom: 13px;
  }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .catalogue-main-title {
    font-size: 37px;
  }

  .catalogue-hero-benefits {
    grid-template-columns: 1fr;
  }

  .catalogue-hero-benefit {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    text-align: left;
  }

  .catalogue-benefit-icon {
    grid-row: 1 / 3;
    min-height: 0;
    margin: 0;
  }

  .catalogue-hero-benefit h2 {
    align-self: end;
  }

  .catalogue-hero-benefit p {
    align-self: start;
  }

  .catalogue-hero-image {
    height: 205px;
  }

  .catalogue-tab {
    flex-basis: 68%;
  }

  .catalogue-featured-card {
    flex-basis: 94%;
  }

}
/* =========================================================
   PAGE SALONS — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   GRANDS ÉCRANS
   Jusqu’à 1450px
========================================================= */

@media (max-width: 1450px) {

  .salon-hero-content {
    width: 440px;
  }

  .salon-hero-content h1 {
    font-size: 62px;
  }

  .salon-hero-content > p {
    font-size: 15px;
  }

  .salon-hero-lines {
    left: 24%;
  }

  .salon-filter-bar {
    grid-template-columns:
      1.35fr
      0.9fr
      0.9fr
      0.9fr
      0.85fr
      0.85fr;
    gap: 11px;
  }

  .salon-category-image {
    height: 155px;
  }

  .salon-category-body {
    min-height: 160px;
  }

  .salon-category-body h3 {
    font-size: 16px;
  }

  .salon-category-body p {
    font-size: 12px;
  }

  .salon-product-image {
    height: 175px;
  }

  .salon-product-body h3 {
    font-size: 16px;
  }

  .salon-product-body p {
    font-size: 12px;
  }

  .salon-product-body strong {
    font-size: 17px;
  }

  .salon-detail-content h3 {
    font-size: 14px;
  }

  .salon-detail-content p {
    font-size: 10.8px;
  }

  .salon-help-phone {
    width: 185px;
    flex-basis: 185px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  .salon-hero {
    min-height: 405px;
  }

  .salon-hero-inner {
    min-height: 405px;
  }

  .salon-hero-content {
    width: 410px;
  }

  .salon-hero-content h1 {
    font-size: 58px;
  }

  .salon-hero-benefits {
    gap: 7px;
  }

  .salon-benefit-icon {
    font-size: 28px;
  }

  .salon-hero-benefit h2 {
    font-size: 12.5px;
  }

  .salon-hero-benefit span {
    font-size: 10px;
  }

  .salon-filter-bar {
    grid-template-columns:
      1.25fr
      1fr
      1fr;
  }

  .salon-filter-submit {
    grid-column: 3;
  }

  .salon-category-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .salon-tab {
    min-height: 92px;
  }

  .salon-tab:nth-child(4) {
    border-right: 0;
  }

  .salon-tab:nth-child(-n + 4) {
    border-bottom: 1px solid #303030;
  }

  .salon-tab:last-child {
    grid-column: span 2;
  }

  .salon-category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .salon-category-image {
    height: 220px;
  }

  .salon-category-body {
    min-height: 165px;
  }

  .salon-category-body h3 {
    font-size: 18px;
  }

  .salon-category-body p {
    font-size: 13px;
  }

  .salon-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .salon-product-image {
    height: 210px;
  }

  .salon-details-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .salon-detail-card:nth-child(3) {
    border-right: 0;
  }

  .salon-detail-card:nth-child(-n + 3) {
    border-bottom: 1px solid #4a3d32;
  }

  .salon-detail-card:last-child {
    grid-column: span 2;
  }

  .salon-help-grid {
    grid-template-columns: 1fr;
  }

  .salon-help-card {
    min-height: 190px;
  }

  .salon-advantages-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .salon-advantage-item:nth-child(3) {
    border-right: 0;
  }

  .salon-advantage-item:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .salon-advantage-item:nth-child(4),
  .salon-advantage-item:nth-child(5) {
    grid-column: span 1;
  }

  .salon-advantage-item:last-child {
    grid-column: span 2;
  }

  .salon-advantage-item::after {
    display: none;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  .salon-hero {
    min-height: auto;
  }

  .salon-hero-inner {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 36px;
  }

  .salon-hero-background img {
    object-position: 64% center;
  }

  .salon-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.08) 0%,
        rgba(5, 5, 5, 0.12) 34%,
        rgba(5, 5, 5, 0.82) 74%,
        #050505 100%
      );
  }

  .salon-hero-lines {
    left: 50%;
    opacity: 0.6;
  }

  .salon-hero-content {
    width: 100%;
    max-width: 660px;
    padding: 0;
  }

  .salon-hero-content h1 {
    font-size: 64px;
  }

  .salon-hero-content > p {
    max-width: 560px;
  }

  .salon-hero-benefits {
    max-width: 680px;
  }

  .salon-filter-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .salon-filter-submit {
    grid-column: auto;
  }

  .salon-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .salon-tab {
    border-bottom: 1px solid #303030;
  }

  .salon-tab:nth-child(3n) {
    border-right: 0;
  }

  .salon-tab:last-child {
    grid-column: auto;
  }

  .salon-tab:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

  .salon-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .salon-category-image {
    height: 250px;
  }

  .salon-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .salon-product-image {
    height: 250px;
  }

  .salon-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .salon-detail-card {
    min-height: 125px;
  }

  .salon-detail-card:nth-child(odd) {
    border-right: 1px solid #4a3d32;
  }

  .salon-detail-card:nth-child(even) {
    border-right: 0;
  }

  .salon-detail-card:nth-child(-n + 4) {
    border-bottom: 1px solid #4a3d32;
  }

  .salon-detail-card:last-child {
    grid-column: 1 / -1;
  }

  .salon-help-phone {
    width: 210px;
    flex-basis: 210px;
  }

  .salon-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .salon-advantage-item {
    min-height: 95px;
  }

  .salon-advantage-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.5);
  }

  .salon-advantage-item:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .salon-advantage-item:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .salon-hero-inner {
    min-height: 490px;
  }

  .salon-hero-content h1 {
    font-size: 58px;
  }

  .salon-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
    gap: 12px;
  }

  .salon-hero-benefit {
    padding: 10px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(9, 9, 9, 0.55);
  }

  .salon-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .salon-search {
    grid-column: 1 / -1;
  }

  .salon-filter-submit {
    grid-column: 1 / -1;
  }

  .salon-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .salon-category-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .salon-category-tabs::-webkit-scrollbar-track {
    background: #161616;
  }

  .salon-category-tabs::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .salon-tab {
    flex: 0 0 31%;
    min-height: 95px;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .salon-category-image {
    height: 220px;
  }

  .salon-product-image {
    height: 225px;
  }

  .salon-help-request {
    gap: 20px;
    padding-inline: 26px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  .salon-hero-inner {
    min-height: 450px;
    padding-bottom: 28px;
  }

  .salon-hero-background img {
    object-position: 67% center;
  }

  .salon-hero-lines {
    left: 58%;
    width: 150px;
    opacity: 0.45;
  }

  .salon-hero-content h1 {
    margin-bottom: 12px;
    font-size: 48px;
  }

  .salon-hero-content > p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.5;
  }

  .salon-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .salon-hero-benefit {
    padding: 10px 6px;
  }

  .salon-benefit-icon {
    min-height: 35px;
    font-size: 25px;
  }

  .salon-hero-benefit h2 {
    font-size: 12px;
  }

  .salon-hero-benefit span {
    font-size: 9.5px;
  }

  .salon-filter-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .salon-search,
  .salon-filter-submit {
    grid-column: auto;
  }

  .salon-search input,
  .salon-select select,
  .salon-filter-submit {
    height: 49px;
  }

  .salon-tab {
    flex-basis: 44%;
    min-height: 90px;
    gap: 10px;
  }

  .salon-tab-icon {
    font-size: 28px;
  }

  .salon-tab-content strong {
    font-size: 13px;
  }

  .salon-tab-content small {
    font-size: 11px;
  }

  .salon-section-title {
    margin-bottom: 19px;
    font-size: 25px;
  }

  .salon-category-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .salon-category-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 185px;
  }

  .salon-category-image {
    height: 100%;
    min-height: 185px;
  }

  .salon-category-body {
    min-height: 185px;
    padding: 13px 11px;
  }

  .salon-category-body h3 {
    font-size: 17px;
  }

  .salon-category-body p {
    font-size: 12px;
  }

  .salon-category-body a {
    min-height: 34px;
    font-size: 13px;
  }

  .salon-products-grid {
    display: flex;
    overflow-x: auto;
    gap: 11px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .salon-products-grid::-webkit-scrollbar {
    height: 5px;
  }

  .salon-products-grid::-webkit-scrollbar-track {
    background: #161616;
  }

  .salon-products-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .salon-product-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .salon-product-image {
    height: 235px;
  }

  .salon-details-grid {
    grid-template-columns: 1fr;
  }

  .salon-detail-card,
  .salon-detail-card:nth-child(odd),
  .salon-detail-card:nth-child(even),
  .salon-detail-card:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid #4a3d32;
  }

  .salon-detail-card:last-child {
    border-bottom: 0;
  }

  .salon-detail-card {
    grid-template-columns: 40% 60%;
    min-height: 115px;
  }

  .salon-help-card {
    min-height: auto;
  }

  .salon-help-whatsapp {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding-right: 15px;
  }

  .salon-help-phone {
    width: 115px;
    flex-basis: 115px;
  }

  .salon-help-content {
    padding: 20px 0;
  }

  .salon-help-content h2 {
    font-size: 20px;
  }

  .salon-help-content p {
    font-size: 12.5px;
  }

  .salon-help-content a {
    padding-inline: 13px;
    font-size: 12.5px;
  }

  .salon-help-request {
    align-items: flex-start;
    gap: 16px;
    padding: 21px 17px;
  }

  .salon-help-request-icon {
    width: 50px;
    font-size: 47px;
  }

  .salon-advantages-grid {
    grid-template-columns: 1fr;
  }

  .salon-advantage-item,
  .salon-advantage-item:nth-child(odd),
  .salon-advantage-item:last-child {
    grid-column: auto;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.48);
  }

  .salon-advantage-item:last-child {
    border-bottom: 0;
  }

  .salon-advantage-item h3 {
    font-size: 13.5px;
  }

  .salon-advantage-item p {
    font-size: 11px;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .salon-hero-inner {
    min-height: 425px;
  }

  .salon-hero-content h1 {
    font-size: 43px;
  }

  .salon-hero-content > p {
    font-size: 13px;
  }

  .salon-tab {
    flex-basis: 56%;
  }

  .salon-category-card {
    grid-template-columns: 1fr;
  }

  .salon-category-image {
    height: 205px;
    min-height: 0;
  }

  .salon-category-body {
    min-height: 170px;
  }

  .salon-product-card {
    flex-basis: 89%;
  }

  .salon-product-image {
    height: 220px;
  }

  .salon-help-whatsapp {
    display: block;
    padding: 21px 16px;
    text-align: center;
  }

  .salon-help-phone {
    width: 130px;
    height: 150px;
    margin: 0 auto -4px;
  }

  .salon-help-content {
    padding: 0;
  }

  .salon-help-content a {
    width: 100%;
  }

  .salon-help-request {
    display: block;
    padding: 22px 16px;
    text-align: center;
  }

  .salon-help-request-icon {
    width: 100%;
    margin-bottom: 12px;
  }

  .salon-help-request .salon-help-content a {
    min-width: 0;
    width: 100%;
  }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .salon-hero-inner {
    min-height: 410px;
  }

  .salon-hero-content h1 {
    font-size: 39px;
  }

  .salon-hero-benefits {
    grid-template-columns: 1fr;
  }

  .salon-hero-benefit {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    text-align: left;
  }

  .salon-benefit-icon {
    grid-row: 1 / 3;
    min-height: 0;
    margin: 0;
  }

  .salon-hero-benefit h2 {
    align-self: end;
  }

  .salon-hero-benefit span {
    align-self: start;
  }

  .salon-tab {
    flex-basis: 69%;
  }

  .salon-product-card {
    flex-basis: 94%;
  }

}
/* =========================================================
   PAGE CHAMBRES — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   GRANDS ÉCRANS
   Jusqu’à 1450px
========================================================= */

@media (max-width: 1450px) {

  .bedroom-hero-content {
    width: 470px;
  }

  .bedroom-hero-content h1 {
    font-size: 62px;
  }

  .bedroom-hero-content > h2 {
    font-size: 26px;
  }

  .bedroom-hero-content > p {
    font-size: 14px;
  }

  .bedroom-hero-lines {
    left: 28%;
  }

  .bedroom-filter-bar {
    grid-template-columns:
      1.35fr
      0.9fr
      0.85fr
      0.85fr
      1.1fr;
    gap: 11px;
  }

  .bedroom-benefit-item {
    padding-inline: 15px;
  }

  .bedroom-benefit-item-icon {
    width: 40px;
    font-size: 31px;
  }

  .bedroom-benefit-item h3 {
    font-size: 14px;
  }

  .bedroom-benefit-item p {
    font-size: 10.8px;
  }

  .bedroom-complete-image {
    height: 185px;
  }

  .bedroom-complete-body {
    padding-inline: 12px;
  }

  .bedroom-complete-body h3 {
    font-size: 17px;
  }

  .bedroom-complete-body p {
    font-size: 12px;
  }

  .bedroom-furniture-image {
    height: 138px;
  }

  .bedroom-inspiration-content {
    padding-left: 55px;
  }

  .bedroom-material-image {
    height: 118px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  .bedroom-hero,
  .bedroom-hero-inner {
    min-height: 405px;
  }

  .bedroom-hero-content {
    width: 445px;
  }

  .bedroom-hero-content h1 {
    font-size: 57px;
  }

  .bedroom-hero-content > h2 {
    font-size: 24px;
  }

  .bedroom-hero-benefits {
    gap: 0;
  }

  .bedroom-benefit-icon {
    font-size: 25px;
  }

  .bedroom-hero-benefit h3 {
    font-size: 11.5px;
  }

  .bedroom-hero-benefit span {
    font-size: 9px;
  }

  .bedroom-filter-bar {
    grid-template-columns:
      1.3fr
      1fr
      1fr;
  }

  .bedroom-sort {
    grid-column: span 2;
  }

  .bedroom-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .bedroom-tab {
    border-bottom: 1px solid #303030;
  }

  .bedroom-tab:nth-child(3n) {
    border-right: 0;
  }

  .bedroom-tab:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .bedroom-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-benefit-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.5);
  }

  .bedroom-benefit-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .bedroom-benefit-item::after {
    display: none;
  }

  .bedroom-complete-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }

  .bedroom-complete-image {
    height: 230px;
  }

  .bedroom-complete-card:nth-child(4),
  .bedroom-complete-card:nth-child(5) {
    grid-column: span 1;
  }

  .bedroom-furniture-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
  }

  .bedroom-furniture-image {
    height: 190px;
  }

  .bedroom-materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bedroom-material-card:nth-child(4),
  .bedroom-material-card:nth-child(5) {
    grid-column: span 1;
  }

  .bedroom-help-grid {
    grid-template-columns: 1fr;
  }

  .bedroom-help-card {
    min-height: 190px;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  .bedroom-hero {
    min-height: auto;
  }

  .bedroom-hero-inner {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 35px;
  }

  .bedroom-hero-background img {
    object-position: 64% center;
  }

  .bedroom-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.08) 0%,
        rgba(5, 5, 5, 0.12) 32%,
        rgba(5, 5, 5, 0.82) 72%,
        #050505 100%
      );
  }

  .bedroom-hero-lines {
    left: 52%;
    opacity: 0.55;
  }

  .bedroom-hero-content {
    width: 100%;
    max-width: 720px;
    padding: 0;
  }

  .bedroom-hero-content h1 {
    font-size: 64px;
  }

  .bedroom-hero-content > h2 {
    font-size: 27px;
  }

  .bedroom-hero-content > p {
    max-width: 610px;
  }

  .bedroom-hero-benefits {
    max-width: 690px;
  }

  .bedroom-filter-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-search {
    grid-column: 1 / -1;
  }

  .bedroom-sort {
    grid-column: auto;
  }

  .bedroom-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .bedroom-complete-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-complete-image {
    height: 270px;
  }

  .bedroom-complete-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    margin-inline: auto;
  }

  .bedroom-furniture-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-furniture-image {
    height: 230px;
  }

  .bedroom-inspiration-banner {
    min-height: 260px;
  }

  .bedroom-inspiration-content {
    width: 460px;
    padding-left: 40px;
  }

  .bedroom-materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-material-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    margin-inline: auto;
  }

  .bedroom-help-phone {
    width: 220px;
    flex-basis: 220px;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .bedroom-hero-inner {
    min-height: 500px;
  }

  .bedroom-hero-content h1 {
    font-size: 58px;
  }

  .bedroom-hero-content > h2 {
    font-size: 25px;
  }

  .bedroom-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    gap: 10px;
  }

  .bedroom-hero-benefit {
    padding: 11px 10px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.6);
  }

  .bedroom-hero-benefit:not(:last-child)::after {
    display: none;
  }

  .bedroom-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .bedroom-search {
    grid-column: 1 / -1;
  }

  .bedroom-sort {
    grid-column: 1 / -1;
  }

  .bedroom-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .bedroom-category-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .bedroom-category-tabs::-webkit-scrollbar-track {
    background: #161616;
  }

  .bedroom-category-tabs::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .bedroom-tab {
    flex: 0 0 31%;
    min-height: 110px;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .bedroom-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bedroom-complete-image {
    height: 235px;
  }

  .bedroom-furniture-image {
    height: 205px;
  }

  .bedroom-inspiration-content {
    width: 410px;
    padding-left: 28px;
  }

  .bedroom-inspiration-content h2 {
    font-size: 23px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 26px;
  }

  .bedroom-material-image {
    height: 150px;
  }

  .bedroom-help-request {
    gap: 20px;
    padding-inline: 26px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  .bedroom-hero-inner {
    min-height: 465px;
    padding-bottom: 27px;
  }

  .bedroom-hero-background img {
    object-position: 67% center;
  }

  .bedroom-hero-lines {
    left: 58%;
    width: 145px;
    opacity: 0.4;
  }

  .bedroom-hero-content h1 {
    margin-bottom: 9px;
    font-size: 48px;
  }

  .bedroom-hero-content > h2 {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 1.04;
  }

  .bedroom-hero-content > h2 br {
    display: none;
  }

  .bedroom-hero-content > p {
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .bedroom-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .bedroom-hero-benefit {
    padding: 10px 6px;
  }

  .bedroom-benefit-icon {
    min-height: 34px;
    font-size: 24px;
  }

  .bedroom-hero-benefit h3 {
    font-size: 11px;
  }

  .bedroom-hero-benefit span {
    font-size: 9px;
  }

  .bedroom-filter-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bedroom-search,
  .bedroom-sort {
    grid-column: auto;
  }

  .bedroom-search input,
  .bedroom-select select {
    height: 49px;
  }

  .bedroom-tab {
    flex-basis: 45%;
    min-height: 105px;
  }

  .bedroom-tab-icon {
    font-size: 28px;
  }

  .bedroom-tab strong {
    font-size: 13px;
  }

  .bedroom-tab small {
    font-size: 11px;
  }

  .bedroom-benefits-grid {
    grid-template-columns: 1fr;
  }

  .bedroom-benefit-item,
  .bedroom-benefit-item:nth-child(odd),
  .bedroom-benefit-item:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .bedroom-benefit-item:last-child {
    border-bottom: 0;
  }

  .bedroom-section-title {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .bedroom-complete-grid {
    display: flex;
    overflow-x: auto;
    gap: 11px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .bedroom-complete-grid::-webkit-scrollbar {
    height: 5px;
  }

  .bedroom-complete-grid::-webkit-scrollbar-track {
    background: #161616;
  }

  .bedroom-complete-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .bedroom-complete-card,
  .bedroom-complete-card:last-child {
    flex: 0 0 82%;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .bedroom-complete-image {
    height: 235px;
  }

  .bedroom-furniture-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bedroom-furniture-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 150px;
  }

  .bedroom-furniture-image {
    height: 100%;
    min-height: 150px;
  }

  .bedroom-furniture-bottom {
    min-height: 150px;
    padding: 13px;
  }

  .bedroom-inspiration-banner {
    min-height: 330px;
  }

  .bedroom-inspiration-background img {
    object-position: 72% center;
  }

  .bedroom-inspiration-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 6, 6, 0.25) 0%,
        rgba(6, 6, 6, 0.3) 35%,
        rgba(6, 6, 6, 0.91) 70%,
        #060606 100%
      );
  }

  .bedroom-inspiration-content {
    position: absolute;
    right: 18px;
    bottom: 22px;
    left: 18px;
    width: auto;
    padding: 0;
  }

  .bedroom-inspiration-content h2 {
    font-size: 22px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 25px;
  }

  .bedroom-inspiration-content p {
    font-size: 12.5px;
  }

  .bedroom-materials-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .bedroom-materials-grid {
    grid-template-columns: 1fr;
  }

  .bedroom-material-card,
  .bedroom-material-card:last-child {
    display: grid;
    grid-template-columns: 42% 58%;
    width: auto;
    margin: 0;
    min-height: 130px;
  }

  .bedroom-material-image {
    height: 100%;
    min-height: 130px;
  }

  .bedroom-material-body {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .bedroom-help-card {
    min-height: auto;
  }

  .bedroom-help-whatsapp {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding-right: 15px;
  }

  .bedroom-help-phone {
    width: 115px;
    flex-basis: 115px;
  }

  .bedroom-help-content {
    padding: 20px 0;
  }

  .bedroom-help-content h2 {
    font-size: 20px;
  }

  .bedroom-help-content p {
    font-size: 12px;
  }

  .bedroom-help-content a {
    padding-inline: 13px;
    font-size: 11.5px;
  }

  .bedroom-help-request {
    align-items: flex-start;
    gap: 16px;
    padding: 21px 17px;
  }

  .bedroom-help-request-icon {
    width: 49px;
    font-size: 46px;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .bedroom-hero-inner {
    min-height: 440px;
  }

  .bedroom-hero-content h1 {
    font-size: 42px;
  }

  .bedroom-hero-content > h2 {
    font-size: 19px;
  }

  .bedroom-hero-content > p {
    font-size: 13px;
  }

  .bedroom-tab {
    flex-basis: 57%;
  }

  .bedroom-benefit-item {
    padding: 14px;
  }

  .bedroom-complete-card,
  .bedroom-complete-card:last-child {
    flex-basis: 89%;
  }

  .bedroom-complete-image {
    height: 220px;
  }

  .bedroom-furniture-card {
    grid-template-columns: 1fr;
  }

  .bedroom-furniture-image {
    height: 190px;
    min-height: 0;
  }

  .bedroom-furniture-bottom {
    min-height: 72px;
  }

  .bedroom-inspiration-banner {
    min-height: 310px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 22px;
  }

  .bedroom-material-card,
  .bedroom-material-card:last-child {
    grid-template-columns: 1fr;
  }

  .bedroom-material-image {
    height: 175px;
    min-height: 0;
  }

  .bedroom-material-body {
    min-height: 82px;
    text-align: center;
  }

  .bedroom-help-whatsapp {
    display: block;
    padding: 21px 16px;
    text-align: center;
  }

  .bedroom-help-phone {
    width: 130px;
    height: 150px;
    margin: 0 auto -4px;
  }

  .bedroom-help-content {
    padding: 0;
  }

  .bedroom-help-content a {
    width: 100%;
  }

  .bedroom-help-request {
    display: block;
    padding: 22px 16px;
    text-align: center;
  }

  .bedroom-help-request-icon {
    width: 100%;
    margin-bottom: 12px;
  }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .bedroom-hero-inner {
    min-height: 420px;
  }

  .bedroom-hero-content h1 {
    font-size: 38px;
  }

  .bedroom-hero-content > h2 {
    font-size: 17px;
  }

  .bedroom-hero-benefits {
    grid-template-columns: 1fr;
  }

  .bedroom-hero-benefit {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    text-align: left;
  }

  .bedroom-benefit-icon {
    grid-row: 1 / 3;
    min-height: 0;
    margin: 0;
  }

  .bedroom-hero-benefit h3 {
    align-self: end;
  }

  .bedroom-hero-benefit span {
    align-self: start;
  }

  .bedroom-tab {
    flex-basis: 70%;
  }

  .bedroom-complete-card,
  .bedroom-complete-card:last-child {
    flex-basis: 94%;
  }

  .bedroom-inspiration-content h2 {
    font-size: 20px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 20px;
  }

}
/* =========================================================
   PAGE CHAMBRES — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   GRANDS ÉCRANS
   Jusqu’à 1450px
========================================================= */

@media (max-width: 1450px) {

  .bedroom-hero-content {
    width: 470px;
  }

  .bedroom-hero-content h1 {
    font-size: 62px;
  }

  .bedroom-hero-content > h2 {
    font-size: 26px;
  }

  .bedroom-hero-content > p {
    font-size: 14px;
  }

  .bedroom-hero-lines {
    left: 28%;
  }

  .bedroom-filter-bar {
    grid-template-columns:
      1.35fr
      0.9fr
      0.85fr
      0.85fr
      1.1fr;
    gap: 11px;
  }

  .bedroom-benefit-item {
    padding-inline: 15px;
  }

  .bedroom-benefit-item-icon {
    width: 40px;
    font-size: 31px;
  }

  .bedroom-benefit-item h3 {
    font-size: 14px;
  }

  .bedroom-benefit-item p {
    font-size: 10.8px;
  }

  .bedroom-complete-image {
    height: 185px;
  }

  .bedroom-complete-body {
    padding-inline: 12px;
  }

  .bedroom-complete-body h3 {
    font-size: 17px;
  }

  .bedroom-complete-body p {
    font-size: 12px;
  }

  .bedroom-furniture-image {
    height: 138px;
  }

  .bedroom-inspiration-content {
    padding-left: 55px;
  }

  .bedroom-material-image {
    height: 118px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  .bedroom-hero,
  .bedroom-hero-inner {
    min-height: 405px;
  }

  .bedroom-hero-content {
    width: 445px;
  }

  .bedroom-hero-content h1 {
    font-size: 57px;
  }

  .bedroom-hero-content > h2 {
    font-size: 24px;
  }

  .bedroom-hero-benefits {
    gap: 0;
  }

  .bedroom-benefit-icon {
    font-size: 25px;
  }

  .bedroom-hero-benefit h3 {
    font-size: 11.5px;
  }

  .bedroom-hero-benefit span {
    font-size: 9px;
  }

  .bedroom-filter-bar {
    grid-template-columns:
      1.3fr
      1fr
      1fr;
  }

  .bedroom-sort {
    grid-column: span 2;
  }

  .bedroom-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .bedroom-tab {
    border-bottom: 1px solid #303030;
  }

  .bedroom-tab:nth-child(3n) {
    border-right: 0;
  }

  .bedroom-tab:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .bedroom-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-benefit-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.5);
  }

  .bedroom-benefit-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .bedroom-benefit-item::after {
    display: none;
  }

  .bedroom-complete-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }

  .bedroom-complete-image {
    height: 230px;
  }

  .bedroom-complete-card:nth-child(4),
  .bedroom-complete-card:nth-child(5) {
    grid-column: span 1;
  }

  .bedroom-furniture-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
  }

  .bedroom-furniture-image {
    height: 190px;
  }

  .bedroom-materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bedroom-material-card:nth-child(4),
  .bedroom-material-card:nth-child(5) {
    grid-column: span 1;
  }

  .bedroom-help-grid {
    grid-template-columns: 1fr;
  }

  .bedroom-help-card {
    min-height: 190px;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  .bedroom-hero {
    min-height: auto;
  }

  .bedroom-hero-inner {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 35px;
  }

  .bedroom-hero-background img {
    object-position: 64% center;
  }

  .bedroom-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.08) 0%,
        rgba(5, 5, 5, 0.12) 32%,
        rgba(5, 5, 5, 0.82) 72%,
        #050505 100%
      );
  }

  .bedroom-hero-lines {
    left: 52%;
    opacity: 0.55;
  }

  .bedroom-hero-content {
    width: 100%;
    max-width: 720px;
    padding: 0;
  }

  .bedroom-hero-content h1 {
    font-size: 64px;
  }

  .bedroom-hero-content > h2 {
    font-size: 27px;
  }

  .bedroom-hero-content > p {
    max-width: 610px;
  }

  .bedroom-hero-benefits {
    max-width: 690px;
  }

  .bedroom-filter-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-search {
    grid-column: 1 / -1;
  }

  .bedroom-sort {
    grid-column: auto;
  }

  .bedroom-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .bedroom-complete-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-complete-image {
    height: 270px;
  }

  .bedroom-complete-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    margin-inline: auto;
  }

  .bedroom-furniture-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-furniture-image {
    height: 230px;
  }

  .bedroom-inspiration-banner {
    min-height: 260px;
  }

  .bedroom-inspiration-content {
    width: 460px;
    padding-left: 40px;
  }

  .bedroom-materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bedroom-material-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    margin-inline: auto;
  }

  .bedroom-help-phone {
    width: 220px;
    flex-basis: 220px;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .bedroom-hero-inner {
    min-height: 500px;
  }

  .bedroom-hero-content h1 {
    font-size: 58px;
  }

  .bedroom-hero-content > h2 {
    font-size: 25px;
  }

  .bedroom-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    gap: 10px;
  }

  .bedroom-hero-benefit {
    padding: 11px 10px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.6);
  }

  .bedroom-hero-benefit:not(:last-child)::after {
    display: none;
  }

  .bedroom-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .bedroom-search {
    grid-column: 1 / -1;
  }

  .bedroom-sort {
    grid-column: 1 / -1;
  }

  .bedroom-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .bedroom-category-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .bedroom-category-tabs::-webkit-scrollbar-track {
    background: #161616;
  }

  .bedroom-category-tabs::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .bedroom-tab {
    flex: 0 0 31%;
    min-height: 110px;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .bedroom-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bedroom-complete-image {
    height: 235px;
  }

  .bedroom-furniture-image {
    height: 205px;
  }

  .bedroom-inspiration-content {
    width: 410px;
    padding-left: 28px;
  }

  .bedroom-inspiration-content h2 {
    font-size: 23px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 26px;
  }

  .bedroom-material-image {
    height: 150px;
  }

  .bedroom-help-request {
    gap: 20px;
    padding-inline: 26px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  .bedroom-hero-inner {
    min-height: 465px;
    padding-bottom: 27px;
  }

  .bedroom-hero-background img {
    object-position: 67% center;
  }

  .bedroom-hero-lines {
    left: 58%;
    width: 145px;
    opacity: 0.4;
  }

  .bedroom-hero-content h1 {
    margin-bottom: 9px;
    font-size: 48px;
  }

  .bedroom-hero-content > h2 {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 1.04;
  }

  .bedroom-hero-content > h2 br {
    display: none;
  }

  .bedroom-hero-content > p {
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .bedroom-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .bedroom-hero-benefit {
    padding: 10px 6px;
  }

  .bedroom-benefit-icon {
    min-height: 34px;
    font-size: 24px;
  }

  .bedroom-hero-benefit h3 {
    font-size: 11px;
  }

  .bedroom-hero-benefit span {
    font-size: 9px;
  }

  .bedroom-filter-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bedroom-search,
  .bedroom-sort {
    grid-column: auto;
  }

  .bedroom-search input,
  .bedroom-select select {
    height: 49px;
  }

  .bedroom-tab {
    flex-basis: 45%;
    min-height: 105px;
  }

  .bedroom-tab-icon {
    font-size: 28px;
  }

  .bedroom-tab strong {
    font-size: 13px;
  }

  .bedroom-tab small {
    font-size: 11px;
  }

  .bedroom-benefits-grid {
    grid-template-columns: 1fr;
  }

  .bedroom-benefit-item,
  .bedroom-benefit-item:nth-child(odd),
  .bedroom-benefit-item:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .bedroom-benefit-item:last-child {
    border-bottom: 0;
  }

  .bedroom-section-title {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .bedroom-complete-grid {
    display: flex;
    overflow-x: auto;
    gap: 11px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .bedroom-complete-grid::-webkit-scrollbar {
    height: 5px;
  }

  .bedroom-complete-grid::-webkit-scrollbar-track {
    background: #161616;
  }

  .bedroom-complete-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .bedroom-complete-card,
  .bedroom-complete-card:last-child {
    flex: 0 0 82%;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .bedroom-complete-image {
    height: 235px;
  }

  .bedroom-furniture-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bedroom-furniture-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 150px;
  }

  .bedroom-furniture-image {
    height: 100%;
    min-height: 150px;
  }

  .bedroom-furniture-bottom {
    min-height: 150px;
    padding: 13px;
  }

  .bedroom-inspiration-banner {
    min-height: 330px;
  }

  .bedroom-inspiration-background img {
    object-position: 72% center;
  }

  .bedroom-inspiration-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 6, 6, 0.25) 0%,
        rgba(6, 6, 6, 0.3) 35%,
        rgba(6, 6, 6, 0.91) 70%,
        #060606 100%
      );
  }

  .bedroom-inspiration-content {
    position: absolute;
    right: 18px;
    bottom: 22px;
    left: 18px;
    width: auto;
    padding: 0;
  }

  .bedroom-inspiration-content h2 {
    font-size: 22px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 25px;
  }

  .bedroom-inspiration-content p {
    font-size: 12.5px;
  }

  .bedroom-materials-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .bedroom-materials-grid {
    grid-template-columns: 1fr;
  }

  .bedroom-material-card,
  .bedroom-material-card:last-child {
    display: grid;
    grid-template-columns: 42% 58%;
    width: auto;
    margin: 0;
    min-height: 130px;
  }

  .bedroom-material-image {
    height: 100%;
    min-height: 130px;
  }

  .bedroom-material-body {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .bedroom-help-card {
    min-height: auto;
  }

  .bedroom-help-whatsapp {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding-right: 15px;
  }

  .bedroom-help-phone {
    width: 115px;
    flex-basis: 115px;
  }

  .bedroom-help-content {
    padding: 20px 0;
  }

  .bedroom-help-content h2 {
    font-size: 20px;
  }

  .bedroom-help-content p {
    font-size: 12px;
  }

  .bedroom-help-content a {
    padding-inline: 13px;
    font-size: 11.5px;
  }

  .bedroom-help-request {
    align-items: flex-start;
    gap: 16px;
    padding: 21px 17px;
  }

  .bedroom-help-request-icon {
    width: 49px;
    font-size: 46px;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .bedroom-hero-inner {
    min-height: 440px;
  }

  .bedroom-hero-content h1 {
    font-size: 42px;
  }

  .bedroom-hero-content > h2 {
    font-size: 19px;
  }

  .bedroom-hero-content > p {
    font-size: 13px;
  }

  .bedroom-tab {
    flex-basis: 57%;
  }

  .bedroom-benefit-item {
    padding: 14px;
  }

  .bedroom-complete-card,
  .bedroom-complete-card:last-child {
    flex-basis: 89%;
  }

  .bedroom-complete-image {
    height: 220px;
  }

  .bedroom-furniture-card {
    grid-template-columns: 1fr;
  }

  .bedroom-furniture-image {
    height: 190px;
    min-height: 0;
  }

  .bedroom-furniture-bottom {
    min-height: 72px;
  }

  .bedroom-inspiration-banner {
    min-height: 310px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 22px;
  }

  .bedroom-material-card,
  .bedroom-material-card:last-child {
    grid-template-columns: 1fr;
  }

  .bedroom-material-image {
    height: 175px;
    min-height: 0;
  }

  .bedroom-material-body {
    min-height: 82px;
    text-align: center;
  }

  .bedroom-help-whatsapp {
    display: block;
    padding: 21px 16px;
    text-align: center;
  }

  .bedroom-help-phone {
    width: 130px;
    height: 150px;
    margin: 0 auto -4px;
  }

  .bedroom-help-content {
    padding: 0;
  }

  .bedroom-help-content a {
    width: 100%;
  }

  .bedroom-help-request {
    display: block;
    padding: 22px 16px;
    text-align: center;
  }

  .bedroom-help-request-icon {
    width: 100%;
    margin-bottom: 12px;
  }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .bedroom-hero-inner {
    min-height: 420px;
  }

  .bedroom-hero-content h1 {
    font-size: 38px;
  }

  .bedroom-hero-content > h2 {
    font-size: 17px;
  }

  .bedroom-hero-benefits {
    grid-template-columns: 1fr;
  }

  .bedroom-hero-benefit {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    text-align: left;
  }

  .bedroom-benefit-icon {
    grid-row: 1 / 3;
    min-height: 0;
    margin: 0;
  }

  .bedroom-hero-benefit h3 {
    align-self: end;
  }

  .bedroom-hero-benefit span {
    align-self: start;
  }

  .bedroom-tab {
    flex-basis: 70%;
  }

  .bedroom-complete-card,
  .bedroom-complete-card:last-child {
    flex-basis: 94%;
  }

  .bedroom-inspiration-content h2 {
    font-size: 20px;
  }

  .bedroom-inspiration-content h3 {
    font-size: 20px;
  }

}
/* =========================================================
   PAGE CUISINES — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   GRANDS ÉCRANS
   Jusqu’à 1450px
========================================================= */

@media (max-width: 1450px) {

  .kitchen-hero-content {
    width: 480px;
  }

  .kitchen-hero-content h1 {
    font-size: 62px;
  }

  .kitchen-hero-content > h2 {
    font-size: 26px;
  }

  .kitchen-hero-content > p {
    font-size: 14px;
  }

  .kitchen-hero-lines {
    left: 28%;
  }

  .kitchen-filter-bar {
    grid-template-columns:
      1.35fr
      1fr
      0.9fr
      0.9fr
      1.1fr;
    gap: 11px;
  }

  .kitchen-benefit-item {
    padding-inline: 15px;
  }

  .kitchen-benefit-item-icon {
    width: 40px;
    font-size: 31px;
  }

  .kitchen-benefit-item h3 {
    font-size: 14px;
  }

  .kitchen-benefit-item p {
    font-size: 10.8px;
  }

  .kitchen-complete-image {
    height: 185px;
  }

  .kitchen-complete-body {
    padding-inline: 12px;
  }

  .kitchen-complete-body h3 {
    font-size: 17px;
  }

  .kitchen-complete-body p {
    font-size: 12px;
  }

  .kitchen-layout-image {
    height: 138px;
  }

  .kitchen-project-content {
    padding-left: 55px;
  }

  .kitchen-material-image {
    height: 118px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  .kitchen-hero,
  .kitchen-hero-inner {
    min-height: 410px;
  }

  .kitchen-hero-content {
    width: 450px;
  }

  .kitchen-hero-content h1 {
    font-size: 57px;
  }

  .kitchen-hero-content > h2 {
    font-size: 24px;
  }

  .kitchen-hero-benefits {
    gap: 0;
  }

  .kitchen-benefit-icon {
    font-size: 25px;
  }

  .kitchen-hero-benefit h3 {
    font-size: 11.5px;
  }

  .kitchen-hero-benefit span {
    font-size: 9px;
  }

  .kitchen-filter-bar {
    grid-template-columns:
      1.3fr
      1fr
      1fr;
  }

  .kitchen-sort {
    grid-column: span 2;
  }

  .kitchen-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .kitchen-tab {
    border-bottom: 1px solid #303030;
  }

  .kitchen-tab:nth-child(3n) {
    border-right: 0;
  }

  .kitchen-tab:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .kitchen-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-benefit-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.5);
  }

  .kitchen-benefit-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .kitchen-benefit-item::after {
    display: none;
  }

  .kitchen-complete-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
  }

  .kitchen-complete-image {
    height: 230px;
  }

  .kitchen-layouts-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
  }

  .kitchen-layout-image {
    height: 190px;
  }

  .kitchen-materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .kitchen-help-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-help-card {
    min-height: 190px;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  .kitchen-hero {
    min-height: auto;
  }

  .kitchen-hero-inner {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 35px;
  }

  .kitchen-hero-background img {
    object-position: 64% center;
  }

  .kitchen-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.08) 0%,
        rgba(5, 5, 5, 0.12) 32%,
        rgba(5, 5, 5, 0.82) 72%,
        #050505 100%
      );
  }

  .kitchen-hero-lines {
    left: 52%;
    opacity: 0.55;
  }

  .kitchen-hero-content {
    width: 100%;
    max-width: 720px;
    padding: 0;
  }

  .kitchen-hero-content h1 {
    font-size: 64px;
  }

  .kitchen-hero-content > h2 {
    font-size: 27px;
  }

  .kitchen-hero-content > p {
    max-width: 610px;
  }

  .kitchen-hero-benefits {
    max-width: 690px;
  }

  .kitchen-filter-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-search {
    grid-column: 1 / -1;
  }

  .kitchen-sort {
    grid-column: auto;
  }

  .kitchen-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .kitchen-complete-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-complete-image {
    height: 270px;
  }

  .kitchen-complete-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    margin-inline: auto;
  }

  .kitchen-layouts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-layout-image {
    height: 230px;
  }

  .kitchen-project-banner {
    min-height: 265px;
  }

  .kitchen-project-content {
    width: 460px;
    padding-left: 40px;
  }

  .kitchen-materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-material-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    margin-inline: auto;
  }

  .kitchen-help-phone {
    width: 220px;
    flex-basis: 220px;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .kitchen-hero-inner {
    min-height: 500px;
  }

  .kitchen-hero-content h1 {
    font-size: 58px;
  }

  .kitchen-hero-content > h2 {
    font-size: 25px;
  }

  .kitchen-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    gap: 10px;
  }

  .kitchen-hero-benefit {
    padding: 11px 10px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.6);
  }

  .kitchen-hero-benefit:not(:last-child)::after {
    display: none;
  }

  .kitchen-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .kitchen-search {
    grid-column: 1 / -1;
  }

  .kitchen-sort {
    grid-column: 1 / -1;
  }

  .kitchen-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .kitchen-category-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .kitchen-category-tabs::-webkit-scrollbar-track {
    background: #161616;
  }

  .kitchen-category-tabs::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .kitchen-tab {
    flex: 0 0 31%;
    min-height: 110px;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .kitchen-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .kitchen-complete-image {
    height: 235px;
  }

  .kitchen-layout-image {
    height: 205px;
  }

  .kitchen-project-content {
    width: 410px;
    padding-left: 28px;
  }

  .kitchen-project-content h2 {
    font-size: 23px;
  }

  .kitchen-project-content h3 {
    font-size: 26px;
  }

  .kitchen-material-image {
    height: 150px;
  }

  .kitchen-help-request {
    gap: 20px;
    padding-inline: 26px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  .kitchen-hero-inner {
    min-height: 465px;
    padding-bottom: 27px;
  }

  .kitchen-hero-background img {
    object-position: 67% center;
  }

  .kitchen-hero-lines {
    left: 58%;
    width: 145px;
    opacity: 0.4;
  }

  .kitchen-hero-content h1 {
    margin-bottom: 9px;
    font-size: 48px;
  }

  .kitchen-hero-content > h2 {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 1.04;
  }

  .kitchen-hero-content > h2 br {
    display: none;
  }

  .kitchen-hero-content > p {
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .kitchen-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .kitchen-hero-benefit {
    padding: 10px 6px;
  }

  .kitchen-benefit-icon {
    min-height: 34px;
    font-size: 24px;
  }

  .kitchen-hero-benefit h3 {
    font-size: 11px;
  }

  .kitchen-hero-benefit span {
    font-size: 9px;
  }

  .kitchen-filter-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kitchen-search,
  .kitchen-sort {
    grid-column: auto;
  }

  .kitchen-search input,
  .kitchen-select select {
    height: 49px;
  }

  .kitchen-tab {
    flex-basis: 45%;
    min-height: 105px;
  }

  .kitchen-tab-icon {
    font-size: 28px;
  }

  .kitchen-tab strong {
    font-size: 13px;
  }

  .kitchen-tab small {
    font-size: 11px;
  }

  .kitchen-benefits-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-benefit-item,
  .kitchen-benefit-item:nth-child(odd),
  .kitchen-benefit-item:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .kitchen-benefit-item:last-child {
    border-bottom: 0;
  }

  .kitchen-section-title {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .kitchen-complete-grid {
    display: flex;
    overflow-x: auto;
    gap: 11px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .kitchen-complete-grid::-webkit-scrollbar {
    height: 5px;
  }

  .kitchen-complete-grid::-webkit-scrollbar-track {
    background: #161616;
  }

  .kitchen-complete-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .kitchen-complete-card,
  .kitchen-complete-card:last-child {
    flex: 0 0 82%;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .kitchen-complete-image {
    height: 235px;
  }

  .kitchen-layouts-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kitchen-layout-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 150px;
  }

  .kitchen-layout-image {
    height: 100%;
    min-height: 150px;
  }

  .kitchen-layout-bottom {
    min-height: 150px;
    padding: 13px;
  }

  .kitchen-project-banner {
    min-height: 335px;
  }

  .kitchen-project-background img {
    object-position: 72% center;
  }

  .kitchen-project-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 6, 6, 0.25) 0%,
        rgba(6, 6, 6, 0.3) 35%,
        rgba(6, 6, 6, 0.91) 70%,
        #060606 100%
      );
  }

  .kitchen-project-content {
    position: absolute;
    right: 18px;
    bottom: 22px;
    left: 18px;
    width: auto;
    padding: 0;
  }

  .kitchen-project-content h2 {
    font-size: 22px;
  }

  .kitchen-project-content h3 {
    font-size: 25px;
  }

  .kitchen-project-content p {
    font-size: 12.5px;
  }

  .kitchen-materials-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .kitchen-materials-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-material-card,
  .kitchen-material-card:last-child {
    display: grid;
    grid-template-columns: 42% 58%;
    width: auto;
    margin: 0;
    min-height: 130px;
  }

  .kitchen-material-image {
    height: 100%;
    min-height: 130px;
  }

  .kitchen-material-body {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .kitchen-help-card {
    min-height: auto;
  }

  .kitchen-help-whatsapp {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding-right: 15px;
  }

  .kitchen-help-phone {
    width: 115px;
    flex-basis: 115px;
  }

  .kitchen-help-content {
    padding: 20px 0;
  }

  .kitchen-help-content h2 {
    font-size: 20px;
  }

  .kitchen-help-content p {
    font-size: 12px;
  }

  .kitchen-help-content a {
    padding-inline: 13px;
    font-size: 11.5px;
  }

  .kitchen-help-request {
    align-items: flex-start;
    gap: 16px;
    padding: 21px 17px;
  }

  .kitchen-help-request-icon {
    width: 49px;
    font-size: 46px;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .kitchen-hero-inner {
    min-height: 440px;
  }

  .kitchen-hero-content h1 {
    font-size: 42px;
  }

  .kitchen-hero-content > h2 {
    font-size: 19px;
  }

  .kitchen-hero-content > p {
    font-size: 13px;
  }

  .kitchen-tab {
    flex-basis: 57%;
  }

  .kitchen-benefit-item {
    padding: 14px;
  }

  .kitchen-complete-card,
  .kitchen-complete-card:last-child {
    flex-basis: 89%;
  }

  .kitchen-complete-image {
    height: 220px;
  }

  .kitchen-layout-card {
    grid-template-columns: 1fr;
  }

  .kitchen-layout-image {
    height: 190px;
    min-height: 0;
  }

  .kitchen-layout-bottom {
    min-height: 76px;
  }

  .kitchen-project-banner {
    min-height: 315px;
  }

  .kitchen-project-content h3 {
    font-size: 22px;
  }

  .kitchen-material-card,
  .kitchen-material-card:last-child {
    grid-template-columns: 1fr;
  }

  .kitchen-material-image {
    height: 175px;
    min-height: 0;
  }

  .kitchen-material-body {
    min-height: 82px;
    text-align: center;
  }

  .kitchen-help-whatsapp {
    display: block;
    padding: 21px 16px;
    text-align: center;
  }

  .kitchen-help-phone {
    width: 130px;
    height: 150px;
    margin: 0 auto -4px;
  }

  .kitchen-help-content {
    padding: 0;
  }

  .kitchen-help-content a {
    width: 100%;
  }

  .kitchen-help-request {
    display: block;
    padding: 22px 16px;
    text-align: center;
  }

  .kitchen-help-request-icon {
    width: 100%;
    margin-bottom: 12px;
  }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .kitchen-hero-inner {
    min-height: 420px;
  }

  .kitchen-hero-content h1 {
    font-size: 38px;
  }

  .kitchen-hero-content > h2 {
    font-size: 17px;
  }

  .kitchen-hero-benefits {
    grid-template-columns: 1fr;
  }

  .kitchen-hero-benefit {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    text-align: left;
  }

  .kitchen-benefit-icon {
    grid-row: 1 / 3;
    min-height: 0;
    margin: 0;
  }

  .kitchen-hero-benefit h3 {
    align-self: end;
  }

  .kitchen-hero-benefit span {
    align-self: start;
  }

  .kitchen-tab {
    flex-basis: 70%;
  }

  .kitchen-complete-card,
  .kitchen-complete-card:last-child {
    flex-basis: 94%;
  }

  .kitchen-project-content h2 {
    font-size: 20px;
  }

  .kitchen-project-content h3 {
    font-size: 20px;
  }

}
/* =========================================================
   PAGE PACKS — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   GRANDS ÉCRANS
   Jusqu’à 1450px
========================================================= */

@media (max-width: 1450px) {

  .packs-hero-content {
    width: 550px;
  }

  .packs-hero-content h1 {
    font-size: 62px;
  }

  .packs-hero-content > h2 {
    font-size: 28px;
  }

  .packs-hero-content > p {
    font-size: 14px;
  }

  .packs-hero-lines {
    left: 29%;
  }

  .packs-hero-benefit {
    padding-inline: 11px;
  }

  .packs-hero-benefit strong {
    font-size: 12px;
  }

  .packs-hero-benefit span {
    font-size: 9.5px;
  }

  .packs-benefit-card {
    padding-inline: 15px;
  }

  .packs-benefit-icon {
    width: 39px;
    font-size: 30px;
  }

  .packs-benefit-card h3 {
    font-size: 14px;
  }

  .packs-benefit-card p {
    font-size: 10.8px;
  }

  .packs-main-card {
    grid-template-columns: 41% 59%;
  }

  .packs-main-image {
    min-height: 380px;
  }

  .packs-main-top h3 {
    font-size: 19px;
  }

  .packs-main-top > strong {
    font-size: 21px;
  }

  .packs-room-image {
    height: 185px;
  }

  .packs-investor-content {
    padding-left: 52px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS
   Jusqu’à 1280px
========================================================= */

@media (max-width: 1280px) {

  .packs-hero,
  .packs-hero-inner {
    min-height: 445px;
  }

  .packs-hero-content {
    width: 520px;
  }

  .packs-hero-content h1 {
    font-size: 57px;
  }

  .packs-hero-content > h2 {
    font-size: 26px;
  }

  .packs-hero-benefits {
    max-width: 530px;
  }

  .packs-category-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .packs-category-tab {
    border-bottom: 1px solid #303030;
  }

  .packs-category-tab:nth-child(3n) {
    border-right: 0;
  }

  .packs-category-tab:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .packs-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packs-benefit-card:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.5);
  }

  .packs-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .packs-benefit-card::after {
    display: none;
  }

  .packs-main-grid {
    grid-template-columns: 1fr;
  }

  .packs-main-card {
    grid-template-columns: 39% 61%;
  }

  .packs-main-image {
    min-height: 350px;
  }

  .packs-room-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packs-room-image {
    height: 230px;
  }

  .packs-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packs-investor-content {
    width: 540px;
  }

  .packs-help-grid {
    grid-template-columns: 1fr;
  }

  .packs-help-card {
    min-height: 190px;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES
   Jusqu’à 1100px
========================================================= */

@media (max-width: 1100px) {

  .packs-hero {
    min-height: auto;
  }

  .packs-hero-inner {
    min-height: 560px;
    align-items: flex-end;
    padding-bottom: 38px;
  }

  .packs-hero-background img {
    object-position: 66% center;
  }

  .packs-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.08) 0%,
        rgba(5, 5, 5, 0.13) 34%,
        rgba(5, 5, 5, 0.83) 73%,
        #050505 100%
      );
  }

  .packs-hero-lines {
    left: 52%;
    opacity: 0.52;
  }

  .packs-hero-content {
    width: 100%;
    max-width: 760px;
    padding: 0;
  }

  .packs-hero-content h1 {
    font-size: 64px;
  }

  .packs-hero-content > h2 {
    font-size: 29px;
  }

  .packs-hero-content > p {
    max-width: 620px;
  }

  .packs-hero-benefits {
    max-width: 690px;
  }

  .packs-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .packs-section-heading > p {
    max-width: 650px;
    text-align: left;
  }

  .packs-main-card {
    grid-template-columns: 42% 58%;
  }

  .packs-main-image {
    min-height: 365px;
  }

  .packs-room-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packs-room-image {
    height: 215px;
  }

  .packs-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packs-investor-banner {
    min-height: 300px;
  }

  .packs-investor-content {
    width: 520px;
    padding-left: 40px;
  }

  .packs-help-phone {
    width: 220px;
    flex-basis: 220px;
  }

}


/* =========================================================
   TABLETTES VERTICALES
   Jusqu’à 820px
========================================================= */

@media (max-width: 820px) {

  .packs-hero-inner {
    min-height: 535px;
  }

  .packs-hero-content h1 {
    font-size: 58px;
  }

  .packs-hero-content > h2 {
    font-size: 26px;
  }

  .packs-hero-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 470px;
    border-top: 0;
    padding-top: 0;
  }

  .packs-hero-benefit {
    padding: 10px 12px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.62);
  }

  .packs-hero-benefit:first-child,
  .packs-hero-benefit:last-child {
    padding-inline: 12px;
  }

  .packs-hero-benefit:not(:last-child)::after {
    display: none;
  }

  .packs-category-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .packs-category-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .packs-category-tabs::-webkit-scrollbar-track {
    background: #161616;
  }

  .packs-category-tabs::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .packs-category-tab {
    flex: 0 0 31%;
    min-height: 90px;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .packs-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .packs-main-card {
    grid-template-columns: 1fr;
  }

  .packs-main-image {
    min-height: 0;
    height: 290px;
  }

  .packs-main-content {
    padding: 18px;
  }

  .packs-room-image {
    height: 195px;
  }

  .packs-comparison-wrapper {
    border-radius: 6px;
  }

  .packs-process-card {
    min-height: 210px;
  }

  .packs-investor-content {
    width: 470px;
    padding-left: 28px;
  }

  .packs-investor-content h2 {
    font-size: 27px;
  }

  .packs-help-request {
    gap: 20px;
    padding-inline: 26px;
  }

}


/* =========================================================
   TÉLÉPHONES
   Jusqu’à 640px
========================================================= */

@media (max-width: 640px) {

  .packs-hero-inner {
    min-height: 510px;
    padding-bottom: 28px;
  }

  .packs-hero-background img {
    object-position: 69% center;
  }

  .packs-hero-lines {
    left: 59%;
    width: 145px;
    opacity: 0.4;
  }

  .packs-hero-label {
    min-height: 25px;
    padding-inline: 10px;
    font-size: 10.5px;
  }

  .packs-hero-content h1 {
    margin-bottom: 8px;
    font-size: 47px;
  }

  .packs-hero-content > h2 {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.04;
  }

  .packs-hero-content > h2 br {
    display: none;
  }

  .packs-hero-content > p {
    margin-bottom: 18px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .packs-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 18px;
  }

  .packs-hero-btn {
    width: 100%;
    min-height: 42px;
  }

  .packs-hero-benefits {
    max-width: none;
  }

  .packs-hero-benefit {
    min-height: 55px;
  }

  .packs-category-tab {
    flex-basis: 45%;
  }

  .packs-benefits-grid {
    grid-template-columns: 1fr;
  }

  .packs-benefit-card,
  .packs-benefit-card:nth-child(odd),
  .packs-benefit-card:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.5);
  }

  .packs-benefit-card:last-child {
    border-bottom: 0;
  }

  .packs-section-heading h2 {
    font-size: 26px;
  }

  .packs-section-title {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .packs-main-grid {
    display: flex;
    overflow-x: auto;
    gap: 11px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .packs-main-grid::-webkit-scrollbar {
    height: 5px;
  }

  .packs-main-grid::-webkit-scrollbar-track {
    background: #161616;
  }

  .packs-main-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .packs-main-card {
    flex: 0 0 88%;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
  }

  .packs-main-image {
    height: 230px;
  }

  .packs-main-top {
    flex-direction: column;
    gap: 8px;
  }

  .packs-main-top > strong {
    font-size: 21px;
  }

  .packs-included-list {
    grid-template-columns: 1fr;
  }

  .packs-main-actions {
    grid-template-columns: 1fr;
  }

  .packs-room-grid {
    grid-template-columns: 1fr;
  }

  .packs-room-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 190px;
  }

  .packs-room-image {
    height: 100%;
    min-height: 190px;
  }

  .packs-room-content {
    min-height: 190px;
    padding: 13px;
  }

  .packs-comparison-table {
    min-width: 860px;
  }

  .packs-comparison-table th,
  .packs-comparison-table td {
    padding: 12px 13px;
  }

  .packs-process-grid {
    grid-template-columns: 1fr;
  }

  .packs-process-card {
    min-height: 195px;
  }

  .packs-investor-banner {
    min-height: 370px;
  }

  .packs-investor-background img {
    object-position: 74% center;
  }

  .packs-investor-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 6, 6, 0.24) 0%,
        rgba(6, 6, 6, 0.3) 34%,
        rgba(6, 6, 6, 0.92) 70%,
        #060606 100%
      );
  }

  .packs-investor-content {
    position: absolute;
    right: 18px;
    bottom: 23px;
    left: 18px;
    width: auto;
    padding: 0;
  }

  .packs-investor-content h2 {
    font-size: 24px;
  }

  .packs-investor-content p {
    font-size: 12.5px;
  }

  .packs-investor-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .packs-investor-btn {
    width: 100%;
  }

  .packs-help-card {
    min-height: auto;
  }

  .packs-help-whatsapp {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding-right: 15px;
  }

  .packs-help-phone {
    width: 115px;
    flex-basis: 115px;
  }

  .packs-help-content {
    padding: 20px 0;
  }

  .packs-help-content h2 {
    font-size: 20px;
  }

  .packs-help-content p {
    font-size: 12px;
  }

  .packs-help-content a {
    padding-inline: 13px;
    font-size: 11.5px;
  }

  .packs-help-request {
    align-items: flex-start;
    gap: 16px;
    padding: 21px 17px;
  }

  .packs-help-request-icon {
    width: 50px;
    font-size: 46px;
  }

}


/* =========================================================
   PETITS TÉLÉPHONES
   Jusqu’à 420px
========================================================= */

@media (max-width: 420px) {

  .packs-hero-inner {
    min-height: 485px;
  }

  .packs-hero-content h1 {
    font-size: 41px;
  }

  .packs-hero-content > h2 {
    font-size: 19px;
  }

  .packs-hero-content > p {
    font-size: 13px;
  }

  .packs-category-tab {
    flex-basis: 58%;
  }

  .packs-benefit-card {
    padding: 14px;
  }

  .packs-main-card {
    flex-basis: 92%;
  }

  .packs-main-image {
    height: 215px;
  }

  .packs-room-card {
    grid-template-columns: 1fr;
  }

  .packs-room-image {
    height: 205px;
    min-height: 0;
  }

  .packs-room-content {
    min-height: 185px;
  }

  .packs-investor-banner {
    min-height: 355px;
  }

  .packs-investor-content h2 {
    font-size: 22px;
  }

  .packs-help-whatsapp {
    display: block;
    padding: 21px 16px;
    text-align: center;
  }

  .packs-help-phone {
    width: 130px;
    height: 150px;
    margin: 0 auto -4px;
  }

  .packs-help-content {
    padding: 0;
  }

  .packs-help-content a {
    width: 100%;
  }

  .packs-help-request {
    display: block;
    padding: 22px 16px;
    text-align: center;
  }

  .packs-help-request-icon {
    width: 100%;
    margin-bottom: 12px;
  }

}


/* =========================================================
   TRÈS PETITS TÉLÉPHONES
   Jusqu’à 350px
========================================================= */

@media (max-width: 350px) {

  .packs-hero-inner {
    min-height: 465px;
  }

  .packs-hero-content h1 {
    font-size: 37px;
  }

  .packs-hero-content > h2 {
    font-size: 17px;
  }

  .packs-category-tab {
    flex-basis: 70%;
  }

  .packs-main-card {
    flex-basis: 95%;
  }

  .packs-investor-content h2 {
    font-size: 20px;
  }

}
/* =========================================================
   COMMENT ÇA MARCHE — RESPONSIVE PREMIUM
   REMPLACE L’ANCIEN BLOC RESPONSIVE DE CETTE PAGE
========================================================= */


/* =========================================================
   ÉCRANS JUSQU’À 1500PX
========================================================= */

@media (max-width: 1500px) {

  .process-hero-content {
    width: 520px;
  }

  .process-hero-content h1 {
    font-size: 61px;
  }

  .process-hero-content > p {
    max-width: 500px;
    font-size: 16px;
  }

  .process-steps-grid {
    grid-template-columns:
      minmax(0, 1fr)
      24px
      minmax(0, 1fr)
      24px
      minmax(0, 1fr)
      24px
      minmax(0, 1fr)
      24px
      minmax(0, 1fr);
  }

  .process-step-card {
    min-height: 350px;
    padding-inline: 10px;
  }

  .process-step-card h3 {
    font-size: 17px;
  }

  .process-step-card p {
    font-size: 11.5px;
  }

  .process-step-image {
    height: 122px;
  }

  .process-information-grid {
    grid-template-columns: 2fr 1fr;
  }

  .process-information-list {
    padding-inline: 18px;
  }

  .process-cta-content {
    padding-inline: 35px;
  }

}


/* =========================================================
   ÉCRANS JUSQU’À 1280PX
========================================================= */

@media (max-width: 1280px) {

  .process-hero,
  .process-hero-inner {
    min-height: 400px;
  }

  .process-hero-content {
    width: 475px;
  }

  .process-hero-content h1 {
    font-size: 56px;
  }

  .process-hero-content > p {
    font-size: 15px;
  }

  .process-hero-benefits {
    max-width: 450px;
  }

  .process-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 18px;
  }

  .process-step-arrow {
    display: none;
  }

  .process-step-card {
    min-height: 355px;
  }

  .process-step-card:nth-of-type(4),
  .process-step-card:nth-of-type(5) {
    grid-column: auto;
  }

  .process-step-card:last-of-type {
    grid-column: 2;
  }

  .process-advantages-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-advantage-item {
    border-bottom: 1px solid #353535;
  }

  .process-advantage-item:nth-child(3n) {
    border-right: 0;
  }

  .process-advantage-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .process-advantage-item:last-child {
    grid-column: span 2;
  }

  .process-advantage-item::after {
    display: none;
  }

  .process-information-main {
    grid-template-columns: 48% 52%;
  }

  .process-projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-project-card:nth-child(4),
  .process-project-card:nth-child(5) {
    grid-column: auto;
  }

  .process-cta-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .process-cta-actions {
    width: 100%;
  }

  .process-guarantees-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-guarantee-item {
    border-bottom: 1px solid #313131;
  }

  .process-guarantee-item:nth-child(3n) {
    border-right: 0;
  }

  .process-guarantee-item:last-child {
    grid-column: span 2;
  }

  .process-guarantee-item::after {
    display: none;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES — 1024PX
========================================================= */

@media (max-width: 1024px) {

  .process-hero {
    min-height: auto;
  }

  .process-hero-inner {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 36px;
  }

  .process-hero-background img {
    object-position: 68% center;
  }

  .process-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.04) 0%,
        rgba(5, 5, 5, 0.12) 34%,
        rgba(5, 5, 5, 0.82) 72%,
        #050505 100%
      );
  }

  .process-hero-pattern {
    left: -175px;
    opacity: 0.55;
  }

  .process-hero-content {
    width: 100%;
    max-width: 680px;
    padding: 0;
  }

  .process-hero-content h1 {
    font-size: 62px;
  }

  .process-hero-content > p {
    max-width: 620px;
    font-size: 15px;
  }

  .process-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 18px;
  }

  .process-step-card:last-of-type {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    margin-inline: auto;
  }

  .process-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-advantage-item {
    border-right: 0;
  }

  .process-advantage-item:nth-child(odd) {
    border-right: 1px solid #353535;
  }

  .process-advantage-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #353535;
  }

  .process-advantage-item:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .process-information-grid {
    grid-template-columns: 1fr;
  }

  .process-information-main {
    min-height: 310px;
  }

  .process-information-whatsapp {
    min-height: 230px;
  }

  .process-projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-project-image {
    height: 145px;
  }

  .process-cta-content {
    min-height: 175px;
  }

  .process-cta-actions {
    flex-wrap: wrap;
  }

  .process-guarantees-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-guarantee-item {
    border-right: 0;
  }

  .process-guarantee-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.5);
  }

  .process-guarantee-item:last-child {
    grid-column: 1 / -1;
    justify-content: center;
    border-right: 0;
    border-bottom: 0;
  }

}


/* =========================================================
   TABLETTES VERTICALES — 820PX
========================================================= */

@media (max-width: 820px) {

  .process-hero-inner {
    min-height: 500px;
  }

  .process-hero-content h1 {
    font-size: 56px;
  }

  .process-hero-content > p {
    font-size: 14.5px;
  }

  .process-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    gap: 9px;
  }

  .process-hero-benefit {
    min-height: 78px;
    padding: 10px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.62);
  }

  .process-hero-benefit:first-child,
  .process-hero-benefit:last-child {
    padding-inline: 10px;
  }

  .process-hero-benefit:not(:last-child)::after {
    display: none;
  }

  .process-section-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.15;
  }

  .process-step-card {
    min-height: 345px;
  }

  .process-information-main {
    grid-template-columns: 1fr;
  }

  .process-information-image {
    min-height: 260px;
  }

  .process-information-list {
    padding: 22px;
  }

  .process-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-project-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    margin-inline: auto;
  }

  .process-cta-content {
    padding: 25px;
  }

}


/* =========================================================
   MOBILES — 640PX
========================================================= */

@media (max-width: 640px) {

  .process-hero-inner {
    min-height: 470px;
    padding-bottom: 28px;
  }

  .process-hero-background img {
    object-position: 72% center;
  }

  .process-hero-pattern {
    left: -210px;
    opacity: 0.38;
  }

  .process-hero-content h1 {
    margin-bottom: 11px;
    font-size: 47px;
    line-height: 0.92;
  }

  .process-hero-content > p {
    margin-bottom: 21px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .process-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .process-hero-benefit {
    min-height: 74px;
    padding: 9px 6px;
  }

  .process-hero-benefit i {
    min-height: 30px;
    margin-bottom: 4px;
    font-size: 23px;
  }

  .process-hero-benefit strong {
    font-size: 11.5px;
  }

  .process-steps-section {
    padding-top: 28px;
  }

  .process-section-title {
    width: 100%;
    margin-bottom: 22px;
    padding-inline: 12px;
    font-size: 22px;
  }

  .process-steps-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-step-card,
  .process-step-card:last-of-type {
    grid-column: auto;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 35px 15px 15px;
  }

  .process-step-card h3 {
    min-height: 0;
    font-size: 20px;
  }

  .process-step-card p {
    min-height: 0;
    max-width: 330px;
    font-size: 13px;
  }

  .process-step-image {
    height: 215px;
  }

  .process-advantages-grid {
    grid-template-columns: 1fr;
  }

  .process-advantage-item,
  .process-advantage-item:nth-child(odd),
  .process-advantage-item:last-child {
    grid-column: auto;
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid #353535;
  }

  .process-advantage-item:last-child {
    border-bottom: 0;
  }

  .process-information-image {
    min-height: 225px;
  }

  .process-information-list {
    padding: 18px 15px;
  }

  .process-information-item {
    grid-template-columns: 31px 1fr;
    gap: 9px;
  }

  .process-information-item > i {
    font-size: 21px;
  }

  .process-information-item h3 {
    font-size: 12.5px;
  }

  .process-information-item p {
    font-size: 10.5px;
  }

  .process-information-whatsapp {
    padding: 23px 18px;
  }

  .process-information-whatsapp-icon {
    font-size: 35px;
  }

  .process-information-whatsapp h2 {
    font-size: 18px;
  }

  .process-information-whatsapp p {
    font-size: 12.5px;
  }

  .process-information-whatsapp a {
    width: 100%;
  }

  .process-projects-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 9px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #161616;
    -webkit-overflow-scrolling: touch;
  }

  .process-projects-grid::-webkit-scrollbar {
    height: 5px;
  }

  .process-projects-grid::-webkit-scrollbar-track {
    background: #161616;
  }

  .process-projects-grid::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 20px;
  }

  .process-project-card,
  .process-project-card:last-child {
    flex: 0 0 82%;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .process-project-image {
    height: 190px;
  }

  .process-project-card h3 {
    min-height: 46px;
    font-size: 13px;
  }

  .process-cta-box {
    min-height: auto;
  }

  .process-cta-content {
    min-height: auto;
    padding: 25px 18px;
  }

  .process-cta-content h2 {
    font-size: 23px;
  }

  .process-cta-content p {
    font-size: 12px;
  }

  .process-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .process-cta-actions > span {
    text-align: center;
  }

  .process-cta-btn {
    width: 100%;
    min-height: 46px;
    white-space: normal;
    text-align: center;
  }

  .process-guarantees-grid {
    grid-template-columns: 1fr;
  }

  .process-guarantee-item,
  .process-guarantee-item:nth-child(odd),
  .process-guarantee-item:last-child {
    grid-column: auto;
    justify-content: flex-start;
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid #313131;
  }

  .process-guarantee-item:last-child {
    border-bottom: 0;
  }

}


/* =========================================================
   PETITS MOBILES — 480PX
========================================================= */

@media (max-width: 480px) {

  .process-hero-inner {
    min-height: 450px;
  }

  .process-hero-content h1 {
    font-size: 43px;
  }

  .process-hero-content > p {
    font-size: 13px;
  }

  .process-hero-benefits {
    gap: 6px;
  }

  .process-step-image {
    height: 190px;
  }

  .process-information-image {
    min-height: 205px;
  }

  .process-project-card,
  .process-project-card:last-child {
    flex-basis: 88%;
  }

  .process-project-image {
    height: 175px;
  }

  .process-cta-content h2 {
    font-size: 21px;
  }

}


/* =========================================================
   TRÈS PETITS MOBILES — 380PX
========================================================= */

@media (max-width: 380px) {

  .process-hero-inner {
    min-height: 435px;
  }

  .process-hero-content h1 {
    font-size: 39px;
  }

  .process-hero-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .process-hero-benefit {
    min-height: 68px;
  }

  .process-section-title {
    font-size: 20px;
  }

  .process-step-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .process-step-icon {
    font-size: 31px;
  }

  .process-step-card h3 {
    font-size: 18px;
  }

  .process-step-image {
    height: 170px;
  }

  .process-project-card,
  .process-project-card:last-child {
    flex-basis: 93%;
  }

}


/* =========================================================
   ULTRA PETITS MOBILES — 330PX
========================================================= */

@media (max-width: 330px) {

  .process-hero-inner {
    min-height: 420px;
  }

  .process-hero-content h1 {
    font-size: 36px;
  }

  .process-hero-content > p {
    font-size: 12.5px;
  }

  .process-hero-benefits {
    grid-template-columns: 1fr;
  }

  .process-hero-benefit {
    display: grid;
    grid-template-columns: 34px 1fr;
    min-height: 54px;
    text-align: left;
  }

  .process-hero-benefit i {
    margin: 0;
  }

  .process-information-whatsapp h2 {
    font-size: 16px;
  }

}
/* =========================================================
   PAGE DEVIS — RESPONSIVE COMPLET
========================================================= */


/* =========================================================
   GRANDS ÉCRANS — 1500PX
========================================================= */

@media (max-width: 1500px) {

  .quote-hero-content {
    width: 570px;
  }

  .quote-hero-content h1 {
    font-size: 61px;
  }

  .quote-hero-pattern {
    left: 26%;
  }

  .quote-info-item {
    padding-inline: 16px;
  }

  .quote-info-item > i {
    width: 36px;
    font-size: 27px;
  }

  .quote-info-item strong {
    font-size: 13px;
  }

  .quote-info-item a,
  .quote-info-item span {
    font-size: 10.8px;
  }

  .quote-form-layout {
    grid-template-columns:
      minmax(0, 2fr)
      minmax(290px, 0.8fr);
  }

  .quote-project-option-content {
    min-height: 88px;
  }

  .quote-project-option-content strong {
    font-size: 11.5px;
  }

  .quote-sidebar-card,
  .quote-sidebar-contact {
    padding-inline: 19px;
  }

  .quote-guarantee-item {
    padding-inline: 13px;
  }

}


/* =========================================================
   ORDINATEURS MOYENS — 1280PX
========================================================= */

@media (max-width: 1280px) {

  .quote-hero,
  .quote-hero-inner {
    min-height: 430px;
  }

  .quote-hero-content {
    width: 530px;
  }

  .quote-hero-content h1 {
    font-size: 57px;
  }

  .quote-hero-content > p {
    max-width: 510px;
    font-size: 14px;
  }

  .quote-hero-benefits {
    max-width: 530px;
  }

  .quote-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-info-item {
    border-bottom: 1px solid rgba(240, 24, 29, 0.42);
  }

  .quote-info-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 24, 29, 0.42);
  }

  .quote-info-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .quote-info-item::after {
    display: none;
  }

  .quote-form-layout {
    grid-template-columns:
      minmax(0, 1.8fr)
      minmax(280px, 0.78fr);
    gap: 15px;
  }

  .quote-form-heading {
    padding-inline: 25px;
  }

  .quote-form {
    padding-inline: 25px;
  }

  .quote-project-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-project-option-content {
    min-height: 86px;
  }

  .quote-guarantees-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-guarantee-item::after {
    display: none;
  }

  .quote-guarantee-item {
    border-bottom: 1px solid #313131;
  }

  .quote-guarantee-item:nth-child(1),
  .quote-guarantee-item:nth-child(2),
  .quote-guarantee-item:nth-child(4) {
    border-right: 1px solid rgba(240, 24, 29, 0.45);
  }

  .quote-guarantee-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .quote-guarantee-item:last-child {
    grid-column: span 2;
  }

}


/* =========================================================
   TABLETTES HORIZONTALES — 1050PX
========================================================= */

@media (max-width: 1050px) {

  .quote-hero {
    min-height: auto;
  }

  .quote-hero-inner {
    min-height: 540px;
    align-items: flex-end;
    padding-bottom: 38px;
  }

  .quote-hero-background img {
    object-position: 68% center;
  }

  .quote-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.05) 0%,
        rgba(5, 5, 5, 0.12) 34%,
        rgba(5, 5, 5, 0.82) 72%,
        #050505 100%
      );
  }

  .quote-hero-pattern {
    left: 54%;
    opacity: 0.46;
  }

  .quote-hero-content {
    width: 100%;
    max-width: 720px;
    padding: 0;
  }

  .quote-hero-content h1 {
    font-size: 63px;
  }

  .quote-hero-content > p {
    max-width: 640px;
  }

  .quote-hero-benefits {
    max-width: 670px;
  }

  .quote-form-layout {
    grid-template-columns: 1fr;
  }

  .quote-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .quote-sidebar-whatsapp,
  .quote-sidebar-contact {
    min-height: 100%;
  }

  .quote-sidebar-whatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .quote-sidebar-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}


/* =========================================================
   TABLETTES VERTICALES — 820PX
========================================================= */

@media (max-width: 820px) {

  .quote-hero-inner {
    min-height: 515px;
  }

  .quote-hero-content h1 {
    font-size: 56px;
  }

  .quote-hero-content > p {
    font-size: 13.8px;
  }

  .quote-hero-benefits {
    grid-template-columns: 1fr;
    max-width: 470px;
    gap: 8px;
    padding-top: 0;
    border-top: 0;
  }

  .quote-hero-benefit {
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid #303030;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.62);
  }

  .quote-hero-benefit:first-child,
  .quote-hero-benefit:last-child {
    padding-inline: 12px;
  }

  .quote-hero-benefit:not(:last-child)::after {
    display: none;
  }

  .quote-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-form-heading {
    padding: 24px 22px 21px;
  }

  .quote-form-heading h2 {
    font-size: 27px;
  }

  .quote-form {
    padding: 0 22px 25px;
  }

  .quote-fields-grid {
    gap: 15px;
  }

  .quote-project-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-sidebar {
    grid-template-columns: 1fr;
  }

  .quote-sidebar-card,
  .quote-sidebar-whatsapp,
  .quote-sidebar-contact {
    padding: 22px;
  }

}


/* =========================================================
   MOBILES — 640PX
========================================================= */

@media (max-width: 640px) {

  .quote-hero-inner {
    min-height: 500px;
    padding-bottom: 29px;
  }

  .quote-hero-background img {
    object-position: 72% center;
  }

  .quote-hero-pattern {
    left: 60%;
    width: 145px;
    opacity: 0.34;
  }

  .quote-hero-label {
    min-height: 25px;
    margin-bottom: 9px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .quote-hero-content h1 {
    margin-bottom: 11px;
    font-size: 47px;
    line-height: 0.94;
  }

  .quote-hero-content h1 br {
    display: none;
  }

  .quote-hero-content > p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.45;
  }

  .quote-hero-benefits {
    max-width: none;
  }

  .quote-hero-benefit {
    min-height: 54px;
  }

  .quote-hero-benefit > i {
    width: 29px;
    font-size: 23px;
  }

  .quote-hero-benefit strong {
    font-size: 12px;
  }

  .quote-hero-benefit span {
    font-size: 9.5px;
  }

  .quote-info-grid {
    grid-template-columns: 1fr;
  }

  .quote-info-item,
  .quote-info-item:nth-child(odd),
  .quote-info-item:nth-last-child(-n + 2) {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 24, 29, 0.42);
  }

  .quote-info-item:last-child {
    border-bottom: 0;
  }

  .quote-form-section {
    padding-top: 4px;
  }

  .quote-form-wrapper {
    border-radius: 8px;
  }

  .quote-form-heading {
    padding: 22px 17px 19px;
  }

  .quote-form-heading > span {
    font-size: 10.5px;
  }

  .quote-form-heading h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .quote-form-heading p {
    font-size: 11.5px;
  }

  .quote-form {
    padding: 0 17px 22px;
  }

  .quote-form-block {
    padding: 24px 0;
  }

  .quote-form-block legend {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .quote-form-block legend span {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .quote-fields-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quote-field + .quote-field-full {
    margin-top: 15px;
  }

  .quote-input-wrapper input,
  .quote-select-wrapper select {
    height: 49px;
  }

  .quote-project-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .quote-project-option-content {
    min-height: 84px;
  }

  .quote-project-option-content i {
    font-size: 25px;
  }

  .quote-project-option-content strong {
    font-size: 11.5px;
  }

  .quote-textarea-wrapper textarea {
    min-height: 165px;
  }

  .quote-file-upload {
    min-height: 180px;
    flex-direction: column;
    gap: 13px;
    padding: 22px 15px;
    text-align: center;
  }

  .quote-file-icon {
    width: 56px;
    height: 56px;
    font-size: 25px;
  }

  .quote-file-text strong {
    font-size: 15px;
  }

  .quote-file-text small {
    font-size: 10.8px;
  }

  .quote-form-consent span {
    font-size: 10.8px;
  }

  .quote-submit-button {
    min-height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }

  .quote-sidebar-card,
  .quote-sidebar-whatsapp,
  .quote-sidebar-contact {
    padding: 20px 17px;
  }

  .quote-sidebar-card > h2,
  .quote-sidebar-contact h2,
  .quote-sidebar-whatsapp h2 {
    font-size: 20px;
  }

  .quote-guarantees-grid {
    grid-template-columns: 1fr;
  }

  .quote-guarantee-item,
  .quote-guarantee-item:nth-child(1),
  .quote-guarantee-item:nth-child(2),
  .quote-guarantee-item:nth-child(4),
  .quote-guarantee-item:last-child {
    grid-column: auto;
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid #313131;
  }

  .quote-guarantee-item:last-child {
    border-bottom: 0;
  }

}


/* =========================================================
   PETITS MOBILES — 480PX
========================================================= */

@media (max-width: 480px) {

  .quote-hero-inner {
    min-height: 475px;
  }

  .quote-hero-content h1 {
    font-size: 42px;
  }

  .quote-hero-content > p {
    font-size: 12.5px;
  }

  .quote-info-item {
    padding: 13px 15px;
  }

  .quote-info-item > i {
    width: 34px;
    font-size: 25px;
  }

  .quote-form-heading h2 {
    font-size: 22px;
  }

  .quote-project-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-project-option-content {
    min-height: 80px;
    padding-inline: 6px;
  }

  .quote-input-wrapper input,
  .quote-select-wrapper select {
    padding-left: 42px;
    padding-right: 36px;
    font-size: 12px;
  }

  .quote-textarea-wrapper textarea {
    padding-left: 42px;
    font-size: 12px;
  }

  .quote-submit-button {
    font-size: 13px;
  }

}


/* =========================================================
   TRÈS PETITS MOBILES — 380PX
========================================================= */

@media (max-width: 380px) {

  .quote-hero-inner {
    min-height: 455px;
  }

  .quote-hero-content h1 {
    font-size: 38px;
  }

  .quote-hero-label {
    font-size: 9px;
    letter-spacing: 0.7px;
  }

  .quote-form-heading,
  .quote-form {
    padding-right: 14px;
    padding-left: 14px;
  }

  .quote-form-block legend {
    gap: 9px;
    font-size: 16px;
  }

  .quote-project-options {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .quote-project-option-content {
    min-height: 77px;
  }

  .quote-project-option-content i {
    font-size: 23px;
  }

  .quote-project-option-content strong {
    font-size: 10.5px;
  }

  .quote-file-text strong {
    font-size: 14px;
  }

  .quote-sidebar-whatsapp-icon {
    width: 56px;
    height: 56px;
    font-size: 27px;
  }

}


/* =========================================================
   ULTRA PETITS MOBILES — 330PX
========================================================= */

@media (max-width: 330px) {

  .quote-hero-inner {
    min-height: 440px;
  }

  .quote-hero-content h1 {
    font-size: 35px;
  }

  .quote-hero-content > p {
    font-size: 12px;
  }

  .quote-hero-benefit {
    grid-template-columns: 30px 1fr;
  }

  .quote-form-heading h2 {
    font-size: 20px;
  }

  .quote-project-options {
    grid-template-columns: 1fr;
  }

  .quote-project-option-content {
    min-height: 68px;
    display: grid;
    grid-template-columns: 35px 1fr;
    text-align: left;
  }

  .quote-project-option-content i {
    margin: 0;
    text-align: center;
  }

  .quote-submit-button {
    font-size: 12px;
  }

}