@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bai Jamjuree:wght@300;400;500;600;700&display=swap");
:root {
  --green: #69690D;
  --green-1: #878800;
  --green-2: #9E9F32;
  --green-3: #C5B95B;
  --green-4: #CDCE6F;
  --grey: #848484;
  --grey-1: #F0F0F0;
  --blue-grey: #37424A;
  --purple: #39304A;
  --purple-1: #655A78;
  --purple-2: #9184A8;
  --bordure: #D7D9C2;
}

@media screen and (max-width: 1100px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .univers__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .price {
    font-size: 1.2rem !important;
    text-align: center;
  }
  .carousel__caption {
    left: 10%;
  }
  .carousel__detail {
    left: 10%;
  }
  .carousel__button-cta {
    left: 10%;
  }
  .swiper {
    width: 90%;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles, padding and margin on ul, ol elements with a class, which suggests default styling will be removed */
ul:where([class]),
ol:where([class]) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Débuggueur CSS  */
* {
  /* outline: 1px solid red; */
}

/* Root font size equivalent à 10px pour simplifier les calculs */
html {
  font-size: 0.625em; /* fallback IE8+ */
  font-size: 0.625em; /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
}

/* Remove focus for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Set core body defaults */
body {
  font-size: 1.6rem;
}

/* Set text selection color */
::selection {
  color: #000;
  background-color: #8EC246;
}

/* Set cursor pointer */
label[for],
button,
input[type=submit],
select {
  cursor: pointer;
}

/* Remove font style on address */
address {
  font-style: normal;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
  position: absolute;
  white-space: nowrap;
}

/* Image replacement technique 2012 H5BP  - https://css-tricks.com/the-image-replacement-museum/ */
.ir {
  font: 0/0 a;
  color: transparent;
  border: 0;
  text-shadow: none;
}

/* Print external URLs */
@media print {
  a {
    text-decoration: underline;
  }
  a[href]:not([href^="#"])::after {
    content: "(" attr(href) ")";
  }
}
* {
  font-family: system-ui, sans-serif;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

/* TAILLE DES TITRES */ /* TAILLE DES TITRES */
/* TAILLE DES TITRES */ /* TAILLE DES TITRES */
/* TAILLE DES TITRES */ /* TAILLE DES TITRES */
/* TAILLE DES TITRES */ /* TAILLE DES TITRES */
/* TAILLE DES TITRES */ /* TAILLE DES TITRES */
h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1rem;
  margin: 0;
}

p {
  font-size: 1.6rem;
}

/* MARGIN BOTTOM */ /* MARGIN BOTTOM */
/* MARGIN BOTTOM */ /* MARGIN BOTTOM */
/* MARGIN BOTTOM */ /* MARGIN BOTTOM */
/* MARGIN BOTTOM */ /* MARGIN BOTTOM */
/* MARGIN BOTTOM */ /* MARGIN BOTTOM */
.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

/* MARGIN TOP */ /* MARGIN TOP */
/* MARGIN TOP */ /* MARGIN TOP */
/* MARGIN TOP */ /* MARGIN TOP */
/* MARGIN TOP */ /* MARGIN TOP */
/* MARGIN TOP */ /* MARGIN TOP */
.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.m-auto {
  margin: auto;
}

/* GAP */ /* GAP */ /* GAP */ /* GAP */
/* GAP */ /* GAP */ /* GAP */ /* GAP */
/* GAP */ /* GAP */ /* GAP */ /* GAP */
/* GAP */ /* GAP */ /* GAP */ /* GAP */
/* GAP */ /* GAP */ /* GAP */ /* GAP */
.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

/* FONT SIZE */ /* FONT SIZE */
/* FONT SIZE */ /* FONT SIZE */
/* FONT SIZE */ /* FONT SIZE */
/* FONT SIZE */ /* FONT SIZE */
/* FONT SIZE */ /* FONT SIZE */
.fz-14 {
  font-size: 1.4rem !important;
}

.fz-10 {
  font-size: 1rem !important;
}

.fz-12 {
  font-size: 1.2rem !important;
}

.fz-13 {
  font-size: 1.3rem !important;
}

.fz-16 {
  font-size: 1.6rem !important;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-2 {
  font-size: 2rem !important;
}

.fz-25 {
  font-size: 2.5rem !important;
}

.fz-32 {
  font-size: 3.2rem !important;
}

/* FLEX PROPERTIES */ /* FLEX PROPERTIES */
/* FLEX PROPERTIES */ /* FLEX PROPERTIES */
/* FLEX PROPERTIES */ /* FLEX PROPERTIES */
/* FLEX PROPERTIES */ /* FLEX PROPERTIES */
/* FLEX PROPERTIES */ /* FLEX PROPERTIES */
.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.m-auto {
  margin: auto;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.is-hidden {
  display: none;
}

.bold {
  font-weight: bold !important;
}

.fw-500 {
  font-weight: 500;
}

.thin {
  font-weight: 300 !important;
}

.black {
  color: black;
}

/* CONTAINER */ /* CONTAINER */ /* CONTAINER */
/* CONTAINER */ /* CONTAINER */ /* CONTAINER */
/* CONTAINER */ /* CONTAINER */ /* CONTAINER */
/* CONTAINER */ /* CONTAINER */ /* CONTAINER */
/* CONTAINER */ /* CONTAINER */ /* CONTAINER */
.wrapper {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-2 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
.underlined-animation {
  position: relative;
  display: inline-block;
}

.underlined-animation:hover {
  color: var(--main-green);
  transition: 0.2s;
}

.underlined-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-green);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.underlined-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.underlined-animation-2 {
  position: relative;
  display: inline-block;
}

.underlined-animation-2:hover {
  color: var(--red);
  transition: 0.2s;
}

.underlined-animation-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--red);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.underlined-animation-2:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.title-underline {
  height: 1px;
  background-color: #8EC246;
  width: 10%;
  margin: auto;
  border: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  grid-gap: 0.5rem;
  /* margin: 2rem 0; */
}

.swiper-pagination-bullet {
  background-color: var(--main-green);
  height: 0.7rem;
  width: 2.6rem;
  border-radius: 2.5rem;
  bottom: 7.4rem;
}

/* MAIN */ /* MAIN */ /* MAIN */
/* MAIN */ /* MAIN */ /* MAIN */
/* MAIN */ /* MAIN */ /* MAIN */
/* MAIN */ /* MAIN */ /* MAIN */
/* MAIN */ /* MAIN */ /* MAIN */
.best__sellers {
  height: 30rem;
}

.univers__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/*
.univers__situation{
    height: 32.6rem;
    width: 32.6rem;
    object-fit: cover;
    /* position: absolute; 
}
*/
.collection__situation {
  height: 25rem;
}

/*
.univers__title{
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-right: 14rem;
    top: -50%;
    position: relative;
}
*/
.price {
  text-align: center;
}

/* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
/* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
/* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
/* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
/* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
.actualites {
  background-color: #EFEEEE;
}

/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/*

.univers__presentation{
    padding: 3rem;
    margin-bottom: 3rem;
}

.page__univers__grid{
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
}

.page__univers__title{
    width: 100%;
    margin-bottom: 2rem;
}

.page__univers__title__text{
    text-align: left;
}

.bis{
    position: absolute;
    top: 25%;
    left: 10%;
    color: white;
    font-size: 4rem;
}

.page__univers_paragraph{
    text-align: left;
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    font-size: 2rem;
}

.page__univers_img{
    width: 37rem;
    height: 22rem;
    object-fit: cover;
}

.page__univers_img:hover{
    cursor: pointer;
    transform: scale(1.02);
    transition: 0.2s;
}

.univers__name{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.univers__header{
    height: 30vh;
    width: 100%;
    object-fit: cover;
}
*/
@media screen and (max-width: 1100px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .univers__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .price {
    font-size: 1.2rem !important;
    text-align: center;
  }
  .carousel__caption {
    left: 10%;
  }
  .carousel__detail {
    left: 10%;
  }
  .carousel__button-cta {
    left: 10%;
  }
  .swiper {
    width: 90%;
  }
}
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.d-none {
  display: none;
}

header {
  background-color: white;
  width: 100%;
  z-index: 2000;
  position: sticky;
  top: 0;
}

.navbar-content {
  margin-top: 1rem;
  grid-area: 2/2/3/3;
}

.navbar-mobile-separateur {
  margin-inline: 4rem;
}

.header-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}
.navbar-entete-mobile {
  display: grid;
  grid-template-columns: 2.9rem 16.8rem 2.3rem;
  justify-content: space-between;
  height: 5rem;
  width: 80%;
  margin-inline: auto;
  margin-block-start: 1rem;
}

.formulaire-recherche-mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #f8f8f8;
  padding-block: 1rem;
  padding-inline: 10%;
  height: 6rem;
  width: 100% !important;
}

.searchForm-mobile {
  height: 3rem;
  width: 100%;
}

.search-bar-mobile {
  height: 4rem;
  width: 100% !important;
}

.navbar-mobile-search {
  width: 4rem;
  height: 4rem;
  margin-block: auto;
}

.navbar-mobile-search-icon {
  color: #CDCE6F;
  font-size: 4rem;
}

.navbar-search-icon-mobile {
  background-color: #CDCE6F;
}

.navbar-mobile-search-icon-input {
  display: flex;
  padding: 1rem;
  font-size: 2rem;
}

.navbar-mobile-logo {
  display: block;
  width: 16.5rem;
  margin-block: auto;
}

.navbar-mobile-icon {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 2.5rem;
  margin-block: auto;
}

.navbar-ligne {
  height: 0.3rem;
  background-color: #CDCE6F;
}

.navbar-content-mobile {
  display: block;
}

.navbar-content-mobile-off {
  display: none;
}

.navbar-list-section-mobile {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 4rem;
  text-align: center;
}

.navbar-list-section-title-mobile span,
.navbar-list-section-mobile a {
  font-size: 2rem !important;
  color: #39304A;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  font-family: "Bai Jamjuree";
}

.navbar-content-mobile-return {
  width: 5rem;
  font-size: 5rem;
  margin-inline: auto;
}

.navbar-content-mobile-return-off {
  display: none;
}

.liste-section-mobile-items {
  margin: 1rem;
}

.liste-section-mobile-items-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-inline-start: 5.3rem;
  margin-inline-end: 4rem;
}

.liste-section-mobile-items-title a {
  margin-block: auto;
}

.liste-section-mobile-items-title span {
  font-size: 1.4rem;
  color: #39304A;
  text-transform: uppercase;
  font-weight: bold;
  margin-block: auto;
}

.liste-section-mobile-items-title i {
  font-size: 3.2rem;
  color: #39304A;
  font-weight: bold;
}

.liste-section-mobile-items-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  margin: auto;
  width: 60%;
}

.liste-section-mobile-items-content-off {
  display: none !important;
}

.liste-section-mobile-img img {
  margin: auto;
}

.navbar-mobile-info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-block-start: 4rem;
}

.button-mobile-locator {
  display: flex;
  width: 70%;
  background-color: #CDCE6F;
  margin: auto;
  color: black;
  justify-content: center;
}

.button-mobile-compte {
  display: flex;
  width: 70%;
  background-color: #69690D;
  margin: auto;
  color: white;
  justify-content: center;
}

.mobile-telephone {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #878800;
  color: white;
  height: 5rem;
}

/* Header Styles */
header {
  background-color: white;
  width: 100%;
  z-index: 2000;
  position: sticky;
  top: 0;
}

.navbar-bandeau-gris-grid {
  display: none;
}

.navbar-bandeau-gris {
  display: none;
}

@media screen and (min-width: 768px) {
  .navbar-bandeau-gris-grid {
    display: block;
    background-color: #f8f8f8;
    width: 120%;
    max-height: 5rem;
    grid-area: 1/1/2/2;
  }
  .navbar-bandeau-gris {
    display: block;
    background-color: #f8f8f8;
    width: 100%;
    height: 5rem;
    max-height: 5rem;
    position: absolute;
  }
}
.scroll {
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
}

.background-navbar {
  display: none;
}

.active_link {
  color: var(--green-2);
  border-bottom: 2px solid var(--green-2);
}

.active_link_fds {
  color: #6d428a;
  border-bottom: 2px solid #6d428a;
}

@media screen and (min-width: 768px) {
  .background-navbar {
    display: block;
    background-color: rgb(248, 248, 248);
    width: 100vw;
    height: 5rem;
    top: 0;
  }
}
.navbar {
  margin: auto;
  background-color: white;
  width: 100%;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .navbar {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr auto;
    padding: 0rem !important;
    column-gap: 2rem;
    width: 90%;
  }
}
@media screen and (min-width: 1080px) {
  .navbar {
    grid-template-columns: 35rem 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    column-gap: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .navbar {
    width: 80%;
    column-gap: 2rem;
    grid-template-columns: 45rem 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .navbar {
    grid-template-columns: 50rem 1fr;
  }
}
@media screen and (min-width: 1800px) {
  .navbar {
    column-gap: 15rem;
  }
}
@media screen and (min-width: 2024px) {
  .navbar {
    max-width: 202rem;
    margin-inline: auto;
  }
}
.navbar-entete-desktop {
  display: none;
  text-wrap: nowrap;
  max-width: 100rem;
  background-color: #f8f8f8;
}

.navbar-entete-desktop a {
  align-content: center;
}

.navbar-entete-desktop form {
  margin-block: auto;
}

@media screen and (min-width: 768px) {
  .navbar-entete-mobile {
    display: none;
  }
  .navbar-entete-desktop {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-height: 5rem;
    justify-content: end;
    gap: 3.3%;
    grid-area: 1/1/2/3;
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 1080px) {
  .navbar-entete-desktop {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: 5rem;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
  }
}
.navbar-logo {
  display: none;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .navbar-logo {
    display: block;
    grid-area: 2/1/2/2;
    width: 90%;
    margin: unset !important;
    margin-block: auto !important;
    padding-block: 0.6rem;
  }
}
.navbar-mobile-search {
  width: 4rem;
  height: 4rem;
  margin-block: auto;
  visibility: hidden;
}

.navbar-mobile-search-icon {
  color: #CDCE6F;
  font-size: 4rem;
}

.navbar-mobile-logo {
  display: block;
  width: 16.5rem;
  margin-block: auto;
}

.navbar-mobile-icon {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 2.5rem;
  margin-block: auto;
}

.navbar-ligne {
  height: 0.3rem;
  background-color: #CDCE6F;
}

.search-bar {
  padding-left: 2rem;
  width: 20rem;
  border: 0.1rem solid #a9a9a9;
  font-family: "Montserrat";
}

.nav-revendeurs {
  margin-block: auto;
  font-size: 1.2rem;
  font-weight: 500;
}

.nav-admin {
  font-size: 1.2rem;
  background-color: var(--green-4);
  color: black;
  padding: 1rem 2rem 1rem 2rem;
  font-family: "Montserrat";
}

.nav-compte {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: var(--green-4);
  color: black;
  padding: 1rem 2rem 1rem 2rem;
  font-family: "Montserrat";
}

.numero {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-block: 1rem;
  margin-inline-end: 0rem;
  text-align: right;
  color: var(--green-2);
  font-family: "Montserrat";
}

@media screen and (min-width: 1080px) {
  .search-bar,
  .nav-revendeurs,
  .nav-compte,
  .numero {
    width: min-content;
    font-size: 1.6rem;
  }
  .search-bar {
    width: 100%;
    padding-inline-start: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .search-bar,
  .nav-revendeurs,
  .nav-compte,
  .numero {
    font-size: 1.8rem;
  }
  .search-bar {
    padding-inline-start: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .search-bar,
  .nav-revendeurs,
  .nav-compte,
  .numero {
    font-size: 2rem;
  }
}
.navbar-content {
  margin-top: 1rem;
  grid-area: 2/2/3/3;
}

.navbar-content-off {
  display: none;
}

@media screen and (min-width: 768px) {
  .navbar-content-off {
    display: block;
  }
}
.navbar-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  text-align: center;
  background-color: #CDCE6F;
  color: white;
  padding-block: 3rem;
  max-width: 100rem;
}

@media screen and (min-width: 768px) {
  .navbar-list {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0rem;
    width: 100%;
    justify-content: space-between;
    background-color: white;
    color: black;
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-list {
    gap: 3rem;
    width: 100%;
    padding-block: 3rem 3rem;
    margin-inline-start: auto;
  }
}
.navbar-items,
.navbar-items a,
.navbar-items span,
.navbar-list-fds,
.navbar-list-recon {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Bai Jamjuree";
  text-wrap: nowrap;
}

.navbar-list-fds {
  color: #6d428a;
}

.navbar-list-recon {
  color: #b5bf59 !important;
}

@media screen and (min-width: 768px) {
  .navbar-items,
  .navbar-items a,
  .navbar-items span,
  .navbar-list-fds,
  .navbar-list-recon {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .navbar-items,
  .navbar-items a,
  .navbar-items span,
  .navbar-list-fds,
  .navbar-list-recon {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .navbar-items,
  .navbar-items a,
  .navbar-items span,
  .navbar-list-fds,
  .navbar-list-recon {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-items,
  .navbar-items a,
  .navbar-items span,
  .navbar-list-fds,
  .navbar-list-recon {
    font-size: 2rem;
    z-index: 50;
  }
}
.subnavbar-content {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .subnavbar-content {
    width: 100%;
    position: absolute;
    background-color: white;
    left: 0rem;
    top: 100%;
    border-bottom: 2rem solid var(--green-2);
  }
}
.subnavbar-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media screen and (min-width: 768px) {
  .subnavbar-list {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    gap: 5rem;
    height: 100%;
    background-color: white;
    justify-content: center;
    padding-block: 3rem 5rem;
    margin-inline: 5rem;
  }
  .sub-subnavbar-list {
    text-align: left;
  }
}
.subnavbar-list-items span {
  font-size: 1.8rem;
}

.subnavbar-list-items span {
  font-size: 1.5rem;
  display: block;
}

.sub-subnavbar-list li a {
  font-size: 1.2rem;
  text-transform: lowercase;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .subnavbar-list-items span {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin-block-end: 1rem;
  }
  .sub-subnavbar-list li a {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 1080px) {
  .subnavbar-list-items span {
    font-size: 1.8rem;
  }
  .sub-subnavbar-list li a {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.loop-placet-title {
  text-align: center !important;
}

.overlay {
  display: none;
  position: fixed;
  top: 100%; /* Initially set the top to be just below the navbar */
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the alpha channel for the desired darkness */
  z-index: 90; /* Ensure the overlay is above other elements */
}

.overlay-visible {
  display: block !important;
  top: 0;
}

.breadcrumbs {
  margin-block-start: 2rem;
  text-wrap: nowrap;
}

.noUpper {
  text-transform: none !important;
}

.dropbtn {
  cursor: pointer;
  border: 0;
}

@media screen and (max-width: 768px) {
  .dropbtn {
    margin-inline: auto;
    border-radius: 1rem;
  }
  .dropbtn:hover,
  .dropbtn:active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}
/* Style du contenu du dropdown (caché par défaut) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 25rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10000;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

@media screen and (max-width: 768px) {
  .dropdown-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Style des liens à l'intérieur du dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content span {
  background-color: var(--green-1);
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Changement de couleur au survol */
.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* Affichage du dropdown quand le bouton est survolé */
.dropdown:hover .dropdown-content {
  display: block;
}

.navbar-btn-session {
  background-color: var(--green-1);
  color: white;
  width: 25rem;
  height: 5rem;
  display: flex;
  justify-content: center;
}

.header-flex {
  display: flex;
  flex-direction: row;
  margin-inline: auto;
  text-wrap: nowrap;
}

.pCon-planner-image-header {
  max-width: 5rem !important;
  height: 100%;
  margin-inline-start: 2rem;
  margin-block: auto;
}

@media screen and (min-width: 768px) {
  .pCon-planner-image-header {
    max-width: 4rem !important;
    margin-block: auto;
  }
}
.img-navbar {
  height: 15rem;
  margin: auto;
  margin-block-end: 2rem;
}

.img-navbar-texte {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-block: 5rem;
}

@media screen and (min-width: 1400px) {
  .img-navbar {
    height: 30rem;
  }
}
@media screen and (min-width: 1080px) {
  .img-navbar {
    height: 30rem;
  }
}
.univers-capitalize {
  text-transform: capitalize !important;
}

.op-header {
  position: sticky;
  top: 0;
  z-index: 4000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  --op-header-content-width: 80%;
  --op-header-content-max: 1400px;
  --green-2: #848723;
}
.op-header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.op-header__topbar {
  background-color: #848723;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
  font-weight: 700;
  color: #fff;
}
.op-header__promo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.6rem;
  position: relative;
  justify-content: center;
  width: 100%;
  text-transform: none;
}
.op-header__promo-slide {
  color: inherit;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
}
.op-header__promo-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.op-header__promo-button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.op-header__contact {
  display: none;
  gap: 5rem;
}
.op-header__contact a {
  color: inherit;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  padding: 1rem 0.9rem;
  height: 100%;
  border-radius: 1.5rem;
  transition: background-color 0.2s ease, color 0.2s ease, text-decoration-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.op-header__contact a:hover, .op-header__contact a:focus-visible {
  background-color: #A2A62C;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.2em;
}
.op-header__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.2rem clamp(1.5rem, 4vw, 4rem);
  background-color: #fff;
}
.op-header__desktop-row {
  display: none;
  width: var(--op-header-content-width);
  max-width: var(--op-header-content-max);
  gap: 5rem;
  align-items: center;
  margin-inline: auto;
  justify-content: space-between;
}
.op-header__burger {
  display: none;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.35rem;
  background: none;
  align-self: center;
}
.op-header__burger span {
  width: 2.4rem;
  height: 2.2px;
  background-color: #7F8532;
  display: block;
}
.op-header__logo {
  display: flex;
  align-items: center;
  min-width: 22rem;
  padding-left: 2rem;
}
.op-header__logo img {
  max-height: 9rem;
  width: auto;
}
.op-header__mobile-toolbar {
  display: none;
  gap: 0.6rem;
  align-items: center;
  justify-content: space-between;
  min-height: 4.2rem;
}
.op-header__mobile-icons-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.op-header__mobile-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.op-header__mobile-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.op-header__mobile-icon--brand img {
  max-width: 6rem;
}
.op-header__search {
  display: flex;
  align-items: center;
  background-color: #f0f1f4;
  border-radius: 1.8rem;
  padding: 0.5rem 1.2rem;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
  width: clamp(40%, 45vw, 71%);
  margin-inline: auto;
  height: 6.8rem;
  border-radius: 4rem;
}
.op-header__search:focus-within {
  border-color: var(--green-2);
  background-color: #fff;
}
.op-header__search input {
  flex: 1;
  border: none;
  background: none;
  font-size: 1.2rem;
  padding: 0 1rem;
  outline: none;
}
.op-header__search .search-bar {
  border: none;
  background: transparent;
  box-shadow: none;
  padding-left: 0.5rem;
  height: 3.4rem;
}
.op-header__search-autocomplete {
  flex: 1;
  position: relative;
  min-width: 0;
}
.op-header__search-autocomplete input {
  width: 100%;
}
.op-header__search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
}
.op-header__search-icon img {
  width: 100%;
  height: auto;
}
.op-header__search-submit {
  border: none;
  background: none;
  font-size: 3rem;
  color: #555;
  display: none;
  align-items: center;
  justify-content: center;
}
.op-header__actions {
  display: flex;
  gap: clamp(2rem, 3vw, 4rem);
  align-items: flex-start;
}
.op-header__desktop-actions {
  justify-content: flex-end;
  width: 100%;
  gap: 2rem;
  padding-right: 2rem;
}
.op-header__action {
  width: clamp(9rem, 10vw, 12rem);
  padding: 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
}
.op-header__action summary {
  list-style: none;
}
.op-header__action-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 600;
  color: #757575;
  width: 100%;
  text-align: center;
}
.op-header__action-body span {
  display: block;
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
}
.op-header__action-icon {
  width: clamp(3.4rem, 3.6vw, 4.4rem);
  height: clamp(3.4rem, 3.6vw, 4.4rem);
  transition: transform 0.2s ease;
  display: block;
  object-fit: contain;
  margin-inline: auto;
}
.op-header__action:hover .op-header__action-body, .op-header__action:focus-visible .op-header__action-body, .op-header__account-trigger:hover, .op-header__account-trigger:focus-visible {
  color: var(--green-2);
}
.op-header__action:hover .op-header__action-icon, .op-header__action:focus-visible .op-header__action-icon, .op-header__account-trigger:hover .op-header__action-icon, .op-header__account-trigger:focus-visible .op-header__action-icon {
  transform: translateY(-0.2rem);
}
.op-header__account-panel {
  background: #fff;
  border-radius: 1.8rem;
  padding: 1.6rem;
  min-width: 24rem;
  box-shadow: 0 1rem 3rem rgba(35, 30, 46, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  display: none;
}
.op-header__account-panel a {
  color: #38424C;
  text-decoration: none;
  font-weight: 600;
  text-align: left;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0.8rem;
  transition: background-color 0.3s ease;
}
.op-header__account-panel a:last-child {
  border-bottom: none;
}
.op-header__account-panel a:hover, .op-header__account-panel a:focus-visible {
  background-color: rgba(240, 240, 240, 0.75);
}
.op-header__account-panel a:last-child:hover, .op-header__account-panel a:last-child:focus-visible {
  background-color: rgba(110, 58, 130, 0.75);
  color: #fff;
}
.op-header__account-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  width: 100%;
  padding: 0;
}
.op-header__action--account {
  position: relative;
}
.op-header__action--account:hover .op-header__account-panel, .op-header__action--account:focus-within .op-header__account-panel {
  display: flex;
}
.op-header__account-panel-header {
  background-color: var(--green-2);
  color: #fff;
  border-radius: 1.4rem;
  padding: 1.4rem;
  text-align: center;
  margin: -1.6rem -1.6rem 1.4rem;
  position: relative;
}
.op-header__account-panel-header::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1rem;
  background-color: var(--green-2);
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.op-header__account-panel-label {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin: 0;
  opacity: 0.85;
}
.op-header__account-panel-value {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0.1rem 0 0.8rem;
}
.op-header__account-panel-email {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.op-header__nav {
  background-color: #D9D9D9;
  position: relative;
  z-index: 20;
  transition: background-color 0.5s ease;
}
.op-header__nav--active {
  background-color: #fff;
}
.op-header__nav--active .op-header__nav-item:not(.is-open):not(:hover) {
  background-color: #fff;
  box-shadow: none;
}
.op-header__nav--active .op-header__nav-item:not(.is-open):not(:hover) .op-header__nav-link {
  color: var(--nav-item-color, #38424C);
}
.op-header__nav-list {
  width: var(--op-header-content-width);
  max-width: var(--op-header-content-max);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, 3vw, 4rem);
  align-items: center;
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
  text-transform: uppercase;
  font-weight: 800 !important;
  color: #38424C;
}
.op-header__nav-item {
  text-wrap-mode: nowrap;
  --nav-item-color: #38424C;
  position: static;
  background-color: #d9d9d9;
  padding: 0.8rem clamp(1.2rem, 1.8vw, 2.2rem);
  border-radius: 1.4rem;
  transition: background-color 0.5s ease, color 0.5s ease;
  cursor: default;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}
.op-header__nav-item:hover, .op-header__nav-item.is-open {
  background-color: var(--nav-item-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.op-header__nav-item:hover .op-header__nav-link, .op-header__nav-item.is-open .op-header__nav-link {
  color: #ffffff;
}
.op-header__nav-link {
  width: 100%;
  padding: 0.4rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  font-size: clamp(1.3rem, 1.4vw, 1.7rem);
  font-weight: 800;
  color: var(--nav-item-color, #38424C);
  cursor: pointer;
}
.op-header__nav-item--soldes {
  --nav-item-color: #6E3A82;
}
.op-header__nav-item--secondevie {
  --nav-item-color: #9aa52b;
}
.op-header__nav-highlight {
  font-weight: bolder !important;
  color: #848723;
}
.op-header__nav-item--pcon:hover .op-header__nav-highlight, .op-header__nav-item--pcon.is-open .op-header__nav-highlight {
  color: #848723;
}
.op-header__mega {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 3rem;
  border-radius: 0rem;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(18rem, 1fr);
  gap: 2.4rem;
  width: 80%;
  min-width: 95rem;
  z-index: 10;
  margin-inline: auto;
}
.op-header__mega::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.6rem;
  width: 100%;
  height: 1.6rem;
  background-color: #808720;
  border-radius: 0 0 1.2rem 1.2rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}
.op-header__mega-heading {
  grid-column: 1/-1;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 0;
}
.op-header__mega--officepro {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(18rem, 1fr);
}
.op-header__mega-column--wide {
  grid-column: span 3;
}
.op-header__mega-column--media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-header__mega-column--media img {
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.op-header__mega-stack {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.op-header__mega a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: opacity 0.2s ease, background-size 0.2s ease;
}
.op-header__mega a:hover, .op-header__mega a:focus-visible {
  opacity: 0.75;
  background-size: 100% 2px;
}
.op-header__mega-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: black;
}
.op-header__mega-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.op-header__mega-list a {
  font-size: 1.4rem;
  color: #39304a;
  font-weight: 600;
  cursor: pointer;
}
.op-header__mega-link {
  font-size: 1.4rem;
  color: #39304a;
  font-weight: 600;
  cursor: pointer;
}
.op-header__overlay {
  position: fixed;
  top: var(--op-header-overlay-offset, 0);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 5;
}
.op-header__overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}
.op-header__mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 42rem;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 5000;
  box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.15);
}
.op-header__mobile-panel.is-open {
  transform: translateX(0);
}

/* Mobile Drawer */
.op-mobile-panel {
  min-height: 100%;
  padding: 2rem 2.5rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}
.op-mobile-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.op-mobile-panel__logo img {
  max-height: 3.2rem;
}
.op-mobile-panel__top-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.op-mobile-panel__icon {
  border: none;
  background: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
}
.op-mobile-panel__icon img {
  max-height: 2.6rem;
}
.op-mobile-panel__icon i {
  font-size: 2.6rem;
  color: #7F8532;
  line-height: 1;
}
.op-mobile-panel__icon--close i {
  font-size: 4.6rem;
  line-height: 1;
}
.op-mobile-panel__search {
  display: none;
  align-items: center;
  gap: 1rem;
  border-radius: 2rem;
  background-color: #f0f1f4;
  padding: 0.5rem 1.5rem;
  width: 100%;
  margin-top: 1rem;
}
.op-mobile-panel__search.is-visible {
  display: flex;
  animation: op-header-mobile-search 0.25s ease-out forwards;
}
.op-mobile-panel__search.is-overlay {
  position: fixed;
  top: var(--mobile-search-offset, calc(env(safe-area-inset-top, 0rem) + 1rem));
  left: clamp(1rem, 4vw, 1.6rem);
  right: clamp(1rem, 4vw, 1.6rem);
  margin-top: 0;
  z-index: 5200;
}
.op-mobile-panel__search form {
  flex: 1;
}
.op-mobile-panel__search .search-bar-mobile {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  outline: none;
  box-shadow: none;
  height: 3rem;
  min-height: 3rem;
}
.op-mobile-panel__search .navbar-search-icon-mobile {
  border: none;
  background: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.op-mobile-panel__search .navbar-search-icon-mobile img {
  max-height: 2.4rem;
}
@keyframes op-header-mobile-search {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.op-mobile-panel__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.op-mobile-panel__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #39304a;
}
.op-mobile-panel__assist-grid {
  display: flex;
  gap: 1.4rem;
  align-items: stretch;
}
.op-mobile-panel__assist-card {
  border-radius: 1.6rem;
  padding: 1.8rem;
  min-height: 6rem;
  background-color: #f0f1f4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #39304a;
  border: none;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.op-mobile-panel__assist-card--button {
  width: 100%;
  cursor: pointer;
  background-color: #b7bdcf;
}
.op-mobile-panel__assist-card--catalogue {
  background-color: var(--green-2);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  flex: 1;
  flex-direction: column;
  gap: 0.6rem;
}
.op-mobile-panel__assist-card--catalogue img {
  width: 60%;
  height: auto;
  max-height: 8rem;
  order: 1;
}
.op-mobile-panel__assist-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.op-mobile-panel__assist-card-label {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  text-align: center;
}
.op-mobile-panel__assist-card--compact {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  background-color: #D9D9D9;
  text-transform: uppercase;
  flex: 1;
}
.op-mobile-panel__assist-card--compact img {
  height: clamp(2.6rem, 6vw, 3.4rem);
  width: auto;
}
.op-mobile-panel__assist-card--compact span {
  color: #fff;
  font-size: clamp(1rem, 2.8vw, 1.3rem);
  letter-spacing: 0.05em;
  font-weight: 700;
}
.op-mobile-panel__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.op-mobile-panel__nav-item {
  border-radius: 2rem;
  background-color: #dcdcdc;
  padding: 1.4rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #4a4f5d;
  letter-spacing: 0.05em;
}
.op-mobile-panel__nav-label {
  flex: 1;
  text-align: center;
  font-weight: 800;
}
.op-mobile-panel__nav-highlight {
  color: var(--green-2);
  font-weight: bold;
}
.op-mobile-panel__nav-item--purple, .op-mobile-panel__nav-item--green {
  color: inherit;
}
.op-mobile-panel__nav-item--purple {
  color: #6E3A82;
}
.op-mobile-panel__nav-item--purple .op-mobile-panel__nav-arrow {
  color: #6E3A82;
}
.op-mobile-panel__nav-item--collection .op-mobile-panel__nav-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.9rem;
  border-radius: 0.3rem;
}
.op-mobile-panel__nav-item--collection .op-mobile-panel__nav-arrow {
  color: #6E3A82;
}
.op-mobile-panel__nav-item--green {
  color: var(--green-2);
}
.op-mobile-panel__nav-item--green .op-mobile-panel__nav-arrow {
  color: var(--green-2);
}
.op-mobile-panel__nav-arrow {
  font-size: 2.4rem;
  font-weight: 800;
  color: #4a4f5d;
}
.op-mobile-panel__drawer {
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 2rem 2.5rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  pointer-events: none;
  overflow: hidden;
}
.op-mobile-panel__drawer.is-visible {
  transform: translateX(0);
  pointer-events: auto;
}
.op-mobile-panel__drawer-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 1.5rem;
}
.op-mobile-panel__drawer-logo img {
  max-height: 3.2rem;
}
.op-mobile-panel__drawer-back {
  border: none;
  background: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2f3240;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
.op-mobile-panel__drawer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow-y: auto;
  padding-bottom: 10rem;
}
.op-mobile-panel__drawer-group {
  position: relative;
  padding-bottom: 0.6rem;
}
.op-mobile-panel__drawer-group::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.op-mobile-panel__drawer-trigger {
  width: 100%;
  border: none;
  background: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2f3240;
  text-decoration: none;
}
.op-mobile-panel__drawer-trigger:active {
  color: inherit;
  background: none;
}
.op-mobile-panel__drawer-trigger span {
  font-weight: 800 !important;
}
.op-mobile-panel__drawer-arrow {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232f3240' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m9 5 7 7-7 7'/%3E%3C/svg%3E");
  transition: transform 0.2s ease;
}
.op-mobile-panel__drawer-trigger[aria-expanded=true] .op-mobile-panel__drawer-arrow {
  transform: rotate(90deg);
}
.op-mobile-panel__drawer-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding-left: 1rem;
}
.op-mobile-panel__drawer-panel.is-open {
  max-height: 1200px;
}
.op-mobile-panel__drawer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.op-mobile-panel__drawer-list li a {
  font-size: 1.3rem;
  color: #38424C;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
}
.op-mobile-panel__drawer-list li a:active {
  color: inherit;
}
.op-mobile-panel__drawer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #38424C;
  border-bottom: 1px solid #e3e3e3;
  padding: 1rem 0;
}
.op-mobile-panel__drawer-floating {
  position: fixed;
  right: clamp(2rem, 4vw, 2.6rem);
  bottom: clamp(2rem, 4vw, 2.6rem);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5200;
}
.op-mobile-panel__drawer-floating img {
  max-height: 5.6rem;
  height: auto;
}
.op-mobile-panel__drawer.is-visible .op-mobile-panel__drawer-floating {
  display: inline-flex;
}
.op-mobile-panel__floating {
  position: fixed;
  right: clamp(2rem, 4vw, 2.6rem);
  bottom: clamp(2rem, 4vw, 2.6rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5200;
}
.op-mobile-panel__floating img {
  max-height: 5.6rem;
  height: auto;
}

.search-bar::-webkit-search-cancel-button,
.search-bar-mobile::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  height: 1.6rem;
  width: 1.6rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2012%2012%27%3E%3Cpath%20stroke=%27%239E9F32%27%20stroke-width=%271.5%27%20stroke-linecap=%27round%27%20d=%27M2%202l8%208M10%202L2%2010%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 1;
}
.search-bar::-ms-clear,
.search-bar-mobile::-ms-clear {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .op-header {
    --op-header-content-width: 92%;
  }
  .op-header__desktop-row {
    width: var(--op-header-content-width);
    gap: 1.8rem;
  }
  .op-header__nav-list {
    width: var(--op-header-content-width);
  }
  .op-header__logo {
    min-width: 10rem;
    padding-left: 0;
  }
  .op-header__logo img {
    max-height: 6rem;
  }
  .op-header__search {
    width: clamp(55%, 70vw, 82%);
    min-width: 32rem;
  }
  .op-header__actions {
    gap: 1rem;
  }
  .op-header__action {
    width: clamp(7rem, 8vw, 9.5rem);
  }
  .op-header__action-icon {
    width: clamp(2.6rem, 3vw, 3.4rem);
    height: clamp(2.6rem, 3vw, 3.4rem);
  }
}
@media screen and (min-width: 1200px) {
  .op-header__desktop-row {
    gap: 4rem;
  }
  .op-header__logo {
    min-width: 18rem;
    padding-left: 0;
  }
  .op-header__logo img {
    max-height: 7.5rem;
  }
  .op-header__search {
    height: 6.2rem;
    padding: 0.4rem 1rem;
    border-radius: 3.4rem;
  }
  .op-header__actions {
    gap: clamp(1.6rem, 2vw, 2.8rem);
  }
  .op-header__action {
    width: clamp(8rem, 9vw, 10rem);
  }
  .op-header__action-icon {
    width: clamp(3rem, 3.2vw, 4rem);
    height: clamp(3rem, 3.2vw, 4rem);
  }
}
@media screen and (max-width: 992px) {
  .op-header {
    box-shadow: none;
  }
  .op-header__actions, .op-header__nav {
    display: none;
  }
  .op-header__main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .op-header__logo {
    display: none;
  }
  .op-header__desktop-row {
    display: none;
  }
  .op-header__contact {
    display: none;
  }
  .op-header__promo {
    display: inline-flex;
  }
  .op-header__mobile-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .op-header__search {
    display: none;
  }
  .op-header__search.is-visible {
    display: flex;
    padding: 0.6rem 1rem;
    min-height: auto;
  }
  .op-header__search::-webkit-search-cancel-button {
    filter: invert(52%) sepia(30%) saturate(517%) hue-rotate(35deg) brightness(95%) contrast(92%);
  }
  .op-header__mobile-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .op-header__mobile-icon img {
    max-height: 2.6rem;
  }
  .op-header__mobile-icon {
    width: auto;
    height: auto;
  }
  .op-header__burger {
    display: flex;
    border: none;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0 !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .op-header__search {
    order: 2;
  }
  .op-header__search input,
  .op-header__search .search-bar {
    height: 3rem;
  }
  body.op-header-mobile-open {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .op-header__main {
    padding-inline: 0;
  }
  .op-header__desktop-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .op-header__mobile-toolbar {
    display: none;
  }
  .op-header__promo {
    display: none;
  }
  .op-header__contact {
    display: flex;
  }
  .op-header__search-icon {
    font-size: 2.6rem;
  }
  .op-header__action i {
    font-size: 3.2rem;
  }
}
[hidden] {
  display: none !important;
}

.op-header,
.op-header * {
  transition-duration: 1s !important;
}

.op-header__mobile-panel:not(.is-drawer-open) .op-mobile-panel__floating {
  display: none;
}

.footer-navigation {
  background-color: var(--purple);
}

.footer-navigation a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  display: inline-block;
  padding-bottom: 0.05em;
  transition: opacity 0.2s ease, background-size 0.2s ease;
}
.footer-navigation a:hover, .footer-navigation a:focus-visible {
  opacity: 0.75;
  background-size: 100% 2px;
}

.op-footer a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 0.12em;
  transition: opacity 0.2s ease;
}
.op-footer a:hover, .op-footer a:focus-visible {
  opacity: 0.75;
}

.op-footer__list a,
.op-footer__contact a,
.op-footer__infos a {
  position: relative;
  padding-bottom: 0.18em;
}
.op-footer__list a::after,
.op-footer__contact a::after,
.op-footer__infos a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.op-footer__list a:hover, .op-footer__list a:focus-visible,
.op-footer__contact a:hover,
.op-footer__contact a:focus-visible,
.op-footer__infos a:hover,
.op-footer__infos a:focus-visible {
  opacity: 0.75;
}
.op-footer__list a:hover::after, .op-footer__list a:focus-visible::after,
.op-footer__contact a:hover::after,
.op-footer__contact a:focus-visible::after,
.op-footer__infos a:hover::after,
.op-footer__infos a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.footer-navigation-list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  column-gap: 5rem;
  row-gap: 2rem;
  color: white;
  padding-block: 3rem;
}

.modal-item-3 {
  display: none;
}

.modal-item-3 form {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.op-footer {
  font-family: "Bai Jamjuree", sans-serif;
  color: #fff;
}
.op-footer__top {
  background-color: #7F8532;
  padding: 3rem 1.5rem;
}
.op-footer__content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.op-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.op-footer__logo img {
  max-width: 240px;
  height: auto;
}
.op-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
}
.op-footer__contact a {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  width: fit-content;
  display: inline-block;
  padding-bottom: 0.08em;
  transition: opacity 0.25s ease, background-size 0.25s ease;
}
.op-footer__contact a:hover,
.op-footer__contact a:focus-visible {
  opacity: 0.75;
  background-size: 100% 2px;
}
.op-footer__columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.op-footer__column {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.op-footer__column--product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.op-footer__heading {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 1rem;
}
.op-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.op-footer__list--split {
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .op-footer__list--split {
    flex-direction: column;
    gap: 0.7rem;
  }
}
.op-footer__list a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  display: inline-block;
  padding-bottom: 0.08em;
  transition: opacity 0.25s ease, background-size 0.25s ease;
}
.op-footer__list a:hover,
.op-footer__list a:focus-visible {
  opacity: 0.75;
  background-size: 100% 2px;
}
.op-footer__link-strong {
  font-weight: 700;
}
.op-footer__bottom {
  background-color: #6e3a82;
  padding: 2rem 1.5rem;
}
@media (max-width: 767px) {
  .op-footer__bottom {
    padding: 2rem 1rem;
  }
  .op-footer__bottom-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }
  .op-footer__social {
    order: 1;
  }
  .op-footer__infos {
    order: 2;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.op-footer__bottom-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #fff;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.op-footer__infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  flex-wrap: nowrap;
  font-size: clamp(0.85rem, 1vw, 1.2rem);
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
  order: 1;
  margin-right: auto;
}
.op-footer__infos p {
  text-wrap-mode: nowrap;
  margin: 0;
  font-size: clamp(0.85rem, 1vw, 1.2rem);
}
.op-footer__infos a {
  text-wrap-mode: nowrap;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  display: inline-block;
  padding-bottom: 0.08em;
  transition: opacity 0.25s ease, background-size 0.25s ease;
}
.op-footer__social {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  order: 2;
}
.op-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 2.5vw, 3rem);
  height: clamp(2.4rem, 2.5vw, 3rem);
  transition: transform 0.2s ease;
  position: relative;
  overflow: hidden;
  background: none;
  background-image: none;
  padding-bottom: 0;
}
.op-footer__social-link img {
  max-width: 100%;
  height: auto;
}
.op-footer__social-link .op-footer__social-icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.op-footer__social-link .op-footer__social-icon--hover {
  opacity: 0;
}
.op-footer__social-link .op-footer__social-icon--base {
  opacity: 1;
}
.op-footer__social-link:hover, .op-footer__social-link:focus-visible {
  background: none;
  background-image: none;
}
.op-footer__social-link:hover .op-footer__social-icon--hover, .op-footer__social-link:focus .op-footer__social-icon--hover {
  opacity: 1;
}
.op-footer__social-link:hover .op-footer__social-icon--base, .op-footer__social-link:focus .op-footer__social-icon--base {
  opacity: 0;
}

@media (min-width: 768px) {
  .op-footer__content {
    gap: 3rem;
  }
  .op-footer__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem;
  }
  .op-footer__column {
    border-top: none;
  }
  .op-footer__bottom-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    row-gap: 1rem;
  }
  .op-footer__social {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .op-footer__infos {
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .op-footer__content {
    flex-direction: row;
    align-items: flex-start;
  }
  .op-footer__brand {
    flex: 1.2;
  }
  .op-footer__columns {
    flex: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
  .op-footer__heading {
    font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  }
  .op-footer__list a {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
  .op-footer__infos {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    gap: clamp(4rem, 8vw, 10rem);
    justify-content: center;
    text-align: center;
  }
  .op-footer__infos p {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
  .op-footer__infos a {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
  .op-footer__social-link {
    width: clamp(3.2rem, 3.5vw, 4.2rem);
    height: clamp(3.2rem, 3.5vw, 4.2rem);
  }
}
@media (max-width: 991px) {
  .op-footer__infos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal-item-3 form {
    width: 35%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-navigation-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    justify-content: space-between;
    gap: 4rem;
    padding-block-end: 6rem;
  }
}
.footer-produits {
  grid-area: 1/1/2/2;
}

.footer-services {
  grid-area: 1/2/2/2;
}

.footer-officepro {
  grid-area: 2/1/4/2;
}

.footer-actualite {
  grid-area: 2/2/3/3;
}

.footer-nouscontacter {
  grid-area: 3/2/4/3;
}

.button-footer {
  grid-area: 4/1/5/3;
  margin-inline: auto;
  width: 90%;
}

.button-footer-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .button-footer-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer-produits,
  .footer-services,
  .footer-officepro,
  .footer-actualite,
  .footer-nouscontacter {
    grid-area: auto;
  }
  .button-footer {
    display: none;
  }
  .button-footer-desktop {
    margin-block-start: 3rem;
    min-width: 20rem;
    max-width: 20rem;
  }
}
.footer-subnavigation-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-subnavigation-title {
  font-size: 2rem;
  margin-block-end: 1rem;
  font-weight: bold;
  font-family: "Bai Jamjuree";
}

@media screen and (min-width: 768px) {
  .footer-subnavigation-title {
    font-size: 2rem;
    margin-block-end: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .footer-subnavigation-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-subnavigation-title {
    font-size: 3rem;
  }
}
.footer-subnavigation-items {
  font-size: 1.2rem;
  font-family: "Bai Jamjuree";
}

.footer-subnavigation-items a {
  font-size: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .footer-subnavigation-items {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-subnavigation-items {
    font-size: 1.6rem;
  }
}
.footer-contact-button,
.footer-trouver-button {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  margin-block: 3rem;
  text-align: center;
  margin-inline: 10%;
}

.op-footer,
.op-footer * {
  transition-duration: 1s !important;
}

@media screen and (min-width: 768px) {
  .button-footer {
    position: absolute;
    bottom: 11rem;
    right: 25.5rem;
  }
  .footer-contact-button,
  .footer-trouver-button {
    margin-inline: 0rem;
  }
}
@media screen and (min-width: 1080px) {
  .footer-contact-button,
  .footer-trouver-button {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-contact-button,
  .footer-trouver-button {
    font-size: 2rem;
  }
}
.footer-contact-button {
  background-color: var(--green);
  margin-top: 4rem !important;
}

.footer-trouver-button {
  background-color: #CDCE6F;
  color: black;
}

.footer-contact-container {
  background-color: #CDCE6F;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  padding-inline: 8%;
  padding-block: 2rem;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 5rem;
    grid-template-rows: auto;
    justify-content: space-between;
    gap: 0rem !important;
    width: 100vw;
    padding-inline: 0rem;
  }
  .footer-contact-items-addresse {
    grid-area: 1/1/2/3;
  }
  .footer-contact-items-numero {
    grid-area: 1/3/2/4;
  }
  .footer-contact-items-mail {
    grid-area: 1/4/2/5;
  }
}
.footer-contact-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-contact-items {
    display: grid;
    grid-template-columns: 2rem auto;
    color: var(--purple);
    width: auto;
    gap: 1rem;
  }
}
.footer-contact-items img {
  width: 2rem;
  height: 2rem;
  margin-block: auto;
}

.footer-contact-items span {
  color: var(--purple);
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Bai Jamjuree";
}

@media screen and (min-width: 1080px) {
  .footer-contact-items span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-contact-items span {
    font-size: 2rem;
  }
}
.footer-conditions-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  padding-block: 2rem 5rem;
}

@media screen and (min-width: 768px) {
  .footer-conditions-list {
    display: grid;
    grid-template-columns: minmax(10rem, 20rem) repeat(3, auto);
    padding-block: 2rem;
    gap: 1rem;
  }
}
.footer-conditions-items {
  font-size: 1.4rem;
}

.footer-conditions-items a {
  font-weight: bold;
  font-family: "Bai Jamjuree";
}

@media screen and (min-width: 768px) {
  .footer-conditions-items {
    font-size: 0.9rem;
    margin-block-start: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .footer-conditions-items {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-conditions-items {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1800px) {
  .footer-conditions-items {
    font-size: 2rem;
  }
}
.footer-conditions-items img {
  margin-inline: auto;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .footer-conditions-items img {
    width: 100%;
  }
}
.footer-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pCon-planner-image-footer {
  max-width: 5rem !important;
  height: 100%;
  margin-inline-start: 0.5rem;
  margin-block: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 0.7rem;
  padding: 0.2rem;
}

@media screen and (min-width: 1400px) {
  .pCon-planner-image-footer {
    max-width: 6rem !important;
    margin-inline-start: 2rem;
  }
}
.connexion-modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  z-index: 10000;
}

.connexion-modal-content {
  width: 100%;
  height: max-content;
  background-color: white;
  margin-block-end: 10rem;
}

@media screen and (min-width: 1024px) {
  .connexion-modal-content {
    background-color: white;
    border-radius: 0.5rem;
    margin-inline: auto;
    margin-block: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .connexion-modal-content {
    width: 60%;
  }
}
.connexion-modal-content-buttonClose {
  position: absolute;
  font-size: 3rem;
  color: var(--green-4);
  top: 5%;
  left: 2%;
  transform: rotate(45deg);
  cursor: pointer;
}

.connexion-modal-content-buttonReturn {
  position: absolute;
  font-size: 3rem;
  color: var(--green-4);
  top: 5%;
  left: 2%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .connexion-modal-content-buttonClose,
  .connexion-modal-content-buttonReturn {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .connexion-modal-content-buttonClose,
  .connexion-modal-content-buttonReturn {
    font-size: 7rem;
  }
}
.image-container {
  position: relative;
  height: 10rem;
  width: 100%;
  height: auto;
}

.connexion-modal-image {
  width: 100%;
  height: auto;
  display: block;
}

.svg-opacity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9184A8;
  top: 0;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .modal-item-1 form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-block-end: 4rem;
    margin-inline: 0rem;
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .input-container-connexion {
    grid-area: 1/1/2/3;
  }
  .connexion-modal-content-item {
    grid-area: 2/1/3/3;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-block: auto;
  }
  .modal-item-1 button {
    grid-area: 2/3/3/4;
    margin-block: auto !important;
  }
}
.input-container-connexion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-area: 1/2/2/3;
}

.modal-item-2 {
  display: none;
}

.connexion-modal-content-title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Bai Jamjuree";
  color: var(--green-3);
  text-align: center;
  margin-block: 2rem;
}

.connexion-modal-content-form {
  margin-block-start: 2rem;
  margin-inline: 2rem;
}

.connexion-modal-content-form span {
  font-weight: bold;
}

.connexion-modal-content-input {
  padding: 1rem;
  border: 1px solid var(--green-3);
  width: 100%;
  height: 4rem;
}

@media screen and (min-width: 1024px) {
  .connexion-modal-content-input {
    padding: 1rem;
    border: 1px solid var(--green-3);
    width: 100%;
    height: 5rem;
  }
}
.connexion-modal-content-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1024px) {
  .connexion-modal-content-item {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-block: auto;
  }
}
.connexion-modal-content-mdp-oublie {
  grid-area: 2/1/3/2;
  align-content: center;
  text-align: center;
  margin-block: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connexion-modal-content-connexion {
  grid-area: 2/2/3/3;
  margin-inline: auto;
  margin-block: auto;
}

.button-connect-user {
  border: 0px;
  background-color: var(--green);
  color: white;
  border: 1px solid var(--green);
  height: auto;
  font-weight: bold;
  width: 100%;
  margin-block-end: 2rem !important;
}

@media screen and (min-width: 1024px) {
  .button-connect-user {
    border: 1px solid var(--green);
    width: auto;
  }
}
.button-connect-user:hover, .button-connect-user:focus, .button-connect-user:active {
  cursor: pointer;
  background-color: white;
  color: var(--green);
}

.button-create-user {
  width: 100%;
  border: 0px;
  background-color: var(--green-4);
  color: var(--blue-grey);
  height: auto;
  margin-block-end: 5rem !important;
  font-weight: bold;
  margin-inline-start: auto;
}

@media screen and (min-width: 1024px) {
  .button-create-user {
    color: rgb(0, 0, 0);
    height: auto;
    font-weight: bold;
    width: auto;
  }
}
.button-create-user:hover, .button-create-user:focus, .button-create-user:active {
  cursor: pointer;
  background-color: var(--blue-grey);
  color: var(--green-2);
}

.modal-item-2 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5rem;
}

.input-container-create {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.connexion-modal-item-2-text {
  font-size: 1.4rem;
}

.connexion-modal-item-2-text strong {
  font-weight: bold;
}

.connexion-modal-item-2-text span {
  text-align: center !important;
  font-weight: 100;
  display: block;
}

.connexion-modal-item-2-text p {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .connexion-modal-item-2-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal-item-2 {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-inline: 5rem;
  }
  .input-container-create {
    grid-area: 1/1/2/2;
  }
  .modal-item-2 .connexion-modal-item-2-text {
    grid-area: 1/2/2/3;
  }
  .modal-item-2 .button-connect-user {
    grid-area: 2/1/3/3;
    margin-block-start: 3rem;
  }
}
.flash-notice-danger {
  background-color: #f44336;
  color: white;
  padding: 1rem;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  margin-inline-start: 2rem;
  margin-inline-end: 2rem;
  border-radius: 0.5rem;
}

.flash-notice-success {
  background-color: var(--green-1);
  text-align: center;
  color: white;
  padding: 1rem;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  margin-inline-start: 2rem;
  margin-inline-end: 2rem;
  border-radius: 0.5rem;
}

.connexion-modal-off {
  display: none;
}

.connexion-modal-open {
  border: none;
}

#conexion-modal-open:hover,
#conexion-modal-open:focus,
#conexion-modal-open:active {
  cursor: pointer;
  background-color: var(--purple-1);
  color: var(--green-4);
}

.closed {
  display: none !important;
}

.button-clickable {
  margin: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 10px;
  cursor: pointer;
}

/* BUTTON */ /* BUTTON */ /* BUTTON */
/* BUTTON */ /* BUTTON */ /* BUTTON */
/* BUTTON */ /* BUTTON */ /* BUTTON */
/* BUTTON */ /* BUTTON */ /* BUTTON */
/* BUTTON */ /* BUTTON */ /* BUTTON */
.btn-1 {
  background-color: var(--main-green);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 10px;
  cursor: pointer;
}

.btn-1:hover {
  background-color: var(--dark-olive-green);
  transition: 0.2s;
  transform: scale(1.01);
}

.btn-2 {
  background-color: white;
  color: var(--main-green);
  border: 2px solid var(--main-green);
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 10px;
  cursor: pointer;
}

.btn-3 {
  background-color: var(--dark-grey);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 10px;
  cursor: pointer;
}

.btn-3:hover {
  transition: 0.2s;
  transform: scale(1.01);
}

legend {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  color: #333;
}

.toggle {
  margin: 1rem 0;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid var(--main-green);
  padding-bottom: 0.5rem;
}

.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%;
   display: flex;
   justify-content: center;
   align-items: center;
  */
  /* ----- */
}

.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.toggle input:hover + label {
  border-color: var(--dark-olive-green);
}

.toggle input:checked + label {
  background-color: var(--main-green);
  color: #fff;
  border-color: var(--main-green);
  z-index: 1;
}

/* BUTTON */ /* BUTTON HOME */
/* BUTTON */ /* BUTTON HOME */
/* BUTTON */ /* BUTTON HOME */
/* BUTTON */ /* BUTTON HOME */
/* BUTTON */ /* BUTTON HOME */
.univers-entete-button {
  background-color: var(--grey-1);
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
}

.univers-entete-button:hover {
  transform: scale(1.1);
  transform-origin: center;
  text-rendering: geometricPrecision;
}

.filter-choix-button-open {
  background-color: #9e9f32;
  color: black;
}

.filter-choix-button:hover {
  cursor: pointer;
}

.filter-choix-item input[type=checkbox] {
  display: none;
}

.filter-choix-item-selected {
  text-decoration: underline;
  color: #9e9f32;
}

.filter-send-button {
  background-color: var(--purple-1);
  color: white;
  border: 2px solid var(--purple-1);
}

.filter-send-button:hover {
  background-color: white;
  color: var(--purple-1);
  border: 2px solid var(--purple-1);
  transition: 0.2s ease-out;
}

.newsletter-button-submit {
  background-color: var(--purple-1);
  color: white;
  border: 2px solid var(--purple-1);
}

.newsletter-button-submit:hover {
  background-color: white;
  color: var(--purple-1);
  border: 2px solid var(--purple-1);
  transition: 0.2s ease-out;
}

.visible-class {
  display: block !important;
}

.filter-content-clear:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.button-download-catalogue {
  border: 2px solid white;
  color: white;
  transition: transform 0.3s, text-rendering 0.3s;
}

.button-download-catalogue:hover {
  transform: scale(1.1); /* Utilisation d'une valeur relative au lieu de pourcentage */
  text-rendering: optimizeLegibility; /* Ajout de text-rendering pour améliorer la qualité du texte */
}

.expertise-button {
  background-color: var(--purple-1);
  display: flex;
  color: white;
  margin-block: 6rem;
  border: solid 0.2rem transparent;
  transition: 0.3s;
  width: 20rem;
  justify-content: center;
}

.expertise-button:hover {
  border: solid 0.2rem var(--purple-1);
  background-color: white;
  color: var(--purple-1);
}

@media screen and (max-width: 767px) {
  .youtube-button {
    background-color: var(--green-1);
    display: flex;
    color: white;
    margin-block: 6rem;
    border: solid 0.2rem transparent;
    transition: 0.3s;
    width: 20rem;
    justify-content: center;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .youtube-button {
    background-color: var(--green-1);
    display: flex;
    color: white;
    margin-block: 6rem;
    border: solid 0.2rem transparent;
    transition: 0.3s;
    width: 20rem;
    justify-content: center;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .youtube-button {
    background-color: var(--green-1);
    display: flex;
    color: white;
    margin-block: 6rem;
    border: solid 0.2rem transparent;
    transition: 0.3s;
    width: 20rem;
    justify-content: center;
    margin-inline: unset !important;
    font-size: 2rem;
  }
}
.youtube-button:hover {
  border: solid 0.2rem var(--green-1);
  background-color: white;
  color: var(--purple-1);
}

/* CAROUSEL ACCUEIL */ /* CAROUSEL ACCUEIL */
/* CAROUSEL ACCUEIL */ /* CAROUSEL ACCUEIL */
/* CAROUSEL ACCUEIL */ /* CAROUSEL ACCUEIL */
/* CAROUSEL ACCUEIL */ /* CAROUSEL ACCUEIL */
/* CAROUSEL ACCUEIL */ /* CAROUSEL ACCUEIL */
.carousel {
  position: relative;
  height: 70vh;
  width: 100%;
}

.carousel__layout {
  width: auto;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  top: 45%;
  left: 10%;
  padding: 3rem;
  width: 30%;
  margin-bottom: 2rem;
}

.carousel__slide-container {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: black;
}

.carousel__image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__caption {
  font-size: 6rem;
  font-weight: bold;
  color: black;
}

.carousel__detail {
  font-size: 2rem;
  color: black;
  margin-bottom: 2rem;
}

.carousel__track-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel__track {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel__slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.carousel__button--left {
  left: 3rem;
  z-index: 1000;
}

.carousel__button--right {
  right: 3rem;
}

.carousel__button img {
  width: 3rem;
  height: 3rem;
}

.carousel__nav {
  /* background: pink; */
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  transform: translateY(-50px);
}

.carousel__indicator {
  border: 0;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 1.5rem;
}

.carousel__indicator.current-slide {
  background: rgba(255, 255, 255, 0.75);
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 672px;
}

/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
/* CSS hover animation */ /* CSS hover animation */
.underlined-animation {
  position: relative;
  display: inline-block;
}

.underlined-animation:hover {
  color: var(--main-green);
  transition: 0.2s;
}

.underlined-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-green);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.underlined-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.underlined-animation-2 {
  position: relative;
  display: inline-block;
}

.underlined-animation-2:hover {
  color: var(--red);
  transition: 0.2s;
}

.underlined-animation-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--red);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.underlined-animation-2:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.title-underline {
  height: 1px;
  background-color: #8EC246;
  width: 10%;
  margin: auto;
  border: none;
}

.breadcrumbs__link {
  font-size: 1.4rem;
}

/* SECTION CAROUSEL */ /* SECTION BASE SWIPER */
/* SECTION CAROUSEL */ /* SECTION BASE SWIPER */
/* SECTION CAROUSEL */ /* SECTION BASE SWIPER */
/* SECTION CAROUSEL */ /* SECTION BASE SWIPER */
/* SECTION CAROUSEL */ /* SECTION BASE SWIPER */
.swiper-images-secondaires {
  position: relative;
  overflow-x: hidden;
  padding-inline: 5rem;
}

.swiper-ref-product {
  overflow-x: hidden;
  position: relative;
  padding-inline: 5rem;
}

.swiper-pagination-bullet {
  background-color: white !important;
  border: 1px solid var(--green) !important;
  opacity: 1 !important;
  bottom: 1rem !important;
  height: 2rem !important;
  margin: 1rem !important;
  width: 2rem !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--green) !important;
}

.hero-swiper-button {
  margin: 2rem;
}

.swiper-arrow {
  font-size: 4.4rem !important;
  color: #848484 !important;
  padding: 2rem !important;
}

.breadcrumbs .wrapper {
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .breadcrumbs .wrapper {
    max-width: 80% !important;
  }
}
.breadcrumbs-items {
  display: flex;
  justify-content: center;
  width: min-content;
  gap: 0.5rem;
  margin-inline: auto;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-items {
    justify-content: end;
    margin-inline: unset;
    width: unset;
    margin-inline-start: auto;
  }
}
.breadcrumbs-items span,
.breadcrumbs-items a {
  font-size: 1.3rem;
  text-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-items span,
  .breadcrumbs-items a {
    font-size: 2rem;
  }
}
.breadcrumbs-separator i {
  vertical-align: middle;
}

.steps_container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .steps_container {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .steps_container {
    margin-left: 4rem;
  }
}

.step {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  width: 6.25rem;
  height: 1.5625rem;
}

.step.active {
  background-color: #9E9F32;
}

.wrapper-responsive {
  width: 80%;
  margin: auto;
}

/* SECTION CAROUSEL */ /* SECTION HERO */
/* SECTION CAROUSEL */ /* SECTION HERO */
/* SECTION CAROUSEL */ /* SECTION HERO */
/* SECTION CAROUSEL */ /* SECTION HERO */
/* SECTION CAROUSEL */ /* SECTION HERO */
.hero {
  position: relative;
  margin-block-start: 3rem;
}

.hero-swiper {
  width: 100%;
  background-color: white;
}

.hero-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

.hero-swiper-slide {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-swiper-slide {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero-content {
  margin-block-start: 2rem;
  height: auto;
  padding-block-start: 1rem;
}

@media screen and (min-width: 768px) {
  .hero-content {
    height: auto;
    margin-block-start: 2rem;
  }
}
.hero-image {
  width: 30rem;
  margin: auto;
}

.hero-title {
  font-size: 2.5rem;
  color: #9e9f32;
  margin-block-end: 1rem;
}

@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 2rem;
    color: #9e9f32;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title {
    font-size: 3.5rem;
    color: #9e9f32;
  }
}
@media screen and (min-width: 1400px) {
  .hero-title {
    font-size: 4.5rem;
    color: #9e9f32;
    margin-block-end: 0rem;
  }
}
.hero-text,
.hero-content p {
  font-size: 2rem;
  color: black;
  color: black;
  margin-block-end: 2rem;
}

@media screen and (min-width: 1024px) {
  .hero-text {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero-text {
    font-size: 2rem;
    color: black;
    margin-block-end: 2rem;
    line-height: 3rem;
  }
}
.hero-button {
  background-color: #8EC246;
  color: white;
  border: none;
  padding-inline: 2rem;
  padding-block: 1rem;
  font-size: 1.6rem;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .carrousel-entete-button {
    display: flex;
    color: var(--green-1);
    border: 2px solid var(--green-1);
    transition: 0.2s ease-out;
    font-size: 1.8rem;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .carrousel-entete-button {
    display: flex;
    color: var(--green-1);
    border: 2px solid var(--green-1);
    transition: 0.2s ease-out;
    margin-inline: 0px;
    font-size: 2rem;
    justify-content: center;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .carrousel-entete-button {
    display: flex;
    color: var(--green-1);
    border: 2px solid var(--green-1);
    transition: 0.2s ease-out;
    font-size: 1.8rem;
    justify-content: center;
    width: fit-content;
    min-width: 50%;
    height: auto;
    margin: 0 !important;
    margin-inline: 0 20rem !important;
    text-wrap: nowrap;
  }
}
/* SECTION CAROUSEL */ /* SECTION PRESENTATION */
/* SECTION CAROUSEL */ /* SECTION PRESENTATION */
/* SECTION CAROUSEL */ /* SECTION PRESENTATION */
/* SECTION CAROUSEL */ /* SECTION PRESENTATION */
/* SECTION CAROUSEL */ /* SECTION PRESENTATION */
.hero-text-content {
  background-color: #F0F0F0;
  padding-inline: 10%;
  margin-block: 5rem;
}

.nouveaute-header-content {
  display: grid;
  grid-template-columns: auto;
  gap: 5rem;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1400px) {
  .nouveaute-header-content {
    display: grid;
    grid-template-columns: auto 40rem;
    gap: 5rem;
    margin-block-start: 2rem;
  }
}
.nouveaute-header-content-text {
  margin: auto;
}

/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
.nouveaute {
  padding-block-start: 0rem;
  margin-block-end: 10rem;
}

.nouveaute-header {
  margin-block-end: 3rem;
  padding-block-start: 2rem;
  min-height: 30rem;
}

.nouveaute-header-title {
  text-align: left;
  margin-inline: auto;
  font-size: 2.2rem;
}

.nouveaute-header-title-bold {
  font-weight: bold;
}

.nouveaute-header-undeline {
  height: 1px;
  background-color: #8EC246;
  width: 10%;
  margin: auto;
  border: none;
}

.nouveaute-header-content-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
/* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
.nouveaute-decouverte {
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: baseline;
}

.nouveaute-decouverte-title {
  display: flex;
  gap: 1rem;
}

.nouveaute-decouverte-title-1,
.nouveaute-decouverte-title-2 {
  color: var(--green-2);
  align-self: baseline;
}

.nouveaute-decouverte-title-1 {
  font-size: 2rem;
}

.nouveaute-decouverte-title-2 {
  font-size: 3rem;
}

@media screen and (min-width: 767px) {
  .nouveaute-decouverte-title-1 {
    font-size: 2rem;
  }
  .nouveaute-decouverte-title-2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .nouveaute-decouverte-title-1 {
    font-size: 4rem;
  }
  .nouveaute-decouverte-title-2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .nouveaute-decouverte {
    display: flex;
    flex-direction: row;
    justify-content: center;
    vertical-align: baseline;
    margin-block: 2rem;
  }
  .nouveaute-decouverte-title {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-block-end: 7rem;
  }
  .nouveaute-decouverte-title-1,
  .nouveaute-decouverte-title-2 {
    color: var(--green-2);
    align-self: baseline;
  }
  .nouveaute-decouverte-title-1 {
    font-size: 3.8rem;
  }
  .nouveaute-decouverte-title-2 {
    font-size: 5.2rem;
  }
}
.nouveaute-swiper {
  width: 90% !important;
}

.nouveaute-liste-cards {
  width: 100%;
}

.nouveaute-image {
  width: 100%;
  min-height: 15rem;
  max-height: 15rem;
  object-fit: contain;
}

.nouveaute-card h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-block: 1rem;
}

@media screen and (min-width: 1400px) {
  .nouveaute-card h2 {
    font-size: 2.2rem;
  }
}
.nouveaute-swiper-pagination {
  display: none;
}

@media screen and (min-width: 768px) {
  .nouveaute-swiper-pagination {
    display: flex;
    position: relative;
    width: fit-content !important;
    margin-inline: auto;
    margin-block-start: 3rem;
  }
  .nouveaute-swiper-buttons {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .nouveaute-swiper-pagination .swiper-pagination-bullet {
    width: 2rem !important;
    height: 2rem !important;
  }
}
.univers {
  background-color: var(--grey-1);
  padding-top: 2rem;
}

.univers-title {
  font-size: 2.3rem;
  color: var(--green-2);
  margin-block-end: 2rem;
  font-weight: 500;
}

.univers-title-bold {
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (min-width: 767px) {
  .univers-title {
    font-size: 3rem;
  }
  .univers-title-bold {
    font-size: 2rem;
    font-weight: 400;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .univers-title {
    font-size: 5rem;
  }
  .univers-title-bold {
    font-size: 4rem;
    font-weight: 400;
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .univers-title {
    font-size: 5rem;
    padding-block-start: 10rem;
  }
  .univers-title-bold {
    font-size: 4rem;
    font-weight: 400;
    margin: auto;
  }
}
.univers-items {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
  text-align: center;
  row-gap: 1rem;
  column-gap: 2rem;
  justify-content: space-evenly;
  margin-block-end: 5rem;
}

@media screen and (min-width: 767px) {
  .univers-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    justify-content: space-evenly;
  }
  .univers-situation {
    height: auto;
    width: auto;
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
  }
}
.univers-entete {
  grid-area: 1/1/2/3;
}

@media screen and (min-width: 768px) {
  .univers-entete {
    grid-area: 1/1/2/5;
  }
}
.univers-entete-content {
  text-align: start;
  font-size: 1.4rem;
}

@media screen and (min-width: 1400px) {
  .univers-entete {
    display: flex;
    flex-direction: column;
    grid-area: 1/1/2/5;
    margin-inline-end: 50%;
  }
  .univers-entete-content {
    text-align: start;
    font-size: 1.8rem;
    display: flex;
    margin-block: auto;
  }
}
@media screen and (min-width: 1024px) {
  .univers-entete-content {
    text-align: start;
    font-size: 2rem;
  }
}
.univers-container {
  margin-block-start: 2rem;
}

.univers-container-title {
  font-size: 1.4rem;
  margin-block-start: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .univers-container-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .univers-container-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 767px) {
  .univers-situation {
    max-width: 15rem;
  }
}
@media screen and (min-width: 1024px) {
  .univers-situation {
    max-width: 20rem;
  }
}
.univers-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block-end: 5rem;
}

.univers-entete-button {
  background-color: var(--grey-1);
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
}

.filter {
  background-color: var(--grey-1);
  display: flex;
  flex-direction: column;
}

.filter-title {
  padding-top: 3rem;
  font-size: 2.3rem;
}

.filter-main {
  position: relative;
  background-color: white;
  text-align: center;
  margin-block-end: 5rem;
}

.filter-content {
  width: 80%;
  margin: auto;
  margin-block-start: 3rem;
}

.filter-content-title {
  font-size: 4rem;
  color: rgb(63, 63, 63);
  text-align: left;
}

.filter-choix {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media screen and (min-width: 767px) {
  .filter-choix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .filter-choix {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-inline: auto;
  }
}
.filter-choix-button {
  text-wrap: nowrap;
}

@media screen and (min-width: 767px) {
  .filter-button {
    grid-area: 2/2/3/3;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 1400px) {
  .filter-button {
    grid-area: 1/4/2/5;
  }
}
.filter-choix-div {
  position: relative;
}

.filter-choix-button {
  display: flex;
  width: 100%;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem;
  transition: 0.3s ease;
  z-index: 20;
  border: 0px;
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
}

@media screen and (min-width: 1024px) {
  .filter-choix-button {
    font-size: 1.8rem;
  }
}
.filter-choix-button-i {
  font-size: 1rem;
  border-radius: 50%;
  padding: 0.5rem;
  margin-inline-start: 2rem;
  margin-block: auto;
  transition: 0.3s ease;
  color: white;
  background-color: #9e9f32;
  transition: transform 0.3s;
}

.filter-choix-button-i-open {
  background-color: white;
  color: #9e9f32;
  transform: rotate(90deg);
}

.filtre-couleur-container,
.filtre-materiaux-container,
.filtre-type-container {
  overflow-y: hidden;
  height: auto;
}

.filter-choix-list {
  width: 100%;
  height: auto;
  flex-direction: column;
  overflow-y: auto;
  padding-block: 1rem;
  opacity: 0;
  z-index: 10;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0, 0.72, 1, 0.96), opacity 0.5s ease-out;
}

.filter-open {
  transform: translateY(0%);
  opacity: 1;
  z-index: 15;
}

.filter-close {
  transform: translateY(-100%);
  opacity: 0;
  z-index: 10;
}

.filter-display-on {
  display: block !important;
}

.filter-display-off {
  display: none !important;
}

.filter-choix-couleur-select,
.filter-choix-materiaux-select,
.filter-choix-type-select {
  width: 100%;
  height: auto;
  flex-direction: column;
  overflow-y: auto;
  padding-block: 1rem;
  transition: opacity 0.5s ease-out;
}

.filter-choix-select-open {
  opacity: 1;
  z-index: 15;
}

.filter-choix-select-close {
  opacity: 0;
  z-index: 10;
}

.filter-choix-item {
  text-align: left;
  padding-inline-start: 5rem;
}

.filter-choix-item label {
  font-size: 1.4rem;
  font-weight: 600;
}

.filter-main-button {
  margin-block: auto;
  background-color: rgb(65, 65, 65);
  padding-inline: 3rem;
  padding-block: 2rem;
  color: white;
  margin-block-end: 4rem;
}

@keyframes fadeOut-item-selected {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut-item-selected {
  animation: fadeOut-item-selected 0.5s ease-out;
}

.filter-send-button {
  margin-block-end: 2rem;
}

.filter-content-clear {
  display: none;
  position: relative;
  justify-self: flex-end;
  background-color: white;
  color: #848484;
  width: max-content;
  margin-inline: auto;
  margin-block-end: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  padding-block-start: 1.5rem;
}

.filter-content-clear::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 2px;
  background-color: #848484;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.catalogue {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 20rem;
  gap: 2rem;
  background-image: url("../img/fond-catalogue.webp");
  background-size: cover;
  padding-block: 5rem 3rem;
  align-items: center;
}

.catalogue img {
  width: 20rem;
}

.catalogue a {
  background-color: var(--purple);
  font-size: 1.4rem;
  margin-inline: auto;
}

@media screen and (min-width: 767px) {
  .catalogue {
    flex-direction: row;
    justify-content: center;
  }
  .catalogue a {
    margin: 0rem !important;
  }
}
@media screen and (min-width: 767px) {
  .catalogue {
    flex-direction: row;
    justify-content: center;
  }
  .catalogue a {
    margin: 0rem !important;
  }
}
.expertise {
  padding-block-end: 5rem;
}

.expertise-title {
  font-size: 2.1rem;
  text-align: center;
  color: var(--green-1);
  margin-block: 3rem 2rem;
}

@media screen and (min-width: 767px) {
  .expertise-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .expertise-title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .expertise-container {
    display: grid;
    grid-template-columns: 1fr 61rem;
  }
}
.expertise-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.expertise-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (min-width: 767px) {
  .expertise-item {
    grid-template-rows: auto 1fr;
  }
  .expertise-item img {
    max-width: 70%;
    margin: auto;
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 1024px) {
  .expertise-item {
    grid-template-rows: repeat(2, auto);
  }
  .expertise-item img {
    grid-area: 1/1/3/2;
  }
}
.expertise-item-title {
  display: flex;
  justify-content: left;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
}

.expertise-item-text {
  grid-area: 2/1/3/3;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 767px) {
  .expertise-item-title {
    grid-area: 1/2/2/3;
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .expertise-item-text {
    grid-area: 2/2/3/3;
    font-size: 1.7rem;
    line-height: 3rem;
  }
}
.expertise-more-card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.expertise-more-card img {
  width: 3rem;
  height: 3rem;
}

.expertise-more-text-bold {
  font-weight: bold;
}

.expertise-text {
  display: grid;
  grid-template-columns: repeat(1, 35rem);
  gap: 2rem;
}

.expertise-text-title {
  font-weight: bold;
}

.expertise-more-container {
  position: relative;
  background-color: var(--grey-1);
  padding-block-end: 5rem;
  margin-block-start: 5rem;
}

@media screen and (min-width: 1400px) {
  .expertise-more-container {
    width: 70%;
    margin-inline: auto;
    height: 100%;
    margin-block-start: 0rem;
  }
}
.expertise-more {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.expertise-more-head {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  border-radius: 100%;
  border: 4px solid rgb(248, 248, 248);
  height: 12rem;
  width: 12rem;
  background-color: white;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.expertise-more-head p {
  color: var(--green-1);
  font-weight: 500;
}

.expertise-more-head-plus {
  margin: -40px;
  font-size: 8rem;
}

.expertise-more-card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 80%;
  margin: auto;
  justify-content: start;
}

.expertise-more-card img {
  width: 2rem;
  height: 2rem;
}

.expertise-more-card h3 {
  font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
  .expertise-more-card h3 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1023px) {
  .expertise-more-card h3 {
    font-size: 2.3rem;
  }
}
.expertise-more-text-bold {
  font-weight: bold;
}

.revendeurs {
  background-color: #CDCE6F;
  padding-block: 2rem 5rem;
  position: relative;
}

.revendeurs-title {
  text-align: center;
  font-size: 2.3rem;
  margin-block-end: 5rem;
}

@media screen and (min-width: 767px) {
  .revendeurs-title {
    font-size: 3rem;
  }
}
.map-container-search {
  display: grid;
  width: 90%;
  grid-template-columns: 1fr;
  gap: 3rem;
  background-color: var(--purple-2);
  padding-block: 4rem;
  padding-inline: 7rem;
  margin-inline: auto;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .map-container-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3rem;
    background-color: var(--purple-2);
    padding-block: 4rem;
    padding-inline: 7rem;
    margin-inline: auto;
  }
  .map-container-search input,
  .map-container-search input:placeholder,
  .map-container-search label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .map-container-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3rem;
    background-color: var(--purple-2);
    padding-block: 4rem;
    padding-inline: 7rem;
    margin-inline: auto;
  }
  .map-container-search input,
  .map-container-search input:placeholder,
  .map-container-search label {
    font-size: 1.8rem;
  }
}
.map-container-search input::placeholder {
  font-size: 1.4rem;
}

.map-container-search input {
  text-wrap: nowrap;
  padding-inline-start: 1.4rem;
}

.map-container-search button {
  background-color: var(--purple-1);
  color: white;
  text-wrap: nowrap;
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .map-container-search input {
    width: -webkit-fill-available;
  }
  .map-container-search button {
    margin: 0rem;
  }
}
.image-situation {
  position: relative;
  height: 10rem;
  background-image: url("../../img/Home-Cafeteria pour effet paralaxe.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-situation img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .image-situation {
    height: 20rem;
  }
}
.newsletter {
  background-color: white;
  padding-block: 2rem;
}

.newsletter-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media screen and (min-width: 767px) {
  .newsletter-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    height: 15rem;
    gap: 2rem;
  }
}
.newsletter-container-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.newsletter-container-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-container-bloc p {
  font-size: 1.4rem;
  font-weight: 600;
  text-wrap: nowrap;
  margin-inline: 2rem;
}

@media screen and (min-width: 767px) {
  .newsletter-container-bloc p {
    text-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter-container-bloc p {
    font-size: 1.7rem;
  }
}
.newsletter-button-social {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--green-1);
  color: white;
  font-size: 2rem !important;
  padding-top: 14%;
  margin-left: 3rem;
}

.newsletter-bloc-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}

.newsletter-container-bloc input {
  height: 4rem;
  padding-left: 2rem;
}

.newsletter-container-bloc input::placeholder {
  font-size: 1.4rem;
}

@media screen and (min-width: 1400px) {
  .univers-situation {
    height: 25rem !important;
    width: 25rem !important;
    max-width: 25rem;
    min-height: 25rem;
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
  }
}
/* SECTION CAROUSEL */ /* SECTION REVENDEURS */
/* SECTION CAROUSEL */ /* SECTION REVENDEURS */
/* SECTION CAROUSEL */ /* SECTION REVENDEURS */
/* SECTION CAROUSEL */ /* SECTION REVENDEURS */
/* SECTION CAROUSEL */ /* SECTION REVENDEURS */
@media screen and (max-width: 767px) {
  .video-youtube {
    background-color: var(--grey-1);
    margin-block: 3rem !important;
    margin-inline: 2rem !important;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .youtube-text-block {
    width: 80%;
    margin: auto;
    margin-block-start: 1rem;
    text-align: center;
  }
  .youtube-title {
    font-size: 2.4rem;
    color: var(--purple);
    font-weight: 600;
    font-family: "Montserrat";
    text-wrap: wrap;
  }
  .youtube-text {
    font-size: 1.8rem;
    margin-block-start: 1rem;
    text-wrap: wrap;
  }
  .youtube-block {
    display: flex;
    justify-content: center;
  }
  .youtube-block iframe {
    margin-block-end: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .video-youtube {
    background-color: var(--grey-1);
    margin-block: 4rem !important;
    margin-inline: 7rem !important;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .youtube-text-block {
    width: 80%;
    margin: auto;
    margin-block-start: 5rem;
    text-align: center;
  }
  .youtube-title {
    font-size: 3.2rem;
    color: var(--purple);
    font-weight: 600;
    font-family: "Montserrat";
    text-wrap: wrap;
  }
  .youtube-text {
    font-size: 2.6rem;
    margin-block-start: 1rem;
    text-wrap: wrap;
  }
  .youtube-block {
    display: flex;
    justify-content: center;
  }
  .youtube-block iframe {
    margin-block-end: 5rem;
    width: 70%;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1400px) {
  .video-youtube {
    background-color: var(--grey-1);
    margin-block: 7rem !important;
    margin-inline: 14rem !important;
    padding: 4rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .youtube-text-block {
    justify-self: start;
  }
  .youtube-title {
    font-size: 4.8rem;
    color: var(--purple);
    font-weight: 600;
    font-family: "Montserrat";
  }
  .youtube-text {
    font-size: 2.8rem;
    margin-block-start: 1rem;
  }
  .youtube-block {
    justify-self: center;
    width: 640px;
    height: 420px;
  }
  .youtube-block iframe {
    width: 640px;
    height: 420px;
  }
  /* MAIN */ /* MAIN */ /* MAIN */
  /* MAIN */ /* MAIN */ /* MAIN */
  /* MAIN */ /* MAIN */ /* MAIN */
  /* MAIN */ /* MAIN */ /* MAIN */
  /* MAIN */ /* MAIN */ /* MAIN */
  .wrapper-responsive {
    width: 80%;
    margin: auto;
  }
  main {
    background-color: white;
  }
  /* SECTION CAROUSEL */ /* SECTION HERO */
  /* SECTION CAROUSEL */ /* SECTION HERO */
  /* SECTION CAROUSEL */ /* SECTION HERO */
  /* SECTION CAROUSEL */ /* SECTION HERO */
  /* SECTION CAROUSEL */ /* SECTION HERO */
  .hero {
    position: relative;
  }
  .hero-swiper {
    width: 100% !important;
    background-color: white;
  }
  .hero-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-swiper-slide {
    position: relative;
    width: 100%;
  }
  .hero-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 35rem;
    height: 35rem;
    margin: auto;
    border-radius: 100%;
  }
  .hero-content {
    height: auto;
    padding-block-start: 0rem;
    line-height: 6.8rem;
    padding-inline-start: 12rem;
  }
  .hero-title {
    font-size: 4rem;
    color: #9e9f32;
  }
  .hero-text,
  .hero-content p {
    font-size: 2rem;
    color: black;
    margin-block-end: 2rem;
    width: 100%;
    line-height: 4.8rem;
  }
  .hero-redirect {
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .hero-button {
    background-color: #8EC246;
    color: white;
    border: none;
    padding-inline: 2rem;
    padding-block: 1rem;
    font-size: 1.6rem;
    border-radius: 10px;
    cursor: pointer;
  }
  /* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
  /* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
  /* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
  /* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
  /* SECTION CAROUSEL */ /* SECTION NOUVEAUTE */
  .nouveaute {
    padding-block-start: 0rem;
    margin-block-end: 10rem;
  }
  .nouveaute-header {
    margin-block-end: 3rem;
    padding-block-start: 2rem;
  }
  .nouveaute-header-title {
    text-align: justify;
    margin-inline: auto;
    font-size: 2.2rem;
  }
  .nouveaute-header-title-bold {
    font-weight: bold;
  }
  .nouveaute-header-undeline {
    height: 1px;
    background-color: #8EC246;
    width: 10%;
    margin: auto;
    border: none;
  }
  .nouveaute-decouverte {
    display: flex;
    flex-direction: row;
    justify-content: center;
    vertical-align: baseline;
    margin-block: 2rem;
  }
  .nouveaute-decouverte-title {
    display: flex;
    gap: 1rem;
  }
  .nouveaute-decouverte-title-1,
  .nouveaute-decouverte-title-2 {
    color: var(--green-2);
    align-self: baseline;
  }
  .nouveaute-decouverte-title-1 {
    font-size: 3.8rem;
  }
  .nouveaute-decouverte-title-2 {
    font-size: 5.2rem;
    margin-block: 5rem;
  }
  .nouveaute-decouverte-button {
    margin-block: auto;
    background-color: rgb(65, 65, 65);
    padding-inline: 3rem;
    padding-block: 2rem;
    color: white;
  }
  .nouveaute-liste-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 45rem;
  }
  .nouveaute-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-right: 0;
  }
  .nouveaute-card a {
    display: flex;
    flex-direction: column;
    align-items: center;
    page-break-inside: 50rem;
    min-width: 30rem;
    min-height: 30rem;
    max-width: 30rem;
    max-height: 30rem;
  }
  .nouveaute-image {
    min-width: 30rem;
    min-height: 30rem;
    max-width: 30rem;
    max-height: 30rem;
    object-fit: contain;
  }
  .nouveaute-card h4 {
    font-size: 2rem;
    font-weight: 500;
  }
  /* SECTION CAROUSEL */ /* SECTION SWIPER */
  /* SECTION CAROUSEL */ /* SECTION SWIPER */
  /* SECTION CAROUSEL */ /* SECTION SWIPER */
  /* SECTION CAROUSEL */ /* SECTION SWIPER */
  /* SECTION CAROUSEL */ /* SECTION SWIPER */
  .nouveaute-swiper {
    width: 100% !important;
    padding-inline-start: 2rem;
  }
  /* SECTION UNIVERS */ /* SECTION UNIVERS */
  /* SECTION UNIVERS */ /* SECTION UNIVERS */
  /* SECTION UNIVERS */ /* SECTION UNIVERS */
  /* SECTION UNIVERS */ /* SECTION UNIVERS */
  /* SECTION UNIVERS */ /* SECTION UNIVERS */
  .univers-items {
    display: grid;
    text-align: center;
    justify-content: space-evenly;
  }
  .univers-container {
    min-width: 20%;
    max-width: 100%;
    text-align: center;
    margin-left: 10px;
  }
  .univers-container-title {
    margin-block: 2rem;
    text-transform: uppercase;
  }
  .univers__title {
    display: inline-block;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-right: 14rem;
    top: -75%;
    position: relative;
    left: -20px;
    padding: 10px;
    text-shadow: 4px 4px 5px #858585;
    background-color: rgba(142, 194, 70, 0.5);
    border-radius: 10px;
  }
  .univers-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 9rem;
  }
  /* SECTION ACTUALITES */ /* SECTION FILTRE */
  /* SECTION ACTUALITES */ /* SECTION FILTRE */
  /* SECTION ACTUALITES */ /* SECTION FILTRE */
  /* SECTION ACTUALITES */ /* SECTION FILTRE */
  /* SECTION ACTUALITES */ /* SECTION FILTRE */
  .filter {
    background-color: var(--grey-1);
    display: flex;
    flex-direction: column;
  }
  .filter-title {
    padding-top: 3rem;
  }
  .filter-main {
    position: relative;
    background-color: white;
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .filter-content {
    padding-inline: 10rem;
    padding-block: 5rem;
  }
  .filter-content-title {
    font-size: 5rem;
    color: rgb(63, 63, 63);
    text-align: left;
  }
  .filter-choix {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .filter-choix-div {
    position: relative;
  }
  .filter-choix-button-i {
    font-size: 1rem;
    border-radius: 50%;
    padding: 0.5rem;
    margin-inline-start: 2rem;
    margin-block: auto;
    transition: 0.3s ease;
    color: white;
    background-color: #9e9f32;
    transition: transform 0.3s;
  }
  .filter-choix-button-i-open {
    background-color: white;
    color: #9e9f32;
    transform: rotate(90deg);
  }
  .filtre-couleur-container,
  .filtre-materiaux-container,
  .filtre-type-container {
    overflow-y: hidden;
    height: auto;
  }
  .filter-choix-list {
    width: 100%;
    height: auto;
    flex-direction: column;
    overflow-y: auto;
    padding-block: 1rem;
    opacity: 0;
    z-index: 10;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0, 0.72, 1, 0.96), opacity 0.5s ease-out;
  }
  .filter-open {
    transform: translateY(0%);
    opacity: 1;
    z-index: 15;
  }
  .filter-close {
    transform: translateY(-100%);
    opacity: 0;
    z-index: 10;
  }
  .filter-display-on {
    display: block !important;
  }
  .filter-display-off {
    display: none !important;
  }
  .filter-choix-couleur-select,
  .filter-choix-materiaux-select,
  .filter-choix-type-select {
    width: 100%;
    height: auto;
    flex-direction: column;
    overflow-y: auto;
    padding-block: 1rem;
    transition: opacity 0.5s ease-out;
  }
  .filter-choix-select-open {
    opacity: 1;
    z-index: 15;
  }
  .filter-choix-select-close {
    opacity: 0;
    z-index: 10;
  }
  .filter-choix-item {
    text-align: left;
    padding-inline-start: 5rem;
  }
  .filter-choix-item label {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .filter-main-button {
    margin-block: auto;
    background-color: rgb(65, 65, 65);
    padding-inline: 3rem;
    padding-block: 2rem;
    color: white;
    margin-block-end: 4rem;
  }
  @keyframes fadeOut-item-selected {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .fadeOut-item-selected {
    animation: fadeOut-item-selected 0.5s ease-out;
  }
  /* SECTION CATALOGUE */
  /* SECTION CATALOGUE */
  /* SECTION CATALOGUE */
  /* SECTION CATALOGUE */
  .catalogue {
    min-height: 35rem;
    background-image: url("../img/fond-catalogue.webp");
    background-size: cover;
  }
  .catalogue img {
    width: 30rem;
  }
  .catalogue a {
    margin-inline-start: initial !important;
    background-color: var(--purple);
  }
  .catalogue_container {
    display: flex;
    flex-direction: row;
    gap: 7rem;
    align-items: center;
    padding-top: 5rem;
    width: 50%;
    margin: auto;
  }
  .revendeurs {
    background-color: #CDCE6F;
    padding-block: 5rem 10rem;
    position: relative;
  }
  .revendeurs-title {
    text-align: center;
    font-size: 5.4rem;
    margin-block-end: 5rem;
  }
  .map-container-search {
    display: flex;
    width: 60%;
    grid-template-columns: 70% 30%;
    gap: 3rem;
    background-color: var(--purple-2);
    padding-block: 4rem;
    padding-inline: 7rem;
    margin-inline: auto;
  }
  .map-container-search input {
    padding-inline-start: 2rem;
  }
  .map-container-search button {
    background-color: var(--purple-1);
    color: white;
  }
  /* SECTION IMAGE SITUATION */ /* SECTION IMAGE SITUATION */
  /* SECTION IMAGE SITUATION */ /* SECTION IMAGE SITUATION */
  /* SECTION IMAGE SITUATION */ /* SECTION IMAGE SITUATION */
  /* SECTION IMAGE SITUATION */ /* SECTION IMAGE SITUATION */
  /* SECTION IMAGE SITUATION */ /* SECTION IMAGE SITUATION */
  .image-situation {
    height: 30rem;
    background-image: url("../../img/Home-Cafeteria pour effet paralaxe.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .image-situation img {
    width: 100%;
  }
  /* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
  /* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
  /* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
  /* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
  /* SECTION ACUTALITéS */ /* SECTION ACUTALITéS */
}
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
/* PAGE UNIVERS */ /* PAGE UNIVERS */
.univers__presentation {
  padding: 3rem;
  margin-bottom: 3rem;
}

.page__univers__grid {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
}

.page__univers__title h1 {
  font-size: 4rem;
  color: var(--dark-grey);
  margin: 10px;
}

.page__univers__title {
  width: 100%;
  margin-bottom: 2rem;
}

.page__univers__title__text {
  text-align: left;
}

.bis {
  position: absolute;
  top: 28%;
  left: 17%;
  color: white;
  font-size: 4rem;
}

.page__univers_paragraph {
  text-align: left;
  position: absolute;
  top: 35%;
  left: 17%;
  color: white;
  font-size: 2rem;
}

.page__univers_img {
  width: 37rem;
  height: 22rem;
  object-fit: cover;
}

.page__univers_img:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: 0.2s;
}

.univers__name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.univers__header {
  height: 30vh;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .page__univers__title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page__univers__title h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 570px) {
  .page__univers__title h1 {
    font-size: 1.5rem;
  }
}
/* PAGE NOUVEAUTE */ /* PAGE NOUVEAUTE */
/* PAGE NOUVEAUTE */ /* PAGE NOUVEAUTE */
/* PAGE NOUVEAUTE */ /* PAGE NOUVEAUTE */
/* PAGE NOUVEAUTE */ /* PAGE NOUVEAUTE */
/* PAGE NOUVEAUTE */ /* PAGE NOUVEAUTE */
.collection__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 250px));
  column-gap: 20px;
  text-align: center;
  justify-content: space-evenly;
}

.nouveaute__items {
  gap: 20px !important;
}

.collection__container {
  height: 45rem !important;
}

.collection__container img {
  width: 100%;
  height: 100%;
}

.nouveaute__title {
  top: -30% !important;
}

/* SECTION MEDIA QUERY */ /* SECTION MEDIA QUERY */
/* SECTION MEDIA QUERY */ /* SECTION MEDIA QUERY */
/* SECTION MEDIA QUERY */ /* SECTION MEDIA QUERY */
/* SECTION MEDIA QUERY */ /* SECTION MEDIA QUERY */
/* SECTION MEDIA QUERY */ /* SECTION MEDIA QUERY */
@media screen and (max-width: 1440px) {
  .collection__items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 250px));
  }
  .collection__container {
    width: 80%;
    margin: 10px auto 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .collection__container {
    height: 50rem !important;
  }
}
.image-situation-catalogue {
  height: 10rem;
  object-fit: contain;
}

.image-situation-catalogue img {
  width: 100vw;
  height: 10rem;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .image-situation-catalogue {
    height: 30rem;
    object-fit: contain;
  }
  .image-situation-catalogue img {
    height: 30rem;
  }
}
.title-univers {
  font-size: 3rem !important;
  color: #37424A;
  text-align: center !important;
  margin: 0rem !important;
}

@media screen and (min-width: 1400px) {
  .title-univers {
    text-align: start !important;
    font-size: 4rem !important;
  }
}
#catalog__section {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.catalog__container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.catalogue-filter-button-on {
  text-align: center;
  font-weight: bold;
  background-color: var(--green-4);
  margin-block-end: 1rem;
  border-radius: 0rem;
  width: 100%;
}

.catalogue-filter {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: 1/1/4/2;
  margin-block-end: 2rem;
}

.filter-button-catalogue {
  grid-area: 9/1/10/2;
}

@media screen and (min-width: 768px) {
  .filter-button-catalogue {
    grid-area: initial;
  }
}
.separation-bar-filter {
  border: 1px solid #ccc;
  margin-block-start: 1rem;
  margin-block-end: 3rem;
}

.filter-choix-button-catalogue {
  display: flex;
  width: 100%;
  height: 5rem;
  border: 0px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  z-index: 20;
  justify-content: space-between;
  padding: 1rem;
  padding-inline: 3rem;
  color: black;
}

.filter-choix-button-catalogue:hover {
  background-color: var(--green-4);
  color: black;
}

.filter-choix-button-catalogue:hover i {
  background-color: white;
  color: var(--green-4);
}

.filter-choix-button-catalogue i {
  font-size: 1.3rem;
  padding: 0.5rem;
  background-color: var(--green-4);
  color: white;
  border-radius: 50%;
  margin-block: auto;
}

.filter-choix-button-catalogue-open {
  background-color: var(--green-4);
  color: black;
}

.filter-choix-button-catalogue-i-open {
  background-color: white !important;
  color: #9e9f32 !important;
  transform: rotate(90deg);
}

.filter-button-catalogue {
  display: flex;
  flex-direction: row;
  position: relative;
}

.filtre-button-replier-catalogue {
  background-color: white;
  color: #848484;
  font-weight: 600;
}

.visible-class-catalogue {
  opacity: 1 !important;
}

.filtre-button-effacer-catalogue {
  opacity: 0;
  position: relative;
  justify-self: flex-end;
  background-color: white;
  color: #848484;
  width: max-content;
  margin-inline-start: auto;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  margin-block-end: 1.5rem;
}

.filtre-button-effacer-catalogue::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 2px;
  background-color: #848484;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.filtre-button-effacer-catalogue:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.filtre-choix-div-catalogue {
  position: relative;
}

.filtre-mobile-off {
  display: none;
}

.filter-catalogue-container {
  overflow-y: hidden;
}

.filtre-choix-list-catalogue {
  margin-block: 2rem;
}

.filtre-choix-item-catalogue {
  margin-block: 0.5rem;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.filtre-choix-item-catalogue label,
.filter-choix-item-catalogue-selected label {
  margin-inline-start: 2rem;
}

.filtre-choix-list-catalogue {
  width: 100%;
  height: auto;
  overflow-y: auto;
  transition: transform 0.5s cubic-bezier(0, 0.72, 1, 0.96), opacity 0.5s ease-out;
}

.filter-choix-item-catalogue-selected {
  text-decoration: underline;
  color: #9e9f32;
}

.filter-non-disponible {
  opacity: 0;
}

.filter-non-disponible-displayOff {
  display: none;
}

.filtre-choix-list-catalogue input,
.filtre-choix-item-catalogue input {
  display: none;
}

.filtre-choix-list-catalogue label {
  font-size: 1.4rem;
  font-weight: 500;
}

.filter-catalogue-open {
  transform: translateY(0%);
  opacity: 1;
  z-index: 15;
}

.filter-catalogue-close {
  transform: translateY(-100%);
  opacity: 0;
  z-index: 10;
}

.filtre-selected-TYPE-container-catalogue,
.filtre-selected-UNIVERS-container-catalogue,
.filtre-selected-OFFRES-container-catalogue,
.filtre-selected-COULEUR_WEB-container-catalogue,
.filtre-selected-DUREE_UTILISATION-container-catalogue,
.filtre-selected-MATERIAU_PIETEMENT-container-catalogue {
  width: 100%;
  height: auto;
  flex-direction: column;
  overflow-y: auto;
  padding-block: 1rem;
  transition: opacity 0.5s ease-out;
}

.filter-choix-catalogue-select-open {
  opacity: 1;
  z-index: 15;
}

.filter-choix-catalogue-select-close {
  opacity: 0;
  z-index: 10;
}

.filter-catalogue-display-on {
  display: block !important;
}

.filter-catalogue-display-off {
  display: none !important;
}

.catalog__product__mention {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
}

.catalog__products {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 2rem;
}

.catalogue-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(100px, min-content) 1fr;
  gap: 1rem;
}

.info-univers {
  height: min-content;
  grid-area: 1/1/2/2;
}

.message-pas-de-produit {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  margin: 5rem 2rem;
  background-color: var(--green-4);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .message-pas-de-produit {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .message-pas-de-produit {
    font-size: 2.4rem;
  }
}
.catalogue-filter {
  grid-area: 2/1/3/2;
}

@media screen and (min-width: 768px) {
  .catalogue-container {
    display: grid;
    grid-template-columns: 30% 70%;
    column-gap: 2rem;
  }
  .info-univers {
    grid-area: 1/2/2/3;
  }
  .catalogue-filter {
    display: flex;
    flex-direction: column;
    grid-area: 1/1/-1/2;
  }
  .catalogue-filter-button-on {
    display: none;
  }
  .filter-choix-div-catalogue-container {
    display: block !important;
  }
}
@media screen and (min-width: 512px) {
  .catalog__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .catalog__products {
    grid-template-columns: repeat(3, minmax(200px, 1fr)) !important;
    margin-block-start: 2rem;
  }
  .catalogue-container {
    display: grid;
    grid-template-columns: 20% 80%;
    column-gap: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .catalog__products {
    grid-area: auto/2/-1/3;
    margin-block-start: 5rem;
  }
  .catalogue-container {
    column-gap: 10rem;
  }
  .filter-choix-button-catalogue {
    font-size: 2.3rem;
  }
  .filtre-choix-list-catalogue label {
    font-size: 1.6rem;
  }
}
.catalog__products__header {
  border-bottom: #f5f5f5;
  color: rgb(117, 117, 117);
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-inline-start: auto;
}

.text-univers {
  margin: 0rem !important;
  margin-block: 3rem !important;
  font-size: 1.4rem;
}

.catalog__product__image-main {
  height: 15rem;
  width: auto;
  object-fit: contain;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .catalog__product__image-main {
    height: 20rem;
  }
}
@media screen and (min-width: 1400px) {
  .catalog__product__image-main {
    height: 25rem;
  }
}
.catalog__product__image-main:hover {
  cursor: pointer;
  transform: translate(0, -10px);
  transition: transform 0.3s ease-in-out;
}

.catalog__product__image {
  height: auto;
  margin: auto;
  position: relative;
}
.catalog__product__image span {
  position: absolute;
  right: 0;
  background-color: var(--green);
  width: 50%;
  text-align: center;
  border-radius: 0 0 0 4rem;
  color: white;
  z-index: 1;
}

.catalog__product a {
  position: relative;
}

.catalog__product__new_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 100%;
  background-color: var(--purple-1);
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.fin_serie {
  height: 8rem !important;
  width: 8rem !important;
  background-color: var(--purple-1);
  text-transform: uppercase;
}

.fin_serie p {
  font-size: 1.4rem;
  font-weight: bold;
}

.new {
  height: 8rem !important;
  width: 8rem !important;
  background-color: #7f8532;
}

.new p {
  font-size: 1.6rem;
  font-weight: bold;
}

.promo {
  height: 7rem !important;
  width: 7rem !important;
  background-color: var(--green-1);
}

.promo p {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .catalog__product__new_card {
    height: 7rem;
    width: 7rem;
    top: 1rem;
    left: 1rem;
  }
}
.catalog__product__new_card p {
  text-align: center;
  color: white;
}

.catalog__product:not(:nth-child(2n)) .cross-icon::before,
.catalog__product:not(:nth-child(2n)) .cross-icon::after {
  content: "";
  position: absolute;
  width: 50%;
  background-color: var(--grey-1); /* Couleur de la croix */
}

.catalog__product:not(:nth-child(2n)) .cross-icon::before {
  height: 3px;
  bottom: 15rem;
  left: 100%;
  transform: translateX(-50%);
}

.catalog__product:not(:nth-child(2n)) .cross-icon::after {
  height: 3px;
  bottom: 15rem;
  left: 100%;
  transform: translateX(-50%) rotate(90deg);
}

@media screen and (min-width: 1024px) {
  .catalog__product:not(:nth-child(2n)) .cross-icon::before,
  .catalog__product:not(:nth-child(2n)) .cross-icon::after {
    content: "";
    position: initial;
    width: initial;
    background-color: initial;
  }
  .catalog__product:not(:nth-child(2n)) .cross-icon::before {
    height: initial;
    bottom: initial;
    left: initial;
    transform: initial;
  }
  .catalog__product:not(:nth-child(2n)) .cross-icon::after {
    height: initial;
    bottom: initial;
    left: initial;
    transform: initial;
  }
  .catalog__product:not(:nth-child(3n)) .cross-icon::before,
  .catalog__product:not(:nth-child(3n)) .cross-icon::after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: var(--grey-1); /* Couleur de la croix */
  }
  .catalog__product:not(:nth-child(3n)) .cross-icon::before {
    left: 100%; /* 50px (largeur) - 2px (épaisseur) / 2 */
    bottom: 20rem;
    height: 3px;
    transform: translateX(-50%);
  }
  .catalog__product:not(:nth-child(3n)) .cross-icon::after {
    left: 100%;
    bottom: 20rem;
    height: 3px;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 1400px) {
  .catalog__product:not(:nth-child(3n)) .cross-icon::before {
    bottom: 25rem;
  }
  .catalog__product:not(:nth-child(3n)) .cross-icon::after {
    bottom: 25rem;
  }
}
.catalog__product__name {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .catalog__product__name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .catalog__product__name {
    font-size: 2.4rem;
  }
}
/* PAGINATION */
.catalog_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .catalog_pagination {
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .catalog_pagination {
    gap: 5rem;
    grid-area: 3/2/4/3;
  }
}
.catalog_pagination a {
  font-size: 1.5rem;
}

.catalog_pagination .active {
  font-weight: bold;
  color: var(--green-3);
}

.page {
  cursor: pointer;
}

.loader {
  border: 11px solid #f3f3f3; /* Light grey */
  border-top: 11px solid var(--green-3);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

.loader-img {
  border: 11px solid #f3f3f3; /* Light grey */
  border-top: 11px solid var(--green-3);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 28%;
  left: 38%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader_class {
  grid-area: auto/2/auto/3;
}

.rectangle-vert {
  width: 100%;
  height: 100%;
  grid-area: 1/1/4/2;
  left: 0;
  background-color: #9E9F32;
}

@media screen and (max-width: 768px) {
  .rectangle-vert {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .message-erreur-catalogue-container-main {
    margin: 0 !important;
    padding: 0 !important;
  }
  .message-erreur-catalogue-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .message-erreur-catalogue {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.message-erreur-catalogue-container-main {
  grid-area: 1/1/2/4;
  width: 100%;
  height: 100%;
  margin: 1rem;
  padding: 1rem 4rem;
  border-top: 1px solid var(--main-green);
}

.message-erreur-catalogue-container-main {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
}

.message-erreur-catalogue {
  margin-inline: auto;
  padding-inline: 5rem;
  padding-block: 2rem;
}

.rectangle-mobilier-reconditionne {
  background-color: #f8f8f8;
  border: #9E9F32 2px solid;
  text-align: center;
  padding-block: 2rem;
  margin-block-end: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rectangle-mobilier-reconditionne-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #b5bf59 !important;
}

.rectangle-mobilier-reconditionne-text {
  font-size: 1.2rem;
  margin-block: 1.5rem;
  margin-inline: 1rem;
  font-weight: bold;
  color: #37424A !important;
}

@media screen and (min-width: 425px) {
  .rectangle-mobilier-reconditionne-title {
    font-size: 1.8rem;
  }
  .rectangle-mobilier-reconditionne-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .rectangle-mobilier-reconditionne {
    width: 100%;
    height: fit-content;
    padding-block: 10rem;
    grid-area: 1/1/4/2;
    left: 0;
  }
  .rectangle-mobilier-reconditionne-title {
    font-size: 1.8rem;
  }
  .rectangle-mobilier-reconditionne-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .rectangle-mobilier-reconditionne-title {
    font-size: 2rem;
  }
  .rectangle-mobilier-reconditionne-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .rectangle-mobilier-reconditionne-title {
    font-size: 2.4rem;
  }
  .rectangle-mobilier-reconditionne-text {
    font-size: 1.8rem;
    margin-block: 3rem;
    margin-inline: 2rem;
  }
}
.rectangle-fin-de-serie {
  background-color: #f8f8f8;
  border: #6d428a 2px solid;
  text-align: center;
  padding-block: 2rem;
  margin-block-end: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rectangle-fin-de-serie-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #6d428a !important;
}

.rectangle-fin-de-serie-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6d428a !important;
}

@media screen and (min-width: 425px) {
  .rectangle-fin-de-serie-title {
    font-size: 1.8rem;
  }
  .rectangle-fin-de-serie-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .rectangle-fin-de-serie {
    width: 100%;
    height: fit-content;
    padding-block: 10rem;
    grid-area: 1/1/4/2;
    left: 0;
  }
  .rectangle-fin-de-serie-title {
    font-size: 1.8rem;
  }
  .rectangle-fin-de-serie-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .rectangle-fin-de-serie-title {
    font-size: 2rem;
  }
  .rectangle-fin-de-serie-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .rectangle-fin-de-serie-title {
    font-size: 3.8rem;
  }
  .rectangle-fin-de-serie-text {
    font-size: 2.8rem;
    margin-block: 3rem;
    margin-inline: 2rem;
  }
}
.pastille_reconditionne {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #b5bf59;
  position: absolute;
  z-index: 1;
  height: 8rem;
  width: 8rem;
  top: 1rem;
  left: 1rem;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
}

.pastille_reconditionne p {
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.pastille_fds {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #6d428a;
  position: absolute;
  z-index: 1;
  height: 10rem;
  width: 10rem;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
}

.pastille_fds p {
  font-weight: bold;
  margin-top: 0.5rem;
}

.pastille_rupture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #d69922;
  position: absolute;
  z-index: 1;
  height: 10rem;
  width: 10rem;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
}

.pastille_rupture p {
  font-weight: bold;
  margin-top: 0.5rem;
}

.position-pastille-produit-img-principal {
  top: 0rem !important;
  left: 70% !important;
  width: 8rem !important;
  height: 8rem !important;
}

@media screen and (min-width: 768px) {
  .position-pastille-produit-img-principal {
    top: 0rem !important;
    left: 66% !important;
    width: 10rem !important;
    height: 10rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .position-pastille-produit-img-principal {
    top: 1rem !important;
    left: 75% !important;
    width: 13rem !important;
    height: 13rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .position-pastille-produit-img-principal {
    top: 1rem !important;
    left: 79% !important;
    width: 13rem !important;
    height: 13rem !important;
  }
}
.position-pastille-produit-img-principal p {
  font-size: 1.4rem !important;
}

@media screen and (min-width: 768px) {
  .position-pastille-produit-img-principal p {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .position-pastille-produit-img-principal p {
    font-size: 2.3rem !important;
  }
}
.position-pastille-produit-img-connecte-prix {
  top: 2rem !important;
  left: 2rem !important;
}

.position-pastille-produit-img-disconnected-catalogue {
  top: 0rem !important;
  left: -5rem !important;
}

.section-image-collection2 {
  display: grid;
  grid-template-columns: 1fr;
}

.grid-collection2 {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .grid-collection2 {
    grid-template-columns: repeat(2, 50%);
    column-gap: 10rem;
  }
}
.header-collection2-entete {
  grid-area: 1/1/2/2;
  margin-block: 0rem 1rem;
}

.main-collection2-information {
  grid-area: 3/1/4/2 !important;
}

.main-collection-product-infos {
  grid-area: 4/1/5/2 !important;
}

.main-collection-product-garantie {
  grid-area: 5/1/6/2 !important;
}

@media screen and (min-width: 768px) {
  .header-collection2-entete {
    grid-area: 1/1/2/3;
    margin-block: 2rem 10rem;
  }
  .main-collection2-information {
    grid-area: 2/2/3/3 !important;
  }
  .main-collection-product-infos {
    grid-area: 4/1/5/2 !important;
  }
  .main-collection-product-garantie {
    grid-area: 5/1/6/2 !important;
  }
}
.zoom-image-principale-collection2 {
  height: 23rem !important;
}

@media screen and (min-width: 1024px) {
  .zoom-image-principale-collection2 {
    height: 43rem !important;
  }
}
.header-collection2-media-image-2 {
  object-fit: contain;
}

.main-collection2-product-infos-dimension {
  height: auto !important;
}

.main-collection2-product-infos-dimension span {
  text-wrap: nowrap;
  color: #9e9f32;
  font-weight: 500;
  margin-block: 5rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .main-collection2-product-infos-dimension span {
    margin: 7rem;
    margin-block: 5rem;
    font-size: 2.3rem;
  }
  .main-collection2-product-infos-dimension {
    margin: auto;
    height: 30rem;
    width: auto;
  }
}
.main-collection2-product-infos-dimension {
  margin: auto;
  width: 100%;
}

.main-collection2-product-infos-dimension h3 {
  font-weight: bold;
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection2-product-infos-dimension h3 {
    font-size: 2.3rem;
    padding-block-end: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection2-product-infos-dimension h3 {
    padding-block-end: 3.5rem;
  }
}
.main-collection2-product-infos-pratique h3 {
  margin-block-start: 2rem !important;
}

.main-collection2-product-infos-dimension {
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pastille-bandeau-info {
    width: 6rem !important;
    height: 6rem !important;
  }
  .pastille-bandeau-info p {
    font-size: 1.2rem;
    text-wrap: wrap;
  }
}
.contact-title {
  font-size: 2.3rem;
  color: #37424A;
  text-align: left;
  margin-inline: auto;
  width: 80%;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .contact-title {
    font-size: 4rem;
    margin-inline: auto;
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    margin-inline: 0.4rem;
    text-align: unset;
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1400px) {
  .contact-title {
    margin-inline: 10rem;
  }
}
.contact__container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .contact__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
}
.contact__info {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 80%;
  margin-inline: auto;
  text-wrap: nowrap;
}

@media screen and (min-width: 1024px) {
  .contact__info {
    text-align: left;
    width: auto;
    text-wrap: nowrap;
    padding-inline-start: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .contact__info {
    padding-inline-start: 13rem;
  }
}
.contact__info img {
  width: 40rem;
  margin-inline: auto;
}

.contact__info-description {
  margin-block-start: 2rem;
}

@media screen and (min-width: 1024px) {
  .contact__info-description {
    margin-block-start: 8rem;
  }
}
.contact__info-description p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (min-width: 1024px) {
  .contact__info-description p {
    font-size: 2.3rem;
  }
}
.contact__info-description b {
  color: var(--green-3);
}

.contact_map iframe {
  width: 100%;
  display: flex;
  margin-block-start: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .contact_map iframe {
    margin-block-start: 0rem;
  }
}
.contact__form {
  width: 90%;
  margin-block: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .contact__form {
    padding-block-start: 7rem;
  }
}
.contact__form_title {
  text-align: center;
}

.contact__form_grid input {
  padding-inline-start: 2rem;
  height: 5rem;
  border: 2px solid var(--bordure);
}

@media screen and (min-width: 1024px) {
  .contact__form_grid input {
    height: 7rem;
  }
}
.contact__form_grid textarea {
  padding-block-start: 2rem;
  padding-inline-start: 2rem;
  height: 15rem;
  border: 2px solid var(--bordure);
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .contact__form_grid textarea {
    height: 25rem;
  }
}
.contact__form_grid button {
  justify-content: center;
  display: flex;
}

.contact__form_grid-l1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-block-start: 3rem;
}

@media screen and (min-width: 768px) {
  .contact__form_grid-l1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.contact__form_grid-l2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-block-start: 1.5rem;
}

@media screen and (min-width: 768px) {
  .contact__form_grid-l2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.contact__form_grid-l3 {
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: 1.5rem;
}

.contact__form_grid-l4 {
  margin-block-start: 1.5rem;
  color: var(--grey);
}

.contact__form_button {
  background-color: var(--green);
  margin-top: 2rem !important;
  border: 0;
  color: white;
  width: 15rem;
  border: 2px solid var(--green);
}

.contact__form_button:hover {
  background-color: white;
  color: var(--green);
  border: 2px solid var(--green);
}

.flyer__promotions__items {
  width: 50%;
}

.promotions__header {
  margin-bottom: 10rem;
}

.promotion__main__title {
  font-size: 40px;
  color: var(--dark-grey);
}

.wrapper__promotions {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7rem;
}

@media (max-width: 1024px) {
  .promotion__title {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .flyer__promotions {
    flex-direction: column;
    align-items: center;
  }
  .flyer__promotions__items {
    width: 100%;
  }
  .title__fds {
    font-size: 25px !important;
  }
  .promotions__header {
    margin-bottom: 5rem;
  }
  .promotion__main__title {
    font-size: 30px;
  }
  .wrapper__promotions {
    width: 100% !important;
    padding: 20px;
    margin-bottom: 1rem;
  }
}
.product__container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 5rem;
}

.divPart1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.divPart2 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.product__part1 {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.product__part2 {
  width: 40%;
  height: 100%;
}

.imageFiedl__part2 {
  display: flex;
  justify-content: center;
  max-height: 660px;
  max-width: 100%;
  overflow: hidden;
}

#images__carrousel {
  max-width: 100%;
  white-space: nowrap;
  font-size: 0px;
  overflow: hidden;
  cursor: pointer;
}

#images__carrousel.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  scroll-behavior: auto;
}

#images__carrousel img:first-child {
  margin-left: 0px;
}

.product__part3 {
  width: 100%;
  padding: 3rem;
  background-color: rgb(237, 237, 237);
}

.product__part1__items1 {
  border-bottom: 1px solid var(--main-green);
}

.product__part1__items1__title {
  font-family: "Staatliches", cursive;
  font-size: 2.6rem;
  color: var(--main-green);
  font-weight: 500;
}

.product__part1_picto1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.poids p,
.duree p,
.taille p {
  padding-left: rem;
}

.product__secondary__images {
  padding: 0.5rem;
  border: 1px solid rgb(194, 194, 194);
}

/* PART 3 */
.product__part3__description {
  border-bottom: 1px solid var(--main-green);
}

.product__part3__productName {
  font-family: "Staatliches", cursive;
  font-size: 2.6rem;
  font-weight: 500;
}

.product__part3__productBody {
  font-weight: 300;
  font-size: 1.4rem;
}

.product__part3__productRef {
  font-weight: 400;
  font-size: 1.4rem;
}

.product__part3__productPrice {
  font-weight: 600;
  font-size: 1.6rem;
}

.product__part3__color {
  display: flex;
  gap: 2rem;
}

.color1 {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #375075;
}

.color2 {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #EA8223;
}

.color3 {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #000;
}

.color4 {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #EA1414;
}

.summary-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 2px 2px 20px #5e5e5e;
  width: 0;
  height: 100vh;
  right: -300px;
  transition: all 0.5s;
  z-index: 1;
}

.show-summary-cart {
  right: 0;
}

.summary-cart__container {
  height: 100vh;
  margin-top: 15rem;
}

.addCart {
  width: 100%;
  padding: 1rem;
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
}

.layoutCart {
  width: 100%;
  display: flex;
}

.cartCaption {
  border: none;
  width: 55%;
  padding: 1rem;
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.cartAdd {
  width: 15%;
  padding: 1rem;
  background-color: rgb(179, 179, 179);
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
}

.cartQty {
  width: 15%;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: center;
}

.cartRemove {
  width: 15%;
  padding: 1rem;
  background-color: rgb(179, 179, 179);
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
}

.dimension {
  text-align: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.product__part3__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.product__part3__particulier {
  padding: 2rem;
  background-color: rgba(142, 194, 70, 0.158);
}
.product__part3__particulier a {
  color: var(--main-green);
  font-weight: 600;
  font-size: 1.4rem;
}

.product__part3__caracteristiques ul {
  list-style: initial;
  padding-left: 1.5rem;
}
.product__part3__caracteristiques li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
.product__part3__caracteristiques li::marker {
  color: var(--main-green);
}
.product__part3__caracteristiques a {
  color: var(--main-green);
  font-weight: 600;
  font-size: 1.4rem;
}

#dimensions {
  width: 80%;
  margin: 0 auto;
  transition: all 0.5s ease;
  max-height: 1000px;
  visibility: visible;
  overflow: hidden;
  padding: 0 3rem;
}

#dimensions.visible {
  max-height: 0px;
  visibility: hidden;
}

.produits__similaires {
  padding: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.produits__associes {
  width: 80%;
  margin: 1rem auto;
  padding-bottom: 6rem;
}

.produits__associes__container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
}

.produits__associes__container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#close_summary {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-green);
  color: #fff;
  font-weight: bold;
}

.summary-cart__container {
  display: flex;
  padding: 2rem 5rem;
  flex-direction: column;
}

.layoutCArtBtn {
  display: flex;
  justify-content: end;
  width: 100%;
}

.layoutValidateCaption {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--main-green);
}

.validAdd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  background-color: var(--main-green);
  border-radius: 50%;
}

.bx-check {
  font-size: 2rem;
  color: #fff;
}

.bx-chevron-right {
  font-size: 2rem;
  color: #fff;
}

.bx-chevron-left {
  font-size: 2rem;
  color: var(--main-green);
}

.layoutButton {
  margin-top: 2rem;
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.layoutButton .btn-1, .layoutButton .btn-2 {
  padding: 1rem;
}

.produits__associes__container__card__button {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--main-green);
  color: #fff;
}

.product__part2__new {
  width: 20%;
  padding: 0 1rem;
  border-radius: 0 5rem 0 0;
  background-color: var(--main-green);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.product__part2__promo {
  width: 20%;
  padding: 0 1rem;
  border-radius: 0 5rem 0 0;
  background-color: rgb(214, 98, 98);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.product__normes__xs {
  display: none !important;
}

@media (max-width: 1440px) {
  .product__container {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .product__container {
    width: 90%;
  }
  .produits__associes__container {
    grid-template-columns: repeat(3, 1fr);
  }
  #main-image {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  #product__section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .product__container {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #main-image {
    height: 300px !important;
  }
  .divPart1 {
    width: 100%;
  }
  .divPart2 {
    width: 100%;
  }
  .swiffy-slider {
    margin-bottom: 3rem !important;
    --swiffy-slider-item-count: 5 !important;
  }
  .product__normes {
    display: none !important;
  }
  .product__size {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .produits__associes {
    width: 95%;
  }
  .produits__associes__container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .img__normes_xs {
    height: 50px;
  }
}
.cartLayout {
  width: 80%;
  margin: 0 auto;
}

.cart__header {
  display: flex;
  flex-direction: row;
  padding: 3rem 0;
  gap: 5rem;
}
.cart__header .cart__header_1 {
  width: 70%;
}
.cart__header .cart__header_1 h3 {
  padding-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 500;
}
.cart__header .cart__header_1 .cart__body__header {
  padding: 1rem;
  display: flex;
  flex-direction: row;
}
.cart__header .cart__header_1 .cart__body__header .cart__body__header_1 {
  width: 30%;
}
.cart__header .cart__header_1 .cart__body__header .cart__body__header_2 {
  width: 20%;
  text-align: center;
}
.cart__header .cart__header_1 .cart__body__header .cart__body__header_3 {
  width: 30%;
  text-align: center;
}
.cart__header .cart__header_1 .cart__body__header .cart__body__header_4 {
  width: 20%;
  text-align: center;
}
.cart__header .cart__header_1 .cart__body {
  background-color: #EBEBEB;
  display: flex;
  padding: 2rem;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem;
}
.cart__header .cart__header_1 .cart__body .cart__productImage {
  display: flex;
  width: 30%;
}
.cart__header .cart__header_1 .cart__body .cart__productPrice {
  width: 20%;
  text-align: center;
}
.cart__header .cart__header_1 .cart__body .cart__productQuantity {
  width: 30%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.cart__header .cart__header_1 .cart__body .cart__productQuantity input {
  width: 5rem;
  text-align: center;
}
.cart__header .cart__header_1 .cart__body .cart__productTotal {
  width: 20%;
  text-align: center;
}
.cart__header .cart__header_2 {
  width: 30%;
}
.cart__header .cart__header_2 h3 {
  padding-bottom: 6.1rem;
  font-size: 2.6rem;
  font-weight: 500;
}
.cart__header .cart__header_2 .cart__summary {
  background-color: #EBEBEB;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cart__header .cart__header_2 .cart__summary .cart__summary_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--main-green);
}
.cart__header .cart__header_2 .cart__summary .cart__summary_2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--main-green);
}
.cart__header .cart__header_2 .cart__summary .cart__summary_3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart__header .cart__header_2 .cart__summary .cart__summary_4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

#map {
  height: 50rem !important;
  width: 100% !important;
  margin-block-start: 2rem;
}

.map__section {
  width: 100% !important;
}

@media screen and (min-width: 1024px) {
  .map__section {
    width: 80% !important;
  }
}
.map__title {
  font-size: 2.3rem;
  color: #37424A;
  width: 80%;
  margin-inline: auto;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .map__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .map__title {
    font-size: 7rem;
    margin-block-end: 5rem;
    width: 100%;
    text-align: unset;
  }
}
.map_container_search {
  display: flex;
  flex-direction: column;
  background-color: var(--purple-2);
  gap: 3rem;
  padding-block: 3rem;
  padding-inline: 2rem;
}

@media screen and (min-width: 768px) {
  .map_container_search {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    background-color: var(--purple-2);
    padding-block: 5rem;
    padding-inline: 4rem;
  }
  .map_container_search input {
    grid-area: 1/1/1/4;
  }
}
.button-revendeurs {
  border: none;
  background-color: var(--purple);
  color: white;
  width: auto;
  text-align: center;
  text-wrap: nowrap;
}

.map_container_search input {
  padding-inline: 2rem;
}

.map_container_card {
  display: flex;
  flex-direction: column;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1400px) {
  .map_container_card {
    margin-block: 4rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 60vh;
    gap: 5rem;
  }
  .map_container_card_list {
    grid-area: 1/1/1/3;
  }
  #map {
    grid-area: 1/3/1/6;
    z-index: 1;
  }
}
.map_container_card_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.reset-div {
  display: flex;
  justify-content: space-between;
  margin-block-start: 2rem;
  padding-inline: 10%;
}

@media screen and (min-width: 1400px) {
  .reset-div {
    padding-inline: 0%;
  }
}
#result {
  margin-block: auto;
}

#reset_resultat {
  margin: 0rem;
  border: none;
  background-color: var(--green-3);
  color: white;
}

.map_container_card_list_item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding-inline: 10%;
  padding-block: 1rem;
}

@media screen and (min-width: 1400px) {
  .map_container_card_list_item {
    padding-inline: 0%;
    padding-inline: 2rem;
  }
}
.map_container_card_list_item:hover {
  cursor: pointer;
  background-color: var(--green-4);
  transition: all 0.35s ease-in-out;
}

.map_container_card_list_item_distance {
  margin-block-start: auto;
}

.itemHidden {
  display: none;
}

.nouveaute__card {
  display: flex;
  padding: 2rem;
  border-radius: 2rem;
  background-color: rgb(247, 247, 247);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.wrapper_nouveautes {
  width: 80%;
  padding: 20px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.nouveaute__img {
  width: 35%;
}
.nouveaute__img img {
  border-radius: 1rem;
}

.nouveaute__caption {
  flex-direction: column;
  width: 65%;
}

.nouveaute__title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.header-collection-name {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .header-collection-name {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-collection-name {
    text-align: initial;
    font-size: 7rem;
  }
}
.header-collection-media {
  display: flex;
  flex-direction: column-reverse;
  gap: 5rem;
  margin-block: 2rem;
}

@media screen and (min-width: 768px) {
  .header-collection-media {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-collection-media {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 43rem;
    justify-items: center;
    justify-content: space-between;
    padding-inline: 10rem;
  }
}
.header-collection-media-image-1 {
  width: 80%;
  margin: auto;
  max-width: 35rem;
}

@media screen and (min-width: 768px) {
  .header-collection-media-image-1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-inline-start: 5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header-collection-media-image-1 {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding-inline-start: 5rem;
    max-width: 100%;
  }
}
.header-collection-media-image-2 {
  width: 50%;
  margin: auto;
  max-width: 20rem;
}

@media screen and (min-width: 768px) {
  .header-collection-media-image-2 {
    width: 70%;
    height: 100%;
    object-fit: contain;
    margin-block: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .header-collection-media-image-2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-block: auto;
    max-width: 100%;
    overflow: hidden;
  }
}
.zoom-image-principale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: solid transparent;
  transition: border 0.3s ease-out;
}

.zoom-image-principale:hover {
  border: solid #CDCE6F;
}

#zoom-image {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}

.header-collection-media-image-2.zoomed {
  transform: scale(5);
  transition: transform 0.3s ease-out;
}

@media screen and (min-width: 1400px) {
  .main-collection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    padding-inline: 10rem;
    margin-block-start: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-information {
    grid-area: 1/2/3/3;
    padding-inline-start: 5rem;
  }
}
.main-collection-experiance-title {
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
}

@media screen and (min-width: 768px) {
  .main-collection-experiance-title {
    font-size: 2.3rem;
    padding-block-end: 0.5rem;
  }
}
.main-collection-experiance-title b {
  font-size: 1.4rem !important;
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  .main-collection-experiance-title b {
    font-size: 2.3rem !important;
  }
}
.main-collection-caracteristiques-title {
  font-weight: bold;
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-caracteristiques-title {
    font-size: 2.3rem;
  }
}
.main-collection-caracteristiques-items {
  list-style: inside;
  font-size: 1.2rem;
  padding-inline-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-caracteristiques-items {
    font-size: 1.8rem;
  }
}
.main-collection-materiaux-title {
  font-weight: bold;
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-materiaux-title {
    font-size: 2.3rem;
  }
}
.main-collection-materiaux-list {
  list-style: inside;
  font-size: 1.2rem;
  padding-inline-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-materiaux-list {
    font-size: 1.8rem;
  }
}
.main-collection-product-infos-dimension {
  height: 100% !important;
}

.main-collection-product-infos-dimension-off {
  display: none !important;
}

.main-collection-product-infos-dimension-image {
  max-width: 27rem;
}

.main-collection-produit-items {
  text-transform: lowercase;
  text-wrap: nowrap;
}

.main-collection-produit-items::first-letter {
  text-transform: capitalize;
}

.main-collection-produit-title {
  font-weight: bold;
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-produit-title {
    font-size: 2.3rem;
  }
}
.main-collection-produit-list {
  list-style: inside;
  font-size: 1.2rem;
  padding-inline-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-produit-list {
    font-size: 1.8rem;
  }
}
.main-collection-produit-lien-container {
  position: relative;
}

.main-collection-produit-lien {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0rem;
  width: fit-content;
}

.main-collection-produit-lien i {
  margin-block: auto;
  margin-inline: 0.4rem;
}

.main-collection-produit-lien span {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-collection-produit-lien span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-produit-lien span {
    font-size: 2.2rem;
  }
}
.main-collection-produit-items-survol {
  display: none;
  position: absolute;
  z-index: 200;
  width: min-content;
  background-color: #f8f8f8;
  border: #9e9f32 solid 0.2rem;
  text-align: center;
  top: 0rem;
  right: 6rem;
  padding: 1rem;
  text-wrap: nowrap;
  transition: opacity 0.5s ease-in-out;
}

.regarder-produit {
  border: solid red;
}

.main-collection-product-infos-dimension span {
  text-wrap: nowrap;
  color: #9e9f32;
  font-weight: 500;
  margin-block: 5rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .main-collection-product-infos-dimension span {
    margin: 7rem;
    margin-block: 5rem;
    font-size: 2.3rem;
  }
}
.main-collection-product-infos-pratique {
  height: 100% !important;
}

.main-collection-product-infos-pratique-off {
  display: none !important;
}

.main-collection-product-infos-pratique span {
  text-wrap: nowrap;
  color: #9e9f32;
  font-weight: 500;
  margin-block: 5rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .main-collection-product-infos-pratique span {
    margin: 7rem;
    margin-block: 5rem;
    font-size: 2.3rem;
  }
}
.main-collection-product-carroussel {
  margin-block: 2rem;
}

@media screen and (min-width: 1024px) {
  .main-collection-product-carroussel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-block-end: 1rem;
  }
}
.main-collection-product-carroussel-image {
  width: auto;
  height: 20rem;
  object-fit: contain;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .main-collection-product-carroussel-image {
    width: auto;
    height: 20rem;
    object-fit: contain;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-product-infos {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-block-end: 3rem;
    border-block: 3px solid var(--grey-1);
  }
  .main-collection-product-infos::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 48%;
    width: 3px;
    height: 90%;
    background-color: var(--grey-1);
    margin-block: auto;
  }
  .main-collection-product-infos:has(.main-collection-product-infos-dimension-off)::before,
  .main-collection-product-infos:has(.main-collection-product-infos-pratique-off)::before {
    display: none;
  }
  .main-collection-product-infos:has(.main-collection-product-infos-pratique-off) .main-collection-product-infos-dimension-image {
    max-width: 100% !important;
  }
  .main-collection-product-infos h3 {
    font-weight: bold;
    padding-block-end: 0.5rem;
    text-transform: uppercase;
    margin: auto;
  }
  .main-collection-product-infos-dimension {
    margin: auto;
    height: 30rem;
    width: auto;
  }
}
.main-collection-product-infos-dimension {
  margin: auto;
  width: 100%;
}

.main-collection-product-infos-dimension h3 {
  font-weight: bold;
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-product-infos-dimension h3 {
    font-size: 2.3rem;
    padding-block-end: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-product-infos-dimension h3 {
    padding-block-end: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-product-infos-pratique {
    margin: auto;
    height: 30rem;
    width: auto;
    margin-inline-start: auto !important;
  }
}
.main-collection-product-infos-pratique {
  margin: auto;
  width: 100%;
  margin-inline-start: 0rem;
}

.main-collection-product-infos-pratique h3 {
  font-weight: bold;
  font-size: 1.4rem;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-product-infos-pratique h3 {
    font-size: 2.3rem;
    padding-block-end: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-product-infos-pratique h3 {
    padding-block-end: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .main-collection-product-infos-pratique-picto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-product-infos-pratique-picto {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 2rem;
    margin-inline-start: 25%;
  }
}
.main-collection-product-infos-pratique-picto-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}

.main-collection-product-infos-pratique-picto-card img {
  width: 6rem;
  height: 5rem;
  padding-right: 1rem;
  box-shadow: 0px 0px 0px 0px var(--grey-1), 3px 0px 0px 0px var(--grey-1);
}

@media screen and (min-width: 768px) {
  .main-collection-product-infos-pratique-picto-card img {
    width: 8rem;
    height: 8rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-collection-product-infos-pratique-picto-card img {
    width: 6rem;
    height: 5rem;
    padding-right: 1rem;
    box-shadow: 0px 0px 0px 0px var(--grey-1), 3px 0px 0px 0px var(--grey-1);
  }
}
.main-collection-product-garantie h3 {
  font-weight: bold;
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-block-start: 2rem;
}

@media screen and (min-width: 768px) {
  .main-collection-product-garantie h3 {
    font-size: 2.3rem;
  }
}
.main-collection-product-garantie-normes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding-block: 3rem;
}

.main-collection-product-garantie-normes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding-block: 1rem;
}

.main-other-product {
  background-color: var(--grey-1);
}

@media screen and (min-width: 1400px) {
  .main-other-product {
    margin-block-start: 5rem;
  }
}
.main-other-product-title h3 {
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-block-start: 2rem;
  padding-block-start: 2rem;
  text-align: center;
  margin-inline: 8rem;
}

@media screen and (min-width: 768px) {
  .main-other-product-title h3 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .main-other-product-title h3 {
    width: 80%;
    margin: auto;
  }
}
.main-other-product-title span {
  font-weight: bold;
}

@media screen and (min-width: 1400px) {
  .main-other-product-container {
    width: 80%;
    margin: auto;
    padding-block: 5rem;
  }
  .main-other-product-content {
    display: grid;
    grid-template-columns: 80% 20%;
    margin-block-start: 3rem;
  }
}
.main-other-product-content-carroussel {
  margin-block: 2rem;
}

.main-other-product-items-image {
  width: auto;
  height: 15rem;
  object-fit: contain;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .main-other-product-items-image {
    width: auto;
    height: 25rem;
    object-fit: contain;
    margin: auto;
  }
}
.main-other-product-items-title {
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin-block: 1rem;
}

@media screen and (min-width: 1400px) {
  .main-other-product-items-title {
    font-size: 1.8rem;
  }
}
.main-other-product-content-compte {
  margin: 3rem;
  padding-block-end: 2rem;
}

@media screen and (min-width: 1400px) {
  .main-other-product-content-compte {
    margin: 0rem;
  }
}
.main-other-product-content-compte h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .main-other-product-content-compte h3 {
    font-size: 2.3rem;
  }
}
.main-other-product-content-compte-button {
  display: flex;
  margin-top: 3rem;
  margin-inline: auto;
  background-color: var(--green-4);
  color: var(--blue-grey);
  border: 0;
  justify-content: center;
}

.main-collection-normes-img {
  height: 7.5rem;
  width: auto;
  object-fit: contain;
  margin: auto;
}

.footer-collection h2 {
  padding-block-end: 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-block-start: 2rem;
  text-align: center;
}

.footer-collection h2 b {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer-collection h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-collection h2 {
    text-align: start;
  }
}
.footer-collection-espace {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 2rem;
  margin-top: 1rem;
}

@media screen and (min-width: 520px) {
  .footer-collection-espace {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .footer-collection-espace {
    grid-template-columns: repeat(3, minmax(200px, 1fr)) !important;
  }
}
@media screen and (min-width: 1400px) {
  .footer-collection {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-block-end: 10rem;
    margin-block: 10rem;
  }
  .footer-collection-espace {
    margin-block-start: 5rem;
  }
}
.footer-collection-espace-card a {
  position: relative;
}

.footer-collection-espace-card-image {
  width: auto;
  height: 15rem;
  object-fit: contain;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .footer-collection-espace-card-image {
    height: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-collection-espace-card-image {
    height: 25rem;
  }
}
.footer-collection-espace-card-name {
  text-align: center;
  margin-block: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer-collection-espace-card-name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-collection-espace-card-name {
    font-size: 2.4rem;
  }
}
.swiper-is-desktop {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .swiper-is-desktop {
    display: block !important;
  }
  .swiper-is-mobile {
    display: none !important;
  }
}
.video-produit {
  width: 80%;
  margin: auto;
}

.video-produit h2 {
  font-size: 4rem;
  margin-block: 2rem;
}

.video-produit .video-container {
  width: 100%;
  text-align: center; /* Centre le contenu si vous n'utilisez pas Flexbox */
}

.video-produit .video-container iframe {
  display: block;
  max-width: 100%; /* Rend la vidéo responsive sur les petits écrans */
  margin: 0 auto; /* Centre la vidéo */
}

@media screen and (min-width: 768px) {
  .video-produit {
    width: 80%;
    margin: auto;
  }
  .video-produit h2 {
    font-size: 4rem;
    margin-block: 2rem;
  }
  .video-produit .video-container {
    width: 100%;
    text-align: center; /* Centre le contenu si vous n'utilisez pas Flexbox */
  }
  .video-produit .video-container iframe {
    display: block;
    width: 800px; /* Ajustez selon vos besoins */
    height: 450px; /* Ajustez selon vos besoins */
    max-width: 100%; /* Rend la vidéo responsive sur les petits écrans */
    margin: 0 auto; /* Centre la vidéo */
  }
}
.picto-pas-de-garantie {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
  margin: auto;
  border-radius: 2rem;
}

.document-technique-title {
  font-size: 2.3rem;
  color: #37424A;
  text-align: left;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .document-technique-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .document-technique-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.doc-technique-bandeau {
  background-color: var(--green-1);
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
  color: white;
}

@media screen and (min-width: 1400px) {
  .doc-technique-bandeau {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 20rem;
    margin-block: 5rem;
  }
}
.doc-technique-bandeau p {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .doc-technique-bandeau p {
    font-size: 2.3rem;
  }
}
.doc-technique-bandeau b {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .doc-technique-searchbar-input {
    display: grid;
    grid-template-columns: auto 20rem;
    margin-block: 2rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .doc-technique-searchbar-input {
    grid-template-columns: auto 20rem;
    margin-block: 2rem;
    width: 50%;
    margin: auto;
    gap: 2rem;
  }
}
.doc-technique-searchbar {
  display: flex;
  margin-block: 5rem;
  flex-direction: column;
  justify-content: center;
}

.doc-technique-searchbar input {
  padding: 1rem;
  border: 1px solid var(--green-3);
  width: 100%;
  margin: auto;
}

.doc-technique-searchbar p {
  text-align: center;
  font-weight: 600;
  margin-block-start: 2rem;
}

.doc-technique-searchbar-input button {
  background-color: var(--green-3);
  color: white;
  padding: 1rem;
  border: none;
  width: 100%;
  margin-block-start: 1rem;
}

@media screen and (min-width: 768px) {
  .doc-technique-searchbar-input button {
    margin-block-start: 0rem;
  }
}
.doc-technique-content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .doc-technique-content {
    flex-wrap: wrap;
    height: max-content;
  }
}
@media screen and (min-width: 1400px) {
  .doc-technique-content {
    height: max-content;
  }
}
.doc-technique-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .doc-technique-item {
    text-align: left;
  }
}
.doc-technique-title {
  flex-basis: 25%;
  box-sizing: border-box;
}

.doc-technique-letter {
  margin-block-end: 0.5rem;
}

.doc-technique-letter b {
  font-size: 2.4rem;
  font-weight: bold;
}

.rep-technique-bandeau {
  background-color: var(--purple-2);
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .rep-technique-bandeau {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 15rem;
    margin-block: 5rem;
    text-align: left;
  }
}
.rep-technique-bandeau h2 {
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  color: white;
}

@media screen and (min-width: 768px) {
  .rep-technique-bandeau h2 {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-bandeau {
    font-size: 3.7rem;
  }
}
.rep-technique-content {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .rep-technique-content {
    grid-template-columns: 25% 75%;
  }
}
@media screen and (min-width: 1400px) {
  .rep-technique-content {
    margin-inline: 15rem;
  }
}
.rep-technique-downloadAll {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1024px) {
  .rep-technique-downloadAll {
    grid-area: 1/1/2/2;
    margin-inline-end: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-products {
    grid-area: 1/2/2/5;
    margin-block-start: 2rem;
  }
}
.rep-technique-downloadAll-title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .rep-technique-downloadAll-title {
    font-size: 2rem;
    text-align: left;
  }
}
.rep-technique-downloadAll-sousTitle {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .rep-technique-downloadAll-sousTitle {
    font-size: 2rem;
    text-align: left;
  }
}
.rep-technique-disclaimer {
  padding-inline-start: 2rem;
  padding-block: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

.rep-technique-disclaimer strong {
  font-weight: 600;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .rep-technique-disclaimer {
    border-inline-start: 0.2rem solid var(--grey-1);
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-disclaimer {
    font-size: 1.5rem;
    text-align: justify;
  }
  .rep-technique-disclaimer strong {
    font-weight: 600;
    text-align: justify;
  }
}
.rep-technique-downloadAll-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rep-technique-downloadAll-link-item-button {
  background-color: var(--green-1);
  color: white;
  font-weight: bold;
  border: 1px solid var(--green-1);
  width: 100%;
}

.rep-technique-downloadAll-link-item-button:hover {
  background-color: white;
  color: var(--green-1);
  border: 1px solid var(--green-1);
}

.rep-div-title {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .rep-div-title {
    flex-direction: row;
  }
}
.rep-div-title a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-block: auto;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .rep-div-title a {
    margin-inline: auto 0rem;
  }
}
.rep-div-title i {
  margin-inline: 0rem;
  margin-block: auto;
}

.rep-technique-products-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-title {
    font-size: 2rem;
    padding-inline: 2rem;
    border-left: 2px solid var(--grey-1);
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-products-title {
    text-align: left;
  }
}
.rep-technique-products-sousTitle {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-sousTitle {
    font-size: 2rem;
    padding-inline: 2rem;
    border-left: 2px solid var(--grey-1);
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-products-sousTitle {
    text-align: left;
  }
}
.main-other-product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-start: 1rem;
  gap: 1rem;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .main-other-product-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.rep-technique-btn-download {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .rep-technique-btn-download {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
  }
}
.rep-technique-products-link {
  display: flex;
  flex-direction: column;
  padding-block-start: 2rem;
  width: 90%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link {
    border-left: 2px solid var(--grey-1);
    width: 100%;
    gap: 3rem;
  }
}
.rep-technique-products-link-item {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-block: 1rem;
  margin-inline: 2rem;
  text-align: center;
  gap: 3rem;
  padding-block: 3rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: white;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
    padding: 3rem;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-products-link-item {
    grid-auto-rows: 30rem;
  }
}
.rep-technique-products-link-item img {
  max-width: 50%;
  height: auto;
  margin: auto;
  object-fit: contain; /* Empêche le débordement si l'image est haute */
  display: block;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item img {
    grid-area: auto;
    width: 80%;
    min-width: 80%;
    margin-inline: auto;
    margin-block: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .rep-technique-products-link-item img {
    grid-area: auto;
    width: 60%;
    min-width: 0rem;
    margin-inline: auto;
    margin-block: auto;
  }
}
@media screen and (min-width: 1400px) {
  .rep-technique-products-link-item img {
    max-width: 60%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .rep-technique-products-link-item p {
    font-size: 1.8rem;
    text-wrap: wrap;
  }
}
.rep-technique-products-link-item-content-reference {
  grid-area: 1/2/2/3;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  height: fit-content;
  margin-block: 2rem auto;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-reference {
    grid-area: auto;
    gap: 3rem;
    margin-block: auto;
    margin-inline: 2rem;
    text-align: center;
  }
}
.rep-technique-products-link-item-content-reference::before {
  content: "";
  position: absolute;
  border-inline-start: solid var(--grey-1);
  height: 10rem;
  top: -2rem;
  left: -15%;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-reference::before {
    display: none;
  }
}
.rep-technique-products-link-item-content-title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-title {
    font-family: "Montserrat";
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .rep-technique-products-link-item-content-reference {
    margin-block: auto;
    margin-inline: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
.rep-technique-products-link-item-content-stock {
  grid-area: 1/3/2/4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  height: fit-content;
  margin-block: 2rem auto;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-stock {
    grid-area: auto;
    margin-block: auto;
    margin-inline: 2rem;
    text-align: center;
    gap: 3rem;
  }
}
.rep-technique-products-link-item-content-stock::before {
  content: "";
  position: absolute;
  border-inline-start: solid var(--grey-1);
  height: 10rem;
  top: -2rem;
  left: -15%;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-stock::before {
    display: none;
  }
}
.rep-technique-products-link-item-content-stock-value {
  text-wrap: nowrap;
}

.rep-technique-products-link-item-content-link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-inline: 0rem;
  justify-content: center;
  margin-block: 2rem auto;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-link {
    grid-area: auto;
    flex-direction: column;
    margin-block: auto;
    margin-inline: 2rem;
    text-align: center;
    gap: 1rem;
  }
}
.rep-technique-products-link-item-content-link-button {
  background-color: var(--green-4);
  color: var(--blue-grey);
  font-weight: bold;
  border: 1px solid var(--green-4);
  width: 100%;
  max-width: 20rem;
  font-size: 1.3rem;
  margin: auto;
  margin-inline: 0rem;
}

@media screen and (min-width: 768px) {
  .rep-technique-products-link-item-content-link-button {
    margin-block-start: 1rem;
    max-width: none;
  }
}
.rep-technique-products-link-item-content-link-button:hover {
  background-color: white;
  color: var(--green-4);
  border: 1px solid var(--green-4);
}

@media screen and (min-width: 768px) {
  .rep-technique-back {
    font-size: 3.6rem;
  }
}
.item-hidden {
  display: none;
}

.modal-doc-technique {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  z-index: 10000;
}

.modal-doc-technique-content {
  width: 60%;
  height: max-content;
  background-color: white;
  border-radius: 0.5rem;
  margin-inline: auto;
  margin-block: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modal-doc-technique-image {
  width: 100%;
  height: auto;
  display: block;
}

.modal-doc-technique-buttonClose {
  position: absolute;
  font-size: 2rem;
  color: var(--green-4);
  top: 5%;
  left: 2%;
  transform: rotate(45deg);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .modal-doc-technique-buttonClose {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal-doc-technique-buttonClose {
    font-size: 7rem;
  }
}
.modal-doc-technique-title {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Bai Jamjuree";
  color: var(--green-3);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal-doc-technique-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal-doc-technique-title {
    font-size: 2.2em;
  }
}
.modal-doc-technique-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-inline: auto;
  text-align: center;
  margin-block-end: 5rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .modal-doc-technique-container {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal-doc-technique-container {
    font-size: 1.8em;
  }
}
.product-info-stock .rep-technique-content {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 4rem auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .product-info-stock .rep-technique-content {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-stock .rep-technique-content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .product-info-stock .rep-technique-content {
    padding: 0 4rem;
  }
}
.product-info-stock .doc-technique-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem 0;
  width: 100%;
  margin: 0 auto;
  justify-items: stretch;
  align-items: stretch;
  place-items: stretch;
}
@media screen and (min-width: 576px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    max-width: 1000px;
  }
}
@media screen and (min-width: 992px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    max-width: 1300px;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.8rem;
    max-width: 1500px;
  }
}
@media screen and (min-width: 1400px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(5, 1fr) !important;
    max-width: 1600px !important;
    gap: 2rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(5, 1fr) !important;
    max-width: 1700px !important;
    gap: 2rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .product-info-stock .doc-technique-content {
    grid-template-columns: repeat(5, 1fr) !important;
    max-width: 1800px !important;
    gap: 2rem !important;
  }
}
.product-info-stock .doc-technique-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  min-height: 180px;
  display: grid;
  grid-template-rows: auto 1fr;
  height: auto;
  justify-self: stretch;
  align-content: start;
  align-items: start;
  grid-gap: 0.5rem;
  position: relative;
  overflow: hidden;
}
.product-info-stock .doc-technique-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: var(--green-1);
}
.product-info-stock .doc-technique-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-1), #6bcf9b);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-info-stock .doc-technique-item:hover::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .product-info-stock .doc-technique-item {
    min-height: 200px;
    padding: 1.2rem;
    border-radius: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-stock .doc-technique-item {
    min-height: 220px;
    padding: 1.5rem;
  }
}
.product-info-stock .doc-technique-item div:not(.doc-technique-letter) {
  line-height: 1.3;
  padding: 0.2rem 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}
.product-info-stock .doc-technique-item div:not(.doc-technique-letter):last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-info-stock .doc-technique-item div:not(.doc-technique-letter) {
    font-size: 1.3rem;
    padding: 0.3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-stock .doc-technique-item div:not(.doc-technique-letter) {
    font-size: 1.4rem;
    padding: 0.4rem 0;
  }
}
.product-info-stock .doc-technique-item div:not(.doc-technique-letter) a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  margin: 0.1rem 0;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.product-info-stock .doc-technique-item div:not(.doc-technique-letter) a:hover {
  color: var(--green-1);
  background-color: rgba(108, 207, 155, 0.08);
  transform: translateX(6px);
  border-left: 3px solid var(--green-1);
  padding-left: 1.1rem;
}
.product-info-stock .doc-technique-item div:not(.doc-technique-letter) a:visited {
  color: #555;
}
.product-info-stock .doc-technique-item div:not(.doc-technique-letter) a:visited:hover {
  color: var(--green-1);
}
.product-info-stock .doc-technique-letter {
  margin-bottom: 0.3rem !important;
  margin-top: 0 !important;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 8px 8px 0 0;
  margin: -1.2rem -1.2rem 0.3rem -1.2rem;
  padding: 0.8rem 1.2rem 0.5rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .product-info-stock .doc-technique-letter {
    margin: -1.5rem -1.5rem 0.3rem -1.5rem;
    padding: 0.9rem 1.5rem 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-stock .doc-technique-letter {
    margin: -1.8rem -1.8rem 0.3rem -1.8rem;
    padding: 1rem 1.8rem 0.5rem 1.8rem;
  }
}
.product-info-stock .doc-technique-letter::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background-color: var(--green-1);
  border-radius: 1px;
}
.product-info-stock .doc-technique-letter b {
  font-size: 2.4rem !important;
  font-weight: 900;
  color: var(--green-1);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
}
@media screen and (min-width: 768px) {
  .product-info-stock .doc-technique-letter b {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .product-info-stock .doc-technique-letter b {
    font-size: 3.2rem !important;
  }
}
.product-info-stock .main-other-product-header {
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
.product-info-stock .rep-technique-btn-download {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  justify-items: center;
  align-items: center;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-info-stock .rep-technique-btn-download {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 350px;
  }
}
.product-info-stock .rep-technique-downloadAll-link-item-button {
  padding: 0.9rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: 190px;
  text-align: center;
  border: 2px solid;
}
.product-info-stock .rep-technique-downloadAll-link-item-button:not(.active) {
  background-color: #f8f9fa;
  color: #333;
  border-color: #ddd;
}
.product-info-stock .rep-technique-downloadAll-link-item-button#header-btn-catalogue.active {
  background-color: #6c757d !important;
  color: white !important;
  border-color: #6c757d !important;
}
.product-info-stock .rep-technique-downloadAll-link-item-button#header-btn-catalogue:not(.active) {
  background-color: #f8f9fa;
  color: #6c757d;
  border-color: #6c757d;
}
.product-info-stock .rep-technique-downloadAll-link-item-button#header-btn-fds.active {
  background-color: #6d428a !important;
  color: white !important;
  border-color: #6d428a !important;
}
.product-info-stock .rep-technique-downloadAll-link-item-button#header-btn-fds:not(.active) {
  background-color: #f8f9fa;
  color: #6d428a;
  border-color: #6d428a;
}
.product-info-stock .rep-technique-downloadAll-link-item-button#header-btn-recond.active {
  background-color: var(--green-1) !important;
  color: white !important;
  border-color: var(--green-1) !important;
}
.product-info-stock .rep-technique-downloadAll-link-item-button#header-btn-recond:not(.active) {
  background-color: #f8f9fa;
  color: var(--green-1);
  border-color: var(--green-1);
}
@media screen and (max-width: 767px) {
  .product-info-stock .rep-technique-downloadAll-link-item-button {
    max-width: 280px;
    justify-self: center;
  }
}
@media screen and (min-width: 768px) {
  .product-info-stock .rep-technique-downloadAll-link-item-button {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.product-info-stock .rep-technique-downloadAll-link-item-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.product-info-stock .document-technique-title {
  text-align: center;
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .product-info-stock .document-technique-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .product-info-stock .document-technique-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.pastille-flip {
  perspective: 1000px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: absolute;
}

.rep-technique-products-link-item:hover .pastille-flip {
  transform: rotateY(180deg);
}

.pastille-front,
.pastille-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: inherit;
}

.pastille-back {
  transform: rotateY(180deg);
  background-color: #9170a3;
}

.pastille-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pastille-link p {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: solid; /* ou dashed, dotted, wavy */
  text-decoration-thickness: 1px;
  text-underline-offset: 2px; /* pour ajuster la position du soulignement */
}

.nuancier-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
}

@media screen and (min-width: 768px) {
  .nuancier-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .nuancier-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.nuancier-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media screen and (min-width: 1024px) {
  .nuancier-container {
    width: 70%;
    margin-inline: auto;
  }
}
.nuancier-item-title-container {
  display: flex;
  position: relative;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .nuancier-item-title-container {
    border: none;
  }
}
.nuancier-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-block: auto;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .nuancier-item-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .nuancier-item-title {
    font-size: 2.4rem;
  }
}
.nuancier-arrow-subtitle {
  color: black;
  font-size: 5rem;
  transition: transform 0.5s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .nuancier-arrow-subtitle {
    display: none;
  }
}
.nuancier-arrow-rotate {
  transform: rotate(90deg);
}

.nuancier-item-colors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 2rem;
  gap: 4rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .nuancier-item-colors {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .nuancier-item-colors {
    grid-template-columns: repeat(5, 1fr);
  }
}
.nuancier-content-off {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .nuancier-content-off {
    display: grid !important;
  }
}
.color-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.color-name {
  text-transform: capitalize;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .normes-container {
    width: 80%;
    margin-inline: auto;
  }
}
.normes-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .normes-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .normes-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.normes-container-title {
  display: flex;
  position: relative;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .normes-container-title {
    border: none;
  }
}
.normes-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  margin-block: auto;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .normes-subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .normes-subtitle {
    font-size: 2.4rem;
    padding-block-end: 4rem;
  }
}
.normes-arrow-subtitle {
  color: black;
  font-size: 5rem;
  transition: transform 0.5s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .normes-arrow-subtitle {
    display: none;
  }
}
.normes-arrow-rotate {
  transform: rotate(90deg);
}

.normes-content-off {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .normes-content-off {
    display: flex !important;
  }
}
.normes-content {
  display: flex;
  flex-direction: column;
  margin-block-end: 8rem;
}

.normes-content-item {
  display: flex;
  gap: 2rem;
  margin-block-start: 2rem;
}

.normes-content-image-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 5rem;
  max-width: 5rem;
}

@media screen and (min-width: 768px) {
  .normes-content-image-container {
    min-width: 8rem;
    max-width: 8rem;
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .normes-content-image-container {
    min-width: 10rem;
    max-width: 10rem;
    gap: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .normes-content-image-container {
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: unset;
    max-width: unset;
    gap: 3rem;
  }
}
.normes-content-img,
.normes-content-logo {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .normes-content-img,
  .normes-content-logo {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .greenguard-logo {
    min-width: 8rem;
    margin-inline-end: 2rem;
  }
}
.normes-content-text {
  font-size: 1.4rem;
  color: #37424A;
}

.normes-content-text b {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .normes-content-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .normes-content-text {
    font-size: 2rem;
  }
}
.garantie-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .garantie-container {
    flex-direction: row;
    margin-block: auto;
  }
}
.img-block-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .img-block-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .img-block-content {
    grid-template-columns: repeat(7, 1fr);
  }
}
.normes-content-text-2 {
  font-size: 1.4rem;
  color: #37424A;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .normes-content-text-2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .normes-content-text-2 {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .normes-content-text-2 {
    margin-block: auto;
  }
}
.error-container {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.error-title {
  font-size: 18.75rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .error-title {
    font-size: 7.8125rem;
  }
}
.error-link {
  background-color: var(--green);
  color: white;
}
.error-text {
  color: var(--grey);
  font-size: 1.45rem;
}
@media (min-width: 768px) {
  .error-text {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1399px) {
  .wrapper.mt-1,
  .wrapper.gap-1 {
    max-width: 90%;
  }
}

.sav_title {
  font-size: 2.3rem;
  color: #37424A;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sav_title {
    font-size: 4rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .sav_title {
    font-size: 7rem;
    text-align: unset;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .customer_service_container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .customer_service_container {
    display: grid;
    grid-template-columns: auto 3fr;
    justify-content: space-between;
    width: 100%;
    max-width: 80%;
    margin-block-end: 15rem;
  }
}

.validate_conditions {
  background-color: #F8F8F8;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .validate_conditions {
    flex-direction: unset;
  }
}

.montly_discount_container {
  display: none;
}
@media screen and (min-width: 1024px) {
  .montly_discount_container {
    position: relative;
    max-width: 170px;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-column-start: 1;
    grid-row-start: 1;
    justify-content: flex-start;
    text-align: center;
    padding-right: 4rem;
  }
}

.montly_discount_container::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #707070;
  position: absolute;
  top: 0;
  right: 0;
}

.discount_link {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.discount_text {
  font-family: "Bai Jamjuree";
  text-transform: uppercase;
  font-weight: bold;
  grid-row-start: 2;
}

.discount_img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.sav_input {
  padding: 1rem;
  width: 100%;
  border: 1px solid #A3A3A3;
  outline: none;
  transition: 100ms ease-in;
}

.sav_input:read-only {
  background-color: #edeef4;
}

textarea.sav_input {
  resize: vertical;
  height: 45px;
  min-height: 45px;
}

.sav_input.sav_input_ok {
  border-color: var(--green-2);
  color: var(--green-2);
  background-color: #E9F9F6;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}

.sav_input.sav_input_error {
  border-color: #F37E7E;
  color: #F37E7E;
  background-color: #FEEEEE;
  box-shadow: 0 0 0 3px rgba(243, 126, 126, 0.2);
  animation: shake 200ms ease-in-out 0s 2;
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}
.sav_input:is(:focus, :hover) {
  border-color: currentColor;
}

.sav-errors {
  display: none;
  list-style: none;
  padding: 1rem 1.25rem;
  margin: 0 0 1rem;
  border: 1px solid #f37e7e;
  background-color: #feeeee;
  color: #b33939;
  border-radius: 4px;
}
.sav-errors li + li {
  margin-top: 0.35rem;
}

.sav-feedback {
  display: none;
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid transparent;
}
.sav-feedback.sav-feedback-info {
  background-color: #f4f7ff;
  border-color: #c8d5ff;
  color: #2f3b66;
}
.sav-feedback.sav-feedback-success {
  background-color: #e9f9f6;
  border-color: #9ad9c7;
  color: #1f7a61;
}
.sav-feedback.sav-feedback-error {
  background-color: #feeeee;
  border-color: #f37e7e;
  color: #b33939;
}

.field-error {
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #c13b3b;
}

.sav_step_title {
  font-size: 1.85rem;
  font-weight: bold;
}

.problem_type_label {
  font-weight: bold;
  color: #848484;
}

.form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form {
    border: 1px solid #848484;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    margin-left: 4rem;
  }
}
.form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form_label {
  font-weight: bold;
}
.form_button {
  background-color: #878800;
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form_button {
    width: 190px;
  }
}
@media screen and (min-width: 768px) {
  .form #submit_sav_button {
    width: 300px;
  }
}
.form_custom_file {
  flex-direction: column;
  width: 100%;
  border: 1px solid #e4e4e4;
  background-color: #eeeeee;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form_custom_file {
    flex-direction: row;
  }
}
.form_custom_file:is(:hover, :focus) {
  background-color: #d5d5d5;
  border-color: #cbcbcb;
}
.form_upload {
  display: grid;
  gap: 2rem;
}
.form_upload_document {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form_upload_document {
    flex-direction: row;
    justify-content: space-between;
  }
}
.form_upload_document > div {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form_upload_document > div {
    margin-bottom: 0;
  }
}
.form_upload_document label {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form_upload_document label {
    width: fit-content;
  }
}
.form .document_wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form .document_wrapper {
    width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.form .button-clickable.form_button.previous {
  background-color: #eeeeee;
  color: black;
  border: 1px solid transparent;
}
.form .button-clickable.form_button.previous:hover {
  border-color: #bebebe;
  background-color: #d5d5d5;
}
.form #upload_facture_label_text,
.form #upload_medias_label_text {
  display: flex;
  flex-direction: column;
}
.form .d-flex.gap-2.mb-1 {
  display: flex;
  align-items: start;
}
.form div[data-problem-type=during_use],
.form div[data-problem-type=at_opening] {
  display: none;
}
.form_step {
  display: none;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
}
.form_step > .button_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form_step > .button_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .form_step > .button_wrapper > button {
    margin: 0;
  }
}
.form input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.form label:focus-within {
  outline: 1px solid;
}

.contact-input-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-input-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.contact_input > p {
  min-height: 23px;
}

.problem_wrapper {
  background-color: #EFEFEF;
  padding: 2rem 0;
  color: #878800;
}
.problem_wrapper > p > span {
  font-weight: bold;
}

#client-number-form {
  display: grid;
  align-items: center;
}

#client-number-form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-width: 25vw;
}

#client-number-form > div > input {
  padding: 0.5rem 1rem;
  border: 1px solid #A3A3A3;
  width: 50%;
}

#client-number-form > div > button:first-child {
  width: 50%;
}

.error-contact-msg {
  color: #F37E7E;
}

.flash-notice-danger {
  display: none;
  background-color: #f44336;
  color: white;
  padding: 1rem;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  border-radius: 0.5rem;
}

#overlay-sav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(57, 48, 74);
  opacity: 0.9;
  z-index: -1;
  transition: opacity 1s ease;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#overlay-sav.is-visible {
  display: flex;
  z-index: 9999;
}

.loader-sav {
  border: 20px solid rgba(0, 0, 0, 0.1);
  border-top: 20px solid #fff;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  animation: spin 1s linear infinite;
  display: block;
}

.sav_text p {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* Animation de rotation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

/* CSS dédié pour la page Infos produits & stocks - Style identique au screenshot */
.product-info-container {
  width: 80%;
  margin: auto;
  padding: 20px 40px;
  font-family: Arial, sans-serif;
  background: white;
}

.page-title {
  font-size: 36px;
  font-weight: 400;
  color: #666;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.2;
}

.info-banner {
  background: linear-gradient(135deg, #878800 0%, #9a9a00 100%);
  color: white;
  padding-inline: 10rem;
  padding-block: 5rem;
  margin-inline: 10rem;
  margin-block: 5rem;
  text-align: center;
}

.info-banner p {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 400;
}

.info-banner b {
  font-weight: 700;
}

.search-section {
  margin-bottom: 40px;
  text-align: center;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-input {
  flex: 1;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-right: none;
  font-size: 14px;
  color: #666;
  background: white;
  outline: none;
}

.search-input::placeholder {
  color: #999;
  font-style: italic;
}

.search-button {
  background: #878800;
  color: white;
  border: 2px solid #878800;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-button:hover {
  background: #6d6d00;
  border-color: #6d6d00;
}

.search-text {
  color: #666;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.tabs-section {
  margin-bottom: 30px;
  text-align: center;
}

.tabs-buttons {
  display: inline-flex;
  /* background: #f8f9fa; */
  border-radius: 6px;
  overflow: hidden;
  gap: 10rem;
  padding: 5px;
}

.tab-button {
  background: #6c757d;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 200px;
  text-align: center;
}

.tab-button:hover {
  background: #5a6268;
}

.tab-button.active {
  background: #878800;
  color: white;
  font-weight: 600;
}

#header-btn-catalogue {
  background: white;
  color: black;
  border: 2px solid #F0F0F0;
}

#header-btn-catalogue.active {
  background: #F0F0F0;
  color: black;
  font-weight: 600;
}

#header-btn-fds {
  background: white;
  color: #6d428a;
  border: 2px solid #6d428a;
}

#header-btn-fds.active {
  background: #6d428a;
  color: white;
  font-weight: 600;
}

#header-btn-recond {
  background: white;
  color: #9E9F32;
  border: 2px solid #9E9F32;
}

#header-btn-recond.active {
  background: #9E9F32;
  color: white;
  font-weight: 600;
}

.tab-button:first-child {
  border-radius: 4px;
}

.tab-button:last-child {
  border-radius: 4px;
}

.section {
  display: block;
  padding: 40px 0;
}

.section.item-hidden {
  display: none;
}

.alphabet-grid {
  column-count: 5;
  column-gap: 30px;
  column-fill: balance;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  min-height: 70vh;
  orphans: 1;
  widows: 1;
}

.letter-column {
  background: white;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.letter-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid #f0f0f0;
  flex-shrink: 0;
}

.product-item {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 3px;
  cursor: pointer;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.product-item a {
  color: #666;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.product-item:hover,
.product-item a:hover {
  color: #878800;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .alphabet-grid {
    column-count: 5;
    column-gap: 20px;
    max-width: 1200px;
    min-height: 65vh;
  }
}
@media (max-width: 1024px) {
  .product-info-container {
    width: 85%;
    padding: 20px 30px;
  }
  .info-banner {
    padding-inline: 6rem;
    padding-block: 4rem;
    margin-inline: 6rem;
    margin-block: 4rem;
  }
  .info-banner p {
    font-size: 2rem;
  }
  .section {
    padding: 30px 0;
  }
  .alphabet-grid {
    column-count: 5;
    column-gap: 15px;
    padding: 0 10px;
    max-width: 1000px;
    min-height: 60vh;
  }
}
@media (max-width: 768px) {
  .product-info-container {
    width: 90%;
    padding: 15px 20px;
  }
  .section {
    padding: 25px 0;
  }
  .page-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
  }
  .info-banner {
    padding-inline: 3rem;
    padding-block: 3rem;
    margin-inline: 2rem;
    margin-block: 3rem;
  }
  .info-banner p {
    font-size: 1.5rem;
  }
  .search-container {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }
  .search-input {
    border-right: 2px solid #ccc;
    width: 100%;
  }
  .search-button {
    width: 100%;
  }
  .tabs-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .tab-button {
    border-radius: 0 !important;
    min-width: 100%;
    padding: 12px 20px;
  }
  .tab-button:first-child {
    border-radius: 6px 6px 0 0 !important;
  }
  .tab-button:last-child {
    border-radius: 0 0 6px 6px !important;
  }
  .alphabet-grid {
    column-count: 3;
    column-gap: 12px;
    padding: 0 5px;
    max-width: 100%;
    min-height: 50vh;
  }
}
@media (max-width: 480px) {
  .product-info-container {
    width: 95%;
    padding: 10px 15px;
  }
  .page-title {
    font-size: 24px;
  }
  .info-banner {
    padding-inline: 1.5rem;
    padding-block: 2rem;
    margin-inline: 1rem;
    margin-block: 2rem;
  }
  .info-banner p {
    font-size: 1.2rem;
  }
  .tabs-buttons {
    max-width: 250px;
  }
  .tab-button {
    padding: 10px 15px;
    font-size: 13px;
  }
  .alphabet-grid {
    column-count: 2;
    column-gap: 8px;
    padding: 0;
    max-width: 100%;
    min-height: auto;
  }
  .letter-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .product-item {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.3;
  }
}
/* Force exactement 5 colonnes sur tous les écrans >= 1025px */
@media (min-width: 1025px) {
  .alphabet-grid {
    column-count: 5 !important;
    column-gap: 35px;
    column-fill: balance;
    max-width: 1500px;
    min-height: 75vh;
  }
}
@media (min-width: 1400px) {
  .alphabet-grid {
    column-count: 5 !important;
    column-gap: 40px;
    max-width: 1600px;
    min-height: 80vh;
  }
}
@media (min-width: 1600px) {
  .alphabet-grid {
    column-count: 5 !important;
    column-gap: 45px;
    max-width: 1700px;
    min-height: 85vh;
  }
}
/* Optimisation pour forcer la distribution en 5 colonnes exactes */
@media (min-width: 769px) {
  .alphabet-grid {
    display: block;
    columns: 5;
    column-width: auto;
    column-rule: none;
  }
}
/* Optimisation pour forcer la distribution en 5 colonnes exactes */
@media (min-width: 1201px) {
  .alphabet-grid {
    display: block;
    columns: 5;
    column-width: auto;
    column-rule: none;
  }
  .letter-column:nth-child(5n+1) {
    break-before: column;
  }
  .letter-column:nth-child(5n) {
    break-after: column;
  }
}
.personal-space {
  background: #fff;
  padding-block: 3rem 6rem;
  color: var(--blue-grey);
}

.personal-space__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.personal-space__title {
  font-size: clamp(2.4rem, 7vw, 3.4rem);
  text-transform: uppercase;
  color: var(--green-2);
  margin: 0;
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .personal-space__title {
    font-size: 5rem;
    letter-spacing: 0.25rem;
  }
}
.personal-space__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media screen and (min-width: 600px) {
  .personal-space__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px) {
  .personal-space__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 4rem;
  }
}
.personal-space-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #D9D9D9;
  border-radius: 1.6rem;
  box-shadow: 0 18px 45px rgba(46, 49, 4, 0.08);
  text-decoration: none;
  color: inherit;
}

.personal-space-card__icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.personal-space-card__icon-image {
  width: 65%;
  max-width: 65px;
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  box-sizing: border-box;
}

.personal-space-card__icon-image--white {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}

.personal-space-card__icon-image--green {
  opacity: 1;
}

.personal-space-card__icon:hover .personal-space-card__icon-image--white,
.personal-space-card__icon:focus-within .personal-space-card__icon-image--white {
  opacity: 1;
  transform: scale(1.05);
}

.personal-space-card__icon:hover .personal-space-card__icon-image--green,
.personal-space-card__icon:focus-within .personal-space-card__icon-image--green {
  opacity: 0;
}

.personal-space-card__icon:hover,
.personal-space-card__icon:focus-within {
  background: #7F8532;
}

.personal-space-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
  align-items: flex-start;
}

.personal-space-card__title {
  font-weight: 700;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  color: #38424C;
  line-height: 1.2;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  transition: color 0.3s ease, transform 0.3s ease;
}

.personal-space-card__icon:hover + .personal-space-card__content .personal-space-card__title,
.personal-space-card__icon:focus-within + .personal-space-card__content .personal-space-card__title {
  color: #7F8532;
  transform: translateY(-2px);
}

@media screen and (min-width: 1024px) {
  .personal-space-card {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1rem 2rem;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }
  .personal-space-card__content {
    align-items: center;
    text-align: center;
  }
  .personal-space-card__icon {
    width: 220px;
    min-width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-bottom: 1rem;
    background: #e5e5e5;
  }
  .personal-space-card__icon-image {
    width: 75%;
    max-width: 170px;
    padding: 3rem;
  }
  .personal-space-card__title {
    font-size: 2.3rem;
    letter-spacing: 0.18rem;
    color: var(--green-2);
  }
}
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
.special-title {
  color: #37424A;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.5rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .special-title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .special-title {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.special-title br {
  display: none;
}

@media screen and (min-width: 1400px) {
  .special-title br {
    display: block;
  }
}
.special-word {
  color: #C5B94B;
  font-weight: bold;
}

.statique-sous-text {
  color: gray;
  font-size: 1.8rem;
  font-weight: 500;
  padding-block: 1rem;
}

/* SECTION CAROUSEL */ /* SECTION SERVICES PHYSIQUE */
/* SECTION CAROUSEL */ /* SECTION SERVICES PHYSIQUE */
/* SECTION CAROUSEL */ /* SECTION SERVICES PHYSIQUE */
/* SECTION CAROUSEL */ /* SECTION SERVICES PHYSIQUE */
/* SECTION CAROUSEL */ /* SECTION SERVICES PHYSIQUE */
.services-physique-title {
  font-size: 7rem;
  color: #37424A;
  margin-inline-start: 16rem;
}

.services-physique-header {
  background-color: #655A78;
  padding-inline: 10rem;
  padding-block: 5rem;
  margin-inline: 15rem;
  margin-block: 5rem;
  text-align: center;
}

.services-physique-header-content {
  color: white;
  font-size: 2.3rem;
}

.services-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: 15rem;
  gap: 10rem;
}

.services-physique-zoning {
  margin-inline: auto;
  margin-block-start: 3rem;
  margin-block-end: 5rem;
  width: 10rem;
  height: 10rem;
}

.services-physiques-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-block-end: 2rem;
  color: #37424A;
  font-size: 3.5rem;
}

.services-physique-item p {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #848484;
}

.services-button-contact {
  display: flex;
  margin-inline: auto;
}

.services-physiques-button {
  background-color: #9e9f32;
  border: 2px solid #9e9f32;
  color: #37424A;
  margin-block: 5rem 10rem;
  font-weight: bold;
  font-size: 2rem;
}

/* SECTION CAROUSEL */ /* SECTION SERVICES DIGITAUX */
/* SECTION CAROUSEL */ /* SECTION SERVICES DIGITAUX */
/* SECTION CAROUSEL */ /* SECTION SERVICES DIGITAUX */
/* SECTION CAROUSEL */ /* SECTION SERVICES DIGITAUX */
/* SECTION CAROUSEL */ /* SECTION SERVICES DIGITAUX */
.services-digitaux {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.services-digitaux-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .services-digitaux-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .services-digitaux-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.services-digitaux-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .services-digitaux-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .services-digitaux-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-block-end: 7rem;
    gap: 5rem;
  }
}
.services-digitaux-item {
  width: 100%;
  margin: auto;
  max-width: 40rem;
}

@media screen and (min-width: 768px) {
  .services-digitaux-item:first-child {
    grid-area: 1/1/2/3;
  }
}
@media screen and (min-width: 1400px) {
  .services-digitaux-item:first-child {
    grid-area: auto;
  }
}
.services-digitaux-sous-title {
  margin-block-end: 2rem;
}

@media screen and (min-width: 768px) {
  .services-digitaux-sous-title {
    margin-block-end: 0rem;
    height: 6rem;
    text-wrap: nowrap;
  }
}
.services-digitaux-content-item-spec {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-block: unset;
}

@media screen and (min-width: 768px) {
  .services-digitaux-text-spec {
    height: 10rem;
  }
}
.services-digitaux-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: auto;
  margin-block: 1rem;
}

.services-digitaux-button {
  background-color: #9e9f32;
  border: 2px solid #9e9f32;
  color: white;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 1.5 !important;
}

.catalogue-non-disponible {
  opacity: 0.5;
  cursor: not-allowed;
}

.catalogue-soon {
  color: #9e9f32;
  font-weight: 500;
}

/* SECTION CAROUSEL */ /* pCon Planner */
/* SECTION CAROUSEL */ /* pCon Planner */
/* SECTION CAROUSEL */ /* pCon Planner */
/* SECTION CAROUSEL */ /* pCon Planner */
/* SECTION CAROUSEL */ /* pCon Planner */
.pCon-planner-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .pCon-planner-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .pCon-planner-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.pCon-planner-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}

@media screen and (min-width: 1024px) {
  .pCon-planner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-block: 10rem;
  }
}
.pCon-planner-image {
  max-width: 40rem;
  width: 100%;
  margin-inline: auto;
}

.pCon-planner-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .pCon-planner-info {
    gap: 0rem;
    text-align: left;
  }
}
.pCon-planner-text {
  font-size: 1.6rem;
  color: #848484;
}

@media screen and (min-width: 1024px) {
  .pCon-planner-text {
    margin-block: 5rem;
  }
}
.pCon-planner-button {
  background-color: #9e9f32;
  border: 2px solid #9e9f32;
  color: white;
  font-weight: 600;
  letter-spacing: 0.1rem;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .pCon-planner-button {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .pCon-planner-button {
    width: 80%;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .pCon-planner-button {
    width: 50%;
    text-align: center;
  }
}
/* SECTION CAROUSEL */ /* SECTION VOCABULAIRE */
/* SECTION CAROUSEL */ /* SECTION VOCABULAIRE */
/* SECTION CAROUSEL */ /* SECTION VOCABULAIRE */
/* SECTION CAROUSEL */ /* SECTION VOCABULAIRE */
/* SECTION CAROUSEL */ /* SECTION VOCABULAIRE */
.vocabulaire-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .vocabulaire-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .vocabulaire-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.vocabulaire-header {
  background-color: #CDCE6F;
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .vocabulaire-header {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 15rem;
    margin-block: 5rem;
    text-align: left;
  }
}
.vocabulaire-header-content {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .vocabulaire-header-content {
    font-size: 2.3rem;
  }
}
.vocabulaire-body {
  margin-block: 5rem;
}

@media screen and (min-width: 1400px) {
  .vocabulaire-body {
    margin-inline: 15rem;
  }
}
.vocabulaire-body-item {
  margin-block: 5rem;
}

.vocabulaire-body-cercle .circle {
  border: solid black 0.1rem;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  margin-inline: auto;
}

.vocabulaire-body-title {
  margin-block-end: 3rem;
}

.vocabulaire-body-text {
  font-size: 1.8rem;
  margin-block-end: 2rem;
}

.vocabulaire-body-list-items img {
  width: 2rem;
  height: 2rem;
  margin-block: 0.3rem;
}

.vocabulaire-body-list-items {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}

.vocabulaire-body-list-items strong {
  font-weight: 800;
}

.vocabulaire-body-list-items {
  font-size: 1.8rem;
}

.vocabulaire-container-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10rem;
}

@media screen and (min-width: 1024px) {
  .vocabulaire-container-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.vocabulaire-footer-image {
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .vocabulaire-footer-image {
    margin: unset;
  }
}
.vocabulaire-footer {
  background-color: #655A78;
  text-align: center;
  color: white;
  padding-inline: 2rem;
  padding-block: 5rem;
}

@media screen and (min-width: 1024px) {
  .vocabulaire-footer {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .text-indent {
    margin-inline-start: 2rem;
  }
}
/* SECTION CAROUSEL */ /* SECTION A PROPOS D'OFFICE PRO */
/* SECTION CAROUSEL */ /* SECTION A PROPOS D'OFFICE PRO */
/* SECTION CAROUSEL */ /* SECTION A PROPOS D'OFFICE PRO */
/* SECTION CAROUSEL */ /* SECTION A PROPOS D'OFFICE PRO */
/* SECTION CAROUSEL */ /* SECTION A PROPOS D'OFFICE PRO */
.apropos {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.qui-sommes-nous {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 5rem 1fr;
  row-gap: 4rem;
  column-gap: 5rem;
}

.qui-sommes-nous h2 {
  grid-area: 1/1/2/3;
}

.entreprise {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 60rem;
  column-gap: 5rem;
}

.historique {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  grid-area: 1/1/3/2;
}

.chiffres {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.chiffres-graphique {
  width: 100%;
  height: 60%;
}

.partenaires {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.liste-partenaires {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.partenaires-image {
  width: 20rem;
  padding: 1rem;
}

.explication-metier {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 5rem 1fr;
  row-gap: 4rem;
  column-gap: 5rem;
}

.explication-metier h2 {
  grid-area: 1/1/2/3;
}

/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
/* SECTION CAROUSEL */ /* SECTION PAGES STATIQUES */
.special-title-officepro {
  color: #37424A;
  font-weight: bold;
  line-height: 3rem;
}

.special-word {
  color: #C5B94B;
  font-weight: bold;
}

/* SECTION CAROUSEL */ /* SECTION PAGES PILIERS */
/* SECTION CAROUSEL */ /* SECTION PAGES PILIERS */
/* SECTION CAROUSEL */ /* SECTION PAGES PILIERS */
/* SECTION CAROUSEL */ /* SECTION PAGES PILIERS */
/* SECTION CAROUSEL */ /* SECTION PAGES PILIERS */
.piliers-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
}

@media screen and (min-width: 768px) {
  .piliers-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .piliers-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.recrutement-description b {
  font-weight: 600;
}

.piliers-listes {
  display: grid;
  grid-template-columns: 1fr;
  margin-block: 3rem;
}

@media screen and (min-width: 768px) {
  .piliers-listes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 5rem;
    column-gap: 10rem;
    margin-block-end: 10rem;
  }
}
.piliers-items {
  margin-block-end: 3rem;
}

.piliers-items-image {
  width: 5rem;
  height: 5rem;
  margin-inline: auto;
  margin-block-end: 2rem;
}

@media screen and (min-width: 768px) {
  .piliers-items-image {
    width: 10rem;
    height: 10rem;
    margin-block-end: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .piliers-items-title {
    margin-block-end: 3rem;
  }
}
.piliers-items-li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
  margin-block-start: 1rem;
}

.piliers-items-li strong {
  color: #37424A;
  font-weight: bold;
  line-height: 3rem;
}

.piliers-items-li img {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  margin-block-start: 0.2rem;
}

@media screen and (min-width: 1400px) {
  .piliers-items-li img {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    margin-block-start: 1rem;
  }
}
.piliers-items-li p {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .piliers-items-li p {
    font-size: 1.8rem;
  }
}
.pilier-image {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pilier-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
    margin-block-end: 10rem;
  }
  .pilier-image img {
    width: auto;
    height: auto;
    border-radius: 50%;
  }
}
/* SECTION CAROUSEL */ /* SECTION PAGES ESPRIT */
/* SECTION CAROUSEL */ /* SECTION PAGES ESPRIT */
/* SECTION CAROUSEL */ /* SECTION PAGES ESPRIT */
/* SECTION CAROUSEL */ /* SECTION PAGES ESPRIT */
/* SECTION CAROUSEL */ /* SECTION PAGES ESPRIT */
.esprit-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .esprit-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .esprit-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.esprit-header {
  background-color: #655A78;
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .esprit-header {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 15rem;
    margin-block: 5rem;
    text-align: left;
  }
}
.esprit-header-content {
  color: white;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .esprit-header-content {
    font-size: 2.3rem;
  }
}
.esprit-content {
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1400px) {
  .esprit-content {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem;
    margin-inline: 15rem;
    margin-block: 10rem 20rem;
  }
  .esprit-entrepreneuriat {
    grid-area: 1/1/2/2;
  }
  .esprit-solutions {
    grid-area: 1/2/2/3;
  }
  .esprit-accessibilite {
    grid-area: 1/3/3/4;
  }
  .esprit-situation {
    display: flex;
    position: absolute;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 5rem;
    gap: 5rem;
    grid-area: 2/1/3/3;
    bottom: -4rem;
    left: -3rem;
  }
}
@media screen and (min-width: 1500px) {
  .esprit-situation {
    bottom: -8rem;
  }
}
.offres b {
  font-weight: 600;
}

.esprit-content-title {
  margin-block: 1rem;
}

.esprit-situation img {
  margin-block-end: 2rem;
  max-width: 40rem;
  width: 100%;
  margin-inline: auto;
}

.esprit-situation p {
  font-size: 2rem;
  margin-block-start: auto;
  margin-inline-start: 3rem;
}

.esprit-content-text {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 1024px) {
  .esprit-content-text {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.esprit-content-text strong {
  color: #37424A;
  font-weight: bold;
}

/* SECTION CAROUSEL */ /* SECTION NOTRE METIER */
/* SECTION CAROUSEL */ /* SECTION NOTRE METIER */
/* SECTION CAROUSEL */ /* SECTION NOTRE METIER */
/* SECTION CAROUSEL */ /* SECTION NOTRE METIER */
/* SECTION CAROUSEL */ /* SECTION NOTRE METIER */
.metier-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .metier-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .metier-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.metier-header {
  background-color: #CDCE6F;
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .metier-header {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 15rem;
    margin-block: 5rem;
    text-align: left;
  }
}
.metier-header-content p {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .metier-header-content p {
    font-size: 2.3rem;
  }
}
.metier-header-content-list {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-block-start: 2rem;
  text-align: left;
}

.metier-header-content-icone {
  min-width: 2rem;
  height: 2rem;
  margin-block: 0.3rem;
}

@media screen and (min-width: 768px) {
  .metier-header-content-icone {
    margin-block: auto;
  }
}
.metier-container-item p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.metier-header-content strong,
.metier-container-item strong {
  color: #37424A;
  font-weight: bold;
  line-height: 2rem;
}

.end-header-metier {
  margin-block-start: 2rem;
}

.metier-container {
  display: flex;
  flex-direction: column;
  margin-block-start: 2rem;
  gap: 2rem;
}

.img-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 2rem;
}

@media screen and (min-width: 1400px) {
  .img-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 2rem;
  }
}
.metier-container img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  margin-inline: auto;
  margin-block: 1rem;
}

@media screen and (min-width: 768px) {
  .metier-container img {
    width: 100%;
    height: 100%;
    max-height: 25rem;
    max-width: 25rem;
  }
}
@media screen and (min-width: 1400px) {
  .metier-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    margin-inline: 15rem;
    gap: 9rem;
    margin-block-start: 0rem;
  }
}
.metier-item-1 p {
  color: #9380b3;
  font-weight: bold;
  font-size: 1.6rem;
  margin-block-end: 2rem;
}

@media screen and (min-width: 1400px) {
  .metier-item-1 {
    grid-area: 1/1/3/2;
    margin-block-start: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .metier-item-2 {
    grid-area: 1/2/3/3;
  }
  .metier-item-3 {
    grid-area: 1/3/3/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .metier-item-4 {
    grid-area: 3/1/4/2;
  }
  .metier-item-5 {
    grid-area: 3/2/4/3;
  }
  .metier-item-6 {
    grid-area: 3/3/4/4;
  }
  .metier-item-3 img {
    margin-block-start: 12rem;
  }
}
.metier-container-item h2 {
  text-align: center;
  margin-block: 1rem;
}

/* SECTION CAROUSEL */ /* SECTION VISION RSE */
/* SECTION CAROUSEL */ /* SECTION VISION RSE */
/* SECTION CAROUSEL */ /* SECTION VISION RSE */
/* SECTION CAROUSEL */ /* SECTION VISION RSE */
/* SECTION CAROUSEL */ /* SECTION VISION RSE */
.rse-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .rse-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .rse-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.rse-header {
  background-color: #9184A8;
  color: white;
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .rse-header {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 15rem;
    margin-block: 5rem;
    text-align: left;
  }
}
.rse-header-content {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .rse-header-content {
    font-size: 2.3rem;
  }
}
.rse-content {
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1400px) {
  .rse-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 15rem;
    column-gap: 20rem;
    row-gap: 5rem;
    margin-block-end: 10rem;
  }
}
.rse-sociale-list li {
  margin-block: 1rem;
}

.rse-sociale-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}

@media screen and (min-width: 1400px) {
  .rse-content h2 {
    margin-block-end: 5rem;
  }
}
.rse-content h2 {
  margin-block: 1rem;
}

@media screen and (min-width: 1400px) {
  .rse-content p {
    font-size: 1.6rem;
  }
}
.rse-sociale-list-item img {
  width: 2rem;
  height: 2rem;
  margin-block-start: 0.4rem;
}

.sous-listing-image {
  width: 1rem !important;
  height: 1rem !important;
  margin-block: 0.5rem !important;
  margin-inline-start: 2rem;
}

.rse-ecovadis-image {
  width: 40%;
  margin: auto;
  margin-block-end: 5rem;
}

.img-container-rse {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 5rem;
}

.img-container-rse img {
  width: 50%;
  margin: auto;
}

.rse-footer {
  grid-area: 2/1/2/3;
}

/* SECTION CAROUSEL */ /* SECTION QUALITE */
/* SECTION CAROUSEL */ /* SECTION QUALITE */
/* SECTION CAROUSEL */ /* SECTION QUALITE */
/* SECTION CAROUSEL */ /* SECTION QUALITE */
/* SECTION CAROUSEL */ /* SECTION QUALITE */
.qualite-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .qualite-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .qualite-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.qualite-header {
  background-color: #69690D;
  padding-inline: 3rem;
  padding-block: 3rem;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .qualite-header {
    padding-inline: 10rem;
    padding-block: 5rem;
    margin-inline: 15rem;
    margin-block: 5rem;
    text-align: left;
  }
}
.qualite-header-content {
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  color: white;
  margin-inline: 2rem;
}

@media screen and (min-width: 1024px) {
  .qualite-header-content {
    font-size: 2.3rem;
  }
}
.qualite-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  margin-block-start: 2rem;
}

@media screen and (min-width: 1400px) {
  .qualite-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10rem;
    margin-inline: 15rem;
    font-size: 2rem;
    margin-block: 5rem;
  }
}
.qualite-content-image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .qualite-content-image {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .qualite-content-image {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-inline: auto;
  }
}
.qualite-content-image img {
  min-width: 15rem;
  width: 100%;
  max-width: 30rem;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .qualite-content-image img {
    max-width: 25rem;
  }
}
.qualite-content-texte strong {
  color: #37424A;
  font-weight: bold;
  line-height: 2rem;
}

.qualite-content-texte p {
  font-size: 1.6rem;
}

@media screen and (min-width: 1400px) {
  .qualite-content-texte p {
    font-size: 2.1rem;
  }
}
/* SECTION CAROUSEL */ /* SECTION RECRUTEMENT */
/* SECTION CAROUSEL */ /* SECTION RECRUTEMENT */
/* SECTION CAROUSEL */ /* SECTION RECRUTEMENT */
/* SECTION CAROUSEL */ /* SECTION RECRUTEMENT */
/* SECTION CAROUSEL */ /* SECTION RECRUTEMENT */
.dont-show {
  display: none;
}

.recrutement-title {
  font-size: 2.3rem;
  color: #37424A;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}

@media screen and (min-width: 768px) {
  .recrutement-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .recrutement-title {
    font-size: 7rem;
    margin-block-end: 5rem;
    text-align: unset;
  }
}
.recrutement-liste-nom-actif,
.recrutement-liste-nom-inactif {
  margin-block: 2rem;
  padding-inline: 3rem;
  padding-block: 2rem;
  text-align: center;
  font-size: 2rem;
}

.recrutement-liste-nom-actif {
  background-color: #39304A;
  color: white;
}

.recrutement-liste-nom-inactif {
  background-color: #c5b6e0;
  color: gray;
}

.recrutement-mobile .recrutement-button {
  display: flex;
  flex-direction: column;
}

.recrutement-desktop {
  display: grid;
  grid-template-columns: 40rem auto;
  gap: 2rem;
}

@media screen and (min-width: 1024px) {
  .recrutement-desktop {
    gap: 5rem;
  }
}
.recrutement-offres-container h2 b {
  font-size: 1.8rem;
  font-weight: 600;
}

.recrutement-offres-container p {
  font-size: 1.4rem;
}

.recrutement-offres-container u {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .recrutement-offres-container h2 b {
    font-size: 2.3rem;
  }
  .recrutement-offres-container p {
    font-size: 1.8rem;
  }
  .recrutement-offres-container u {
    font-size: 2.1rem;
  }
}
.button-envoyer-cv {
  background-color: var(--green);
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  margin-block: 2rem;
  margin-inline: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .button-envoyer-cv {
    font-size: 2rem;
  }
}
.recrutement-mobile {
  display: block;
}

.recrutement-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .recrutement-mobile {
    display: none;
  }
  .recrutement-desktop {
    display: grid;
  }
}
/* ------------------------
---------- Modal ----------
------------------------- */
.modalCandidature {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  margin: 10rem auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .modal-content {
    margin-block-start: 20rem;
  }
}
.modal-header {
  text-align: center;
}

.modal-input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .modal-input-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    width: 80%;
    margin-inline: auto;
  }
}
.modal-input-container-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-container {
  display: flex;
  flex-direction: column;
}

.input-container input {
  width: 100%;
  height: 5rem;
}

.input-container input:not[type=file] {
  padding: 1rem;
  border: 1px solid var(--green-3);
  width: 100%;
}

.input-container input[type=file] {
  width: 100%;
  text-wrap: balance;
}

.button-envoyer-cv {
  display: flex;
  margin-inline: auto;
}

.closeModalCandidature {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.closeModalCandidature:hover {
  color: black;
}

.modal-open {
  display: block !important;
}

.actualite-image-fond {
  width: 100%;
  height: 20rem;
}

.actualite-image-fond img {
  width: 100%;
  height: 20rem;
}

.actualite-content {
  display: grid;
  grid-template-columns: 80% auto;
  margin-block: 5rem 10rem;
  gap: 5rem;
}

.actualite-liste {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.actualite-card {
  display: grid;
  grid-template-columns: 35rem auto;
  grid-template-rows: 19rem;
  gap: 5rem;
  border: solid black;
  border-radius: 15px;
}

.actualite-card-image {
  object-fit: contain;
  margin: 0rem;
  border-radius: 15px 0px 0px 15px;
  width: 100%;
  height: 100%;
}

.actualite-card-video {
  margin: 0rem;
  border-radius: 15px 0px 0px 15px;
  width: 100%;
  height: 100%;
}

.actualite-card-content {
  position: relative;
}

.actualite-card-content-header {
  display: flex;
  flex-direction: row;
  font-weight: 800;
  margin-block-start: 1rem;
}

.actualite-card-content-header-title,
.actualite-card-content-header-date {
  font-weight: 800;
  font-size: 2rem;
}

.actualite-card-content-header-date {
  margin-inline-end: 2rem;
}

.actualite-card-content-header-categorie {
  margin-block-end: 1rem;
  color: #848484;
}

.actualite-card-content-header-categorie span {
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: #848484 solid 2px;
}

.actualite-card-content-header-categorie-separator {
  text-decoration: none !important;
  border: none !important;
}

.actualite-card-content-header-date {
  margin-inline-start: auto;
}

.actualite-card-content-button {
  display: flex;
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  background-color: #CDCE6F;
  padding: 1rem;
  width: 15rem;
  border-radius: 8px;
  justify-content: center;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; /* Ajustez selon la taille souhaitée */
}

.actualite-info-input {
  width: 100%;
  padding-right: 50px; /* Espace pour le bouton */
  height: 40px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}

.actualite-extras-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 40px;
  width: 50px;
  border: none;
  background: #CDCE6F; /* Couleur du bouton */
  color: white;
  border-radius: 0 5px 5px 0; /* Coins arrondis à droite */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actualite-extras-button i {
  font-size: 16px; /* Taille de l'icône */
}

.actualite-extras-description {
  margin-block: 2rem;
}

.actualite-extras-filtes-title {
  font-weight: 600;
  font-size: 2rem;
}

.actualite-extras-filtes-liste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.actualite-extras-filtes-checkbox {
  display: none;
}

.actualite-extras-filtes-label {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

.actualite-extras-filtes-checkbox:checked + .actualite-extras-filtes-label {
  color: #9e9f32;
  text-decoration: underline;
}

.selected {
  color: #CDCE6F;
  text-decoration: underline;
}

.unselected {
  color: black;
}

.category-checkbox {
  display: none;
}

.actualite-filtre-reset-button {
  position: relative;
  background-color: white;
  color: #848484;
  width: max-content;
  margin-inline-start: auto;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  margin-block-end: 1.5rem;
}

/* === SECONDE VIE MAIN === */
.seconde-vie {
  margin-block-start: 1rem;
}

@media screen and (max-width: 480px) {
  .seconde-vie {
    margin-block-start: 0.5rem;
  }
}
/* === SECONDE VIE HEADER === */
.seconde-vie-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .seconde-vie-header {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
/* === SECONDE VIE HEADER TITLE === */
.seconde-vie-header-title {
  margin-block: auto;
  font-size: 3.2rem;
  color: #37424A;
  font-weight: bold;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-header-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-header-title {
    font-size: 1.8rem;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-header-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-header-title {
    font-size: 1.3rem;
  }
}
/* === SECONDE VIE HEADER IMG === */
.seconde-vie-header img {
  margin-block: auto;
  max-width: 110px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .seconde-vie-header img {
    order: 1;
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-header img {
    max-width: 120px;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-header img {
    max-width: 100px;
  }
}
/* === SECONDE VIE HEADER CONTENT === */
.seconde-vie-header-content {
  background-color: #b5bf59;
  padding-block: 5rem;
  padding-inline: 3rem;
  margin-block: 1rem;
  text-align: left;
  font-size: 2.8rem;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-header-content {
    padding-block: 3rem;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-header-content {
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-header-content {
    padding-block: 2rem;
    padding-inline: 1rem;
    margin-block: 0.5rem;
  }
}
/* === SECONDE VIE HEADER CONTENT TEXT === */
.seconde-vie-header-content-text {
  font-size: 2.2rem !important;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-header-content-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-header-content-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-header-content-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-header-content-text {
    font-size: 1.1rem;
  }
}
/* === SECONDE VIE CONTENT === */
.seconde-vie-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-block: 5rem;
}

@media screen and (max-width: 768px) {
  .seconde-vie-content {
    gap: 3rem;
    margin-block: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-content {
    gap: 2rem;
    margin-block: 2rem;
  }
}
/* === SECONDE VIE CONTENT CONTAINER === */
.seconde-vie-content-container {
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 2rem;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .seconde-vie-content-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/* === SECONDE VIE CONTENT HEADER CONTAINER === */
.seconde-vie-content-header-container {
  display: grid;
  grid-template-columns: 5% 95%;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .seconde-vie-content-header-container {
    grid-template-columns: 10% 90%;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-content-header-container {
    grid-template-columns: 15% 85%;
    gap: 0.5rem;
  }
}
/* === SECONDE VIE CONTENT HEADER CONTAINER IMG === */
.seconde-vie-content-header-container img {
  width: 80%;
  margin: auto;
}

/* === SECONDE VIE CONTENT HEADER CONTAINER H2 === */
.seconde-vie-content-header-container h2 {
  font-size: 2rem;
  color: #37424A;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-content-header-container h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-content-header-container h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-content-header-container h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-content-header-container h2 {
    font-size: 1.2rem;
  }
}
/* === SECONDE VIE CONTENT TEXT === */
.seconde-vie-content-text {
  font-size: 2rem;
  color: #37424A;
  font-weight: 500;
  margin-block: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-content-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-content-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-content-text {
    font-size: 1.4rem;
    margin-block: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-content-text {
    font-size: 1.2rem;
  }
}
/* === SECONDE VIE CONTENT IMAGE === */
.seconde-vie-content-image {
  margin-block: 2rem;
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* === SECONDE VIE SEPARATOR === */
.seconde-vie-separator {
  width: 20%;
  height: 1px;
  background-color: #37424A;
  margin-block: 2rem;
  border: none;
}

@media screen and (max-width: 480px) {
  .seconde-vie-separator {
    width: 30%;
    margin-block: 1.5rem;
  }
}
/* === SECONDE VIE FOOTER CONTAINER === */
.seconde-vie-footer-container {
  margin-block: 4rem;
}

/* === SECONDE VIE FOOTER TITLE === */
.seconde-vie-footer-title {
  font-size: 2.3rem;
  color: #37424A;
  font-weight: bold;
  margin-block: 2rem;
  margin-inline-start: 10rem;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-footer-title {
    font-size: 2rem;
    margin-inline-start: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-footer-title {
    font-size: 1.8rem;
    margin-inline-start: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-footer-title {
    font-size: 1.5rem;
    margin-inline-start: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-footer-title {
    font-size: 1.3rem;
    margin-inline-start: 0.5rem;
  }
}
/* === SECONDE VIE FOOTER TEXT === */
.seconde-vie-footer-text {
  font-size: 2rem;
  color: #37424A;
  font-weight: 500;
  margin-block: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-footer-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-footer-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-footer-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-footer-text {
    font-size: 1.2rem;
  }
}
/* === SECONDE VIE SCHEMA === */
.seconde-vie-schema {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-schema {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-schema {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-schema {
    width: 100%;
  }
}
/* === SECONDE VIE SCHEMA PHRASE === */
.seconde-vie-schema-phrase {
  font-size: 2rem;
  margin-block: 5rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-schema-phrase {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-schema-phrase {
    font-size: 1.6rem;
    margin-block: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-schema-phrase {
    font-size: 1.4rem;
    margin-block: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-schema-phrase {
    font-size: 1.2rem;
  }
}
/* === SECONDE VIE ETAT TITLE === */
.seconde-vie-etat-title {
  font-size: 2.3rem;
  color: #37424A;
  font-weight: bold;
  margin-block: 5rem 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-etat-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-etat-title {
    font-size: 1.8rem;
    margin-block: 3rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-etat-title {
    font-size: 1.5rem;
    margin-block: 2rem 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-etat-title {
    font-size: 1.3rem;
  }
}
/* === SECONDE VIE ETAT TEXT === */
.seconde-vie-etat-text {
  font-size: 2rem;
  color: #37424A;
  font-weight: 500;
  margin-block: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-etat-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-etat-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-etat-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-etat-text {
    font-size: 1.2rem;
  }
}
/* === SECONDE VIE ETAT LIST === */
.seconde-vie-etat-list {
  margin-block-start: 10rem;
}

@media screen and (max-width: 768px) {
  .seconde-vie-etat-list {
    margin-block-start: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-etat-list {
    margin-block-start: 3rem;
  }
}
/* === SECONDE VIE ETAT CATEGORIE === */
.seconde-vie-etat-categorie {
  font-size: 2rem;
  font-weight: bold;
  margin-block: 2rem;
  color: #37424A;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-etat-categorie {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-etat-categorie {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-etat-categorie {
    font-size: 1.4rem;
    margin-block: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-etat-categorie {
    font-size: 1.2rem;
  }
}
/* === SECONDE VIE ETAT CATEGORIE LIST === */
.seconde-vie-etat-categorie-list {
  font-size: 2rem;
  color: #37424A;
  font-weight: 500;
  margin-block: 2rem;
  list-style: circle;
  margin-inline-start: 10rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .seconde-vie-etat-categorie-list {
    font-size: 1.8rem;
    margin-inline-start: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .seconde-vie-etat-categorie-list {
    font-size: 1.6rem;
    margin-inline-start: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .seconde-vie-etat-categorie-list {
    font-size: 1.4rem;
    margin-inline-start: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .seconde-vie-etat-categorie-list {
    font-size: 1.2rem;
    margin-inline-start: 0.5rem;
  }
}
/* === SECONDE VIE ETAT CATEGORIE LIST ITEM === */
@media screen and (max-width: 480px) {
  .seconde-vie-etat-categorie-list-item {
    margin-block: 1rem;
  }
}
/* === BOUTON SECONDE VIE === */
.bouton-seconde-vie {
  display: flex;
  width: 30%;
  margin: auto;
  margin-block: 5rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 10px;
  cursor: pointer;
  background-color: #CDCE6F;
  color: black;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bouton-seconde-vie {
    width: 50%;
    margin-block: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .bouton-seconde-vie {
    width: 80%;
    margin-block: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .bouton-seconde-vie {
    width: 100%;
  }
}
.seconde-vie-garantie-title {
  color: #6d428a;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
}

.seconde-vie-separator {
  width: 50%;
  height: 1px;
  background-color: #37424A;
  margin-block: 7rem;
  border: none;
}

.logo-valdelia-texte {
  display: inline;
  vertical-align: middle;
  height: 1.4em;
}

.logo-presentation-valdelia {
  width: 100%;
  height: auto;
  max-width: 200px !important;
  margin-block: 2rem;
}

.seconde-vie-partenariat-annonce {
  font-weight: bold;
  font-size: 1.8rem;
  color: #37424A;
}

.mentions-legales-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.mentions-legales-content a {
  text-decoration: solid;
}

.mentions-legales-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-block-end: 2rem;
}

@media screen and (min-width: 1020px) {
  .mentions-legales-title {
    font-size: 2.3rem;
  }
}
.mentions-legales-content-section p {
  font-size: 1.4rem;
}

@media screen and (min-width: 1020px) {
  .mentions-legales-content-section p {
    font-size: 1.8rem;
  }
}
.confidentialite-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.confidentialite-content a {
  text-decoration: solid;
}

.confidentialite-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-block-end: 2rem;
}

@media screen and (min-width: 1020px) {
  .confidentialite-title {
    font-size: 2.3rem;
  }
}
.confidentialite-content-section p {
  font-size: 1.4rem;
}

@media screen and (min-width: 1020px) {
  .confidentialite-content-section p {
    font-size: 1.8rem;
  }
}
.registration {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: #8EC246;
  min-width: 100%;
  height: 100%;
  padding: 3rem 0 3rem 0;
}

.separateur {
  border: 2px solid #8EC246;
  border-radius: 20px;
  width: 80%;
}

.champ_registration {
  width: auto;
  height: auto;
  padding: 3rem 3rem 0 3rem;
  margin: 3rem auto 3rem auto;
  background: #fafff4;
  border-radius: 15px;
  box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.2), 15px 15px 15px rgba(0, 0, 0, 0.1);
}

.champ_registration img {
  margin-left: auto;
  margin-right: auto;
}

.champ_registration li {
  margin-top: -1.5rem;
}

.formulaire {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  gap: 3rem;
}

.formulaire p {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}

.formulaire input {
  border: none;
  padding: 0.5rem;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px gray;
}

.info_obligatoires {
  display: flex;
  position: relative;
  justify-content: end;
  top: 0px;
}

.info_obligatoires p {
  color: red;
  font-size: 1.5rem;
}

.formulaire span {
  color: red;
}

.formulaire ul {
  width: 100%;
  padding-left: 0px;
  margin: 0px;
}

.formulaire li {
  list-style-type: none;
  color: red;
}

.formulaire button {
  width: 100%;
  background-color: #8EC246;
  color: white;
  border: none;
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 0.5rem;
  box-shadow: 0px 0px 5px gray;
}

@media screen and (max-width: 768px) {
  .registration {
    padding: 2rem 0 2rem 0;
  }
  .champ_registration {
    max-width: 80%;
    height: auto;
  }
  .champ_registration img {
    margin-top: -15px;
    width: 80%;
  }
  .champ_registration p, .champ_registration label {
    font-size: 1.5rem;
    padding-bottom: 0.1rem;
  }
  .champ_registration li {
    font-size: 1.5rem;
    padding-top: -0.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 570px) {
  .registration {
    padding: 1rem 0 1rem 0;
  }
  .champ_registration {
    width: 90%;
    height: auto;
  }
  .champ_registration img {
    margin-top: -15px;
    width: 80%;
  }
  .champ_registration p, .champ_registration label {
    font-size: 1.3rem;
    padding-bottom: 0.1rem;
  }
  .champ_registration li {
    font-size: 1rem;
    padding-top: -0.5rem;
    margin-top: 0;
  }
}
.swiper {
  padding-block-end: 6rem;
}

.swiper-pagination-bullets {
  text-align: unset !important;
}

.swiper-pagination-bullet {
  background-color: var(--main-green);
  height: 0.7rem;
  width: 2.6rem;
  border-radius: 2.5rem;
  bottom: 7.4rem;
}

body {
  overflow-x: hidden;
  top: 0;
}

strong {
  font-weight: 700;
}

.logo-dashboard {
  width: 4rem;
  height: auto;
  margin-block: 1rem !important;
  margin: auto;
}

.dashboard-navigation {
  background-color: var(--purple);
  border-right: 1px solid #e9ecef;
  height: 100%;
  position: fixed;
  width: 6.5rem;
  z-index: 1;
  color: white;
  transition: 0.5s;
}

.dashboard-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dashboard-logo-firstname {
  font-size: 1.8rem;
  font-weight: 700;
  margin-inline: 0.5rem;
  display: none;
}

.dashboard-logo-company {
  font-size: 1.4rem;
  margin-inline: 0.5rem;
  display: none;
}

.logo-open {
  display: flex !important;
  transition: 0.5s;
}

.open {
  width: 30rem;
  transition: 0.5s;
}

.left {
  left: 32rem !important;
  transition: 0.5s;
}

.dashboard-menu {
  display: flex;
  flex-direction: column;
  padding-block: 1rem;
  padding-inline: 2rem;
  gap: 2rem;
  margin-block-start: 2rem;
}

.dashboard-menu-links-item {
  display: flex;
  align-items: center;
}

.dashboard-toggle-menu {
  position: sticky;
  left: 7.5rem;
  top: 1rem;
  display: flex;
  align-items: center;
  background-color: #e9ecef;
  transition: 0.5s;
  z-index: 100;
}

.label-close {
  display: none;
  margin-inline: 1rem;
  transition: 0.5s;
}

.label-open {
  display: flex !important;
  transition: 0.5s;
}

#exit {
  position: absolute;
  bottom: 2rem;
}

.filtre-recherche {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}

.dashboard-header-input-container {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}

.dashboard-header-input {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0.5rem;
  border: 1px solid #A3A3A3;
  border-radius: 1rem;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.dashboard-header-input:focus-within,
.dashboard-header-input:hover {
  border: 1px solid black;
}

.dashboard-header-input input,
.dashboard-header-input select {
  border: none;
  background-color: #FCFCFE;
  width: 100%;
  outline: none;
  cursor: pointer;
}

.export-excel {
  position: absolute;
  right: 5rem;
  min-width: 150px;
  border: 1px solid #918888;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--purple);
  color: white;
  padding: 0.5rem;
  border-radius: 1rem;
  cursor: pointer;
}

.box {
  width: auto;
  height: 30px;
  padding: 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 3px -2px #9098A9;
  margin: 0 auto;
}

.dashboard-sav-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-block: 2rem;
}

.dashboard-header {
  margin-block-end: 2rem;
}

/* Tableau de données */
.datagrid {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.datagrid-header {
  background-color: var(--green);
  color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

.datagrid-title {
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid var(--green);
  position: sticky;
  top: 0;
  z-index: 1;
}

.datagrid-title-items {
  padding: 12px;
  text-align: center;
}

.datagrid-title-items:first-child {
  border-top-left-radius: 8px; /* Arrondi du coin supérieur gauche */
}

.datagrid-title-items:last-child {
  border-top-right-radius: 8px; /* Arrondi du coin supérieur droit */
}

.datagrid-content {
  background-color: white;
}

.datagrid-content-row {
  border-bottom: 1px solid #ddd;
}

.datagrid-content-items {
  padding: 10px;
  text-align: start;
  vertical-align: middle;
  text-align: center;
}

.datagrid-imgPrincipale {
  display: flex;
  justify-content: center;
}

.datagrid-content-items img {
  max-width: 5rem;
  border-radius: 4px;
}

.datagrid-content-items button {
  background-color: var(--green-3);
}

.datagrid-content-items button:hover {
  background-color: var(--purple);
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.datagrid-content-button button {
  background-color: var(--green-3);
  margin: 1rem;
}

.datagrid-content-button button:hover {
  background-color: var(--purple);
}

.datagrid-content-row:nth-child(even) {
  background-color: #f2f2f2;
}

/* Effet hover sur les lignes du tableau */
.datagrid-content-row:hover {
  background-color: rgba(197, 185, 91, 0.4) !important; /* Ajustez les valeurs selon vos besoins */
}

/* Bouton de modification */
button {
  padding: 6px 12px;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

button a {
  color: white;
  text-decoration: none;
}

/* Icones actives et inactives */
box-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

box-icon[name=check] {
  color: #28a745;
}

box-icon[name=x] {
  color: #dc3545;
}

.remove-filter-button {
  background-color: var(--green);
  color: white;
}

.dashbord-informations {
  max-height: 600px;
  overflow-y: auto;
}

.remove-filter-button:hover {
  background-color: var(--purple);
}

.page-actuel {
  background-color: unset !important;
  color: black !important;
  border-color: unset !important;
}

.pagination {
  margin-block: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

#pageNumbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.pagination button {
  background-color: var(--purple);
  font-weight: 700;
  color: white;
}

.pagination button:hover {
  background-color: var(--green);
}

.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination a, .pagination span {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pagination .active span {
  background-color: var(--purple);
  color: white;
  border-color: var(--purple);
}

.pagination a:hover {
  background-color: #f4f4f4;
}

.content-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.popup-message {
  position: fixed;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 1rem;
  color: white;
  font-weight: bold;
}

.success-popup-message {
  position: fixed;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: green;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 1rem;
  color: white;
  font-weight: bold;
}

.error-popup-message {
  position: fixed;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 1rem;
  color: white;
  font-weight: bold;
}

/* ----------- Ticket Section Container ----------- */
.ticket-section-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Grille responsive */
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

/* ----------- Ticket Section Cards ----------- */
.ticket-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #FCFCFE;
  border: 1px solid #e4e4e4;
  padding: 2rem;
  border-radius: 1rem;
  transition: box-shadow 0.3s ease;
  font-size: 1.4rem; /* Agrandir encore le texte */
  line-height: 1.8; /* Améliorer la lisibilité */
}

.ticket-section:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* ----------- Ticket Section Title ----------- */
.ticket-section-title-container > h2 {
  font-weight: 700;
  font-size: 2.5rem; /* Agrandir encore la taille des titres */
  color: var(--green);
  margin-bottom: 1rem;
}

.ticket-section-title-container::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #A3A3A3;
  width: 100%;
  margin-top: 0.5rem;
}

.ticket-section-title {
  font-size: 2.4rem; /* Agrandir encore la taille des titres */
  color: var(--purple);
  background-color: #FCFCFE !important;
  font-weight: 600;
}

/* ----------- Ticket Content Styling ----------- */
.ticket-content-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* Ajustement de l’espace */
}

.ticket-content {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem; /* Agrandir encore le texte des contenus */
  color: #333;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eeeeee;
}

.ticket-content > span:not(:first-child) {
  color: #777;
}

.ticket-content > input {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ticket-content > input:focus,
.ticket-content > input:hover {
  border-color: var(--purple);
  box-shadow: 0 0 5px rgba(142, 68, 173, 0.3);
}

.ticket-product-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  min-height: 3.75rem;
}

.ticket-content-img {
  object-fit: contain;
  width: 12rem;
  height: 12rem;
  padding: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 1rem;
  background-color: #eeeeee;
  margin-inline-end: 5rem;
}

/* ----------- Problem Details ----------- */
.ticket-problem-details-container {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
}

.ticket-problem-detail {
  display: grid;
  gap: 0.75rem;
}

.ticket-problem-detail > p:first-child {
  font-weight: 600;
  color: #333;
}

.ticket-problem-detail > p:first-child::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ddd;
  margin-top: 0.5rem;
}

/* ----------- Notes Section ----------- */
.notes {
  word-wrap: break-word;
  max-height: 200px;
  overflow-y: auto;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
}

.no-notes {
  text-align: center;
  color: #999;
}

/* ----------- Notes Form ----------- */
.add-note-input {
  padding: 1.2rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.add-note-button {
  padding: 1rem 2rem;
  background-color: var(--green);
  color: white;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add-note-button:hover {
  background-color: var(--purple);
}

.ticket-content-img {
  width: 25rem;
}

.ticket-section-flex-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 2rem;
  padding: 2rem;
}

.ticket-half {
  grid-column: span 1;
}

.ticket-full {
  grid-column: span 2;
}

.ticket-content {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.ticket-content-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.active-link {
  color: var(--green-3) !important;
}

#loader-overlay {
  position: fixed; /* Fixe l'élément par rapport à la fenêtre d'affichage pour qu'il soit toujours visible */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 105, 13, 0.7); /* Bleu transparent */
  z-index: 9999;
}

.wrapper2 {
  margin: auto;
  width: 217px;
  height: 80px;
  /* transform: translate(-0%, -35%); */
  position: absolute;
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%); /* Pour centrer réellement le loader */
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.wrapper2 span {
  position: absolute;
  top: 75px;
  font-size: 20px;
  letter-spacing: 12px;
  color: white;
}

.close-popup {
  cursor: pointer;
}

.datagrid-title-items {
  cursor: pointer;
}

.datagrid-title-items.ascending::after {
  content: "▲";
  margin-left: 5px;
}

.datagrid-title-items.descending::after {
  content: "▼";
  margin-left: 5px;
}

.checkbox-carton-reemploi {
  width: 3rem;
  height: 3rem;
}

/* Container des sections du formulaire */
.form-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9; /* Couleur de fond douce */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Titre des sections */
.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.section-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-inline-start: 2rem;
  margin-inline-end: 25%;
  gap: 2.5rem;
}

/* Grille pour les champs de formulaire */
.form-grid {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block-end: 1.5rem;
}

.dashboard-formulaire-champ {
  margin-block-end: 2rem;
}

/* Champs du formulaire */
.dashboard-formulaire-champ label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.dashboard-formulaire-champ input,
.dashboard-formulaire-champ textarea,
.dashboard-formulaire-champ select {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.dashboard-formulaire-champ input:focus,
.dashboard-formulaire-champ textarea:focus,
.dashboard-formulaire-champ select:focus {
  border-color: var(--purple-1);
}

.dashboard-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

/* Boutons pour l'upload d'images et fichiers */
.dashboard-button-input {
  background-color: var(--purple-1);
  color: #fff;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.dashboard-button-input:hover {
  background-color: var(--purple-1);
}

/* Style des fichiers sélectionnés */
.dashboard-nom-imgPrincipale,
.dashboard-nom-imgSecondaire,
.dashboard-nom-ficheTechnique {
  display: inline-block;
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.9rem;
}

/* Espacement pour chaque section de fichier */
.dashboard-formulaire-champ-image {
  margin-bottom: 1.5rem;
}

/* Style pour les checkboxes et les pictos */
.picto {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

/* Bouton principal d'enregistrement */
.dashboard-button {
  background-color: var(--green-3);
  color: white;
  padding: 1rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-block-end: 2rem;
}

.dashboard-button:hover {
  background-color: var(--green-2);
}

/* Conteneur personnalisé pour la checkbox */
.checkbox-container {
  display: flex;
  flex-direction: row; /* Place le label au-dessus de la checkbox */
  align-items: flex-start; /* Aligner le contenu à gauche */
  gap: 1.5rem; /* Espacement entre le label et la checkbox */
  cursor: pointer;
}

/* Masquer la checkbox native */
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Case à cocher personnalisée */
.custom-checkbox {
  width: 5rem; /* Ajustez la taille si nécessaire */
  height: 3rem;
  background-color: #f1f1f1;
  border: 2px solid var(--purple-1);
  border-radius: 4px;
  display: flex; /* Utilisation de Flexbox */
  align-items: center; /* Centrage vertical */
  justify-content: center; /* Centrage horizontal */
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Coche personnalisée */
.custom-checkbox::after {
  content: "";
  display: none;
  width: 10px; /* Taille de la coche */
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Lorsque la case est cochée */
.checkbox-container input[type=checkbox]:checked + .custom-checkbox {
  background-color: var(--purple-1);
  border-color: var(--purple-1);
}

/* Afficher la coche et la centrer */
.checkbox-container input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}

.dashboard-formulaire-champ {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}

/* Conteneur pour l'upload d'image, disposé verticalement */
.dashboard-formulaire-champ-image-upload {
  display: flex;
  flex-direction: column; /* Aligne verticalement le nom et le bouton */
  align-items: flex-start; /* Aligne les éléments à gauche */
  gap: 0.5rem; /* Ajoute un espacement entre le nom du fichier et le bouton */
}

/* Bouton pour uploader */
.dashboard-button-input {
  background-color: var(--purple-1); /* La couleur violette */
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.dashboard-button-input:hover {
  background-color: var(--purple-2);
}

#caracteristiqueContainer {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-radio-class {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}

.input-radio-input {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-radio-element {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-inline: 3rem;
}

.dashboard-logo-header {
  width: 15rem;
  height: auto;
  position: sticky;
  left: 99%;
  margin-inline-end: 2rem;
  display: flex;
  align-items: center;
  z-index: 100;
}

.content {
  position: relative;
  padding-inline-start: 10rem;
  padding-inline-end: 10rem;
  margin-inline-start: 6.5rem;
  width: calc(100% - 6.5rem);
  transition: 0.5s;
  margin-block-end: 2rem;
}

.content-open {
  position: relative;
  padding-inline-start: 10rem;
  padding-inline-end: 10rem;
  margin-inline-start: 30rem;
  width: calc(100% - 30rem);
  transition: 0.5s;
}

.content-body {
  display: flex;
  flex-direction: column;
  margin-block: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9; /* Couleur de fond douce */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  overflow-y: auto;
}

.content-stats {
  padding: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 2rem;
  gap: 1rem;
}

.stats-tableau {
  margin-block: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stats-tableau-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-inline: 3rem;
  gap: 1rem;
}

.stats-tableau-input .input-item input[type=date],
.stats-tableau-input .input-item select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 180px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.stats-tableau-input .input-item input[type=date]:focus,
.stats-tableau-input .input-item select:focus {
  border-color: var(--green);
  outline: none;
  box-shadow: 0 0 3px var(--green);
}

.stats-tableau-input .input-item label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 500;
  color: #333;
}

.stats-tableau-input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.input-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

#stats-tableau-item {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

#stats-tableau-item thead {
  background-color: var(--green);
  color: white;
}

#stats-tableau-item th,
#stats-tableau-item td {
  padding: 1rem;
  text-align: left;
}

#stats-tableau-item tbody tr:nth-child(even) {
  background-color: #f2f4f8;
}

#stats-tableau-item tbody tr:hover {
  background-color: rgba(110, 109, 47, 0.24);
}

#stats-tableau-item tbody tr {
  border-bottom: 1px solid #ddd;
}

#stats-tableau-item2 {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

#stats-tableau-item2 thead {
  background-color: var(--green);
  color: white;
}

#stats-tableau-item2 th,
#stats-tableau-item2 td {
  padding: 12px 16px;
  text-align: left;
}

#stats-tableau-item2 tbody tr:nth-child(even) {
  background-color: #f2f4f8;
}

#stats-tableau-item2 tbody tr:hover {
  background-color: rgba(110, 109, 47, 0.24);
}

#stats-tableau-item2 tbody tr {
  border-bottom: 1px solid #ddd;
}

.content-sync {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.content-sync-item {
  text-align: center;
}

.content-sync-item p {
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--green);
}

.content-feature {
  padding: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.dashboard-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--green);
}

.dashboard-subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--purple);
}

.dashboard-body-hr {
  width: 100%;
  border: 1px solid #ccc;
}

.button-sync {
  display: flex;
  width: 100%;
  height: 5rem !important;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: var(--purple-1);
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.button-sync span {
  font-size: 1.5rem;
  font-weight: 600;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.stats-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--green);
}

.stats-load-btn {
  background-color: var(--green);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(110, 109, 47, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  max-width: 220px;
  min-width: 160px;
}
.stats-load-btn::after {
  content: "📊";
  font-size: 14px;
  opacity: 0.8;
}

.stats-load-btn:hover {
  background-color: var(--green-3);
  box-shadow: 0 4px 12px rgba(110, 109, 47, 0.25);
  transform: translateY(-1px);
}

.stats-load-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(110, 109, 47, 0.2);
}

.stats-load-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(110, 109, 47, 0.2);
}

.stats-load-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.stats-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.stats-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #d0d0d0;
}
.stats-item canvas,
.stats-item .loader {
  display: none;
}
.stats-item .stats-title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.dashboard-header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-block: 2rem;
}

.datagrid-description {
  max-width: 400px; /* Ajuster la largeur comme nécessaire */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.addButton button {
  background-color: var(--purple-1);
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.addButton button:hover {
  background-color: var(--purple-2);
}

.input-radio-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-block: 2rem;
}

.radio-item {
  position: relative;
  display: flex;
  align-items: center;
}

.radio-item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.radio-item label {
  cursor: pointer;
  padding: 0.7rem;
  border-radius: 20px;
  background-color: #ddd;
  color: var(--green);
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.radio-item input:checked + label {
  background-color: var(--green);
  color: white;
}

.loader {
  border: 11px solid #f3f3f3;
  border-top: 11px solid var(--green-3);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1s linear infinite;
  display: none; /* Caché par défaut */
  margin: 10rem auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.filtre-recherche-sav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  padding-inline-end: 2rem;
}

.filtre-recherche-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}

.dashboard-ticket-status-filter {
  height: 100% !important;
}

.ticket-details-link-modal {
  position: absolute;
  display: none;
  gap: 0.5rem;
  width: 160px;
  padding: 0.5rem;
  z-index: 10000 !important;
  border-radius: 1rem;
  border: 1px solid #A3A3A3;
  background-color: white;
}

.ticket-details-link-modal > div > a,
.ticket-details-link-modal > button {
  position: relative;
  display: flex;
  gap: 0.8rem;
  padding: 0.5rem;
  border-radius: 0.6rem;
  border: 1px solid transparent;
  cursor: pointer;
  color: black;
  transition: 150ms ease;
}

.ticket-details-link-modal > div {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.ticket-details-link-modal > div > span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  background-color: #A3A3A3;
}

.ticket-details-link-modal > div > a:hover,
.ticket-details-link-modal > button:hover {
  background-color: var(--green-3);
  border-color: #A3A3A3;
  color: white;
}

.ticket-details-link-modal > button {
  background-color: white;
}

.ticket-details-link-modal > button:has(box-icon[name=trash]) {
  color: #D33748;
}

.ticket-details-link-modal > button:has(box-icon[name=trash]):hover {
  background-color: #FEEEEE;
  border-color: #D33748;
}

.status-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.status-badge.status-admin {
  background-color: var(--purple);
  color: white;
}
.status-badge.status-user {
  background-color: var(--green-1);
  color: white;
}
.status-badge.status-moderator {
  background-color: var(--purple-1);
  color: white;
}
.status-badge.status-livre {
  background-color: var(--green);
  color: white;
}
.status-badge.status-en_cours {
  background-color: var(--green-3);
  color: white;
}
.status-badge.status-prepare {
  background-color: var(--green-2);
  color: white;
}
.status-badge.status-annule {
  background-color: var(--grey);
  color: white;
}
.status-badge.status-actif {
  background-color: var(--green);
  color: white;
}
.status-badge.status-inactif {
  background-color: var(--grey);
  color: white;
}

.export-actions {
  position: relative;
}

.filtre-recherche {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}
.filtre-recherche form {
  margin: 0;
}

.nb-produits {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.dashboard-header-index {
  position: relative;
}

.export-excel {
  position: absolute;
  right: 5rem;
  min-width: 150px;
  border: 1px solid #918888;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--purple);
  color: white;
  padding: 0.5rem;
  border-radius: 1rem;
  cursor: pointer;
}
.export-excel:hover {
  background-color: var(--purple-1);
}
.export-excel a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.export-excel:nth-child(2) {
  right: 12rem;
}

.datagrid-content-items.datagrid-imgPrincipale {
  display: flex;
  justify-content: center;
  align-items: center;
}
.datagrid-content-items.datagrid-imgPrincipale img {
  max-width: 5rem;
  max-height: 5rem;
  border-radius: 4px;
  object-fit: cover;
}
.datagrid-content-items.datagrid-imgPrincipale box-icon {
  width: 2rem;
  height: 2rem;
  color: var(--grey);
}

.array-count {
  font-size: 14px;
  color: var(--green-2);
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .filtre-recherche {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .export-excel {
    position: static;
    margin-top: 10px;
    margin-right: 10px;
  }
  .export-excel:nth-child(2) {
    right: auto;
  }
  .new-ticket {
    position: static;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dashboard-header-input {
    width: 100%;
  }
  .dashboard-header-input input {
    width: 100% !important;
  }
  .filtre-recherche {
    width: 100%;
  }
  .filtre-recherche > div {
    width: 100%;
  }
  .datagrid {
    font-size: 14px;
  }
  .datagrid .datagrid-content-items {
    padding: 8px;
  }
}
.autocomplete-container {
  position: relative;
}

.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.autocomplete-dropdown .autocomplete-columns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 15px;
}
.autocomplete-dropdown .autocomplete-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.autocomplete-dropdown .autocomplete-column .column-header {
  font-weight: bold;
  color: #333;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e9ecef;
}
.autocomplete-dropdown .autocomplete-column .autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.2s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font: inherit;
  outline: none;
  display: block;
}
.autocomplete-dropdown .autocomplete-column .autocomplete-item:hover, .autocomplete-dropdown .autocomplete-column .autocomplete-item.highlighted {
  background-color: #f8f9fa;
  transform: translateX(3px);
}
.autocomplete-dropdown .autocomplete-column .autocomplete-item .autocomplete-title {
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
  font-size: 0.9em;
  margin-inline-end: 1rem;
}
.autocomplete-dropdown .autocomplete-column .autocomplete-item .autocomplete-subtitle {
  font-size: 0.75em;
  color: #666;
}
.autocomplete-dropdown .autocomplete-column .autocomplete-item .autocomplete-match {
  background-color: #fff3cd;
  font-weight: bold;
  padding: 1px 2px;
  border-radius: 2px;
}
.autocomplete-dropdown .autocomplete-no-results {
  padding: 20px;
  text-align: center;
  color: #999;
  font-style: italic;
  display: none;
}

.autocomplete-dropdown.show {
  display: block;
  animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Améliorations pour la recherche en temps réel */
.searchInput.search-loading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/%3E%3Cpath fill='%23999' d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 35px;
}

/* États de chargement des tableaux */
.datagrid-content {
  position: relative;
  transition: opacity 0.3s ease;
}
.datagrid-content.loading {
  opacity: 0.6;
  pointer-events: none;
}
.datagrid-content.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23007bff' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/%3E%3Cpath fill='%23007bff' d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  z-index: 10;
}

/* Animation des nouvelles données */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Amélioration des badges dans les résultats */
.badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
  letter-spacing: 0.5px;
}
.badge.badge-actif, .badge.badge-active {
  background: #d4edda;
  color: #155724;
}
.badge.badge-inactif, .badge.badge-inactive {
  background: #f8d7da;
  color: #721c24;
}
.badge.badge-en-attente, .badge.badge-pending {
  background: #fff3cd;
  color: #856404;
}
.badge.badge-default {
  background: #e9ecef;
  color: #6c757d;
}

.search-loading {
  position: relative;
}
.search-loading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.admin-content {
  position: relative;
  padding-inline-start: 10rem;
  padding-inline-end: 10rem;
  margin-inline-start: 6.5rem;
  width: calc(100% - 6.5rem);
  transition: 0.5s;
  margin-block-end: 2rem;
}

.admin-header {
  margin-block-end: 2rem;
}

.admin-content-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.admin-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--green);
}

.alert {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.carrousel-edit-container {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.carrousel-edit-formulaire-container {
  flex: 1;
}

.carrousel-edit-preview-container {
  flex: 1;
  max-width: 400px;
}

.carrousel-edit-form-grid {
  width: 100%;
}

.carrousel-edit-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carrousel-edit-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.carrousel-edit-champ {
  display: flex;
  align-items: center;
  margin-block: 15px;
  justify-content: space-between;
}

.carrousel-edit-label {
  font-weight: bold;
  font-size: 1em;
  color: #555;
  margin-right: 15px;
  min-width: 150px;
}

.carrousel-edit-champ input,
.carrousel-edit-champ textarea {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.carrousel-edit-champ input[type=text],
.carrousel-edit-champ input[type=url],
.carrousel-edit-champ input[type=file],
.carrousel-edit-champ input[type=redirection_url] {
  height: 45px;
  font-size: 1em;
  max-width: 100%;
}

.carrousel-edit-champ textarea {
  height: 150px;
  font-size: 1em;
  resize: vertical;
  max-width: 100%;
}

.carrousel-edit-champ-image-upload {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.carrousel-edit-nom-imgPrincipale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline: 2rem;
  width: 50%;
  margin-block: auto;
}

.carrousel-edit-button-input {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-inline-start: auto;
}

.carrousel-edit-champ-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carrousel-edit-preview {
  position: relative;
  border: solid #69690D;
  height: fit-content;
}

.carrousel-edit-radio-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.carrousel-edit-radio-button input[type=radio] {
  display: none;
}

.carrousel-edit-radio-button label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

/* Créer un cercle personnalisé pour les boutons radio */
.carrousel-edit-radio-button label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #9e9f32;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s;
}

/* Style quand le bouton radio est sélectionné */
.carrousel-edit-radio-button input[type=radio]:checked + label::before {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

/* Style du texte des labels au survol */
.carrousel-edit-radio-button label:hover {
  color: #9e9f32;
}

/* Changer le cercle en bleu lors de la sélection */
.carrousel-edit-radio-button input[type=radio]:checked + label {
  font-weight: 600;
  color: #9e9f32;
}

.carrousel-edit-preview-wrapper {
  padding-block: 2rem 5rem;
}

.carrousel-edit-preview-hero {
  width: 100%;
  margin: auto;
}

.carrousel-edit-preview-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.carrousel-edit-preview-content {
  height: auto;
  padding: 3rem;
  padding-block-start: 5rem;
  line-height: 6.8rem;
  padding-inline-start: 6rem;
}

.carrousel-edit-preview-title {
  font-size: 2.8rem;
  line-height: 1;
  color: #9e9f32;
}

.carrousel-edit-preview-texte {
  font-size: 1.8rem;
  color: black;
  margin-block-end: 2rem;
  width: 40rem;
  margin-block-start: 3rem;
  line-height: 2.8rem;
}

.carrousel-edit-preview-bouton {
  display: flex;
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  margin-inline: 0 20rem;
  padding: 0rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 2;
}

.carrousel-edit-preview-image {
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 100%;
  margin-inline-end: 2rem;
}

.carrousel-edit-pagination {
  text-align: center;
  margin-top: 20px;
  margin-inline-end: 80%;
}

.carrousel-edit-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #9e9f32;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.carrousel-edit-dot-full {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

.carrousel-edit-dot-empty {
  background-color: white;
  border-color: #9e9f32;
}

.carrousel-edit-button {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.description-container {
  width: 100%;
}

.carrousel-new-container {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.carrousel-new-formulaire-container {
  flex: 1;
}

.carrousel-new-preview-container {
  flex: 1;
  max-width: 400px;
}

.carrousel-new-form-grid {
  width: 100%;
}

.carrousel-new-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carrousel-new-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.carrousel-new-champ {
  display: flex;
  align-items: center;
  margin-block: 15px;
  justify-content: space-between;
}

.carrousel-new-label {
  font-weight: bold;
  font-size: 1em;
  color: #555;
  margin-right: 15px;
  min-width: 150px;
}

.carrousel-new-champ input,
.carrousel-new-champ textarea {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.carrousel-new-champ input[type=text],
.carrousel-new-champ input[type=url],
.carrousel-new-champ input[type=file],
.carrousel-new-champ input[type=redirection_url] {
  height: 45px;
  font-size: 1em;
  max-width: 100%;
}

.carrousel-new-champ textarea {
  height: 150px;
  font-size: 1em;
  resize: vertical;
  max-width: 100%;
}

.carrousel-new-champ-image-upload {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.carrousel-new-nom-imgPrincipale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline: 2rem;
  width: 50%;
  margin-block: auto;
}

.carrousel-new-button-input {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-inline-start: auto;
}

.carrousel-new-champ-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carrousel-new-preview {
  position: relative;
  border: solid #69690D;
  height: fit-content;
}

.carrousel-new-radio-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.carrousel-new-radio-button input[type=radio] {
  display: none;
}

.carrousel-new-radio-button label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

/* Créer un cercle personnalisé pour les boutons radio */
.carrousel-new-radio-button label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #9e9f32;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s;
}

/* Style quand le bouton radio est sélectionné */
.carrousel-new-radio-button input[type=radio]:checked + label::before {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

/* Style du texte des labels au survol */
.carrousel-new-radio-button label:hover {
  color: #9e9f32;
}

/* Changer le cercle en bleu lors de la sélection */
.carrousel-new-radio-button input[type=radio]:checked + label {
  font-weight: 600;
  color: #9e9f32;
}

.carrousel-new-preview-wrapper {
  padding-block: 2rem 5rem;
}

.carrousel-new-preview-hero {
  width: 100%;
  margin: auto;
}

.carrousel-new-preview-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.carrousel-new-preview-content {
  height: auto;
  padding: 3rem;
  padding-block-start: 5rem;
  line-height: 6.8rem;
  padding-inline-start: 6rem;
}

.carrousel-new-preview-title {
  font-size: 2.8rem;
  line-height: 1;
  color: #9e9f32;
}

.carrousel-new-preview-texte {
  font-size: 1.8rem;
  color: black;
  margin-block-end: 2rem;
  width: 40rem;
  margin-block-start: 3rem;
  line-height: 2.8rem;
}

.carrousel-new-preview-bouton {
  display: flex;
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  margin-inline: 0 20rem;
  padding: 0rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.carrousel-new-preview-image {
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 100%;
  margin-inline-end: 2rem;
}

.carrousel-new-pagination {
  text-align: center;
  margin-top: 20px;
  margin-inline-end: 80%;
}

.carrousel-new-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #9e9f32;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.carrousel-new-dot-full {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

.carrousel-new-dot-empty {
  background-color: white;
  border-color: #9e9f32;
}

.carrousel-new-button {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.description-container {
  width: 100%;
}

.carrousel-select-champ {
  width: auto;
  min-width: 200px;
  max-width: 250px;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 2px solid #e0e4e7;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2d3748;
  cursor: pointer;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%239e9f32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m7 10 5 5 5-5'/%3e%3c/svg%3e");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-right: 45px;
}
.carrousel-select-champ:focus {
  outline: none;
  border-color: #9e9f32;
  box-shadow: 0 0 0 4px rgba(158, 159, 50, 0.15), 0 4px 12px rgba(158, 159, 50, 0.1);
  transform: translateY(-1px);
}
.carrousel-select-champ:hover {
  border-color: #9e9f32;
  background-color: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.carrousel-select-champ option {
  padding: 10px 15px;
  background-color: #fff;
  color: #2d3748;
  font-size: 1em;
  font-weight: 500;
}
.carrousel-select-champ option:hover {
  background-color: rgba(158, 159, 50, 0.05);
}
.carrousel-select-champ option:checked, .carrousel-select-champ option:selected {
  background-color: #9e9f32;
  color: #fff;
}
.carrousel-select-champ:disabled {
  background-color: #f7fafc;
  color: #a0aec0;
  cursor: not-allowed;
  border-color: #e2e8f0;
  opacity: 0.6;
}
.carrousel-select-champ.error {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}
.carrousel-select-champ.error:focus {
  border-color: #e53e3e;
  box-shadow: 0 0 0 4px rgba(229, 62, 62, 0.15);
}

.carrousel-new-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carrousel-new-toggle-input {
  display: none;
}

.carrousel-new-toggle-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.carrousel-new-toggle-slider {
  width: 50px;
  height: 24px;
  background-color: #e0e4e7;
  border-radius: 24px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #e0e4e7;
}
.carrousel-new-toggle-slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.carrousel-new-toggle-input:checked + .carrousel-new-toggle-label .carrousel-new-toggle-slider {
  background-color: #9e9f32;
  border-color: #9e9f32;
}
.carrousel-new-toggle-input:checked + .carrousel-new-toggle-label .carrousel-new-toggle-slider::before {
  transform: translateX(26px);
  box-shadow: 0 2px 8px rgba(158, 159, 50, 0.3);
}

.carrousel-new-toggle-text {
  font-size: 1em;
  font-weight: 500;
  color: #555;
}

.carrousel-new-toggle-inactive {
  color: #a0aec0;
}

.carrousel-new-toggle-active {
  color: #9e9f32;
  display: none;
}

.carrousel-new-toggle-input:checked + .carrousel-new-toggle-label .carrousel-new-toggle-inactive {
  display: none;
}

.carrousel-new-toggle-input:checked + .carrousel-new-toggle-label .carrousel-new-toggle-active {
  display: inline;
}

.carrousel-new-toggle-label:hover .carrousel-new-toggle-slider {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.carrousel-new-toggle-input:focus + .carrousel-new-toggle-label .carrousel-new-toggle-slider {
  box-shadow: 0 0 0 4px rgba(158, 159, 50, 0.15);
}

/* Styles pour les aperçus d'images */
.image-preview-container {
  margin-bottom: 10px;
  display: none;
}

.image-preview-container img {
  max-width: 120px;
  max-height: 90px;
  border: 1px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

/* Variantes de taille si besoin */
.image-preview-small img {
  max-width: 80px;
  max-height: 60px;
}

.image-preview-medium img {
  max-width: 150px;
  max-height: 110px;
}

.image-preview-large img {
  max-width: 200px;
  max-height: 150px;
}

.actualite-edit-container {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.actualite-edit-formulaire-container {
  flex: 1;
}

.actualite-edit-preview-container {
  flex: 1;
  max-width: 400px;
}

.actualite-edit-form-grid {
  width: 100%;
}

.actualite-edit-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.actualite-edit-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.actualite-edit-champ {
  display: flex;
  align-items: center;
  margin-block: 15px;
  justify-content: space-between;
}

.actualite-edit-label {
  font-weight: bold;
  font-size: 1em;
  color: #555;
  margin-right: 15px;
  min-width: 150px;
}

.actualite-edit-champ input,
.actualite-edit-champ textarea {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.actualite-edit-champ input[type=text],
.actualite-edit-champ input[type=url],
.actualite-edit-champ input[type=file],
.actualite-edit-champ input[type=redirection_url] {
  height: 45px;
  font-size: 1em;
  max-width: 100%;
}

.actualite-edit-champ textarea {
  height: 150px;
  font-size: 1em;
  resize: vertical;
  max-width: 100%;
}

.actualite-edit-champ-image-upload {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.actualite-edit-nom-imgPrincipale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline: 2rem;
  width: 50%;
  margin-block: auto;
}

.actualite-edit-button-input {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-inline-start: auto;
}

.actualite-edit-champ-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.actualite-edit-preview {
  position: relative;
  border: solid #69690D;
  height: fit-content;
}

.actualite-edit-radio-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.actualite-edit-radio-button input[type=radio] {
  display: none;
}

.actualite-edit-radio-button label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

/* Créer un cercle personnalisé pour les boutons radio */
.actualite-edit-radio-button label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #9e9f32;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s;
}

/* Style quand le bouton radio est sélectionné */
.actualite-edit-radio-button input[type=radio]:checked + label::before {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

/* Style du texte des labels au survol */
.actualite-edit-radio-button label:hover {
  color: #9e9f32;
}

/* Changer le cercle en bleu lors de la sélection */
.actualite-edit-radio-button input[type=radio]:checked + label {
  font-weight: 600;
  color: #9e9f32;
}

.actualite-edit-preview-wrapper {
  padding-block: 2rem 5rem;
}

.actualite-edit-preview-hero {
  width: 100%;
  margin: auto;
}

.actualite-edit-preview-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.actualite-edit-preview-content {
  height: auto;
  padding: 3rem;
  padding-block-start: 5rem;
  line-height: 6.8rem;
  padding-inline-start: 6rem;
}

.actualite-edit-preview-title {
  font-size: 2.8rem;
  line-height: 1;
  color: #9e9f32;
}

.actualite-edit-preview-texte {
  font-size: 1.8rem;
  color: black;
  margin-block-end: 2rem;
  width: 40rem;
  margin-block-start: 3rem;
  line-height: 2.8rem;
}

.actualite-edit-preview-bouton {
  display: flex;
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  margin-inline: 0 20rem;
  padding: 0rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.actualite-edit-preview-image {
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 100%;
  margin-inline-end: 2rem;
}

.actualite-edit-pagination {
  text-align: center;
  margin-top: 20px;
  margin-inline-end: 80%;
}

.actualite-edit-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #9e9f32;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.actualite-edit-dot-full {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

.actualite-edit-dot-empty {
  background-color: white;
  border-color: #9e9f32;
}

.actualite-edit-button {
  display: flex;
  margin-inline-start: auto;
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Style pour le bouton interrupteur ON/OFF */
.actualite-edit-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.actualite-edit-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.actualite-edit-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.actualite-edit-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .actualite-edit-slider {
  background-color: #4CAF50;
}

input:checked + .actualite-edit-slider:before {
  transform: translateX(26px);
}

.actualite-edit-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.actualite-edit-dropdown-button {
  width: 100%;
  padding: 10px;
  background-color: #f9f9f9;
  color: black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.actualite-edit-dropdown-content {
  display: none;
  position: absolute;
  background-color: #9e9f32;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.actualite-edit-dropdown-content.visible {
  display: block;
}

.actualite-edit-dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.actualite-edit-dropdown-item:hover {
  background-color: #f0f0f0;
}

#selected-categories-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

#selected-categories-list li {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.category-name {
  flex-grow: 1;
}

.remove-category {
  background: none;
  border: none;
  color: #ff4d4f;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
}

.remove-category:hover {
  color: #ff7875;
}

.actualite-edit-video-item {
  display: grid;
  grid-template-columns: 80% 1fr;
  column-gap: 5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.actualite-edit-field-file-video,
.actualite-edit-field-position-video {
  display: grid;
  grid-template-columns: 20rem 1fr;
  margin-block-end: 1rem;
}

.actualite-edit-field input[type=text] {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.actualite-edit-field-file-video {
  grid-area: 1/1/2/2;
}

.actualite-edit-field-file-video label,
.actualite-edit-field-position-video label {
  margin-block: auto;
}

.actualite-edit-field-position-video {
  grid-area: 2/1/3/2;
}

.actualite-edit-button {
  grid-area: 1/2/3/3;
  width: 100%;
  height: 50%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.actualite-edit-image-item {
  display: grid;
  grid-template-columns: 80% 1fr;
  column-gap: 5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.actualite-edit-field-file-image {
  grid-area: 1/1/2/2;
}

.actualite-edit-field-file label,
.actualite-edit-field-position label {
  margin-block: auto;
}

.actualite-edit-field-position-image {
  grid-area: 2/1/3/2;
}

.actualite-edit-field-file-image {
  display: grid;
  grid-template-columns: 20rem auto 1fr;
  margin-block-end: 1rem;
}

.actualite-edit-field-position-image {
  display: grid;
  grid-template-columns: 20rem 1fr;
  margin-block-end: 1rem;
}

.actualite-edit-categorie-champ {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.actualite-edit-categories-champ {
  border-bottom: 2px solid #ccc;
  padding-block-end: 2rem;
}

.actualite-edit-categorie-edit-champ {
  display: grid;
  grid-template-columns: 1fr 1fr 10rem;
  gap: 2rem;
}

.actualite-edit-button-categories {
  grid-area: 1/3/2/4;
}

.actualite-edit-button-categories {
  height: 100%;
}

.categorie-select-wrapper {
  display: flex;
  flex-direction: row;
}

.actualite-edit-categorie-choix-add,
.actualite-edit-categorie-choix-remove {
  background-color: #f9f9f9;
  color: black;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 1rem;
}

.status-message {
  font-size: 14px;
  margin-top: 5px;
  padding: 5px;
  border-radius: 3px;
}

.status-message.red {
  color: red;
}

.status-message.green {
  color: green;
}

.description-container {
  width: 100%;
}

.actualite-new-container {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.actualite-new-formulaire-container {
  flex: 1;
}

.actualite-new-preview-container {
  flex: 1;
  max-width: 400px;
}

.actualite-new-form-grid {
  width: 100%;
}

.actualite-new-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.actualite-new-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.actualite-new-champ {
  display: flex;
  align-items: center;
  margin-block: 15px;
  justify-content: space-between;
}

.actualite-new-label {
  font-weight: bold;
  font-size: 1em;
  color: #555;
  margin-right: 15px;
  min-width: 150px;
}

.actualite-new-champ input,
.actualite-new-champ textarea {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.actualite-new-champ input[type=text],
.actualite-new-champ input[type=url],
.actualite-new-champ input[type=file],
.actualite-new-champ input[type=redirection_url] {
  height: 45px;
  font-size: 1em;
  max-width: 100%;
}

.actualite-new-champ textarea {
  height: 150px;
  font-size: 1em;
  resize: vertical;
  max-width: 100%;
}

.actualite-new-champ-image-upload {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.actualite-new-nom-imgPrincipale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline: 2rem;
  width: 50%;
  margin-block: auto;
}

.actualite-new-button-input {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-inline-start: auto;
}

.actualite-new-champ-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.actualite-new-preview {
  position: relative;
  border: solid #69690D;
  height: fit-content;
}

.actualite-new-radio-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.actualite-new-radio-button input[type=radio] {
  display: none;
}

.actualite-new-radio-button label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

/* Créer un cercle personnalisé pour les boutons radio */
.actualite-new-radio-button label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #9e9f32;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s;
}

/* Style quand le bouton radio est sélectionné */
.actualite-new-radio-button input[type=radio]:checked + label::before {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

/* Style du texte des labels au survol */
.actualite-new-radio-button label:hover {
  color: #9e9f32;
}

/* Changer le cercle en bleu lors de la sélection */
.actualite-new-radio-button input[type=radio]:checked + label {
  font-weight: 600;
  color: #9e9f32;
}

.actualite-new-preview-wrapper {
  padding-block: 2rem 5rem;
}

.actualite-new-preview-hero {
  width: 100%;
  margin: auto;
}

.actualite-new-preview-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.actualite-new-preview-content {
  height: auto;
  padding: 3rem;
  padding-block-start: 5rem;
  line-height: 6.8rem;
  padding-inline-start: 6rem;
}

.actualite-new-preview-title {
  font-size: 2.8rem;
  line-height: 1;
  color: #9e9f32;
}

.actualite-new-preview-texte {
  font-size: 1.8rem;
  color: black;
  margin-block-end: 2rem;
  width: 40rem;
  margin-block-start: 3rem;
  line-height: 2.8rem;
}

.actualite-new-preview-bouton {
  display: flex;
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  margin-inline: 0 20rem;
  padding: 0rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.actualite-new-preview-image {
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 100%;
  margin-inline-end: 2rem;
}

.actualite-new-pagination {
  text-align: center;
  margin-top: 20px;
  margin-inline-end: 80%;
}

.actualite-new-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #9e9f32;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.actualite-new-dot-full {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

.actualite-new-dot-empty {
  background-color: white;
  border-color: #9e9f32;
}

.actualite-new-button {
  display: flex;
  margin-inline-start: auto;
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Style pour le bouton interrupteur ON/OFF */
.actualite-new-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.actualite-new-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.actualite-new-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.actualite-new-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .actualite-new-slider {
  background-color: #4CAF50;
}

input:checked + .actualite-new-slider:before {
  transform: translateX(26px);
}

.actualite-new-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.actualite-new-dropdown-button {
  width: 100%;
  padding: 10px;
  background-color: #f9f9f9;
  color: black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.actualite-new-dropdown-content {
  display: none;
  position: absolute;
  background-color: #9e9f32;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.actualite-new-dropdown-content.visible {
  display: block;
}

.actualite-new-dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.actualite-new-dropdown-item:hover {
  background-color: #f0f0f0;
}

#selected-categories-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

#selected-categories-list li {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.category-name {
  flex-grow: 1;
}

.remove-category {
  background: none;
  border: none;
  color: #ff4d4f;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
}

.remove-category:hover {
  color: #ff7875;
}

.actualite-new-video-item {
  display: grid;
  grid-template-columns: 80% 1fr;
  column-gap: 5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.actualite-new-field-file-video,
.actualite-new-field-position-video {
  display: grid;
  grid-template-columns: 20rem 1fr;
  margin-block-end: 1rem;
}

.actualite-new-field input[type=text] {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.actualite-new-field-file-video {
  grid-area: 1/1/2/2;
}

.actualite-new-field-file-video label,
.actualite-new-field-position-video label {
  margin-block: auto;
}

.actualite-new-field-position-video {
  grid-area: 2/1/3/2;
}

.actualite-new-button {
  grid-area: 1/2/3/3;
  width: 100%;
  height: 50%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.actualite-new-image-item {
  display: grid;
  grid-template-columns: 80% 1fr;
  column-gap: 5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.actualite-new-field-file-image {
  grid-area: 1/1/2/2;
}

.actualite-new-field-file label,
.actualite-new-field-position label {
  margin-block: auto;
}

.actualite-new-field-position-image {
  grid-area: 2/1/3/2;
}

.actualite-new-field-file-image {
  display: grid;
  grid-template-columns: 20rem auto 1fr;
  margin-block-end: 1rem;
}

.actualite-new-field-position-image {
  display: grid;
  grid-template-columns: 20rem 1fr;
  margin-block-end: 1rem;
}

.actualite-new-categorie-champ {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.actualite-new-categories-champ {
  border-bottom: 2px solid #ccc;
  padding-block-end: 2rem;
}

.actualite-new-categorie-new-champ {
  display: grid;
  grid-template-columns: 1fr 1fr 10rem;
  gap: 2rem;
}

.actualite-new-button-categories {
  grid-area: 1/3/2/4;
}

.actualite-new-button-categories {
  height: 100%;
}

.categorie-select-wrapper {
  display: flex;
  flex-direction: row;
}

.actualite-new-categorie-choix-add,
.actualite-new-categorie-choix-remove {
  background-color: #f9f9f9;
  color: black;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 1rem;
}

.status-message {
  font-size: 14px;
  margin-top: 5px;
  padding: 5px;
  border-radius: 3px;
}

.status-message.red {
  color: red;
}

.status-message.green {
  color: green;
}

.description-container {
  width: 100%;
}

.nuancier-edit-container {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.nuancier-edit-formulaire-container {
  flex: 1;
}

.nuancier-edit-preview-container {
  flex: 1;
  max-width: 400px;
}

.nuancier-edit-form-grid {
  width: 100%;
}

.nuancier-edit-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nuancier-edit-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.nuancier-edit-champ {
  display: flex;
  align-items: center;
  margin-block: 15px;
  justify-content: space-between;
}

.nuancier-edit-label {
  font-weight: bold;
  font-size: 1em;
  color: #555;
  margin-right: 15px;
  min-width: 150px;
}

.nuancier-edit-champ input,
.nuancier-edit-champ textarea {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.nuancier-edit-champ input[type=text],
.nuancier-edit-champ input[type=url],
.nuancier-edit-champ input[type=file],
.nuancier-edit-champ input[type=redirection_url] {
  height: 45px;
  font-size: 1em;
  max-width: 100%;
}

.nuancier-edit-champ textarea {
  height: 150px;
  font-size: 1em;
  resize: vertical;
  max-width: 100%;
}

.nuancier-edit-champ-image-upload {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.nuancier-edit-nom-imgPrincipale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline: 2rem;
  width: 50%;
  margin-block: auto;
}

.nuancier-edit-button-input {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-inline-start: auto;
}

.nuancier-edit-champ-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nuancier-edit-preview {
  position: relative;
  border: solid #69690D;
  height: fit-content;
}

.nuancier-edit-radio-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nuancier-edit-radio-button input[type=radio] {
  display: none;
}

.nuancier-edit-radio-button label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

/* Créer un cercle personnalisé pour les boutons radio */
.nuancier-edit-radio-button label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #9e9f32;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s;
}

/* Style quand le bouton radio est sélectionné */
.nuancier-edit-radio-button input[type=radio]:checked + label::before {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

/* Style du texte des labels au survol */
.nuancier-edit-radio-button label:hover {
  color: #9e9f32;
}

/* Changer le cercle en bleu lors de la sélection */
.nuancier-edit-radio-button input[type=radio]:checked + label {
  font-weight: 600;
  color: #9e9f32;
}

.nuancier-edit-preview-wrapper {
  padding-block: 2rem 5rem;
}

.nuancier-edit-preview-hero {
  width: 100%;
  margin: auto;
}

.nuancier-edit-preview-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.nuancier-edit-preview-content {
  height: auto;
  padding: 3rem;
  padding-block-start: 5rem;
  line-height: 6.8rem;
  padding-inline-start: 6rem;
}

.nuancier-edit-preview-title {
  font-size: 2.8rem;
  line-height: 1;
  color: #9e9f32;
}

.nuancier-edit-preview-texte {
  font-size: 1.8rem;
  color: black;
  margin-block-end: 2rem;
  width: 40rem;
  margin-block-start: 3rem;
  line-height: 2.8rem;
}

.nuancier-edit-preview-bouton {
  display: flex;
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  margin-inline: 0 20rem;
  padding: 0rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 2;
}

.nuancier-edit-preview-image {
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 100%;
  margin-inline-end: 2rem;
}

.nuancier-edit-pagination {
  text-align: center;
  margin-top: 20px;
  margin-inline-end: 80%;
}

.nuancier-edit-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #9e9f32;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.nuancier-edit-dot-full {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

.nuancier-edit-dot-empty {
  background-color: white;
  border-color: #9e9f32;
}

.nuancier-edit-button {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.description-container {
  width: 100%;
}

.nuancier-new-container {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.nuancier-new-formulaire-container {
  flex: 1;
}

.nuancier-new-preview-container {
  flex: 1;
  max-width: 400px;
}

.nuancier-new-form-grid {
  width: 100%;
}

.nuancier-new-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nuancier-new-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.nuancier-new-champ {
  display: flex;
  align-items: center;
  margin-block: 15px;
  justify-content: space-between;
}

.nuancier-new-label {
  font-weight: bold;
  font-size: 1em;
  color: #555;
  margin-right: 15px;
  min-width: 150px;
}

.nuancier-new-champ input,
.nuancier-new-champ textarea {
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}

.nuancier-new-champ input[type=text],
.nuancier-new-champ input[type=url],
.nuancier-new-champ input[type=file],
.nuancier-new-champ input[type=redirection_url] {
  height: 45px;
  font-size: 1em;
  max-width: 100%;
}

.nuancier-new-champ textarea {
  height: 150px;
  font-size: 1em;
  resize: vertical;
  max-width: 100%;
}

.nuancier-new-champ-image-upload {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.nuancier-new-nom-imgPrincipale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline: 2rem;
  width: 50%;
  margin-block: auto;
}

.nuancier-new-button-input {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-inline-start: auto;
}

.nuancier-new-champ-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nuancier-new-preview {
  position: relative;
  border: solid #69690D;
  height: fit-content;
}

.nuancier-new-radio-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nuancier-new-radio-button input[type=radio] {
  display: none;
}

.nuancier-new-radio-button label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: color 0.3s;
}

/* Créer un cercle personnalisé pour les boutons radio */
.nuancier-new-radio-button label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #9e9f32;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s;
}

/* Style quand le bouton radio est sélectionné */
.nuancier-new-radio-button input[type=radio]:checked + label::before {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

/* Style du texte des labels au survol */
.nuancier-new-radio-button label:hover {
  color: #9e9f32;
}

/* Changer le cercle en bleu lors de la sélection */
.nuancier-new-radio-button input[type=radio]:checked + label {
  font-weight: 600;
  color: #9e9f32;
}

.nuancier-new-preview-wrapper {
  padding-block: 2rem 5rem;
}

.nuancier-new-preview-hero {
  width: 100%;
  margin: auto;
}

.nuancier-new-preview-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.nuancier-new-preview-content {
  height: auto;
  padding: 3rem;
  padding-block-start: 5rem;
  line-height: 6.8rem;
  padding-inline-start: 6rem;
}

.nuancier-new-preview-title {
  font-size: 2.8rem;
  line-height: 1;
  color: #9e9f32;
}

.nuancier-new-preview-texte {
  font-size: 1.8rem;
  color: black;
  margin-block-end: 2rem;
  width: 40rem;
  margin-block-start: 3rem;
  line-height: 2.8rem;
}

.nuancier-new-preview-bouton {
  display: flex;
  color: var(--green-1);
  border: 2px solid var(--green-1);
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  margin-inline: 0 20rem;
  padding: 0rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.nuancier-new-preview-image {
  width: 25rem;
  height: 25rem;
  margin: auto;
  border-radius: 100%;
  margin-inline-end: 2rem;
}

.nuancier-new-pagination {
  text-align: center;
  margin-top: 20px;
  margin-inline-end: 80%;
}

.nuancier-new-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #9e9f32;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.nuancier-new-dot-full {
  background-color: #9e9f32;
  border-color: #9e9f32;
}

.nuancier-new-dot-empty {
  background-color: white;
  border-color: #9e9f32;
}

.nuancier-new-button {
  padding: 8px 12px;
  background-color: #9e9f32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.description-container {
  width: 100%;
}

.nuancier-select-champ {
  width: auto;
  min-width: 200px;
  max-width: 250px;
  height: 45px;
  padding: 12px;
  font-size: 1em;
  border: 2px solid #e0e4e7;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2d3748;
  cursor: pointer;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%239e9f32' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m7 10 5 5 5-5'/%3e%3c/svg%3e");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-right: 45px;
}
.nuancier-select-champ:focus {
  outline: none;
  border-color: #9e9f32;
  box-shadow: 0 0 0 4px rgba(158, 159, 50, 0.15), 0 4px 12px rgba(158, 159, 50, 0.1);
  transform: translateY(-1px);
}
.nuancier-select-champ:hover {
  border-color: #9e9f32;
  background-color: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nuancier-select-champ option {
  padding: 10px 15px;
  background-color: #fff;
  color: #2d3748;
  font-size: 1em;
  font-weight: 500;
}
.nuancier-select-champ option:hover {
  background-color: rgba(158, 159, 50, 0.05);
}
.nuancier-select-champ option:checked, .nuancier-select-champ option:selected {
  background-color: #9e9f32;
  color: #fff;
}
.nuancier-select-champ:disabled {
  background-color: #f7fafc;
  color: #a0aec0;
  cursor: not-allowed;
  border-color: #e2e8f0;
  opacity: 0.6;
}
.nuancier-select-champ.error {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}
.nuancier-select-champ.error:focus {
  border-color: #e53e3e;
  box-shadow: 0 0 0 4px rgba(229, 62, 62, 0.15);
}

.nuancier-new-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nuancier-new-toggle-input {
  display: none;
}

.nuancier-new-toggle-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.nuancier-new-toggle-slider {
  width: 50px;
  height: 24px;
  background-color: #e0e4e7;
  border-radius: 24px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #e0e4e7;
}
.nuancier-new-toggle-slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.nuancier-new-toggle-input:checked + .nuancier-new-toggle-label .nuancier-new-toggle-slider {
  background-color: #9e9f32;
  border-color: #9e9f32;
}
.nuancier-new-toggle-input:checked + .nuancier-new-toggle-label .nuancier-new-toggle-slider::before {
  transform: translateX(26px);
  box-shadow: 0 2px 8px rgba(158, 159, 50, 0.3);
}

.nuancier-new-toggle-text {
  font-size: 1em;
  font-weight: 500;
  color: #555;
}

.nuancier-new-toggle-inactive {
  color: #a0aec0;
}

.nuancier-new-toggle-active {
  color: #9e9f32;
  display: none;
}

.nuancier-new-toggle-input:checked + .nuancier-new-toggle-label .nuancier-new-toggle-inactive {
  display: none;
}

.nuancier-new-toggle-input:checked + .nuancier-new-toggle-label .nuancier-new-toggle-active {
  display: inline;
}

.nuancier-new-toggle-label:hover .nuancier-new-toggle-slider {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.nuancier-new-toggle-input:focus + .nuancier-new-toggle-label .nuancier-new-toggle-slider {
  box-shadow: 0 0 0 4px rgba(158, 159, 50, 0.15);
}

/* Styles pour les aperçus d'images */
.image-preview-container {
  margin-bottom: 10px;
  display: none;
}

.image-preview-container img {
  max-width: 120px;
  max-height: 90px;
  border: 1px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

/* Variantes de taille si besoin */
.image-preview-small img {
  max-width: 80px;
  max-height: 60px;
}

.image-preview-medium img {
  max-width: 150px;
  max-height: 110px;
}

.image-preview-large img {
  max-width: 200px;
  max-height: 150px;
}

/*# sourceMappingURL=main.css.map */
