.blog.blog--post .header-module::before {
	max-width: calc(121rem - 4rem);
}

.blog .body-container-wrapper {
	max-width: 121rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
@media (max-width: 992px) {
	.blog--index .body-container-wrapper {
		overflow: hidden;
	}
}

.body-container--blog-post {
	position: relative;
}

.body-container--blog-post {
	padding-top: 14rem;
	padding-bottom: 8rem;
}
.body-container--blog-index {
	padding-top: 19rem;
	padding-bottom: 8rem;
}

.blog-index__listing .blog-index__post {
	flex: 0 0 calc((100% / 3) - (3rem / (3/2)));
	margin-bottom: 3rem;
	opacity: 1;
	max-height: 1000px;
	transition: opacity 0.2s ease, max-height 0.2s ease, margin-bottom 0.4s ease;
}

.blog-index__listing .blog-index__post--hidden {
	max-height: 0;
	opacity: 0;
	margin-bottom: 0;
}

.blog-index__listing .blog-index__post:not(:nth-child(3n + 1)) {
	margin-left: 3rem;
}

.blog-related-posts .blog-index__listing .blog-index__post:not(:nth-child(3n + 1)) {
	margin-left: 0;
}

.blog-index__listing .blog-index__post.blog-index__post--highlight {
	flex: 0 0 100%;
	margin-left: 0;
	margin-bottom: 9rem;
}

.blog-index__listing .blog-index__post--highlight .blog-index__post-content {
	margin-top: 4rem;
}

.blog-index__listing .blog-index__post--highlight .blog-index__post-tag {
	margin-bottom: 1rem;
}

.blog-header__title {
	font-size: 6.4rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	margin-bottom: 6rem;
}

.blog-header__search {
	margin-top: 2rem;
	margin-bottom: 6rem;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.blog-header__tags {
	margin: 0 auto 3rem;
}
.blog-header__tag {
	margin-left: 1.9rem;
	margin-right: 1.9rem;
}
.blog-header__tag a {
	margin-bottom: 1.5rem;
	margin-top: 1.3rem;
	padding: 0;
	color: #2D3E50;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.2s ease;
}
.blog-header__tag a:hover {
	color: #FFC000;
}

.blog-index__post {
	position: relative;
	width: 100%;
	margin-bottom: 6rem;
}

.blog-index__post--highlight {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 11rem;
}
.blog-index__post-image {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.blog-index__post--highlight .blog-index__post-image {
	height: 514px;
}

.blog-index__post-content {
	max-width: 100%;
	margin-top: 3rem;
}

.blog-index__post--highlight .blog-index__post-content {
	margin-top: 4rem;
}

.blog-index__post-title {
	font-family: "NovecentoWide",sans-serif;
	font-weight: 600;
	line-height: 1.45;
	font-size: 2.2rem;
	margin-bottom: 1.4rem;
}

.blog-index__post--highlight .blog-index__post-title {
	max-width: 770px;
	font-size: 3.4rem;
	margin-bottom: 1.2rem;
	text-align: center;
}

.blog-index__post-tag {
	position: relative;
	font-size: 1.2rem;
	color: #000000;
	z-index: 2;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 1.2rem;
	transition: opacity ease 0.2s;
}

.blog-index__post-tag:hover {
	opacity: 0.8;
}

.blog-index__post-summary {
	color: #838383;
	font-weight: 300;
}

.blog-index__post--highlight .blog-index__post-summary {
	font-size: 1.8rem;
	max-width: 630px;
	text-align: center;
}

.blog-index__post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.blog-pagination__link {
	background-color: #fff;
	border-radius: 0;
	border: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color: #464646;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
	padding: 0.5rem 2.1rem;
	text-decoration: none;
	transition: background ease 0.2s;
}
.blog-pagination__link:hover {
	background-color: #ebebeb;
}
.blog-pagination__link--active {
	background-color: #ebebeb;
}
.blog-pagination__prev-link {
	border-left: 0;
}
.blog-pagination__next-link {
	border-right: 0;
}

.blog-share {
	position: absolute;
	top: 0;
	left: -5rem;
	height: 100%;
	width: 25px;
	transform: translateX(-50%);
}

.blog-share__list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}


.blog-share__item {
	line-height: 0;
}

.blog-share__link {
	color: #C4C4C4;
	line-height: 0;
	transition: color 0.2s ease;
}
.blog-share__link:hover {
	color: #000;
}

.blog--post .blog-post {
	border: 0;
	align-items: flex-start;
}
.blog--post .blog-post::after {
	content: none;
}

.blog-post__featured-image {
	flex: 0 0 100%;
	line-height: 0;
	margin-bottom: 9rem;
	text-align: right;
}

.blog-post__featured-image {
    width: 100%;
    overflow: hidden; /* Masque le contenu qui dépasse */
}

.blog-post__featured-image img {
    width: 100%;
    height: 450px; /* Limite la hauteur à 450px */
    object-fit: cover; /* Recadre l'image sans déformation */
    object-position: center; /* Centre l'image pour un recadrage équilibré */
    image-rendering: auto;
   filter: brightness(1.1) contrast(1.05);/* Maintient la qualité de l'image */
}
   
}
.blog.blog--post .header-module::before {
    max-width: 0%; /* Suppression de la limite */
    left: 0px; /* S'assurer que l'image démarre du bord gauche */
    right: 0px; /* L'étendre jusqu'au bord droit */
}

.body-container--blog-post {
    padding-left: 0;
    padding-right: 0;
}

.blog-post__title {
	font-family: "NovecentoWide", sans-serif;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 5rem;
}

.blog-post__author-image {
	border-radius: 50%;
	margin-right: 1.4rem;
}
.blog-post__author-link {
	display: inline-flex;
	color: #000;
	align-items: center;
	margin-bottom: 3rem;
	transition: color 0.2s ease;
}
.blog-post__author-link:hover {
	color: #1e2b33;
}

.blog-post__tag-link {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #000;
	margin-bottom: 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-post__meta {
	flex: 0 0 calc((100% / 12) * 4);
	padding-right: 3rem;
}


.blog-post__timestamp {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #000;
}

.blog-post__body {
	margin-left: auto;
	flex: 0 0 calc((100% / 12) * 8);
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
	font-family: "NovecentoWide", sans-serif;
	font-weight: 600;
}

.blog-post__body h2 {
	font-family: "NovecentoWide", sans-serif;
	font-weight: 600;
	font-size: 26px !important;
	line-height: 1.4;
	margin-bottom: 2rem; /* Ajuster la marge inférieure pour l'espacement */
	padding-left: 0rem; /* Ajouter du padding à gauche pour correspondre aux paragraphes */
	padding-right: 0rem; /* Ajouter du padding à droite pour correspondre aux paragraphes */
	width: auto; /* Assurez-vous que la largeur est automatique pour s'adapter au conteneur */
	transform: none; /* Enlever la transformation */
	max-height: none; /* Enlever la limitation de hauteur */
  text-transform: uppercase; /* Forcer le texte en majuscules */
}

.blog-post__body h3 {
    font-family: "NovecentoWide", sans-serif;
	font-weight: 400 !important; /* Utilisez !important si nécessaire */
	font-size: 1.625rem;
	line-height: 1.4;
	margin-bottom: 2rem; /* Ajuster la marge inférieure pour l'espacement */
	padding-left: 2rem; /* Ajouter du padding à gauche pour correspondre aux paragraphes */
	padding-right: 2rem; /* Ajouter du padding à droite pour correspondre aux paragraphes */
	width: auto; /* Assurez-vous que la largeur est automatique pour s'adapter au conteneur */
	transform: none; /* Enlever la transformation */
	max-height: none; /* Enlever la limitation de hauteur */
  text-transform: none !important; /* Forcer le texte en majuscules */
}

.blog-post__body .hs_cos_wrapper_type_rich_text a {
	display: inline;
	color: #000;
	position: relative;
	background-image: linear-gradient(to right, #fefa74, #fefa74);
	background-size: 100% 15px;
	background-position: bottom center;
	background-repeat: no-repeat;
	transition: font-weight 0.2s ease;
}
.blog-post__body .hs_cos_wrapper_type_rich_text a:hover,
.blog-post__body .hs_cos_wrapper_type_rich_text a:focus {
	font-weight: 700;
}

.hs-inline-edit .blog-post__body h2 {
	max-height: unset;
	transform: unset;
}

.blog-related-posts {
	margin-top: 10rem;
}

.blog-related-posts__post {
	position: relative;
	flex: 0 0 calc((100% / 3) - (3rem / (3/2)));
	margin-bottom: 2.5rem;
	border-radius: 0;
	overflow: hidden;
}
.blog-related-posts__post:not(:nth-child(3n + 1)) {
	margin-left: 3rem;
}



.blog-related-posts__image {
	height: 330px;
	width: 100%;
	object-fit: cover;
}

.blog-related-posts__title {
	text-align: center;
	font-size: 4.4rem;
	margin-bottom: 6rem;
  text-transform: none;
} 
.blog-related-posts__list .blog-index__post-link {
	left: 0;
	width: 100%;
}
.blog-related-posts__list .blog-index__post-title {
	font-size: 2rem;
	transition: color ease 0.2s;
  text-transform: none;
}
.blog-related-posts__list .blog-index__post-tag {
	font-size: 1.2rem;
}
.blog-related-posts__list .blog-index__post-summary {
	font-size: 1.4rem;
}
.blog-related-posts__list .blog-related-posts__post:hover .blog-index__post-title {
	color: #ffc000;
}

.blog-post__body-author {
	position: relative;
	padding-top: 6rem;
	padding-left: 7rem;
	padding-bottom: 3.7rem;
}

.blog-post__body-author::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: calc(100% - 6rem);
	background-color: #000;
}

.blog-post__body-author-title {
	font-size: 2.1rem;
	margin-bottom: 3rem;
	font-family: "NovecentoWide", sans-serif;
	font-weight: 600;
	line-height: 1.43;
  text-transform: none;
}

.blog-post__body-author-image {
	border-radius: 50%;
}

.blog-post__body-author-texts {
	padding-left: 1.4rem;
}

.blog-post__body-author-name {
	position: relative;
	display: inline-block;
	font-family: "NovecentoWide", sans-serif;
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 0.8rem;
	padding-top: 1.2rem;
	color: transparent;
}

.blog-post__body-author-name::before {
	content: attr(data-name);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #000;
	transform: translateY(-50%);
	font-family: "NovecentoWide", sans-serif;
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1;
	z-index: 2;
}

.blog-post__body-author-name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -5px;
	width: calc(100% + 10px);
	height: 12px;
	background-color: #fefa74;
	z-index: 1;
}

.blog-post__body-author-bio {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.blog-post__body-author-socials {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	
}

.blog-post__body-author-socials-item {
	line-height: 0;
}

.blog-post__body-author-socials-item:not(:first-of-type) {
	margin-left: 3.5rem;
}

.blog-post__body-author-socials-link {
	color: #000;
	line-height: 0;
}

.blog-index__listing-more {
	text-align: center;
	width: 100%;
	margin-top: 3rem;
}

.blog-index__listing-more button.cta-style {
	border: 0;
	padding: 2rem 6rem
}
.blog-index__listing-more {
	opacity: 1;
	visibility: visible;
	max-height: 150px;
	transition: opacity 0.2s ease, visibility 0.2s ease, max-height 0.2s ease;
}
.blog-index__listing-more--hidden {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.blog-header__author {
	
}

.blog-header__author-avatar {
	
}
.blog-header__author-name {
	position: relative;
	padding-top: 4rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.blog-header__author-name::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 350px;
	width: 100vw;
	height: 1px;
	background-color: #000;
	transform: translateX(-50%);
}

.blog-header__author-bio {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8rem;
}

.back-to-listing {
	color: #000;
	margin-bottom: 7rem;
	font-size: 1.2rem;
}
.back-to-listing svg {
	height: 8px;
}

@media (max-width: 1279px) {
	.blog-index__listing .blog-index__post {
		flex: 0 0 calc((100% / 2) - (3rem / (2/1)));
	}
	
	.blog-related-posts .blog-index__listing .blog-index__post {
		flex: 0 0 calc((100% / 3) - (3rem / (3/2)));
    margin-right: 10;
	}

	.blog-index__listing .blog-index__post:not(:nth-child(3n + 1)) {
		margin-left: 0rem;
	}
	
	.blog-index__listing .blog-index__post:not(:nth-child(2n + 1)) {
		margin-left: 3rem;
	}
	
	.blog-index__post--highlight .blog-index__post-image {
		height: 330px;
	}
	
	.blog-share {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 25px;
		transform: unset;
		margin-bottom: 5rem;
	}
	.blog-share__list {
		justify-content: center;
		align-items: center;
	}
	.blog-share__item {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.blog-share__item:first-of-type {
		margin-left: 0;
	}
	.blog-share__item:last-of-type {
		margin-right: 0;
	}
	.blog-post__body h2 {
		padding-right: 6.2rem;
	}
	.blog-post__featured-image img {
		max-width: unset;
	}
	.back-to-listing {
		margin-bottom: 3rem;
	}
}

@media (max-width: 1024px) {
	.blog-post__body h2 {
		padding-right: 3.1rem;
	}
	.blog-related-posts .blog-index__listing .blog-index__post {
		flex: 0 0 100%;
	}
	.blog-related-posts .blog-index__listing .blog-index__post:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	.body-container--blog-post {
		padding-top: 12rem;
	}
}

@media (max-width: 767px) {
	.blog-header__title {
		font-size: 2.9rem;
		margin-bottom: 4rem;
	}

	.blog-index__listing .blog-index__post {
		flex: 0 0 100%;
	}
	
	.body-container--blog-post {
		padding-top: 10rem;
	}
	.body-container--blog-index {
		padding-top: 15rem;
	}
	.blog-index__listing .blog-index__post:not(:nth-child(odd)),
	.blog-index__listing .blog-index__post:not(:nth-child(2n + 2)) {
		margin-left: 0;
	}
	
	.blog-index__post {
		flex: 0 0 100%;
		margin-bottom: 4rem;
	}
	
	.blog-index__post--small {
		max-width: 100%;
	}

	.blog-pagination__link-text--desktop {
		display: none;
	}
	
	.blog-post__featured-image--desktop {
		display: none;
	}
	.blog-post__featured-image--mobile {
    flex: 0 0 100%; /* Utiliser 100% de la largeur du conteneur */
    transform: none; /* Enlever la transformation pour éviter les décalages */
    margin-bottom: 0; /* Aucune marge en bas */
}
	.blog-post__featured-image img {
    width: 100%; /* S'assurer que l'image occupe toute la largeur disponible */
    height: 350px !important; /* Ajuster la hauteur automatiquement pour conserver les proportions */
    object-fit: contain; /* Ajuster l'image pour qu'elle soit entièrement visible */
    max-width: 100vw; /* Limiter la largeur à celle de la fenêtre d'affichage */
}

	.blog-post__title--desktop {
		display: none;
	}
	.blog-post__title--mobile {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}

	.blog-post__meta {
		flex: 0 0 100%;
		flex-wrap: wrap;
		padding-right: 0;
		margin-bottom: 4rem;
	}
	.blog-post__meta-inner {
		padding-bottom: 3rem;
	}
	.blog-post__body {
		flex: 0 0 100%;
	}

	.blog-post__body h2 {
		width: 100%;
		max-height: unset;
		padding-right: 0rem;
		transform: unset;
		margin-bottom: 4rem;
    font-size: 1.625rem !important ; /* Ajuste cette taille selon tes besoins */
	}
  
  	.blog-post__body h3 {
		width: 100%;
		max-height: unset;
		padding-right: 0rem;
		transform: unset;
		margin-bottom: 4rem;
    font-size: 1.625rem !important ; /* Ajuste cette taille selon tes besoins */
	}
  
  .blog-post__body h4 {
		width: 100%;
		max-height: unset;
		padding-right: 0rem;
		transform: unset;
		margin-bottom: 4rem;
    font-size: 2rem !important ; /* Ajuste cette taille selon tes besoins */
	}

	.blog-post__body-author {
		padding-left: 1.7rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
	}
	.blog-post__body-author::before {
		height: calc(100% - 4rem);
	}

	.blog-post__body-author-title {
		font-size: 1.8rem;
	}

	.blog-post__body-author-image {
		width: 40px;
		height: 40px;
	}
	
	.blog-post__body-author-name,
	.blog-post__body-author-name::before {
		padding-top: 0;
		font-size: 2rem;
		line-height: 1.4;
	}
	
	.blog-post__body-author-name::after {
		height: 8px;
	}
	
	.blog-index__post--highlight {
		margin-bottom: 6rem;
	}
	
	.blog-index__post--highlight .blog-index__post-title,
	.blog-index__post-title {
		font-size: 2rem;
	}

	.blog-index__post--highlight .blog-index__post-summary,
	.blog-index__post-summary {
		font-size: 1.4rem;
	}
	
	.blog-index__post--highlight .blog-index__post-content {
		margin-top: 3rem;
	}
	
	.blog-related-posts__title {
 		font-size: 3.4rem;
		margin-bottom: 4rem;
	}
	.blog-share {
		margin-bottom: 3rem;
	}
}

@media (max-width: 540px) {
	.blog-related-posts__title {
		text-align: left;
		line-height: 1.5;
	}
	.blog-header__author-bio {
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) {
	.blog-index__listing .blog-index__post--highlight .blog-index__post-tag {
		display: none;
	}
	.blog-pagination__link-text--mobile {
		display: none;
	}
	.blog-post__featured-image--mobile {
		display: none;
	}
	.blog-post__title--mobile {
		display: none;
	}
}

@media (min-width: 1280px) {
	.blog-share__list {
		position: sticky;
		top: 0;
		width: 100%;
		height: 100vh;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.blog-share__item:not(:last-of-type) {
		margin-bottom: 6rem;
	}
}