:root {
  /* Couleurs */
  --bluee: #8A9FBB;
  --gris: #25272C;
  --grisClair: #f5f9fc;
}

@font-face {
  font-family: 'Sweet Sans Pro', sans-serif;
  src: url('../assets/Halogen-Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.conseils_actus_grid {
  display: none;
}

@media screen and (min-width: 1200px) {
  .conseils_actus_grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    align-items: stretch;
    grid-template-rows: repeat(3, 1fr);
  }

  .conseil_actus_slider {
    display: none;
  }

}

.nos_produits_surtitle,
.methode_surtitle,
.quisommesnous_surtitle,
.nos-realisations .surtitle,
.dernieres_articles .sur_titre {
  font-family: 'HALOGEN', sans-serif;
  letter-spacing: normal;
  font-size: 1.1rem !important;
}

html {
  scroll-behavior: smooth;
  font-family: 'Sweet Sans Pro', sans-serif;
}

a {
  font-family: 'Sweet Sans Pro', sans-serif;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

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

h1,
h2 {
  font-family: 'Sweet Sans Pro', sans-serif;
}

/*-- HEADER --*/

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  background: var(--creme);
  z-index: 555;
  width: 100%;
  position: relative;
}

.header #breadcrumbs-cat {
  color: #EDEDED;
  position: absolute;
  top: 115px;
  left: 95px;
  z-index: 99;
  font-size: 14px;
}

.header #breadcrumbs-cat a {
  color: #EDEDED;
}

.headertopinfo {
  background: black;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.headertopinfo_elements {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 9%;
}

.headertopinfo_elements a {
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
}

.headertopinfo_loupe {
  width: 30px;
  height: fit-content;
}

.headertopinfo_drapeau {
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
}

.nosseparator {
  width: 1px;
  background-color: #8B8B8B;
}

.containerMenu {
  width: 100%;
}

.top-nav {

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  background-color: #161411;
  font-size: 14px;
  padding: 0px 65px 0px 0;
}

.header_phonenumber,
.top-nav .contactez-nous {
  color: white;
  height: 100%;
  align-content: center;
  display: flex;
  gap: 5px;
  align-items: center;
}

.header_phonenumber img {
  width: 12px;
  height: auto;
  object-fit: cover;
}

.top-nav .contactez-nous {
  padding: 0 20px;
  padding: 15px 20px 15px 0;

  border-right: white 1px solid;
  text-transform: uppercase;
}

.etude-gratuite {
  background-color: var(--bluee);
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}

.etude-gratuite img {
  width: 35px;
  height: auto;
}

.current-menu-item {
  position: relative;
}

.current-menu-item::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background-color: #8A9FBB;
}

.principalMenu {
  width: 100%;
  display: flex;
  align-items: center;

  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-bottom: 2px solid #B5CEDC;
  justify-content: space-between;
}

/* Bloque le scroll sur le body quand le menu est ouvert */
body.principalMenu .active {
  overflow: hidden;
}

/* .headermobileresp{
  display: flex;
  justify-content: space-between;
  align-items: center;  
} */
.menu-toggle {
  display: none;
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
}

.headermobileresp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.menu-toggle span.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
}

.navigationTELOAOAOAO {
  display: flex;
  align-items: center;
  /* gap: 25px; */
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  height: 100%;
}

.menutop__img {
  width: 170px;
  padding-right: 40px;
  margin-left: 100px;
}

.site-logo {
  width: 190px;
  position: absolute;
  top: 32px;
  left: 35px;
  padding: 0px;
  margin: 0px;
}

.site-logo-mobile {
  display: none;
}

.blocButtonMenuMobile a {
  color: black;
  font-size: 24px;
}

.blocButtonMenuMobile {
  display: none;
  margin-right: 10px;
}

#menu-header {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  /* gap: 25px; */
  margin-bottom: 0;
  margin-top: 0;
  /* padding-right: 10px; */
}

#menu-header li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

#menu-item-32 {
  background-color: var(--rouge);
  padding: 7px 20px;
}

#menu-item-32 a {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.vertical-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  transition: transform 0.4s ease-in-out;
  transform: translateX(-100%);
  z-index: 9998;
  overflow-y: auto;
  /* Active le scroll vertical */
  overflow-x: hidden;
  display: none;
  width: 100%;
}

.vertical-menu .submenu a {
  font-weight: 400;
}

.menu-itemmobile {
  width: 100%;
}

.menu-title {
  padding: 15px;
  color: black;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vertical-menu a {
  color: #000000;
  font-weight: 600;
}

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

.close-button {
  z-index: 99;
  top: 0px;
  left: 0px;
  font-size: 20px;
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: transform .3s ease;
  transform: translateX(-100%);
}

.header_navbarmobile section {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.imgnavbarmobile img {
  width: 150px;
}





.header {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.headertopinfo {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-bottom: 2px solid #B5CEDC;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headertopinfo .topLogoHeader {
  width: 150px;
  height: auto;
  object-fit: cover;
  margin-left: 100px;
  padding: 10px 0;
  z-index: 3;
}

.headertopinfo .topLogoHeader img {
  width: 100%;
  max-width: 100%;
}

.headertopinfo_elements ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.headertopinfo_elements ul li {
  display: flex;
  align-items: center;
}

.headertopinfo_elements .main-menu {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  gap: 30px;
  align-items: center;
}

.headertopinfo_elements .main-menu a {
  color: #fff;
}

.headertopinfo_elements .menu-header-container {
  padding: 10px 0;
  z-index: 3;
}

.headertopinfo_elements .menu-toggle {
  display: none;
}

.main-navigation {
  height: 100%;
  align-content: center;
}

.main-navigation ul {
  display: flex;
  /* gap: 30px; */
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1px;
}

.main-navigation ul li {
  display: flex;
  align-items: center;
  z-index: 3;
  height: 100%;
}

.principalMenuHeadHome {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 70px 0 100px 110px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  /* width: 33%; */
  width: 40%;
  /* margin-top: -60.5px; */
  height: 100%;
}

.principalMenuHeadHome .principalMenu_title {
  max-width: 420px;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.principalMenuHeadHome .principalMenu_text p {
  font-size: 19px;
  margin: 0 0 30px 0;
  max-width: 345px;
  line-height: 30px;
}

/* .principalMenuHeadHome a,
.other-pages a{
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 22px 20px;
  display: flex !important;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
  display: block;
}

.principalMenuHeadHome a{
  width: 95%;
}

.principalMenuHeadHome a:hover{
  background-color: white;
  color: #000;
} */

.principalMenuHeadHome a,
.other-pages a {
  position: relative;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 22px 20px;
  display: flex !important;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
  width: 95%;

  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.page-template-template-entreprises .principalMenuHeadHome a,
.page-template-template-entreprises .other-pages a {
  position: relative;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 22px 20px;
  display: flex !important;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
  width: fit-content;
  background-color: rgb(151 170 208 / 90%);


  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.page-entrepris-hautdepage {
  background-color: #F6F8F9;
  padding: 60px 0 70px;
}

.principalMenuHeadHome a::before,
.other-pages a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  z-index: -1;
  transition: width 0.3s ease;
}

.principalMenuHeadHome a:hover::before,
.other-pages a:hover::before {
  width: 100%;
}

.principalMenuHeadHome a:hover,
.other-pages a:hover {
  color: #000;
  border-color: white;
}


.principalMenu_button_1 {
  border: 1px solid;
  width: fit-content;

  margin: 0 0 20px 0;

}

.principalMenu_button_2 {
  width: fit-content;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.principalMenuHeadHome .fleche-decouvrir,
.principalMenuHeadHome .fleche-decouvrir-hover,
.other-pages .fleche-decouvrir {
  width: 40px;
  height: auto;
  object-fit: contain;
}

.principalMenuHeadHome a .fleche-decouvrir-hover {
  display: none;
}

.principalMenuHeadHome a:hover .fleche-decouvrir-hover {
  display: block;
}

.principalMenuHeadHome a:hover .fleche-decouvrir {
  display: none;
}

.principalMenuHeadHome .element_devis {
  position: absolute;
  top: 140px;
  right: -45px;
  width: 110px;
  height: auto;
  object-fit: contain;
}

/*-- assurance --*/
.assurance {
  background: #fff;
  padding: 50px 33px;
  color: #000;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  gap: 20px;
  /* max-width: 900px; */
  margin: auto;
}

.assurance_content_items {
  display: flex;
  align-items: end;
  gap: 85px;
  justify-content: center;
}

.assurance_content_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.assurance_content_item img {
  /* width: 60px;
  height: auto; */
  height: 100px;
  width: auto;
  min-height: 63px;
  object-fit: contain;
}

.assurance_content_item p {
  max-width: 170px;
}

.modele_marquise {
  background: #F6F8F9;
}

.realisation-template-default .modele_marquise {
  background: white !important;
}

.modele_marquise_title {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 auto 5px auto;
  position: relative;
  max-width: 750px;
}

.modele_marquise_title strong {
  color: #8A9FBB;
  font-weight: 400;
}

.marquiselogo {
  position: absolute;
  width: 85px;
  height: auto;
  object-fit: contain;
  right: -115px;
  bottom: 50px;
}

.modele_marquise {
  background: #f7f8fa;
  padding: 40px 0 60px 0;
  text-align: center;
}

.modele_marquise_header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.modele_marquise_texte {
  margin: 20px auto 40px auto;
  max-width: 90%;
  font-size: 0.99rem;
  font-weight: 300;
  line-height: 1.5;
}

.modele_marquise_texte strong {
  font-weight: 500;
}

.modele_marquise_content {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.modele_marquise_contact {
  margin-top: 30px;
}

.modele_marquise_contact_btn p {
  border: 1px solid #222;
  padding: 14px 38px;
  background: transparent;
  color: #222;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}

.modele_marquise_contact_btn p em {
  color: #8A9FBB;
  text-decoration: underline;
}

.modele_marquise_content_item {
  position: relative;
  width: 33%;
  min-width: 300px;
  height: 340px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  overflow: hidden;
}

.modele_marquise_content_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  background: rgba(20, 28, 38, 0.45);
  opacity: 1;
  transition: background 0.3s;
  z-index: 2;
  padding: 30px 20px 40px 20px;
}

.modele_marquise_content_overlay h3 {
  font-size: 2rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
  z-index: 3;
}

.modele_marquise_content_overlay>p {
  opacity: 0;
  /* max-width: 80%; */
  /* margin: 20px auto 0 auto; */
  font-size: 1.1rem;
  text-align: center;
  transition: opacity 0.3s;
  z-index: 3;
  display: none;
}

.modele_marquise_content_overlay p {
  margin: 0;
}

.modele_marquise_content_item:hover .modele_marquise_content_overlay>p,
.modele_marquise_content_item:hover .modele_marquise_content_overlay>button {
  opacity: 1;
  display: block;
}

.modele_marquise_content_item:hover .modele_marquise_content_overlay>p {
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Nombre de lignes souhaité */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(1.7em * 4);
  place-content: center;
}

.modele_marquise_content_item:hover .modele_marquise_content_overlay>button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modele_marquise_content_item:hover .modele_marquise_content_overlay>button img {
  width: 40px;
}

.modele_marquise_content_item:hover .modele_marquise_content_overlay {
  background: rgba(20, 28, 38, 0.87);
}

.modele_marquise_content_overlay>p {
  pointer-events: none;
}

.modele_marquise_content_overlay button {
  border: white 1px solid;
  background: none;
  color: white;
  padding: 17px;
  width: 65%;
  opacity: 0;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
}




/* Nos réalisations - Home */

.nos-realisations {
  margin: 50px auto;
}

.realisation-template-default .nos-realisations {
  background: #F6F8F9 !important;
  margin: 50px auto 0;
  padding: 40px 0px;
}

.nos-realisations .button {
  text-transform: uppercase;
  color: var(--bleu);
  font-weight: 300;
  letter-spacing: 1px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
  padding-top: 30px;
}

.nos-realisations .button .button-text {
  border: black solid 1px;
  padding: 20px 40px;
}

.nos-realisations .button img {
  width: 77px;
  margin-right: 20px;
}

.nos-realisations .surtitle {
  color: var(--bluee);
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-left: 100px;
}

.nos-realisations h2 {
  font-size: 2.8rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 800px;
  color: var(--bleu);
}

.nos-realisations h2 .text_couleur {
  color: var(--bluee);
}

.nos-realisations .rea-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
}

.nos-realisations .categories {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 30px;
  border-bottom: var(--bluee) solid 1px;
  width: 46%;
  flex-wrap: nowrap;
  /* Important : ne pas aller à la ligne */
  overflow-x: auto;
  /* Scroll horizontal */
  overflow-y: hidden;
  /* Pas de scroll vertical */
}

.nos-realisations .categories {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  overflow-x: auto;
  overflow-y: hidden;
}

.nos-realisations .categories::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}

.nos-realisations .categories .category {
  /* flex: 1; */
  flex-shrink: 0;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.nos-realisations .categories .category.active {
  color: var(--bluee);
  border-bottom: var(--bluee) solid 3px;
}


.nos-realisations .realisations {
  padding: 0 100px;
  position: relative;
  min-height: 300px;
  /* ou la hauteur que tu veux pour éviter les "sauts" */
  width: 100%;

}

.nos-realisations .realisations .realisation {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
  position: absolute;
  /* Empêche que les éléments "cachés" prennent de la place */
  width: 100%;
  /*top: 0;
    left: 0;*/
}

.nos-realisations .realisations .realisation img,
.nos-realisations .realisations .realisation .img-container .lieu-gallerie {
  height: 0;
  width: 0;
}

.nos-realisations .realisations .realisation.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 8px;

  opacity: 1;
  visibility: visible;
  position: relative;
  /* Reprend sa place dans le flux */
  height: 650px;
}

.nos-realisations .realisations .realisation.active img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;

}

.nos-realisations .realisations .realisation.active .img1 {
  grid-row: span 2 / span 2;
}

.nos-realisations .realisations .realisation.active .img3 {
  grid-row: span 3 / span 3;
}

.nos-realisations .realisations .realisation.active .img4 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.nos-realisations .realisations .realisation.active .img5 {
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 2;
}

.nos-realisations .realisations .realisation .img-container {
  position: relative;
}

.nos-realisations .realisations .realisation.active .img-container .lieu-gallerie {
  /*position: absolute;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, 0.7);
  width: fit-content;
  height: 25px;
  padding: 5px 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;*/

  position: absolute;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, 0.7);
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  height: 25px;
  padding: 5px 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nos-realisations .realisations .realisation.active .img-container .lieu-gallerie img {
  height: 15px;
  width: auto;
}

.nos-realisations .realisations .realisation.active .img-container:hover .lieu-gallerie {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.nos-realisations .realisations .realisation.active .img-container:hover .lieu-gallerie img {
  height: 25px;
}



.page-rea .nos-realisations .realisations .realisation.active {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  height: unset;
}

.page-rea .nos-realisations .realisations .realisation.active .img {
  width: calc((100% - 30px)/3);
  height: 300px;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-overlay .close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}


/*-- Notre Histoire --*/
.notre_histoire {
  background: #FAFBFC;
  padding: 50px 33px;
  color: #000;
  gap: 20px;
}

.notre_histoire_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  max-width: 1170px;
  margin: auto;
}

.notre_histoire_content_left {
  width: 49%;
}

.notre_histoire_content_left img {
  width: 80%;
  height: auto;
  object-fit: cover;
}

.notre_histoire_content_right {
  width: 49%;

}

.notre_histoire_title {
  font-size: 2.5rem;
  font-weight: 400;
}

.notre_histoire_title strong {
  color: var(--bluee);
  font-weight: 400;
}

.notre_histoire_texte {
  font-size: 16px;
  line-height: 25px;
}


/*-- BLOG --*/
.conseils_actus {
  background: #EBEEF2;
  padding: 35px 0 65px 0;
  text-align: center;
}

.conseils_actus_title {
  font-size: 2.8rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 50px;
}

.conseils_actus_title span {
  color: #8A9FBB;
}



.conseils_actus_main {
  grid-row: 1 / span 3;
  grid-column: 1 / 2;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 12px #0001;
}

.conseils_actus_main img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.conseils_actus_main_content {
  padding: 30px 30px 30px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 234px;
}

.conseils_actus_cat {
  display: inline-block;
  background: #f7f8fa;
  color: #84819F;
  font-size: 0.9rem;
  padding: 4px 16px;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  width: max-content;
}

.conseils_actus_main_content h3 {
  font-size: 1.2rem;
  margin: 0 0 18px 0;
  font-weight: 400;
}

.conseils_actus_main_content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 30px;
  flex: 1;
}

.conseils_actus_btn {
  background: #222;
  color: #fff;
  padding: 12px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  transition: background 0.2s;
  width: max-content;
}

.conseils_actus_side {
  grid-column: 2 / 3;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px #0001;
  min-height: 140px;
}

.conseils_actus_side_content {
  flex: 1;
  padding: 24px 20px 24px 28px;
  text-align: right;
}

.conseils_actus_side_content h3 {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.conseils_actus_side_content p {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 16px;
}

.conseils_actus_side img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.conseils_actus_footer {
  margin-top: 30px;
}

.conseils_actus_all_btn {
  border: 1px solid #222;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 14px;
  color: #222;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}

/* @media (max-width: 900px) {
  .conseils_actus_grid {
    display: block;
  }

  .conseils_actus_main,
  .conseils_actus_side {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 18px;
  }
} */

.conseils_actus .button-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.conseils_actus .button-text img {
  width: 77px;
}


/*-- FAQ --*/
.sectionfaq_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sectionfaq_image {
  width: 50%;
}

.section_faq_home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container_faq_home {
  width: 50%;
}

.container_faq_home .faq-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 0px;
}

.container_faq_home .faq-item {
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.6em;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.container_faq_home .container_page_article .faq-item {
  width: 100%;
}

.container_faq_home .faq-item:hover {
  background-color: rgba(119, 119, 119, 0.04);
}

.container_faq_home .faq-question {
  display: flex;
  align-items: center;
}

.container_faq_home .faq-questiontext {
  flex: 1;
  font-size: 14px;
}

.container_faq_home .faq-questiontext span {
  font-weight: 400;
}

.page-categorie .assurance {
  background: #F6F8F9;
  padding: 70px 33px;
}

.container_faq_home .faq-questionicon {
  position: relative;
  padding: 20px;

  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  color: white;
  font-weight: 300;
}

.container_faq_home .faq-icon {
  position: relative;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.container_faq_home .faq-stripe-1 {
  width: 45px;
  /* height: 100%;
  background-color: black;
  opacity: 1;
  transition: opacity 0.3s ease;*/
}

.container_faq_home .faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: black;
}

.container_faq_home .faq-reponse {
  width: 100%;
  height: 0;
  opacity: 0;
  transition: height 0.5s, opacity 0.5s;
}

.container_faq_home .faq-answer-text-wrapper {
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
  font-size: 13px;
}

.container_faq_home .faq-answer-text {
  line-height: 1.6em;
  transition: transform 0.5s, opacity 0.2s;
  color: #282F37;
  margin-top: 0;
}

.container_faq_home .section_faq {
  padding: 5%;
}

.container_faq_home .section_faq .title-faq {
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  color: var(--bleu);
}

/*-- SECTION CONTACT --*/
.section_contact {
  display: flex;
  flex-direction: row;
  background: linear-gradient(rgba(35, 39, 45, 0.8), rgba(35, 39, 45, 0.8)), url(https://www.pergola-outdoor.fr/wp-content/uploads/2025/07/background_reverse-scaled.png.webp);
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partiegauche {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
}


.contact-page .partiegauche {
  gap: 60px;
}

.partiegauche .personContainer {
  display: flex;
  flex-direction: column;
  width: 77%;
}

.partiegauche .personContainer .person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: white;
  border-bottom: #ababab solid 1px;
  text-align: left;
  padding: 0 20px 10px 10px;
}

.partiegauche .personContainer .person .name {
  font-size: 25px;
}

.partiegauche .personContainer .person .fonction {
  font-size: 15px;
}

.partiegauche .personContainer .person .img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  flex-shrink: 0;
}

.partiegauche .personContainer .person .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.partiegauche .personContainer .person .personInfos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partiegauche .personContainer .numMailIn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
}

.partiegauche .personContainer .logo i {
  font-size: 20px;
  color: white;
}

.partiegauche .contact-etude-gratuite {
  border: none;
  background-color: #23272D;
  color: white;
  padding: 25px 20px;
  margin-top: 50px;
  width: 77%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-transform: uppercase;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 13px;
  cursor: unset;
}

.partiegauche .contact-etude-gratuite img {
  width: 50px;
}


.sur_titre {
  font-family: 'HALOGEN', sans-serif;
  color: var(--bluee);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
}

.partiedroite h2,
.partiegauche h2 {
  color: white;
  font-size: 2.4rem;
  font-weight: 300;
  margin-top: 10px;
  /* max-width: 500px; */
}

.partiedroite h2,
.partiedroite .sur_titre {
  /* max-width: unset; */
  text-align: center;
}

.partiegauche_text {
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 300;
}

.partiedroite {
  width: 60%;
  padding: 0 80px;
}

.partiedroite .wpcf7 {
  background-color: rgba(35, 39, 45, 0.8);
  padding: 30px 30px 0 30px;
}

.partiedroite .wpcf7 ::placeholder {
  color: white;
}

.textareaform span {
  width: 100%;
}

.textareaform .wpcf7-textarea {
  width: inherit;
}

.partiedroite .form-row p {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  color: white;
}

.partiedroite .form-row input {
  width: 100%;
}

.partiedroite .form_text p {
  color: white;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
}

.partiedroite .form_text {
  margin-top: 20px;
  margin-bottom: 30px;
}

.partiedroite .btnenvoyer p {
  flex-direction: column !important;
  margin-bottom: 0 !important;
}

.partiedroite .btnenvoyer {
  margin-top: 40px;
  margin-bottom: 0px;
}

.partiedroite .btnenvoyer input {
  background-color: white !important;
  color: white !important;
  border: none !important;
  padding: 15px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  font-family: 'Sweet Sans Pro', sans-serif !important;
  color: black !important;
}

.partiedroite .btnenvoyer input[type="submit"]:disabled {
  background-color: grey !important;
  color: white !important;
}

.partiedroite .wpcf7-response-output {
  color: white !important;
  margin-top: 0px !important;
}

.partiedroite .checkboxes {
  color: white;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.partiedroite .checkboxes p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.partiedroite .checkboxes input {
  border-radius: 0;
  border: 1px solid white;
}

.partiedroite .checkboxes input[type="checkbox"] {
  border-radius: 0;
  border: 1px solid white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.partiedroite .checkboxes input[type="checkbox"]:checked {
  position: relative;
}

.partiedroite .checkboxes input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  color: white;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.partiedroite .tlbass span {
  width: 100%;
}

.partiedroite .form-row input,
.partiedroite .form-row textarea {
  color: white;
  width: 100%;
  margin: 7px 0;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-bottom: 1px solid #ababab;
  transition: 0.2s;
  background-color: transparent;
  font-weight: lighter;
  font-size: 15px;
}

.partiedroite .form-row textarea {
  height: 50px;
  margin-top: 20px;
}

.textareaform p {
  color: white;
}

/*-- FOOTER --*/
.background_footer {
  background-color: #25272C;
}

.footer {
  color: white;
  display: flex;
  padding: 2% 0 2% 0%;
  justify-content: center;
  gap: 30px;
}

.footer-reseaux {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;

}

.footer-cgv .menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-cgv .menu a {
  color: white;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-icon {
  display: flex;
}

.footer-informations {
  width: 70%;
}

.footer-plan-du-site {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer-logo {
  padding-top: 26px;
  width: 200px;
}

.footer .fb img,
.footer .houzz img,
.footer .insta img,
.footer .linkedin img,
.footer .pinte img {
  height: 20px;
  width: auto;
}

.footer .yt img {
  height: 17px;
  width: auto;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.footer-text-adresse,
.contact-page .partiegauche_text .adresse,
.contact-page .partiegauche_text .mail-tel {
  font-size: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 300;
  color: white;
  border-left: 1px solid #3f434c;
  padding-left: 20px;

}

.contact-page .partiegauche_text .mail {
  font-size: 14px;
}

.partiegauche_text .mail-tel {
  width: 50%;
}

.partiegauche_text .adresse {
  width: 50%;
}

.footer-text-contact {
  font-size: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 300;
}

.footer-text-contact a {
  color: white !important;
}

/* .footer-suivre .icon img{
  width: 19px;
} */
.footer-menu-titre {
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 12px 0 30px;
}

.footer-suivre {
  display: flex;
  flex-direction: row;
  gap: 100px;
}

.footer-text a {
  color: white;
}

.footer-menu,
.footer-livraison,
.footer-contact,
.footer-cgv {
  margin: 10px;
  border-left: 1px solid #3f434c;
  padding-left: 35px;
}

.footer-suivre .footer-menu-texte {
  max-width: 220px;
}

.footer-menu-texte {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-menu-button {
  color: #8A9FBB;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.footer-plan-du-site .menu {
  list-style-type: none;
  padding: 0;
}

.footer-plan-du-site .menu li {
  text-decoration: none;
  color: white;
  padding: 10px 0;
}

.footer-menu-button img {
  width: 50px;
}

/* .footer-contact .footer-menu-texte{
  margin: 0 !important;
} */
.footer-contact .dernier {
  margin-bottom: 30px !important;
}

.footer-contact .footer-menu-titre {
  margin-bottom: 18px;
}

.footer-plan-du-site .menu-item a {
  text-decoration: none;
  color: white;
  padding: 10px 0;
}

.footer-suivre .icon {
  margin-top: 20px;
  gap: 15px;
  display: flex;
  align-items: center;
}


.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #505050;
  padding: 25px 40px;
  background-color: #14171C;
  font-size: 13px;
  z-index: 1000;
  position: relative;
}

.footer-separator {
  width: 1px;
  height: 10px;
  background-color: white;
  margin: 0 10px;
}


.footer-plan-du-site p {
  font-weight: 600;
  font-size: 24px;
}

.footer-plan-du-site .menu li a {
  color: white !important;
  text-transform: uppercase;
  font-weight: 300;
}

.footer-copyright a {
  color: #505050 !important;
}

.footer-cgv ul {
  padding: 0;
  list-style-type: none;
}

.lets_clic {
  color: white !important;
  font-weight: 700;
  transition: 0.5s;
  text-decoration: none;
  margin-left: 1px;
}

.lets_clic:hover {
  color: #2e79f2 !important;
  font-weight: 700;
  text-decoration: none;
}

.footer-copyright .cgv {
  display: flex;
  gap: 13px;
}

.footer-icon {
  gap: 24px;
}

.footer-icon a {
  color: white;
  font-size: 32px;
}

.youtube_icon_footer i {
  font-size: 32px !important;
}

.menu-footer-container #menu-footer-1 .menu-item {
  margin: 10px 0;
}


/*-- PAGE BLOG --*/
.section_blog_content h2 {
  color: var(--rouge);
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}

.section_blog_content {
  line-height: 1.5;
}

.page-blog .article-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
  max-width: 984px;
  margin: 0 auto;
}

.articlehautblogsingle .splide__slide {
  width: auto !important;
}

.image_article img {
  height: 500px;
  object-fit: cover;
}

.page-blog .container_page_blog {
  padding: 2% 5%;
}

.page-blog .derniers_articles_item {
  max-width: 315px;
}

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.pagination a {
  border-bottom: 1px solid #E0E0E0;
  padding: 16px;
  color: grey;
  font-size: 14px;
  min-width: 15px;
  text-align: center;
}

.pagination a:hover {
  border-bottom: 2px solid #000;
  background-color: #000;
  color: white;
}

.page-numbers {
  border-bottom: 2px solid #303030;
  padding: 16px;
  font-size: 14px;
  min-width: 15px;
  text-align: center;
}

.page-blog .minititre_derniers_articles-title {
  color: var(--rouge);
  font-weight: 500;
}

.page-blog .titre_blog {
  font-size: 3.8em;
  margin-top: 0px;
  margin-bottom: 30px;
}

.description_blog_top {
  color: var(--gris);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 800px;
  margin-bottom: 40px;
}

.file_ariane {
  margin: 30px 10px 0 5%;
  font-size: 14px;
}

.file_ariane_gris {
  color: var(--gris);
}

.file_ariane_noir {
  color: black !important;
}

.file_ariane span {
  color: var(--gris);
}

.file_ariane a {
  color: var(--gris);
}

.file_ariane .breadcrumb_last {
  color: black;
}

.menu-item a[aria-current="page"] {
  border-bottom: 2px solid var(--rouge);
}

.decoration_fleche_blog {
  position: absolute;
  width: 830px;
  transform: translate(62vw, 59px);
  pointer-events: none;
}

/*-- Dernier Articles --*/
.section_derniers_articles {
  display: flex;
  padding: 4% 1%;
  background-color: var(--rouge);
  color: white;

  justify-content: center;
  gap: 90px;
  align-items: flex-start;
  overflow-x: hidden;
}

.gauche_derniers_articles {
  width: 35%;
  max-width: 242px;
  padding-left: 10%;

}

.derniersArticlesSwiper {
  width: 65%;
}

.top_derniers_articles {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 30px;
}

.top_derniers_articles img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.minititre_derniers_articles-title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.titre_derniers_articles-title {
  font-size: 44px;
  margin-bottom: 18px;
}

.separatorblanc {
  width: 110px;
  background-color: white;
  height: 1px;
}

.description_derniers_articles {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}

.derniers_articles_item {
  display: flex;
  background-color: #fff;
  position: relative;
  flex-direction: column;
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 373.33px;
}

.derniers_articles_item_img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}

.item_imga img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}

.derniers_articles_item_texts_container {
  padding: 30px;
  min-height: 118px;
}

.article_categdate {
  color: var(--rouge);
  display: flex;
  flex-wrap: wrap;
}

.derniers_articles_item_date {
  font-size: 13px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.derniers_articles_item_title a {
  color: #000000;
}


.derniers_articles_btnvoirplus {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.btngauchedroitearticles {
  margin: 20px 0 0 20px;
}

.swiper-button-prev_article .fleche_meilleurprix {
  background-color: var(--rouge);
  border: 1px solid white;

}


.section_derniers_articles {
  position: relative;
}

/* PAGE SERVICE */
/*Banner*/

.category-header {
  position: relative;
  width: 100%;
}

.category-header-content {
  padding: 17px 0px 80px;
  overflow: hidden;
  background-size: cover;
  background-position: 0% 74%;
  /* height: 73vh; */
  margin-left: 180px;
}

.category-text a {
  color: white;
  text-decoration: underline !important;
  text-decoration-color: var(--bluee) !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 2px !important;
}

.category-text a:hover {
  color: var(--bluee) !important;
}

.category-text {
  margin-top: 48px;
  display: flex;
  color: white;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* padding: 48px 96px; */
  /* width: 70%; */
  padding-top: 20px;
  z-index: 2;
  position: relative;
  word-break: break-word;
}

.category-text h1 {
  font-size: 3.4rem;
  font-weight: normal;
  margin: 0;
}

.category-text .term-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}


/* Sous menu banner */
.sous-menu {
  background-color: #ffffffd9;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* min-width: 460px; */
  position: absolute;
  bottom: -100px;
  /* left: 96px; */
  padding: 10px 20px 10px;
  z-index: 2;
  width: 40%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.sous-menu>div {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid black;
  /* la bordure noire de base */
  cursor: pointer;
}

.sous-menu>div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--bluee);
  transition: width 0.8s ease;
  pointer-events: none;
  /* évite les bugs de clic */
}

.sous-menu>div:hover::after {
  width: 100%;
}

.sous-menu svg {
  stroke: black;
  stroke-width: 1.5;
  fill: black;
  /* ou transparent selon ton style */
  transition:
    fill 0.3s ease 0.4s,
    /* remplit après 0.4s */
    stroke 0.3s ease 0.4s,
    /* change la couleur du contour en même temps */
    stroke-width 0.3s ease;
  /* épaissit direct au hover */
}

.sous-menu>div:hover svg {
  fill: var(--bluee);
  stroke: var(--bluee);
  stroke-width: 1.5;
  /* ou plus pour l’effet */
}

.sous-menu svg {
  width: 20px;
}

.sous-menu a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*Produit */
.produits {
  margin: 50px auto 80px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-categorie .filter-form {
  text-align: right;
  margin-top: 120px;
}

.page-categorie form label {
  color: lightgray;
}

.page-categorie form select {
  border: lightgray 1Px solid;
  padding: 10px 15px;
  min-width: 160px;
  border-radius: 50px;
}

.page-categorie form select option {
  display: flex;
  align-items: center;
  justify-content: center;
}

.produits .card {
  width: calc((100% - 40px)/3);
  height: 534px;
  display: inline-block;
  flex-shrink: 0;
  transition: background-color 0.3s ease;

}

@media screen and (min-width: 1600px) {
  .produits .card {
    height: 534px;
  }

}

.produits .card:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}



.produits .card-image {
  height: 150px
}

.produits .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.produits .card-titres {
  text-align: center;
  border-bottom: lightgrey solid 1px;
  padding: 10px 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.produits .card-titres .title-h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  min-height: 70px;
}

.produits .card-details {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 0 0;
}

.produits .img-cta {
  height: 534px !important;
}

.produits .img-infos .text span {
  color: #8A9FBB;
}

.produits .card-content-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 264px;
}

.produits ul.card-details li {
  padding-left: 30px;
  position: relative;
}

.produits ul.card-details li::before {
  content: '';
  background-image: url('https://pergola-outdoor.lets-preprod.com/wp-content/uploads/2025/07/Groupe-3909@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: -2px;
}


.produits .card-details-rea {
  margin: 10px 7px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* nombre de lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.produits .card button {
  width: 100%;
  border: none;
  background-color: #25272C;
  color: white;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

/*Image ajoutée */

.card-added-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-cta {
  position: relative;
}

.img-infos {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;

}

.img-infos .text {
  margin: 0 35px;
  color: white;
  border-left: white solid 1px;
  width: 265px;
  padding: 100px 0 30px 20px;
}

.img-infos .text span {
  text-transform: uppercase;
}

.img-infos .text .title-img {
  font-size: 30px;
  margin-top: 20px;
}

.img-infos a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  border: white solid 1px;
  padding: 25px 5px;
  font-size: 14px;
  width: 265px;
  text-align: center;
}

.card-large {
  width: calc((((100% - 50px)*2)/3) + 20px) !important;
}

.produits .card {
  color: var(--gris);
}


/*Bloc D'aide*/

.aide {
  border: lightgrey solid 1px;
  border-radius: 10px;
  padding: 65px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;

  color: var(--gris);
}

.page-entreprise .aide {
  background-color: white;
}

.aide-blog {
  margin: 0;
}

.aide h2 {
  font-weight: normal;
  font-size: 35px;
  margin: 0;
}

.aide .desc {
  line-height: 2;
}

.aide a {
  padding: 20px 25px;
  background-color: var(--gris);
  color: white;
}

.aide .aideBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aide .aideBtn img {
  width: 45px;
}

/*dimension*/
.dimPergos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  background-color: #FAFAFA;
  padding: 40px 15px;
}

.dimPergo {
  display: block;
  width: calc((100% - 45px)/4);
  padding: 20px 0;
  border-bottom: var(--bluee) 1px solid;
  text-align: center;
  color: var(--gris);
}

/*PAGE PRODUIT*/
.page-produit {
  padding: 5% 0 0;
}

#breadcrumbs-pdt {
  margin: 0 auto;
  color: lightgray;
  font-size: 13px;
}

#breadcrumbs-pdt a {
  margin: 0 auto;
  color: #A8A8A8;
}

#breadcrumbs-pdt>span {
  display: flex;
  gap: 15px;
  color: #A8A8A8;
}

.page-produit>*:not(.assurancePdt) {
  width: 85%;
  margin: 100px auto;
  color: var(--gris);
}

.page-produit .produit {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.page-produit .produit .image-desc-container {
  width: 60%;
}

.page-produit .produit .image-desc-container .current {
  width: 100%;
  height: 500px;
}

.page-produit .produit .image-desc-container .thumb {
  margin-top: 20px;
  aspect-ratio: 1/1;
}

.page-produit .produit .image-desc-container .current img,
.page-produit .produit .image-desc-container .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-produit .produit .image-desc-container .desc-longue {
  margin-top: 40px;
  line-height: 2;
  max-width: 670px;
  color: #707070;
}

.h2divdeco {
  display: flex;
  align-items: center;
  gap: 20px;
}

.separatortitrecreation {
  width: 100%;
  background-color: #CCCCCC;
  height: 1px;
}

.page-produit .produit .infos-assurance-container {
  width: 38%;
}


.page-produit .produit .infos-assurance-container .infos {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.page-produit .produit .infos-assurance-container .infos h1 {
  margin: -9px 0 3px 0;
  font-size: 45px;
}

.infos-assurance-container .sousTitre {
  color: #707070;
}

.page-produit .produit .infos-assurance-container .infos .prix-container .minii {
  font-size: 30px;
}

.page-produit .produit .infos-assurance-container .infos .prix-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-produit .produit .infos-assurance-container .infos .prix {
  font-size: 45px;
  display: flex;
}

.page-produit .produit .infos-assurance-container .infos .tax {
  color: #B4B4B4;
}

.page-produit .produit .infos-assurance-container .infos .devis {
  color: var(--gris);
  border: var(--gris) solid 1px;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.page-produit .produit .infos-assurance-container .infos .devis img {
  width: 20px;
  height: auto;
}

.page-produit .produit .infos-assurance-container .infos .desc-courte {
  line-height: 1.4;
  color: #707070;
}

.page-produit .produit .infos-assurance-container .infos .details>a,
.page-produit .produit .infos-assurance-container .infos .details>span {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 17px 0 17px 5px;
  border-bottom: #CCCCCC solid 1px;
  color: #707070;
}

.page-produit .produit .infos-assurance-container .infos .details> :first-child {
  border-top: #CCCCCC solid 1px;
}

.page-produit .pointsForts h2,
.page-produit .personnalisation h2,
.page-produit .etapes h2,
.page-produit .dimensions h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
}

.numerotation_bleu {
  color: #A6B6CB;
  font-size: 24px;
  font-weight: 500;
}

.text_carac {
  color: #ACACAC;
  line-height: 1.5;
  font-size: 15px;
}


.splide__arrow--prev img {
  transform: rotate(180deg);
}

.splide__arrow--next,
.splide__arrow--prev {
  height: 0;
}

.fleche_meilleurprix {
  background-color: #fff;
  padding: 13px;
  border-radius: 25px;
  width: 48px;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.page-produit .personnalisation .perso.active .nb_perso {
  color: white;
}

.nb_perso {
  color: #707070;
}

.persoTypeListe .typesPerso {
  padding-bottom: 14px;
}

.page-produit .pointsForts h2 .puce,
.page-produit .personnalisation h2 .puce,
.page-produit .etapes h2 .puce,
.page-produit .dimensions h2 .puce {
  width: 25px;
  height: 25px;
}

.page-produit .produit .infos-assurance-container .infos .details .puce {
  width: 20px;
  height: 20px;
}

.page-produit .produit .infos-assurance-container .assurance .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.page-produit .produit .infos-assurance-container .assurance {
  background-color: var(--gris);
  color: white;
  padding: 20px 35px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.page-produit .produit .infos-assurance-container .assurance .item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: #34363d solid 1px;
}

.page-produit .produit .infos-assurance-container .assurance img {
  width: 45px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.page-produit .pointsForts .swiper-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: stretch;
}

.page-produit .pointsForts .point {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 25px;
  height: auto;
}

.page-produit .swiperEtapes,
.page-produit .swiperPoints {
  padding: 15px;
}

.page-produit .swiper-button-next::after,
.page-produit .swiper-button-prev::after {
  display: none;
  color: white;
  font-size: 25PX;
}

.page-produit .swiperPoints .swiper-button-next::after,
.page-produit .swiperPoints .swiper-button-prev::after,
.page-produit .swiperEtapes .swiper-button-next::after,
.page-produit .swiperEtapes .swiper-button-prev::after {
  color: black;
}

*/ .page-produit .etape .swiper-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: stretch;
}

.page-produit .etapes .etape {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 25px 12px;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.page-produit .etapes .etape img {
  height: 70px;
  width: auto;
}

.page-produit .etapes .etape .plus {
  height: 35px;
}

.page-produit .etapes .etape h3 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.page-produit .assurancePdt {
  background-color: var(--gris);
  color: white;
  max-width: 100%;
  padding: 50px 25px 130px;
}

.page-produit .assurancePdt .assurance_content_items {
  justify-content: center;
  margin: 75px auto 0;
  align-items: stretch;
  width: 85%;
}

.page-produit .assurancePdt .assurance_content_item {
  flex: 1;
}

.page-produit .assurancePdt .assurance_content_items p {
  max-width: 100%;
  text-transform: uppercase;
  font-size: 12px;
}

.page-produit .assurancePdt h2 {
  font-weight: 400;
  margin: 0;
  font-size: 27px;
  font-family: "Tamil MN", "Noto Sans Tamil", sans-serif;

}

.page-produit .personnalisation .perso {
  text-align: center;
  background-color: lightgray;
  gap: 10px;
  padding: 20px;
  border-radius: 50px;
}

.page-produit .personnalisation .perso.active {
  background-color: var(--gris);
  color: white;
}

.page-produit .personnalisation .persoListe {
  display: flex;
  gap: 10px;
}

.page-produit .personnalisation .typesPerso .type {
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: var(--gris);
}

.page-produit .personnalisation .persoTypeListe {
  margin-top: 35px;
}

.page-produit .personnalisation .typesPerso .type img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.page-produit .personnalisation .type .text {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}

.page-produit .personnalisation .type .text img {
  height: 40px;
  width: 40px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-progress-bar {
  width: 100%;
  height: 4px;
  background: transparent;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.swiper-progress {
  height: 100%;
  width: 0%;
  background: var(--bluee);
  /* ou ta couleur */
  transition: width 0.3s ease;
}

.swiper {
  /*padding: 15px 0;*/
}

/*ARTICLE DE BLOG*/
.articleHeader {
  width: 100%;
  position: relative;
  padding: 130px 0;
  color: var(--gris);
}

.articleHeader .page-title {
  color: white;
  font-size: 45px;
  text-align: center;
}

.articleHeader .titleContainer {
  background-color: white;
  border: var(--bluee) solid 1px;
  width: 70%;
  padding: 40px 0 50px;
  text-align: center;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}

.articleHeader .titleContainer .categories {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.articleHeader .titleContainer .categorie {
  background-color: var(--grisClair);
  width: fit-content;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 12px;

}

.sommaire-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px 20px;
  width: 371px;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

.sommaire-container .sommaire-titre {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.sommaire-container .sommaire-links .sommaire-link {
  display: block;
  padding: 15px 0;
  border-bottom: var(--gris) solid 1px;
  color: var(--gris);
}

.articleContainer {
  width: 90%;
  margin: 150px auto 50px;
  color: var(--gris);
}

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

.articleContainer .article-full {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 25px;
}

.articleContainer .article-full>*:not(.sommaire-container) {
  width: 66%;
}

.articleContainer .article-full .time-autor {
  width: 69%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.article-full .time-autor span {
  display: flex;
  align-self: center;
  gap: 5px;
}

.article-full .time-autor img {
  height: 14px;
}



.img-blog-container {
  height: 400px;
  width: 100%;
  border: var(--bluee) solid 1px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}

.img-blog {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  left: -20px;
  top: 20px;
}

.article .card-image-basbloc {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.produits-associes-title {
  font-family: "Tamil MN", "Noto Sans Tamil", sans-serif;
}

.produits .card a {
  /*width: 100%;*/
  border: none;
  background-color: #25272C;
  color: white;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.bon-a-savoir {
  border: lightgrey solid 1px;
  line-height: 2;
  padding: 20px 30px;
  position: relative;
  border-radius: 10px;
}

.bon-a-savoir .title {
  background-color: white;
  padding: 0 10px;
  position: absolute;
  top: -17px;
  text-transform: uppercase;
  color: var(--bluee);
  font-weight: 600;
}


.article .sommaire-titles {
  font-family: "Tamil MN", "Noto Sans Tamil", sans-serif;
  font-weight: 400;
}

.article .aide.container.aide-blog h2 {
  font-family: "Tamil MN", "Noto Sans Tamil", sans-serif;
  font-weight: 400;
}

.blog-bouton>div {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bluee);
  color: white;
  padding: 19px 15px;
  width: fit-content;
  align-self: flex-start;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-bouton>div img {
  width: 50px;
}


.article-full .para-blog {
  line-height: 2;
}

.article-full .produits {
  margin: 0;
}

.a-lire-aussi {
  background-color: #EBEEF2;
  padding: 50px 0;
  overflow-x: hidden;

}

@media screen and (min-width: 1200px) {
  .a-lire-aussi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .my-blog-ct {
    width: auto !important;
  }

}

.a-lire-aussi .date {
  color: #1A2540;
  font-size: 12px;
  text-transform: uppercase;
}

.a-lire-aussi h3 {
  font-size: 20px;
  font-weight: 400;
}

.a-lire-aussi button {
  font-size: 12px;
  letter-spacing: 1px;
}

.a-lire-aussi-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.articles {
  /* display : flex;
      justify-content: center; */
  align-items: stretch;
  gap: 20px;
}

.articles .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  height: auto;
  max-width: 300px;
}

.articles .img-blog-container {
  width: 85%;
  height: 170px;
  margin: 0 auto 30px;
}

.articles .card-titres {
  color: var(--gris);
  font-weight: 400px;
}

.articles .card button {
  border: none;
  background-color: var(--gris);
  color: white;
  padding: 12px 22px;
  text-transform: uppercase;
  align-self: flex-end;
}

.articles .card-titres .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.articles .card-titres .categorie {
  color: lightgray;
  border: lightgray solid 1Px;
  padding: 7px 15px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50px;
}


/* ENTREPRISES*/
.page-template-template-entreprises .category-text h1 {
  width: 70%;
}

.entreprises {
  margin: 0 auto 60px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.entreprises .card {
  width: calc((100% - 50px)/3);
  height: 381px;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}

.entreprises .card-top {
  height: 20%;
  background-color: #F0F2F6;
}

.principalMenu_text {
  line-height: 1.5;
}

.entreprises .card-bottom {
  padding: 60px 20px 20px;
  height: 80%;
  justify-content: space-between;
}

.entreprises .card-bottom,
.entreprises .card-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: white;

}

.entreprises .card-details .card-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.entreprises .card-details .card-detail img {
  height: 21px;
  width: 21px;
  object-fit: contain
}

.entreprises .card-image {
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.entreprises .card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.entreprises .card .title-h3 {
  font-size: 29px;
  margin: 0;
  font-weight: bold;
}

.entreprises .card .voir-plus {
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  background: #23272D;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 18px;
}

.entreprises .card .img-infos .text {
  padding: 45px 0 0px 20px;
}

.entreprises .card .img-infos .text span {
  color: #8A9FBB;
  font-size: 13px;
}

.entreprises .card .img-infos {
  background-color: rgba(44, 48, 59, 0.9);
}

.entreprises .img-infos .text .title-img {
  font-family: "Tamil MN", "Noto Sans Tamil", sans-serif;
}

.entreprises .img-infos a {
  font-size: 13px;
}

.page-categorie .aide {
  margin-bottom: 80px;
}

.page-template-template-realisations .other-pages a {
  width: fit-content;
}

.page-template-template-realisations .derniers_articles_item_date {
  display: none;
}

.page-template-template-contact .assurancePdt {
  background-color: var(--gris);
  color: white;
  max-width: 100%;
  padding: 50px 25px 130px;
}

.page-template-template-contact .category-header-content {
  display: none;
}



/* CTA MOBILE */
.ctamobilefix {
  display: block;
  position: fixed;
  bottom: 71px;
  right: 20px;
  z-index: 1010;
}

.ctamobilefix a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--bluee);
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.ctamobilefix_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
}

.ctamobilefix_icon i {
  color: var(--bluee);
  font-size: 16px;
}



/* BOUTONS */
.modele_marquise_contact_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222;
  z-index: -1;
  transition: width 0.3s ease;
}

.modele_marquise_contact_btn p:hover::before {
  width: 100%;
}

.modele_marquise_contact_btn p:hover {
  color: white;
}

.modele_marquise_contact_btn p {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}


.conseils_actus_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #8A9FBB;
  z-index: -1;
  transition: width 0.3s ease;
}

.conseils_actus_btn:hover::before {
  width: 100%;
}

.conseils_actus_btn {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}


.conseils_actus_all_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: black;
  z-index: -1;
  transition: width 0.3s ease;
}

.conseils_actus_all_btn:hover::before {
  width: 100%;
}

.conseils_actus_all_btn:hover {
  color: white;
}

.conseils_actus_all_btn {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}




.nos-realisations .button .button-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: black;
  z-index: -1;
  transition: width 0.3s ease;
}

.nos-realisations .button .button-text:hover::before {
  width: 100%;
}

.nos-realisations .button .button-text:hover {
  color: white;
}

.nos-realisations .button .button-text {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}





.produits .card a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.produits .card a:hover::before {
  width: 100%;
}

.produits .card a:hover {
  color: #222;
}

.produits .card a {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border: 1px solid #25272C;
}


.produits .card button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.produits .card button:hover::before {
  width: 100%;
}

.produits .card button:hover {
  color: #222;
}

.produits .card button {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border: 1px solid #25272C;
}


.aide .aideBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.aide .aideBtn:hover::before {
  width: 100%;
}

.aide .aideBtn:hover {
  color: #222;
}

.aide .aideBtn {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border: 1px solid #25272C;
}

.entreprises .img-infos a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.entreprises .img-infos a:hover::before {
  width: 100%;
}

.entreprises .img-infos a:hover {
  color: black;
}

.entreprises .img-infos a {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}



.entreprises .card .voir-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
  border-radius: 18px;
}

.entreprises .card .voir-plus:hover::before {
  width: 100%;
}

.entreprises .card .voir-plus:hover {
  color: #222;
}

.entreprises .card .voir-plus {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border: 1px solid #25272C;
}



.blog-bouton>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.blog-bouton>div:hover::before {
  width: 100%;
}

.blog-bouton>div:hover {
  color: #222;

}

.blog-bouton>div {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border: 1px solid var(--bluee);

}




.articles .card button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.articles .card button:hover::before {
  width: 100%;
}

.articles .card button:hover {
  color: var(--gris);
}

.articles .card button {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  border: 1px solid var(--gris);

}

.menu-footer-container .current-menu-item::before {
  display: none;
}