/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

@font-face {
  font-family: 'DinPro';
  font-style: normal;
  font-weight: normal;
  src: url('https://infos.armor-proteines.com/hubfs/LP-Ressources/DINPro.otf');
}

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700&display=swap');

body {
  font-family: 'Maven Pro', sans-serif;
  position: relative;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #38414E;
}

.hidden {
  display: none!important; 
}

img {
  width: 100%; 
}

.container {
  max-width: 1366px!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 0 25px;
}

.container-fluid {
  width: 100%;
  padding-right: 0px!important; 
  padding-left: 0px!important; 
  margin-right: auto;
  margin-left: auto;
}


/**********************************************************  LISTING BLOG  **********************************************************/


/******************************  TITRE PRINCIPAL  ********************************/

.main-listing {
  position: relative; 
}

.hero_global {
  background-image: url('https://infos.armor-proteines.com/hubfs/Blog/Groupe%204416-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}

.hero_blog_image {
  text-align: right;
}

.hero_blog_image img {
  width: 650px;
}

.main-listing h1 {
  color: #22376B;
  font-size: 50px;
  line-height: 56px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: bold;
  margin-top: 65px;
}

.main {
  position: relative; 
}

.main h1 {
  color: #22376B;
  font-size: 45px;
  line-height: 50px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 180px;
}

.main .the-last-article {
  margin-bottom: 100px;
  margin-top: 50px;
}

.main-listing .the-last-article {
  margin-bottom: 20px;
  margin-top: 0px;
}

/****************************** ARTICLES A LA UNE ********************************/

.main-listing .last-post .article-rec,
.main .last-post .article-rec {
  border-radius: 30px;
  background-color: #F0F4F8;
  margin-top: 0px;
}

.main-listing .last-post .article-rec .card-head,
.main .last-post .article-rec .card-head {
  border-radius: 30px 30px 0 0;
}

.main-listing .last-post .article-rec .last-post__meta,
.main .last-post .article-rec .last-post__meta {
  padding: 30px 30px 80px 30px;
}

.main-listing .last-post .article-rec .date_post,
.main .last-post .article-rec .date_post {
  color: #17110D;
  font-size: 14px;
  font-family: 'Maven Pro', sans-serif;
}

.main-listing .last-post .article-rec img,
.main .last-post .article-rec img {
  width:10px; 
  margin-left:5px;
}

.main-listing .last-post .article-rec .last-post__meta a,
.main .last-post .article-rec .last-post__meta a {
  color: #65B7E3;
  position: absolute; 
  right: 70px;
  text-decoration: none; 
  font-weight: bold;
  bottom: 30px;
}

.main-listing .last-post .article-rec .card-head h3.card-post__titre,
.main .last-post .article-rec .card-head h3.card-post__titre {
  padding: 30px;
}

.main-listing .last-post .article-rec .card-head h3 a,
.main .last-post .article-rec .card-head h3 a {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
  position: absolute; 
  bottom: 40px;
  font-weight: 700;
}

.main-listing .last-post .article-rec p.card-post__desc,
.main .last-post .article-rec p.card-post__desc {
  font-family: 'Maven Pro', sans-serif;
  color: #17110D;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-top: 20px;
}

/******************************  ARTICLE MORE CONSULT = BLOC  ********************************/

.main-listing .last-post .popular-post,
.main .last-post .popular-post  {
  border-radius: 30px;
  background-color: #F0F4F8;
  margin-top: 40px;
}

.main-listing .last-post .popular-post .card-head .card-overlay,
.main .last-post .popular-post .card-head .card-overlay {
  border-radius: 30px 30px 0 0;
}

.main-listing .last-post .popular-post .card-head,
.main .last-post .popular-post .card-head {
  border-radius: 30px 30px 0 0;
}

.main-listing .last-post .popular-post .last-post__meta,
.main .last-post .popular-post .last-post__meta {
  padding: 30px 30px 80px 30px;
}

.main-listing .last-post .more-popular h4,
.main .last-post .more-popular h4 {
  color: #7AB2E1;
  font-family: 'Maven Pro', sans-serif;
  font-size: 25px; 
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.main-listing .last-post .popular-post .card-head h3 a,
.main .last-post .popular-post .card-head h3 a {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
  position: absolute; 
  bottom: 10px;
  padding: 30px;
  font-weight: 700;
}

.main-listing .last-post .popular-post p.card-post__desc,
.main .last-post .popular-post p.card-post__desc {
  font-family: 'Maven Pro', sans-serif;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  margin-top: 20px;
}

.main-listing .last-post .popular-post .last-post__meta a,
.main .last-post .popular-post .last-post__meta a {
  color: #65B7E3;
  position: absolute; 
  right: 70px;
  text-decoration: none; 
  font-weight: bold;
  bottom: 30px;
}

.main-listing .last-post .popular-post .last-post__meta img,
.main .last-post .popular-post .last-post__meta img {
  width:10px; margin-left:5px;
}

.main-listing .last-post .popular-post .date_post,
.main .last-post .popular-post .date_post {
  color: #90959F;
  font-weight: bold;
  font-family: 'Maven Pro', sans-serif;
}

/* =========================================================== PAGE LISTING =============================================================== */

/* ================================= SIDEBAR ================================= */

.sidebar {
  padding-left: 50px;
  top: 20px;
}

.sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #011D46;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-title svg {
  flex-shrink: 0;
}

/* ================================= BLOC INFOGRAPHIE ================================ */

.sidebar-infographic {
  background: #7AB2E1;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 24px;
}

.sidebar-infographic__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 3px solid #65B7E3;
}

.sidebar-infographic__header h4.sidebar-title {
  background: #B0CB42;
  border-radius: 10px;
  padding: 10px 20px;
  color: #17110D;
  font-size: 14px;
}

.sidebar-infographic__subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.sidebar-infographic__subtitle span {
  color: #22376B;
}

.sidebar-infographic__image {
  width: 200px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  margin: auto;
  position: relative;
   z-index: 1000;
}

.object_after {
  margin-bottom: 20px;
}

.object_after img.sidebar-infographic__image {
  position: relative;
  z-index: 1
}

.object_after img.sidebar-infographic__image:after {
  content: '';
  background-image: url('https://infos.armor-proteines.com/hubfs/AP%20-%20Template%20Email/effet_bkg.png');
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sidebar-infographic__btn {
  display: block;
  width: 100%;
  background: #22376B;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 60px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

a.sidebar-infographic__btn:hover {
  text-decoration: none;
}

.sidebar-infographic__btn:hover {
  opacity: 0.85;
  color: #fff;
}

/* ======================================= ARTICLES POPULAIRES =============================== */

.sidebar-popular {
  background: #fff;
  padding: 30px 0 20px;
}

.sidebar-popular__header {
  margin-bottom: 10px;
}

.sidebar-popular__header h4.sidebar-title {
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
  margin: 0 0;
  width: max-content;
  color: #17110D;
  z-index: 0;
  font-weight: 700;
  font-family: "Maven Pro";
  letter-spacing: 0.2px;
  position: relative;
}

.sidebar-popular__header h4.sidebar-title::before {
  content: "";
  position: absolute;
  left: -10px;
  background: #7AB2E1;
  width: 60px;
  height: 9px;
  top: 18px;
  z-index: -3;
}

.sidebar-post {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 0;
}

.sidebar-post__separator {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 0;
}

.sidebar-post__number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #B0CB42;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 2px;
}

.sidebar-post__content {
  flex: 1;
}

.sidebar-post__title {
  font-size: 18px;
  margin: 0 0 6px 0;
  line-height: 1.4;
  font-weight: 700;
  color: #22376B;
  margin-bottom: 10px;
}

.sidebar-post__title a {
  color: #011D46;
  text-decoration: none;
}

.sidebar-post__title a:hover {
  color: #65B7E3;
}

.sidebar-post__meta {
  font-size: 12px;
  color: #17110D;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

/************************************************************  PAGE CATEGORIE ************************************************************/

.main-listing .title__articles h2,
.main .title__articles h2 {
  color: #7AB2E1;
  font-family: 'Maven Pro', sans-serif;
  font-size: 29px; 
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 35px;
}

.title__articles {
  background: url('https://infos.armor-proteines.com/hubfs/Blog/armor_after_vague_titre.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 80px;
}

/****************************** ALL ARTICLES ******************************/

.main-listing .card-post .card-head,
.main .card-post .card-head {
  border-radius: 30px 30px 0 0;
}

.main-listing .card-post .card-overlay,
.main .card-post .card-overlay {
  border-radius: 30px 30px 0 0;
}

.main-listing .card-post,
.main .card-post {
  border-radius: 30px;
  background-color: #F0F4F8;
  margin-top: 30px;
  height: 450px;
}

.main-listing .card-post .card-body,
.main .card-post .card-body {
  padding: 30px 30px 80px 30px;
}

.main-listing .card-post .card-head h3 a,
.main .card-post .card-head h3 a {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
  position: absolute; 
  bottom: 10px;
  font-weight: 700;
  padding: 30px;
}

.main-listing .card-post .card-body p,
.main .card-post .card-body p {
  font-family: 'Maven Pro', sans-serif;
  color: #17110D;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-top: 20px;
}

.main-listing .card-post .card-body a,
.main .card-post .card-body a {
  color: #65B7E3;
  position: absolute; 
  right: 70px;
  text-decoration: none; 
  font-weight: bold;
  bottom: 30px;
}

.the-last-article .builder-cta__element a {
  color: #65B7E3;
  background-color: #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 20px;
}

.main-listing .card-post .card-body img,
.main .card-post .card-body img {
  width:10px; margin-left:5px;
}

.main-listing .card-post .date_post,
.main .card-post .date_post {
  color: #17110D;
  font-size: 14px;
  font-family: 'Maven Pro', sans-serif;
}

.main-listing .builder-cta__element,
.main .builder-cta__element {
  background-color: #7AB2E1;
  border-radius: 30px;
  margin-top: 30px;
  text-align: center;
  padding: 146px 30px;
}

.main-listing .builder-cta__element h2.builder-cta__element__container__titre,
.main .builder-cta__element h2.builder-cta__element__container__titre {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.main-listing .builder-cta__element p,
.main .builder-cta__element p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 28px;
  font-family: 'Maven Pro', sans-serif;
}

.main-listing .builder-cta__element a.cta_button,
.main .builder-cta__element a.cta_button {
  background-color: #fff;
  color: #7AB2E1;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
}

/****************************** PAGINATION ******************************/

.pagin {
  margin-top: 50px; 
}

.pagin ul li {
  display: inline-block;
  list-style-type: none;
}

.pagin ul  {
  padding-left: 0;
}

.pagin ul li:first-child,
.pagin ul li:last-child {
  border: 1px solid #DDDBDB;
  border-radius: 30px;
  padding: 10px 20px;
}

.pagin ul li:first-child.disabled,
.pagin ul li:last-child.disabled {
  display: none;
}

.pagin ul li:first-child a,
.pagin ul li:last-child a {
  text-decoration: none; 
  color: #414141;
}

.pagin ul li a {
  text-decoration: none; 
  color: #414141;
  padding: 0 8px;
}

.pagin ul li a.active {
  font-weight: bold; 
  color: #7AB2E1;
}

.pagin ul li.active a {
  font-weight: bold;
}

.js-pagination ul li.active a {
  font-weight: bold;
}


/*****************************************************************************************************/
/**************************************** ARTICLE SIMPLE PAGE ****************************************/
/*****************************************************************************************************/


/****************************** TITRE ET IMAGE ******************************/

.hero_post {
  background: url('https://infos.armor-proteines.com/hubfs/AP%20-%20Template%20Email/Groupe%20de%20masques%2017.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 0px;
}

.hero_post__image {
  border-radius: 20px;
  width: 480px;
  float: right;
}

.hero_post h1.hero_post__titre {
  color: #22376B;
  text-transform: initial;
  font-size: 35px;
  line-height: 47px;
  font-family: Maven Pro, sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

/* --- Container de l'image + blobs --- */
.hero_img {
  position: relative;
  width: 450px;
  margin-left: auto; /* garde l'alignement à droite, remplace le float */
}

/* --- Image ronde --- */
.hero_img__circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero_post__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0; /* le border-radius est maintenant géré par .hero_img__circle */
}

/* --- Blobs décoratifs --- */
.hero_img__blob {
  position: absolute;
  pointer-events: none;
}

.hero_img__blob--navy {
  width: 260px;
  bottom: -60px;
  right: 0px;
  z-index: 3;
}

/****************************** TEXTE D'INTRODUCTION ******************************/

.introduction_article {
  margin-bottom: 60px;
}

.introduction_article p {
    color: #17110D;
    font-size: 16px;
    line-height: 27px;
    font-family: Maven Pro, sans-serif;
    font-weight: 500;
}

/****************************** DATE + TEMPS LECTURE ******************************/

.date_introduction {
  margin-bottom: 25px;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #22376B; /* bleu foncé du texte */
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  width: 16px;
  height: 16px;
  color: #7AB2E1; /* bleu clair des icônes */
  flex-shrink: 0;
}

/****************************** CATEGORIES ******************************/

.categorie {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #22376B; /* bleu foncé du texte */
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 40px;
  margin-right: 60px;
  margin-bottom: 50px;
}

.cta1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

a.post__categ {
  text-decoration: none;
  background: #F0F4F8;
  color: #22376B;
  font-size: 12px;
  border-radius: 10px;
  padding: 8px 10px;
}

/****************************** CE QU'IL FAUT RETENIR ******************************/

.section_retenir {
  margin-bottom: 0px;
  margin-right: 60px;
  position: relative;
}

.retenir {
position: relative;
  margin-bottom: 120px;
}

.retenir-card-inner {
  border: 1px solid #7AB2E1;
  border-radius: 20px;
  background: #fff;
  padding: 30px 30px;
  position: relative;
  z-index: 1000;
}

.retenir::after {
  content: "";
  position: absolute;
  top: -80px;
  left: -260px;
  width: 620px;
  max-width: 70vw;
  aspect-ratio: 620 / 400;
  background-image: url("https://infos.armor-proteines.com/hubfs/AP%20-%20Template%20Email/Groupe%204397.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -10; /* était 1 */
  pointer-events: none;
}

.retenir h3 {
  font-size: 20px;
  line-height: 1.4;
  width: max-content;
  color: #17110D;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Maven Pro";
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 20px;
}

.retenir h3::before {
  content: "";
  position: absolute;
  left: -10px;
  background: #7AB2E1;
  width: 60px;
  height: 9px;
  top: 16px;
  z-index: -11;
}

.retenir ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.retenir li {
  display: flex;
  align-items: flex-start;
}

.retenir li:last-child p {
  margin-bottom: 0;
}

.retenir li::before {
  content: "•";
  color: #7AB2E1;
  margin-right: 8px;
  flex-shrink: 0; /* empêche la puce de se réduire */
}

/****************************** ARTICLE ******************************/

.content .content-post {
  margin-top: 0px;
  padding-right: 60px;
}

.content .content-post p {
  color: #17110D;
  font-size: 16px;
  line-height: 30px;
  font-family: Maven Pro,sans-serif;
  font-weight: 400;
}

.content .content-post h2 {
  margin-top: 50px; 
  color: #22376B;
  font-size: 26px!important;
  line-height: 38px;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 30px;
}

.content .content-post p img, .content .content-post img {
  border-radius: 20px;
  margin: 30px 0;
  width: auto;
}

.content .content-post h3 {
  color: #22376B;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}

.content .content-post ul li {
  color: #17110D;
  font-size: 16px;
  line-height: 30px;
  font-family: Maven Pro,sans-serif;
  font-weight: 400;
}

.content .content-post ul li ::marker {
  color: #7AB2E1;
}

.content .content-post p a,
.content .content-post ul li a {
  color: #7AB2E1;
  font-size: 16px;
  text-decoration: underline;
  line-height: 30px;
  font-family: Maven Pro,sans-serif;
  font-weight: 500;
}

/****************************** CITATION ******************************/

blockquote {
  background: #F0F4F8;
  border-radius: 20px;
  padding: 50px 40px 30px;
  margin: 30px 0!important;
  position:relative; 
}

.content .content-post blockquote em {
  color: #22376B;
  font-size: 16px;
  line-height: 30px;
  font-family: Maven Pro,sans-serif;
  font-weight: 500;
  font-style: normal;
}

.content .content-post blockquote::before{ 
  content:url('https://infos.armor-proteines.com/hubfs/AP%20-%20Template%20Email/citation.svg') ;
  position:relative; 
  left: 0px;
  top: -10px;
 }

.content .content-post blockquote::after {
  content:url('https://infos.armor-proteines.com/hubfs/AP%20-%20Template%20Email/Email%20-%2026/Groupe%204402.svg') ;
  position:absolute; 
  right: -110px;
  bottom: -100px;
}

/****************************** CTA DANS L'ARTICLE ******************************/

.cta_lacto {
  background: #F0F4F8;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 40px auto;
}

.cta_lacto__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* --- Contenu texte --- */
.cta_lacto__content {
  flex: 1;
  max-width: 480px;
}

.cta_lacto__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #B0CB42;
  color: #17110D;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 0px;
}

.cta_lacto__badge-icon {
  width: 16px;
  height: 16px;
}

.cta_lacto h3.cta_lacto__titre {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #22376B;
  margin: 20px 0 20px;
}

.cta_lacto h3 span {
  color: #7AB2E1;
}

.cta_lacto p {
  font-size: 16px;
  line-height: 1.6;
  color: #17110D;
  margin: 0 0 32px;
}

.cta_lacto__btn {
  display: block;
  width: 100%;
  background: #22376B;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 60px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

a.cta_lacto__btn:hover {
  text-decoration: none;
}

.cta_lacto__btn:hover {
  opacity: 0.85;
  color: #fff;
}

.cta_lacto__visual {
  position: relative;
  flex-shrink: 0;
  width: 420px;
  text-align: center;
}

.cta_lacto__blob {
  position: absolute;
  width: 90px;
  top: 30px;
  left: 30px;
  z-index: 1;
  pointer-events: none;
}

.cta_lacto__dot {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

img.cta_lacto__image {
  position: relative;
  z-index: 1000;
  margin: auto!important;
  width: 220px!important;
}

/****************************** CHIFFRES CLES ******************************/

.chiffre_cle {
  position: relative;
  margin: 50px 0 70px;
}

.chiffre_cle::after {
  content:url('https://infos.armor-proteines.com/hubfs/AP%20-%20Template%20Email/Email%20-%2026/Groupe%204401.svg') ;
  position:absolute; 
  left: -130px;
  bottom: -60px;
}

.chiffre_cle__card {
  position: relative;
  z-index: 2;
  background: #F0F4F8;
  border-radius: 20px;
  padding: 30px 50px 50px;
}

.chiffre_cle h3.chiffre_cle__label {
  display: block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 14px!important;
  text-transform: uppercase;
  color: #22376B!important;
  margin-bottom: 20px;
  margin-top: 0;
}

.chiffre_cle__row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.chiffre_cle__stat {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.chiffre_cle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chiffre_cle__icon img {
  width: 70px;
  height: 70px;
  margin: 0!important;
}

.chiffre_cle__text p.chiffre_cle__chiffre {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #22376B;
  margin: 0 0 8px;
}

.chiffre_cle__text p.chiffre_cle__desc {
  font-size: 15px;
  line-height: 1.3;
  color: #22376B;
  margin: 0;
}

.chiffre_cle__divider {
  width: 2px;
  height: 90px;
  background-image: linear-gradient(to bottom, #7AB2E1 40%, transparent 40%);
  background-size: 2px 12px;
  background-repeat: repeat-y;
  flex-shrink: 0;
}

/****************************** FAQ ******************************/



/****************************** POST AUTRES ******************************/

.autres h2.autres_titre {
  color: #17110D;
  font-size: 29px!important;
  line-height: 37px;
  text-transform: uppercase;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
  position: relative;
}

.autres h2.autres_titre::before {
  content: "";
  position: absolute;
  left: -10px;
  background: #7AB2E1;
  width: 60px;
  height: 9px;
  top: 24px;
  z-index: -3;
}

.autres {
  margin: 90px 0 170px;
}

/****************************** POST CTA ******************************/

.cta__box {
  background: linear-gradient(259deg, rgba(122,178,225,1) 0%, rgba(34,55,107,1) 100%);
  border-radius: 30px;
  padding: 50px;
  text-align: center;
  margin-top: 90px;
}

.cta__box p.cta__box__titre {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}

.cta__box a.cta_button {
  background-color: #fff;
  color: #7AB2E1;
  font-size: 16px!important;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
}



/*****************************************************************************************************/
/********************************************** SIDEBAR **********************************************/
/*****************************************************************************************************/

.social-media {
  margin-top: 120px;
  padding-left: 0px;
}

/****************************** AUTEUR ******************************/

.hero_post__author img {
  border-radius: 50%;
  width: 60px;
}

.hero_post__author strong {
  color: #17110D;
  font-size: 14px;
  line-height: 37px;
  font-family: Maven Pro,sans-serif;
  font-weight: 500;
  padding-left: 20px;
}

.hero_post__author {
  margin-bottom: 30px;
}

/****************************** RESEAUX SOCIAUX ******************************/

.social-media .social {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.social-media .social p {
  color: #22376B;
  font-size: 18px!important;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: normal;
}

.social-media .social p.share-social {
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 0;
}

/****************************** NEWSLETTER ******************************/

.social-media .subscribe {
  margin-bottom: 40px;
}

.newsletter_article {
  background: #F0F4F8;
  border-radius: 20px;
  padding: 30px 30px;
  text-align: center;
}

.newsletter_article h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: auto;
  width: max-content;
  color: #17110D;
  z-index: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Maven Pro";
  letter-spacing: 0.2px;
  position: relative;
}

.newsletter_article h4::before {
  content: "";
  position: absolute;
  left: -1px;
  background: #B0CB42;
  width: 40px;
  height: 9px;
  top: 16px;
  z-index: -3;
}

.newsletter_article .hs_submit.hs-submit input[type="submit"] {
  background: #7AB2E1;
  border: 1px solid #7AB2E1;
  color: #ffffff;
  font-family: "Maven Pro";
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.newsletter_article form h3 {
  display: none;
}

.newsletter_article input[type="email"]{
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #7AB2E1;
  border-radius: 10px;
  background: #ffffff;
  font-size: 12px;
  outline: none;
  width: 100%;
}
 
.newsletter_article input[type="email"]:focus{
  border-color: #7AB2E1;
  box-shadow: 0 0 0 3px rgba(127,179,224,0.3);
}

/****************************** CTA DOWNLOAD ******************************/

.cta_download .sidebar-infographic__header {
border-bottom: none;
}

.cta_download .sidebar-infographic__image {
    width: 160px;
}







/*************************************************** RESPONSIVE *************************************************/



/* --- Responsive --- */
@media (max-width: 768px) {
  .chiffre_cle {
    padding: 30px 20px 50px;
  }

  .chiffre_cle__card {
    padding: 24px;
  }

  .chiffre_cle__row {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .chiffre_cle__divider {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #7AB2E1 40%, transparent 40%);
    background-size: 12px 2px;
    background-repeat: repeat-x;
  }

  .chiffre_cle__blob {
    width: 180px;
    height: 120px;
    left: -50px;
  }
}


/* --- Responsive --- */
@media (max-width: 900px) {
  .cta_lacto {
    padding: 40px 24px;
  }

  .cta_lacto__inner {
    flex-direction: column;
    text-align: center;
  }

  .cta_lacto__content {
    max-width: 100%;
  }

  .cta_lacto__visual {
    width: 100%;
    max-width: 320px;
    height: 340px;
  }

  .cta_lacto__circle {
    width: 260px;
    height: 260px;
  }

  .cta_lacto__image {
    width: 200px;
  }
}


/* --- Responsive --- */
@media (max-width: 991px) {
  .hero_img {
    width: 320px;
    margin: 40px auto 0;
  }

  .hero_img__circle {
    width: 320px;
    height: 320px;
  }

  .hero_img__blob--navy {
    width: 180px;
  }
}





/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    margin-top: 40px;
    position: static;
  }
}

/* ================================= SECTION FILTRES ========== */

.blog-filters {
  padding: 18px 0;
}

.margin_filtre {
  margin-bottom: 30px;
}

.filters-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.filters-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #011D46;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.filters-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.filter-select {
  width: auto;
  padding: 10px 36px 10px 14px;
  border: 1px solid #7AB2E1;
  border-radius: 10px;
  font-size: 12px;
  color: #17110D;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23011D46' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color 0.2s ease;
}

.filter-select:focus {
  outline: none;
  border-color: #65B7E3;
  box-shadow: 0 0 0 3px rgba(101, 183, 227, 0.15);
}

@media (max-width: 768px) {
  .filters-wrapper {
    flex-wrap: wrap;
    gap: 14px;
  }
  .filters-controls {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .filters-controls {
    flex-direction: column;
  }
  .filter-group {
    width: 100%;
  }
}






/***************************************/
/************* RESPONSIVE  *************/
/***************************************/

 @media (max-width: 1400px) {
   .bkg_footer {
    height: 590px;
     margin-top: -260px;
   }

 @media (max-width: 1200px) {
    .main-listing .card-post,
   .main .card-post {
  border-radius: 30px;
  background-color: #F0F4F8;
  margin-top: 30px;
  height: 480px;
}
   .builder-cta__element {
   height: 480px;
   }
   .hero_post h1.hero_post__titre {
    font-size: 30px;
     line-height: 37px;
   }
}

@media (max-width: 1000px) {
  .newsletter {
    margin-top: 20px;
  }
  .newsletter .legal-consent-container .hs-richtext p {
    padding: 0 130px;
  }
  .hero_post__image {
    width: 400px;
  }
  .hero_img {
    margin-top: 50px;
    float: left;
  }
  .hero_img img {
    width: 500px;
  }
  .content .content-post {
    margin-top: 70px;
  }
  .social-media {
    margin-top: 70px;
  }
}

 @media (max-width: 882px) {
    .main-listing .card-post,
   .main .card-post {
  border-radius: 30px;
  background-color: #F0F4F8;
  margin-top: 30px;
  height: 470px;
}
   .newsletter .hs_email input {
    width: 90%;
   }
   .builder-cta__element {
   height: 470px;
   }

}

 @media (max-width: 768px) {
    .main-listing .card-post,
   .main .card-post {
  border-radius: 30px;
  background-color: #F0F4F8;
  margin-top: 30px;
  height: 440px;
}
   .builder-cta__element {
   height: 440px;
   }
.main-listing .builder-cta__element, .main .builder-cta__element {
    background-color: #7ab2e1;
    height: 340px;
    border-radius: 30px;
    margin-top: 30px;
    text-align: center;
    padding: 80px 30px;
}
   .main-listing .last-post .more-popular h4, .main .last-post .more-popular h4 {
    margin-top: 40px;
   }
   .header {
    position: relative;
     margin-top: -210px;
   }
   ul.active-branch {
    padding-top: 60px!important;
   }
   .main-listing h1 {
    font-size: 35px;
     line-height: 46px;
     margin-top: 15px;
   }
   .newsletter .legal-consent-container .hs-richtext p {
    padding: 0 0;
   }
   .footer {
    text-align: center;
   }
   .footer .footer-block ul {
    float: initial;
     text-align: center;
   }
   .footer .footer-block {
    text-align: center;
   }
   .footer a img {
    margin-bottom: 40px;
   }
   .bkg_footer {
    height: 620px!important;
     margin-top: -180px!important;
   }
}

   
   @media (max-width: 993px) {
   .title__articles {
    padding: 20px 0 10px;
    margin-bottom: 0px!important;
    }
     .blog-filters {
    padding: 18px 0;
    margin-bottom: 0px;
}
     .sidebar-infographic {
      text-align: center;
     }
     .sidebar-infographic__header h4.sidebar-title {
      margin: auto;
     }
}

   
/********************* POUR DE MENU BURGER ***********************/
 @media (max-width: 1100px) {
   .main-listing h1 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 15px;
    padding-bottom: 70px;
    }
   .hero_blog_image {
    display: none;
   }
}