/* Layout */

.hs-blog-post-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

nav {
    height: auto;
}
/* .header__container .header__top {
  display: none;
} */

.hs-blog-post-listing__post {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  overflow: hidden;
  /*   width: 100%; */
  margin-bottom: 0;
  box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15), 0px 2px 4px 0px rgba(136, 144, 194, 0.20);
}

/* Featured image */

.hs-blog-post-listing__post-image {
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}

/* Article content */

.hs-blog-post-listing .hs-blog-post-listing__post .hs-blog-post-listing__post-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /*   padding:10px; */
  padding-top: 0px;
  padding-bottom: 30px;

}

.blog-section {
  padding: 100px 0 0;
}

/* .hs-blog-post-listing__post-tags, */
.hs-blog-post-listing__post-title,
.hs-blog-post-listing__post-timestamp,
.hs-blog-post-listing__post-author,
.hs-blog-post-listing__post-image--card {
  margin: 0 0 5px;
}

.hs-blog-post-listing__post-tags {
  line-height: 20px;
}

/* Author */

.hs-blog-post-listing__post-author {
  align-items: center;
  display: flex;
}

.hs-blog-post-listing__post-author .hs-blog-post-listing__post-author-name {
  display: flex;
  gap: 4px;
}

.hs-blog-post-listing__post-author-image-wrapper {
  height: 40px;
  margin-right: 0.5rem;
  width: 40px;
}

.hs-blog-post-listing__post-author-image {
  height: 50px;
  object-fit: cover;
  width: 50px;
  border-radius: 100%;
  border: 3px solid #FFF;
  background: #FFF;

  /* btn/CTA/shadow */
  box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15), 0px 2px 4px 0px rgba(136, 144, 194, 0.20);
}

/* Tags */

.hs-blog-post-listing__post-tag {
  display: inline-block;
  text-transform: uppercase;
  line-height: 16.25px;
}

/* Publish date */

.hs-blog-post-listing__post-timestamp {
  display: block;
  font-size: 14px;
  color: #114245;
  display: flex;
  justify-content: center;
}

}

/* Button */

.hs-blog-post-listing__post-button-wrapper {
  margin-top: auto;
}

.hs-blog-post-listing__post-button {
  display: inline-block;
}

.p3-readmore {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 72px;
  border-radius: 4px;
  border: 2px solid var(--Couleur-4, #114245);
  background: #FFF;
  color: #114245;
  font-size: 14px;
  box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15), 0px 2px 4px 0px rgba(136, 144, 194, 0.20);
  padding: 16px 32px;
  font-weight: 600;
}

/* .p3-blog__desc {
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 100%;
color: #114245;
width: 532px;
margin-top: 17px;
/*   height: 176px; */
} */

.p3-blog__desc {
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  color: #114245;
  width: 100%;
  margin-top: 17px; 
  text-align: center;
}
.p3-blog__title {
  color: #114245;
  font-size: 18px;
  padding-top: 190px;
  text-transform: uppercase;
  line-height: 18px;
}

@media only screen and (max-width: 640px) {
  .p3-blog__desc {
    width: 100%;

  }

  .hs-blog-post-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
  }

  .hs-blog-post-listing__post {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;


  }

}

@media only screen and (max-width: 768px) {
  .hs-blog-post-listing__post {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;

  }
}

.p3-readmore_link {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration-line: underline
}

.blog-section .hs-blog-post-listing {
  margin: 0 -15px;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post {
  width: 33.3%;
  padding: 0 15px;
  box-shadow: none;
}

.circle-button {
  display: none !important;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .hs-blog-post-listing__post-title {
  font-size: 18px;
  color: #000;
  line-height: normal;
  margin: 0;
  padding-bottom: 15px;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post-description {
  font-size: 17px;
  margin: 0;
  line-height: 24px;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .hs-blog-post-listing__post-title a {
  color: #000;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post a.hs-blog-post-listing__post-image-wrapper {
  height: 270px;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section .tag .hs-blog-post-listing__post-tag {
  text-transform: lowercase;
  font-size: 17px;
  color: #Fff;
  background: #425b76;
  padding: 10px;
  text-decoration: none;
  border-radius: 5px;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post-author .hs-blog-post-listing__post-author-image-wrapper {
  display: none !important;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section .hs-blog-post-listing__post-author .hs-blog-post-listing__post-author-name {
  text-decoration: none;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section .author,
.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section .time {
  position: relative;
  padding-left: 5px;
}

.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section .author:before,
.blog-section .hs-blog-post-listing .hs-blog-post-listing__post .tag-author_section .time:before {
  background: #1e1e1e;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 4px;
  left: -6px;
  margin: auto;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 4px;
}
.blog-section article.custom_margin {
  padding-bottom: 261px !important;
}
@media screen and (max-width:767px) {
  .blog-section .hs-blog-post-listing .hs-blog-post-listing__post {
    width: 100%; 
  } 
  .blog-section {
    padding: 50px 0 0;
  }
  .hs-pagination { 
    margin-bottom: 60px !important;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .blog-section .hs-blog-post-listing .hs-blog-post-listing__post {
    width: 50%; 
  } 
  .hs-pagination { 
    margin-bottom: 130px !important;
  }
}
@media (min-width:1025px) and (max-width:1201px) { 
  .hs-pagination { 
    margin-bottom: 180px !important;
  }
}