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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/******************************  HEADER  ********************************/

.bkg {
  background: #F0F4F8;
}

.bkg .header-nav img {
  max-width: 160px;
}

.bkg-post {
  background-image: url('https://infos.armor-proteines.com/hubfs/Blog/Groupe%2043073.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

/******************************  HEADER  ********************************/

.bkg-post .header-nav img {
  max-width: 400px;
}

.header {
  overflow: hidden;
  display: flex;
}

.header-nav {
  padding: 15px 0;
}

.header a {
  display: block;
  padding: 20px;
  color: #17110D;
  text-decoration: none;
  line-height: 20px;
  font-weight: 500;
}

.header a:hover { color: #000; text-decoration: none; }

.header ul li.news a {
  width: fit-content;
  padding: 10px 15px 13px;
  margin: 0 auto;
  border: 1px solid #7AB2E1;
  border-radius: 30px;
  background-color: #7AB2E1;
  color:#fff;
}

.header nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s; 
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  margin: auto;
  font-size: 14px;
  margin-right: 0;
}

.header nav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.header nav li {
  display: block;
  text-align: center;
}

.header nav a {
  padding: 10px 0;
  width: 100%;
} 

.header nav a:active {
  color: #17110D;
}

#nav { display: none; }

#nav:checked ~ nav {
  max-height: 300px; /* This can be anything bigger than your nav height. The transition duration works with this */
}


@media only screen and (min-width: 768px) {

  .header label { display: none; }

  .header nav {
    width: auto;
    max-height: none;
  }

  .header nav ul {
    padding: 0;
    padding-right: 10px;
  }

  .header nav li {
    display: inline-block;
    text-align: left;
  }

  .header nav a {
    display: inline-block;
    padding: 20px 15px;
    width: auto;
  }

  .header nav li.news {
    margin-left: 5px;
    border: 1 px solid #111;
    border-radius: 30px;
    background-color: #fff;
    color:#7AB2E1;
  }
}

 @media (max-width: 768px) {
    .header {
      overflow: hidden;
      display: block!important;
   } 
}










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

.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: 80px;
  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: 100px;
  margin-top: 50px;
}




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


/******************************  ALL ARTICLES = TITLE ******************************/

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

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














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

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

.hero_post h1.hero_post__titre{
  color: #fff;
  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: #fff;
  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: #7AB2E1;
  font-size: 29px!important;
  line-height: 37px;
  font-family: Maven Pro,sans-serif;
  font-weight: 700;
}

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

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

/***************************************/
/************* 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;
     margin-botttom: 20px;
   }
}

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