/* Layout */

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

.hs-blog-post-listing__post {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 16px;
  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;
  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: 10px;

}

.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-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;
  width: 255px;
}

}

/* 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;
}
.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-top: 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;
  }
  .hs-blog-post-listing.p3-blog_layout { 
    display: flex; 
  }
  .blog-section {
    padding: 40px 0 0 !important;
  }
}
.p3-readmore_link{
  font-size:14px;
  font-weight: 600;
  line-height: 100%; 
  text-decoration-line: underline
}
.blog-section article.hs-blog-post-listing__post a.hs-blog-post-listing__post-image-wrapper img {
  min-height: 166px;
  max-height: 166px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  border-bottom: none;
}

.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-button-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-button-wrapper a.p3-readmore_link {
  background: #003374;
  display: block;
  position: relative;
  padding: 10.5px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  border-radius: 0 0 16px 16px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.blog-section article.hs-blog-post-listing__post {
  position: relative;
}
.blog-section article.hs-blog-post-listing__post .blog-info-details {
  padding-top: 10px;
  padding-bottom: 20%;
}

.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-tags a {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px; 
  color: #003374;
}
.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
.blog-section {
  padding: 40px 0; 
}
.blog-section section.hs-blog-post-listing.p3-blog_layout {
  margin: 0;
}
.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-button-wrapper a.p3-readmore_link svg {
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.5s;
}
.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-title a {
  color: #003374;
}

.blog-section article.hs-blog-post-listing__post .blog-info-details time {
  justify-content: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #003374;
  margin-bottom: 15px;
}
.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-button-wrapper a.p3-readmore_link:hover {
  background: #0060A9;
}

.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-button-wrapper a.p3-readmore_link:hover svg {
  transform: rotate(-80deg);
}

.blog-section article.hs-blog-post-listing__post .blog-info-details .hs-blog-post-listing__post-tags {
  margin-bottom: 2px;
}

@media (min-width: 769px) and (max-width: 1024px){
  .hs-blog-post-listing.p3-blog_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-section article.hs-blog-post-listing__post { 
    width: 46%;
    height: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1201px){
  .hs-blog-post-listing.p3-blog_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-section article.hs-blog-post-listing__post { 
    width: 31%;
    height: auto;
  }
}