/* @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 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;
}









/*************** POST HEADER *****************/

.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: 10px;
  margin-bottom: 40px;
}

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

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

/*************** POST CONTENT *****************/

.content .content-post {
  margin-top: 120px;
}

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

.content .content-post h2 {
  margin-top: 50px; 
  margin-bottom: 50px;
}

.content .content-post h2 strong span {
  color: #3B3B3B;
  font-size: 26px!important;
  line-height: 39px;
  font-family: Maven Pro,sans-serif;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.content .content-post h3 strong span {
  color: #3B3B3B!important;
  font-size: 18px!important;
  line-height: 29px;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content .content-post h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.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;
}

blockquote {
  border-left: #7AB2E1 6px solid;
  padding-left: 60px;
  margin: 60px 0!important;
  padding-bottom: 30px;
}


.content .content-post blockquote em {
  color: #3B3B3B;
  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/Blog/%C3%A9l%C3%A9ment1.svg) ;
  position:relative; 
  left: -30px;
  top: 10px;
 }

/*************** 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: 22px;
  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;
}


/*************** POST RS *****************/

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

.social-media .info1 {
  border-left: 4px solid #7AB2E1;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.social-media .info1 .cat {
  margin-bottom: 10px;
}

.social-media .info1 .cat a.post__categ {
  background-color: #7AB2E1;
  color: #fff;
  padding: 5px 20px;
  text-transform: initial;
  text-decoration: none;
  border-radius: 30px;
}

.social-media .info1 .date .hero_post__date {
  color: #90959F;
  font-size: 16px!important;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: normal;
}

.social-media .social {
  border-left: 4px solid #7AB2E1;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-media .social p {
  color: #90959F;
  font-size: 16px!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;
}

.social-media .subscribe a {
  background: #7AB2E1;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
}

.social-media .subscribe {
  margin-top: 30px;
}

.social-media .info1 .cta1 {
  margin-bottom: 15px;
}


/* ========== 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;
}

/* ========== 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;
   }
}