/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 20 version
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

:root {
  --noir: #202020;
  --gris-etienne: #868686;
  --blanc: #ffffff;
  --blanc-hover: #f1f1f1;
  --gris-nav: #edeff5;
  --bleu-entete-piedPage: #032388;
  --bleu-articles: #0a3574;
  --presentation-h2: #4c5d77;
  --couleur-categorie: #ff5c01;
  --primary-blue: #0a3574;
  --accent-blue: #032388;
  --light-blue: #bfdbfe;
  --white: #ffffff;
  --transition: all 0.3s ease;
  --primary-ms: #0a3574;
  --primary-light-ms: #032388;
  --text-dark-ms: #1a1a1a;
  --text-gray-ms: #6b7280;
  --bg-light-ms: #f9fafb;
  --white-ms: #ffffff;
  --border-ms: #e5e7eb;
}
* {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.mobile {
  display: none;
}

body {
  margin: 0;
}
p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.04444444179534912px;
  color: var(--gris-etienne);
}
/*header*/
header .menu {
  gap: 2rem;
}
a {
  text-decoration: none;
}
header .span-blog {
  margin-right: 20vw;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.04444444179534912px;
}
header .entete {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: white;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  background-color: #093574;
  padding: 0.6rem 3rem;
}

header .titre-entete span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.04444444179534912px;
  color: white;
}

header .navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 6vw;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  z-index: 6;
  background-color: var(--bleu-articles);
}
header .reseaux {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  z-index: 6;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .reseaux .telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  width: 144px;
  font-size: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 144px;
  margin: 0 1rem;
}

header .reseaux .telephone a {
  text-decoration: none;
  color: #39619c;
  line-height: initial;
  padding: 0;
  margin: 0;
}

header .reseaux svg {
  -webkit-filter: invert(100%) contrast(100%) brightness(100) saturate(0%);
  filter: invert(100%) contrast(100%) brightness(100) saturate(0%);
}

header .navigation ul {
  margin: 0;
  padding: 0;
}
header .navigation .slug ul {
  gap: 0.25vw;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.04444444179534912px;
  color: white;
}
header .navigation .slug ul li a {
  text-decoration: none;
  color: white;
}

header .navigation .reseaux ul {
  gap: 1rem;
}

header .navigation .reseaux a {
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03888889029622078px;
  text-align: left;
}

header .navigation ul li {
  list-style: '';
}
/*menu*/
main.flex-col {
  gap: 3rem;
}
.hamburger {
  font-size: 2.175rem;
  cursor: pointer;
}
.container {
  margin: 0 15px;
}
.container li {
  list-style-type: '';
}

.container > li > ul {
  margin: 0;
}

.dropdown-arrow {
  font-size: 2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  margin: 0 0.625rem;
}

.dropdown-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-arrow-container {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slideshow-text h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nav-head {
  border-bottom: solid;
}

.nav-categorie {
  padding: 0.5rem 1rem;
  border-left: 3px solid #1d519d;
  background-color: #fbfbfb;
}
.dropdown-content .nav-categorie {
  -webkit-filter: brightness(97%);
  filter: brightness(97%);
}
.nav-categorie a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 7;
  top: 0;
  background-color: var(--blanc);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.sidenav a:not(.closebtn) {
  padding: 0.2rem 0.5rem;
  border-radius: 0, 3125rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  text-align: -webkit-center;
  color: #202020;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a {
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sidenav a:hover {
  background-color: var(--bleu-articles);
  border-radius: 5px;
  color: var(--blanc);
}

.sidenav .nav-head {
  padding: 0.2rem 1rem;
  border-bottom: 1px solid var(--bleu-entete-piedPage);
}

.sidenav .closebtn {
  font-size: 2.5rem;
  cursor: pointer;
}

.openNav {
  width: 40%;
}
/*section-entete-page-article*/
.section-entete-page-article {
  height: 24vw;
  padding: 8rem 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.section-entete-page-article img {
  width: 95%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5625rem;
  aspect-ratio: 16/9;
}

/* section-entete-blog*/
.entete-blog {
  padding: 6rem 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/maskblog.png) no-repeat right bottom;
}
.slogan-blog {
  text-align: center;
  padding: 4rem 0 9rem 0;
}
.slogan-blog h1 {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 4.0625rem;
  letter-spacing: -0.1388888955116272px;
  margin: 0;
}
.img-blog {
  position: absolute;
  right: 20vw;
  bottom: 2.5rem;
}
/*article-principal*/
.article-principal {
  margin: 0 6vw;
  background-color: var(--blanc);
  padding: 2rem 2rem 0 2rem;
  border-radius: 25px;
  position: relative;
  top: -5.5vw;
}
.image_resized {
  width: 100% !important;
}
.image_resized img {
  width: 100% !important;
}
.article-principal .image {
  margin: 0;
}
.article-principal img {
  aspect-ratio: 16/9;
  width: 100%;
}
.article-principal h1 {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: -0.1388888955116272px;
}
.article-principal h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -0.04444444179534912px;
  text-align: left;
}
.article-principal .entete-article {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2vw 0 2vw;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-principal .entete-article .profil {
  gap: 0.5rem;
}
.article-principal .entete-article .profil .profil-img {
  position: relative;
}
.article-principal .entete-article .profil .profil-img .connecte {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.article-principal .entete-article .btnPartage {
  gap: 1rem;
  padding: 1rem;
  border: 2px solid var(--bleu-articles);
  border-radius: 0, 625rem;
  border-radius: 1rem;
  background-color: var(--bleu-articles);
  color: var(--blanc);
}
.article-principal .categorie {
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 2vw;
}

.section-article-similaire .titreSimilaire {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1rem;
}
.section-article-similaire .articles-similaires {
  color: black;
  gap: 2rem;
}
.section-article-similaire .articles-similaires .article-similaire {
  height: 14vw;
  position: relative;
}
/*ici*/
.section-article-similaire .articles-similaires .titreArticleSim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 25vw;
  top: 0;
  height: 100%;
  color: var(--blanc);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding-left: 1vw;

  height: 14vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-article-similaire .articles-similaires a {
  width: 30vw;
  text-decoration: none;
}
.section-article-similaire .articles-similaires article {
  border-radius: 0, 3125rem;
}
.section-article-similaire .articles-similaires h1 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}
/*section-principal*/
.section-principal {
  padding: 0 12vw;
  gap: 6vw;
}
.section-principal aside {
  margin: 4rem 0 0 0;
  width: 40vw;
}
.section-principal aside .partie-presentation .presentation {
  margin-bottom: 1rem;
}
.section-principal aside .partie-presentation h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
}
.section-principal aside .partie-presentation h2 {
  font-family: Public Sans, Montserrat, Arial;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  color: var(--presentation-h2);
  margin-top: 0;
}
.section-principal aside .partie-presentation h3,
.section-principal aside .partie-presentation h1 {
  margin: 0;
}
.section-principal aside .partie-presentation ul {
  padding: 0;
  gap: 1rem;
}
.section-principal aside .partie-presentation ul li {
  list-style: '';
}
.section-principal aside .partie-presentation ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--gris-etienne);
  gap: 0.5rem;
}
.section-principal aside .partie-populaire {
  gap: 0.5rem;
}
.section-principal aside .partie-populaire .pluspopulaire {
  height: 14vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-principal aside .partie-populaire .pluspopulaire .articlePopulaire {
  height: 14vw;
}
.section-principal aside .partie-populaire .pluspopulaire .titre-article-populaire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--blanc);
}
.section-principal aside .partie-populaire .pluspopulaire .titre-article-populaire a {
  color: var(--blanc);
}
.section-principal aside .partie-populaire h1 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin: 0 0 0.5rem 0;
}
.section-principal aside .partie-populaire h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: 0;
}
.section-principal aside .partie-populaire .article-populaire {
  border-radius: 0, 3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-principal aside .partie-populaire a {
  text-decoration: none;
  color: black;
}

.section-principal aside .partie-populaire .article-sous-populaire {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}
.section-principal aside .partie-populaire a .article-sous-populaire {
  text-decoration: none;
  color: var(--noir);
}
.section-principal aside .partie-populaire a .article-sous-populaire span {
  color: var(--gris-etienne);
}
.section-principal aside .partie-populaire .article-sous-populaire img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 0, 3125rem;
}

.section-principal .section-article {
  width: 40vw;
  gap: 4rem;
}
.section-principal .section-article article h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: -0.1111110970377922px;
  text-align: left;
}
.section-principal .section-article .entete-article {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-principal .section-article .entete-article .categorie {
  gap: 1rem;
}
.section-principal .section-article .entete-article .profil {
  gap: 0.5rem;
}
.section-principal .section-article .entete-article .categorie .categorie-nom,
.article-principal .categorie .categorie-nom {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: -0.04444444179534912px;
  text-align: center;
  color: var(--gris-etienne);
}
.section-principal .section-article .entete-article .categorie .categorie-valeur,
.article-principal .categorie .categorie-valeur {
  background: rgba(255, 92, 1, 0.1);
  border-radius: 2.25rem;
  padding: 0.5rem;
  color: var(--couleur-categorie);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  letter-spacing: 0em;
  text-align: center;
}

.section-principal .section-article .entete-article .profil strong,
.article-principal .entete-article .profil strong {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.section-principal .section-article .entete-article .profil span,
.article-principal .entete-article .profil span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--presentation-h2);
}
.section-principal .section-article .entete-article .profil-img {
  position: relative;
}
.section-principal .section-article .entete-article .profil-img .connecte {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.gap-2 {
  gap: 2rem;
}
.section-principal .section-article article .articleImg {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-principal .section-article article .commentaire {
  gap: 2rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-principal .section-article article span {
  font-size: 14px;
}
.section-principal .section-article article .commentaire div {
  gap: 0.5rem;
}
.section-principal .section-article p {
  margin: 0;
}
.section-principal .section-article article a {
  text-decoration: none;
  color: var(--blanc);
  background-color: var(--bleu-articles);
  padding: 1rem;
  border-radius: 0.625rem;
  max-width: 12.1875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.04444444179534912px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section-principal .section-article article a:hover {
  -webkit-box-shadow: 0px 15px 20px rgba(55, 46, 229, 0.4);
  box-shadow: 0px 15px 20px rgba(55, 46, 229, 0.4);
  color: #fff;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
/*pagination*/
.pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination .precedent {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .btnSuivant {
  color: var(--bleu-articles);
  border: none;
  background-color: var(--blanc);
  cursor: pointer;
}

.pagination .buttonPage {
  gap: 1.25rem;
  margin-right: 1.25rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination .flechedirection {
  cursor: pointer;
}
.pagination .buttonPage span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination .buttonPage .rien {
  background-color: var(--blanc);
  color: var(--bleu-articles);
  border: none;
}
.pagination .buttonPage .btnNonChoisi {
  background-color: var(--blanc);
  color: var(--bleu-articles);
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pagination .buttonPage .btnNonChoisi:hover {
  background-color: #7385c6;
  color: var(--blanc);
}

.pagination .buttonPage .btnChoisi {
  background: var(--bleu-articles);
  color: var(--blanc);
  border: none;
  cursor: pointer;
}

.pagination .buttonPage button {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
}
.section-1 {
  width: 85%;
  margin-top: 4.0625rem;
  padding: 1.25rem;
}
footer {
  background: var(--bleu-articles);
  color: var(--blanc);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 4.0625rem;
}

#footer-blog .texte-entreprise {
  margin: 0 2rem 0 0;
}

#footer-blog li {
  list-style: none;
  margin-bottom: 10px;
}

#footer-blog .list-region-france {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#footer-blog .list-region-france:has(> span) {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: flex-start;
}

#footer-blog .list-region-france > span {
  display: flex;
  flex-direction: column;
}

#footer-blog #apropos {
  margin-top: 0rem;
}

#footer-blog #reseaux-sociaux-container ul {
  display: flex;
  gap: 1.5rem;
}

footer .section-1 div {
  width: 25%;
}
footer .section-1 .bloc-1 {
  width: 40%;
  padding: 0 0.625rem;
}
footer .section-1 .bloc-2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0.625rem;
}
footer h2 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1, 625rem;
  letter-spacing: -0.06666666269302368px;
  text-align: left;
}
footer p {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1, 25rem;
  letter-spacing: -0.04444444179534912px;
  text-align: left;
  color: var(--blanc);
}
footer ul {
  margin: 0 0 0, 3125rem;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: var(--blanc);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04444444179534912px;
  text-align: left;
}
footer .bloc-3 {
  -webkit-box-align: start;

  -ms-flex-align: start;

  -webkit-align-items: flex-start;

  align-items: flex-start;
}
footer .section-2 {
  width: 85%;
  padding: 1, 25rem 0;
  border-top: 1px solid;
  margin-top: 1, 25rem;
}
footer .section-2 span {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1, 25rem;
  letter-spacing: -0.04444444179534912px;
}

footer .social-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.625rem;
}
.hidden {
  display: none;
}
@media (max-width: 1024px) {
  header .span-blog {
    margin-right: 6vw;
  }
  .section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0 1, 25rem;
  }
  .section-article-similaire .articles-similaires .titreArticleSim {
    padding-top: 0;
    height: 14vw;
  }
  footer .bloc-3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: none;
    padding-bottom: 1, 25rem;
  }
  footer .section-1 .bloc-1 {
    width: 100%;
  }
  footer .section-1 .bloc-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0.625rem;
    width: 100%;
  }
  footer .section-1 div {
    border-bottom: solid 1px var(--blanc);
    width: 100%;
  }
  footer .section-2 {
    border-top: none;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 899px) {
  .section-article-similaire {
    display: none;
  }
  .article-principal .entete-article {
    padding: 1rem 0rem;
    gap: 2rem;
  }
  .section-principal {
    padding: 7vw;
  }

  .slogan-blog h1 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
  .slogan-blog h2 {
    font-size: 1.3rem;
  }

  #footer-blog h2 {
    text-align: center;
  }

  .domaine-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .logo-footer-container {
    display: flex;
    justify-content: center;
  }
  .logo-footer-container img {
    margin: 0.5rem 0 0 0;
  }
}
@media (max-width: 500px) {
  .logo {
    width: 140;
  }
  .reseaux .flex-center {
    display: none;
  }
  header .entete {
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 600px) {
  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tablette {
    display: none;
  }
  .hamburger {
    margin: 0;
  }
  header .menu {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .span-blog {
    display: none;
  }
  header .titre-entete {
    margin-right: 3vw;
  }
  header .navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
  }
  header .navigation .reseaux ul {
    gap: 2rem;
  }
  .navigation .slug {
    display: none;
  }
  .slogan-blog {
    padding: 5rem 0 6rem 0;
  }
  .article-principal {
    top: -6.5vw;
    margin: 0;
  }
  .section-entete-page-article {
    padding: 6.3rem 0 0 0;
    height: 50vw;
  }
  .section-entete-page-article img {
    width: 100%;
    border-radius: initial;
  }
  .section-principal {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-principal .section-article {
    width: 100%;
  }
  .section-principal aside {
    width: initial;
    margin: 0;
    gap: 3rem;
  }
  .section-principal aside .partie-presentation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .section-principal aside .partie-populaire {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .section-principal aside .partie-populaire .pluspopulaire {
    height: 35vw;
  }
  .section-principal aside .partie-populaire .pluspopulaire .articlePopulaire {
    height: 35vw;
  }

  .openNav {
    width: 100%;
  }
}

header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  z-index: 1000;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--bleu-articles);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  height: 70px;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.logo img {
  height: 48px;
  width: auto;
}

/* Menu Principal */
.liste-navigateur {
  display: flex;
  list-style: none;
  gap: 2rem;
  height: 100%;
}

.liste-navigateur li {
  display: flex;
  align-items: center;
}

.liste-navigateur a,
.nav-item {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Dropdown */
.nav-item {
  position: relative;
  height: 100%;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 240px;
  background: var(--white);
  border-radius: 8px;
  padding: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: var(--primary-blue) !important;
  border-radius: 6px;
  font-size: 0.95rem;
}

.dropdown-link:hover {
  background: #f3f4f6;
}

/* Boutons et Contact */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-right small {
  display: block;
  color: var(--light-blue);
  font-size: 0.75rem;
  font-weight: 600;
}

.btn-secondary {
  background: var(--white);
  color: var(--accent-blue);
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.btn-secondary:hover {
  background: #f0f0f0;
}

/* Mobile */
.menu {
  display: none;
}

/* Le menu déroulant */
.nav-item .dropdown {
  position: absolute;
  top: 100%;
  /* S'affiche juste en dessous du header */
  left: -20px;
  width: 260px;
  background: #ffffff;
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  border: 1px solid #f3f4f6;
  z-index: 1000;
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Les liens dans le menu */
.dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 26px;
  border-radius: 8px;
  color: #374151;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}

.dropdown-link:hover {
  background: #f9fafb;
  /* color: var(--primary); */
}

/* --- ICONES --- */
.material-symbols-outlined {
  display: inline-block;
  /* Correction : on les affiche */
  font-size: 20px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Rotation de la flèche au survol */
.nav-item:hover > .material-symbols-outlined {
  transform: rotate(180deg);
}

.dropdown-link span {
  font-weight: 500;
}

.material-symbols-outlined {
  display: none;
}

.nav-item .dropdown a {
  color: var(--primary-theme-color-opacity06) !important;
}

.dropdown-link:hover span {
  /* color: var(--primary); */
}

/* Masquer le menu mobile par défaut sur desktop */
.menu {
  display: none;
}

#demande-devis-btn-header {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
}

.header-right {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 1rem;
}

.header-right small {
  color: #bfdbfe;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}

.header-right a strong {
  font-weight: 600 !important;
}

@media (max-width: 1024px) {
  .liste-navigateur {
    display: none;
  }

  .menu {
    display: block;
    cursor: pointer;
  }
}

/* --- STRUCTURE DU MENU --- */
#mobile-menu-overlay-ms {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.4);
  backdrop-filter: blur(4px);
  z-index: 9998;
  /* Un niveau sous le menu */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#mobile-menu-overlay-ms.active-ms {
  opacity: 1;
  pointer-events: auto;
}

#mobile-menu-ms {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  max-width: 350px;
  background: var(--white-ms);
  z-index: 9999;
  /* Toujours au dessus */
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 0 15px -3px rgba(0, 0, 0, 0.1);
  font-family: 'Inter', sans-serif;
}

#mobile-menu-ms.active-ms {
  transform: translateX(0);
}

/* --- HEADER --- */
.menu-header-ms {
  background: var(--primary-ms);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-ms);
}

.brand-ms {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon-ms {
  background: var(--white-ms);
  color: var(--primary-ms);
  padding: 5px;
  border-radius: 8px;
  display: flex;
}

.brand-text-ms {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 16px;
}

.close-btn-ms {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- NAVIGATION CORPS --- */
.menu-body-ms {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}

.nav-item-ms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  color: var(--text-dark-ms);
  font-weight: 600;
  border-bottom: 1px solid var(--border-ms);
  border-radius: 8px;
  transition: background 0.2s;
}

.nav-item-ms:hover {
  background: var(--bg-light-ms);
}

/* --- ACCORDÉON --- */
.accordion-btn-ms {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.accordion-content-ms {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: var(--white-ms);
}

.accordion-content-ms.open-ms {
  max-height: 1500px;
}

.sub-link-ms {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px !important;
  text-decoration: none;
  color: var(--text-gray-ms);
  font-size: 15px;
  border-left: 3px solid transparent;
}

.sub-link-ms:hover {
  background: var(--bg-light-ms);
  color: var(--primary-light-ms);
  border-left-color: var(--primary-light-ms);
}

.rotate-icon-ms {
  transition: transform 0.3s;
}

.rotate-icon-ms.open-ms {
  transform: rotate(180deg);
}

/* --- BOUTONS D'ACTION --- */
.menu-actions-ms {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px 20px 10px;
}

.btn-devis-ms {
  background: var(--primary-light-ms);
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(3, 35, 136, 0.15);
}

.btn-tel-ms {
  background: var(--bg-light-ms);
  color: var(--text-dark-ms);
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--border-ms);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Conteneur principal du bas */
.menu-footer-ms {
  margin-top: auto;
  /* Pousse le bloc vers le bas si le parent est en flex */
  padding: 20px 10px;
  text-align: center;
  font-size: 13px;
  color: #666;
  border-top: 1px solid var(--border-ms);
}

/* Style des liens */
.menu-footer-ms a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover effect */
.menu-footer-ms a:hover {
  color: var(--primary-color, #007bff);
  /* Utilise votre couleur primaire */
}

/* Séparateur point milieu */
.separator-ms {
  margin: 0 8px;
  color: #ccc;
}

.dropdown a span {
  color: var(--primary-blue);
}

@media (max-width: 1024px) {
  .liste-navigateur {
    display: none;
  }

  .menu {
    display: block;
    cursor: pointer;
  }

  .header-right strong {
    font-size: 0.9rem;
  }

  #demande-devis-btn-header {
    display: none;
  }

  .header-right {
    display: none;
  }
}
