.blog-posts-info-section{
  padding-top: 100px;
  padding-bottom: 100px;
}


.blog-post__meta .blog-index__post-timestamp,
.blog-post__meta .blog-index__post-author-name{
  font-size: 18px;
  font-weight: 500;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}


.blog-post__meta .blog-index__post-timestamp{
  color: #007883;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.blog-post__meta .blog-index__post-author-name{
  color: #007883;
  transition: all .3s ease;
  display: none;
}

.blog-post__meta .blog-index__post-author-name:hover{
  color: #007883;
  font-size: 18px;
  font-weight: 500;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}


/* heading */
.blog-posts-info-section h1{
  text-align: center;
}


.blog-posts-info-section article.blog-post{

}

.blog__post-tags{
  position: relative;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog__post-tags a.blog__post__tag__link{
  font-size: 16px;
  font-weight: 400;
  color: #04121F;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 5px 12px;
  transition: all .3s ease;
}


.blog__post-tags a.blog__post__tag__link:hover{
  background-color: #007883;
  color: #ffffff;
}

.blog-post__meta{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: 100px;
  flex-direction: column;
}


.blog-post__meta a:hover{
  font-size: 18px;
  font-weight: 500;
  color: ;
}

.blog-post__featured-image__box{
  height: 550px;
  overflow: hidden;
  border-radius: 24px;
}

.blog-post__featured-image__box img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-post__body{
  position: relative;
  display: block;
  padding: 50px 0 0 0;  
}
.blog-post__body .left-block{
  flex:0 0 16.66667%;
}


.blog-post__body .right-block{
  flex:0 0 66.66667%;
}
.blog-post-content-block{
  position: relative;
}
.blog-post__body a{
  color: #007883;
  text-decoration: underline;
 
}
.blog-post__body a:hover {
  color: #ffc000;
  text-decoration: underline;
}

/** } 
.blog-post__body ul{
  padding: 0 0;
  margin: 0 0;
  padding-left: 10px;
}
.blog-post__body ul>li{
  position: relative;
  padding-left: 10px;
  line-height: normal;
  margin-bottom: 5px;
  color: #007883;

}
.blog-post__body ul>li::marker{
  font-size:0;
}

.blog-post__body ul>li:before{
  position: absolute;
  content:"";
  background: #007883;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  left: 0;
  top: 7px;
}*/


  
.blog-post__body ul{
  list-style: inside;
  color: #007883;
}
.blog-post__body ul>li{
  list-style: inside;
  color: #007883;

}
.blog-post__body ul>li::marker{
  list-style: inside;
}

.blog-post__body ul>li:before{
  list-style: inside;
  color: #007883;
}



  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);*/

.blog-post__body blockquote{
  border-left: #080808 5px solid;
  padding: 10px 10px 10px 20px;
}

.blog-related-posts{
  padding-top: 100px !important;
}


.blog-related-posts__list{
  display: flex;
  justify-content: space-between;
  margin:0 -20px;
}


.blog-related-posts__list>article{
  padding: 15px;
  width: 50%;
}

/*==== image css ====*/
img.blog-related-posts__image{
  height: 350px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.blog-related-posts__post-image-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.blog-related-posts__post-image-wrapper:before{
  position: absolute;
  content:"";
  background: rgb(255 255 255 / 70%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.blog-related-posts-image-link{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E1CFA;
  width: 140px;
  height: 140px;
  border-radius: 100px 100px;
  color: #ffffff;
  transform: scale(0);
  transition-duration: 0.2s;
}

/*==== hover state ====*/
.blog-related-posts__post-image-wrapper:hover:before{
  opacity: 1
}

.blog-related-posts__post-image-wrapper:hover .blog-related-posts-image-link{
  color: #ffffff;
  transform: scale(1);
  transition-delay:0.2s;
}

.blog-related-posts__title-box{
  margin-bottom: 25px;
}

.blog-related-posts__title-box .blog-related-posts__title-link{
  font-size: 24px;
  transition: all 0.4s ease;
  display: block;
}

.blog-related-posts__title-box .blog-related-posts__title-link:hover{
  color: ;
}

.blog-related-posts__post .blog-post__meta{
  margin-bottom: 0px;  
}


/* Social Links */

.social-share-block>span {
  padding-bottom:10px;
  display:block;
  color: #007883;
  font-weight: 600;
}

.social-share-block ul {
  padding:0;
  margin:0;
  text-align:center
}
.social-share-block ul>li {
  list-style-type:none;
  margin-bottom:10px;
  padding-left:0px !important
}
.social-share-block ul>li:before{
  display: none;
}
.social-share-block ul>li:last-child {
  margin-bottom:0
}
.social-share-block ul>li>a {
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  color: #007883;
  border: 1px solid #007883;
  -webkit-border-radius:50px 50px;
  -moz-border-radius:50px 50px;
  -o-border-radius:50px 50px;
  -ms-border-radius:50px 50px;
  border-radius:50px 50px;
  font-size:20px;
  line-height:48px;
  text-align:center;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
  -ms-transition:.3s;
  transition:.3s;
  text-decoration:none;
}


.social-share-block ul>li>a:hover {
  background: #007883;
  color: #ffffff;
}
.social-menu-fixed{
  position: fixed;
  top: 0;
  left: auto;
}
.hide-social-menu-fixed{
  position: sticky;
}


/* Related Post Section Starts Here */
.related-post-section{
  margin: 80px 0;
}

/* Related Post Section Ends Here */

.blog-post-comment-section .post__subscribe__form__outer-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.blog-post-comment-section .post__subscribe__form__inner-block {
	max-width: 100%;
	width: 100%;
}

.blog-post-comment-section {
	padding: 80px 0;
}

.post-comment-form-main .grecaptcha-badge {
	margin: 0;
}

.post-comment-form-main .post__subscribe__form__inner-block form .hs_submit {
	margin-left: 0;
}

.blog-post-comment-section h3,
.blog-post-comment-section h4,
.blog-post-comment-section h5,
.blog-post-comment-section h6,
.related-post-section h3,
.related-post-section h4,
.related-post-section h5,
.related-post-section h6,
.author-detail-wrap h3,
.author-detail-wrap h4,
.author-detail-wrap h5,
.author-detail-wrap h6 {
  margin-bottom: 15px !important;
}

.author-detail-wrap .hs-author-avatar {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.post-profile-image {
  margin-bottom: 15px;
}

.blog-post-social-wrap .hs-author-social-link {
	padding: 0 10px;
}

.author-description .author-link {
	font-weight: 700;
  color: #007883;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  
}
.author-description {
  font-weight: 700;
  color: #007883;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 

  /* Ajouter une taille de police plus petite pour la description de l'auteur */
  font-size: 14px; /* Vous pouvez ajuster la taille en fonction de vos préférences */
  
  /* Justifier le texte au lieu de le centrer */
  text-align: justify;
}


.author-description .author-link:hover {
  color: #007883;
}

.author-detail {
	max-width: 50%;
	margin: 0 auto;
	text-align: center;

}

.author-detail-wrap .hs-author-avatar {
  margin: 0 auto;
}
.blog-post-content-block {
  /* Ajouter de la marge en bas entre le module précédent et .author-detail-wrap */
  margin-bottom: 40px; /* Par exemple, ajoutez 40px d'espace en bas */
}

.author-detail-wrap {
	/* Ajuster l'espace en haut et en bas en modifiant le padding */
  padding-top: 20px; /* Par exemple, réduisez l'espace en haut */
  padding-bottom: 20px; /* Ajoutez de l'espace en bas */
    /* Ajouter un arrière-plan gris à tout le module et définir la largeur à 100% */
  background-color: #F5F4F0; /* Ou toute autre couleur grise de votre choix */
  width: 100%; /* Largeur à 100% de la fenêtre */
  box-sizing: border-box; /* Inclure le padding dans la largeur */
   /* Ajouter une bordure blanche avec un rayon de coin de 20px */
  border: 1px solid white;
  border-radius: 20px;

}

@media only screen and (max-width: 991px) {
  .author-detail {
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px){

  .blog-post__featured-image__box{
    height: 350px;
    overflow: hidden;
  }

  .post__subscribe__form__inner-block {
    width: auto;
  }

  img.blog-related-posts__image {
    height: 300px;
  }

  .blog-related-posts-image-link{
    width: 90px !important;
    height: 90px !important;
  }
  
  .body-container--blog-post .blog-posts-info-section {
    padding-top: 0;   
  }
  
  .body-container.body-container--blog-post {
      margin-top: 0;
      float: left;
      width: 100%;
      padding-top: 50px;
  }
  
  .blog-post-comment-section {
    padding: 50px 0;
  }
  
  .author-detail-wrap {
    padding-top: 50px;
  }
  
  .blog-posts-info-section {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 575px){
  .blog-post__body .left-block {
    flex: 0 0 25%;
  }
  .blog-post__body .right-block {
    flex: 0 0 75%;
  }
  .blog-related-posts-image-link{
    width: 90px !important;
    height: 90px !important;
  }
  .post__subscribe__form__inner-block {
    width: 100%;
  }
  .post-subscribe-block form.hs-form{
    flex-wrap: wrap;
  }
  .post-subscribe-block form.hs-form .hs_email{
    position: relative;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .post-subscribe-block form.hs-form .hs_submit{
    position: relative;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
  .blog-related-posts__list{
    flex-wrap: wrap;
  }
  img.blog-related-posts__image{
    height: 250px;
  }
  
}

@media only screen and (max-width: 560px) {
  .author-detail {
    max-width: 100%;
  }
    .blog-post__meta{
  margin-top: 0px;
}
}







/* Blog post css */
.post__subscribe__form__inner-block{
  max-width: 500px;
}


.post__subscribe__form__inner-block form .hs_submit{
  margin-left: 22px;
}

@media only screen and (max-width: 574px){
  .post__subscribe__form__inner-block form .hs_submit{
    margin-left: 0;
  }
    .blog-post__meta{
  margin-top: 0px;
}
}



@media screen and (max-width: 767px) {

  .blog-post h1{
    font-size: 60px;
    margin-bottom: 24px;
  }

  .blog-post .caption {
    margin-bottom: 40px;
    padding-left: 62px;
  }

  .blog-post .caption::before{
    width: 30px;
  }

  .blog-related-posts__title-box .blog-related-posts__title-link{
    font-size: 26px;
  }

  .blog-related-posts__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 -20px;
  }


  .blog-related-posts__list>article{
    width: 100%;
  }
}

@media screen and (max-width: 444px) {

  .blog-post h1{
    font-size: 42px;
    margin-bottom: 18px;
  }

  .blog-post.caption {
    margin-bottom: 25px;
  }

  .blog-related-posts__title-box .blog-related-posts__title-link{
    font-size: 22px;
  }
  .blog-post__meta{
  margin-top: 0px;
}