/* CSS pour ressources en lien */ 
.autor-img-header {
	width: 50px  !important;
    height: 50px !important;
}
.autor-img-header > img {
	width: 100px !important;
    height: 50px !important;
}
.iconRessource > svg {
    width: 100%;
    height: 75%;
}
p.ressourceText {
            margin: 0;
            padding: 0;
        }
        strong.ressourceStrongLink {
            margin: 0 0.5rem;
            text-decoration: underline;
            cursor: pointer;
        }

        @media (max-width: 1250px) {
			.central{
			   width: 85%;
			}
        }

        .titreress {
            position: relative;
            line-height: 3.25rem;
            text-transform: uppercase;
            font-weight: 600;
            display: inline-block;
            max-width: 100%;
            /* padding: 3.2rem 0 0 3.2rem; */
            font-size: 18px;
            color: #0799A6;
        }

        .ressourceContain {
            display: flex;
			align-items: flex-start;
			padding: 2rem 0 0;
			justify-content: space-around;
			margin: 0;
			flex-direction: column;
        }

        span.iconRessource {
		display: flex;
		align-items: flex-start;
		padding: 0 1rem 0 0;
		min-height: 30px;
		min-width: 30px;
		justify-content: flex-start;
        }

        a.ressourceStrongLink {
            font-weight: 500;
            text-decoration: underline;
            color: black;
        }
			.ressources-slider{
			padding: 3.5rem;
            background-color: rgba(7, 153, 166, 0.15);
            border-radius: 2.8rem;
			width: 100%;
			height: fit-content;
			}
			.ressources-slider .ressources-slider{ 
			height: fit-content;
}
        .backgroundressources {
            width: 100%;
            margin: 0 !important;
            border-radius: 2.8rem;
            height: fit-content;
        }
			.ressources {
			  display: flex;
			  padding: 1rem 0;
			}
			.ressources-slider > .flickity-page-dots {
				position:relative;
				bottom:0px;
			}
			.ressources-slider > .flickity-page-dots .is-selected {
				background:#05a58e;
			}
			.ressources-slider > .flickity-page-dots .dot {
				 border: 1px solid #05a58e;
			}
/* fin css ressources */


/* CSS pourarticle en lien */ 
.contenu-single-people .right .intro-blog p {
    font-size: 1.8rem;
	line-height: 1.8;

}
.texte-blog.size18 {
    width: 100%;
}
.wp-caption{
	max-width:100% !important;
}
.authorName {
    font-weight: 500;
}
 .author-image {
	 background-position: center;
    background-size: contain;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    margin-right: 0.5em;
            }

            .horizontalCardBlogContainer {
                width: fit-content;
                background-color: white;
                border-radius: 10px;
                /* padding: 2.4rem 3.2rem; */
                margin: 3rem 0;
            }

            .textHorizontalCard > h3 {
                margin: 0;
                padding: 0;
                font-size: 24px;
            }

            .textHorizontalCard > p, .textHorizontalCard > p > span {
                font-size: 18px;
                color: #959292;
                font-weight: 500;
            }

            .imageHorizontalCard {
                width: 22em;
    			height: 23rem;
                background-position: center;
                background-size: cover;
                border-radius: 10px 0 0 10px;
                background-position-x: left;
            }

            .horizontalCta {
                display: flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
            }

			.horizontalCardBlog {
				display: flex;
				justify-content: space-between;
				align-items: center;
				height: auto;
			}

            .textHorizontalCard {
                margin: 0 0 0 2rem;
                flex-direction: column;
                display: flex;
                justify-content: space-around;
                padding: 0rem 3.2rem 0rem 0;
            }

            .autorInfo {
                display: flex;
                align-items: center;
            }

            .ctaNext {
                color: #4750cc;
            }

            .nextRead {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                cursor: pointer;
            }

            @media (max-width: 768px) {
                .carousel.flickity-enabled {
                    width: 100%;
                }
                .carousel.flickity-enabled {
				margin: 0 0 6.5rem 0;
			}
                .horizontalCardBlogContainer {
                    margin: 0 2.4rem;
                }

                .horizontalCardBlog {
                    flex-direction: column;
					height: fit-content;
					padding:0;
                }

                .horizontalCardBlogContainer {
                    padding: 0;
                    width: 100%;
                }

                .imageHorizontalCard {
                    min-width: 100%;
                    height: 18rem;
                    background-size: cover;
                    border-radius: 10px 10px 0 0;
                }

                .textHorizontalCard>h3 {
                    font-size: 18px;
                }

                .textHorizontalCard {
                    margin: 0;
                    padding: 2rem;
                    width: 100%;
                }

                .autorInfo > .author-image {
                    margin-bottom: 0;
                }

                .nextRead {
                    display: none;
                }

                .authorName {
                    font-size: 1.6rem;
                }

                .textHorizontalCard h3 {
                    font-size: 1.8rem;
                }
            }
	.textHorizontalCard h3 {
    margin: 0;
    padding: 0 0 1rem 0;
}
	.textHorizontalCard p {
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 1rem 0;
	max-width: 90%;

}
/* fin */ 

/*TYPO SIZE*/
.contenu-single-people .right .texte-blog p {
	font-size: 1.8rem !important;
	line-height: 1.8 !important;
}
/**/

/* sommaire TOC */

.toc-container {
	border-radius: 10px;
	background: rgb(122 137 213 / 25%);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-height: 75px;
	padding: 1.5em 1em;
	transition: max-height 0.5s ease;
	margin-top: 1em;
	cursor: pointer;
}

.toc-container.expanded {
	max-height: 1000px;
}

.toc-container .containerArrow {
	transition: transform 0.3s ease;
}

.toc-container.expanded .containerArrow {
	transform: rotate(180deg);
	display: flex;
}

.title-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0;
	opacity: 1;
	color: #4750cc;
	padding: 0.7em 1em;
}

.toc-title {
	font-size: 1.2em;
	margin: 0;
	margin-right: auto;
	font-weight: 700;
}

.toc-container>ol {
	margin-top: 1em;
	padding-left: 1em;
	width: 100%;
	list-style: none;
}

.toc-container>ol>li>a {
	font-weight: 500 !important;
	color: #000 !important;
}

.toc-container>ol>li>a:hover {
	font-weight: 700;
	color: #464fcb !important;
}

@media (max-width: 426px) {
	#breadcrumbs{
		display:none;
	}
	.toc-container {
		display: none;
	}
	.contenu-single-people .right .texte-blog{
		padding:0;
	}
	.contenu-single-people .right .intro-blog{
		padding : 0 0 2.5rem 0;
	}
	.blog-title {
		font-size: 4rem !important;
	}
}

@media (max-width: 2500px) {
	.toc-title {
		font-size: 1em;
		text-transform: uppercase;
		font-weight: 600;
	}
}

/**/
/* bloc newsletters */

/* correction en attendant prod (a retirer) */ 
@media screen and (max-width: 767px){
.one-article-lie+a {
    margin-top: 0;
}
	.liste-articles-bloc a:nth-of-type(n+4) {
	margin-top: 0 !important;
	}
}
/**** stop ici****/ 
.sib-form {
	padding: 32px 0 !important;
	background-color: transparent !important;
	width : 100%!important;
}

#sib-container {
	width: 100% !important;
}

.sib-form .input:not(textarea),
.sib-form .input__button {
	height: 35px !important;
}

#sib-form>div:nth-child(1) {
	display: flex;
}

#sib-form>div:nth-child(1)>div.sib-input.sib-form-block {
	display: flex;
}

#sib-form>div:nth-child(1)>div:nth-child(2) {
	width: 100%;
}

.sib-form-block {
	width: 100%;
}

.sib-form .entry__field {
	width: 100% !important;
}

#sib-form>div:nth-child(1)>div.sib-input.sib-form-block>div {
	width: 100%;
}

#sib-container input:-ms-input-placeholder {
	text-align: left;
	color: #c0ccda;
}

#sib-container input::placeholder {
	text-align: left;
	color: #c0ccda;
}

body>div.sib-form {
	background-color: transparent !important;
}

#sib-container {
	background-color: #FEEACC !important;
	border-radius: 10px !important;
	max-width: 100% !important;
}

.sib-form .entry__field {
    border: 1px solid transparent !important;	
	border-radius: 5px !important;
}

::placeholder {
	color: grey !important;
}

#sib-form>div:nth-child(4)>div>button {
	background-color: #FFF8EA !important;
	color: #FBB654 !important;
	min-height: 55px;
	line-height: 23px;
	min-width: 150px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.newsletterBloc {
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	text-align: start;
	padding: 8px 16px;
	text-transform: uppercase;
}

.sib-form .input_replaced:checked+.checkbox_tick_positive {
	border-color: #FBB654 !important;
	background: #FBB654 !important;
}

#sib-form>div:nth-child(4)>div>button {
	border-radius: 5px !important;
	font-weight: 600 !important;
}

/****/ 
button.sib-form-block__button:hover {
	background-color: #fbb654 !important;
	color: #fff8ea !important;
}
.article-header{
   margin: 0 0 4rem 0;
}

.one-article-lie {
	margin-bottom: 1.5em !important;
}

.one-article-lie+a {
	margin-top: 0 !important;
}

.intro-blog,
.texte-blog {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.toc-container {
	border-radius: 10px;
	background: rgb(122 137 213 / 25%);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-height: 75px;
	padding: 1.5em 1em;
	transition: max-height 0.5s ease;
	margin-top: 1em;
	cursor: pointer;
}

.toc-container.expanded {
	max-height: 1000px;
}

.toc-container .containerArrow {
	transition: transform 0.3s ease;
}

.toc-container.expanded .containerArrow {
	transform: rotate(180deg);
	display: flex;
}

.title-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0;
	opacity: 1;
	color: #4750cc;
	padding: 0.7em 1em;
}

.toc-title {
	font-size: 1.2em;
	margin: 0;
	margin-right: auto;
	font-weight: 700;
}

.toc-container>ol {
	margin-top: 1em;
	padding-left: 1em;
	width: 100%;
	list-style: none;
}

.toc-container>ol>li>a {
	font-weight: 500 !important;
	color: #000 !important;
}

.toc-container>ol>li>a:hover {
	font-weight: 700;
	color: #464fcb !important;
}

@media (max-width: 426px) {
	.toc-container {
		display: none;
	}
}

@media (max-width: 2500px) {
	.toc-title {
		font-size: 1em;
		text-transform: uppercase;
		font-weight: 600;
	}
}

.blog-header-container {
	height: 100%;
	width: 100%;
	background-color: #00000070;
	justify-content: flex-start;
	display: flex;
	padding: 0 9em 3em;
}

#breadcrumbs>a,
span.current {
	font-family: IBM Plex Sans Condensed;
	color: #fff;
	opacity: 0.5;
}

#breadcrumbs>span.current {
	opacity: 1 !important;
}

.blog-title>h1 {
	letter-spacing: -0.03em;
	font-weight: 400;
	line-height: 1.05;
	font-size: 8rem;
	margin: 0;
}

.blog-header-section-container {
	height: 65.33vh;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	font-size: 0.75rem;
	color: #fff;
	justify-content: flex-start;
	display: flex;
	font-family: "Playfair Display", Helvetica, Arial, sans-serif !important;
}

.blog-subtitle {
	letter-spacing: 0.5px;
	line-height: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}

.blog-title {
	margin: 0;
	font-size: 5rem;
    line-height: 1.2;	
	font-weight: 500;
}

.blog-header-content,
.blog-header-wrap {
	align-self: stretch;
	display: flex;
	flex-direction: column;
}

.blog-header-content {
	align-items: flex-start;
	justify-content: flex-start;
    gap: 2.44rem;
}

.blog-header-wrap {
	padding: 3rem;
	align-items: center;
	justify-content: flex-end;
}

.author-image {
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    margin-right: 1rem;
}

.author-name {
	line-height: 1.5rem;
	text-transform: capitalize;
	font-weight: 500;
}

.author-divider {
	border-top: 1px dashed var(--color-black);
	box-sizing: border-box;
	width: 7rem;
	height: 0.06rem;
}

.author-details {
	width: 7.31rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.19rem;
}

.author_name {
	color: grey;
	text-decoration: underline dotted;
	font-weight: 500;
	margin-left: 1rem;
}

.info-article {
	color: grey;
	font-weight: 500;
}

.separator {
	margin: 0 1rem;
}

.iconBlog {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.w50 {
	width: 50%;
}

.time-divider {
	border-top: 2px solid #9f9f9f;
	box-sizing: border-box;
	width: 0.63rem;
	height: 0.13rem;
}

.time-icon {
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	flex-shrink: 0;
}

.publish-date,
.read-time {
	line-height: 1.5rem;
	text-transform: none;
	margin: 0 0.5rem 0 0;
}

.time-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: var(--gap-7xs);
}

.blog-time-section {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-author-section {
	width: 29.69rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-author-wrap {
	width: 33.25rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: var(--padding-5xl) var(--padding-38xl) 0 var(--padding-5xl);
	box-sizing: border-box;
}

.container-author-pic {
	display: flex;
	justify-content: flex-start;
	width: fit-content;
	align-items: center;
}

.share-label {
	line-height: 1.5rem;
	text-transform: capitalize;
	font-weight: 500;
	width: 4.06rem;
	height: 0.94rem;
	flex-shrink: 0;
}

.social-icon {
	width: 1.27rem;
	height: 0.65rem;
}

.social-overlay-icon {
	margin: 0 !important;
	height: 19.35%;
	width: 43.17%;
	top: 40.32%;
	right: 28.42%;
	bottom: 40.32%;
	left: 28.41%;
	overflow: hidden;
	max-height: 100%;
}

.social-link {
	display: flex;
	flex-direction: column;
	padding: var(--padding-12xs);
	align-items: flex-end;
	justify-content: flex-end;
}

.linkedin-icon,
.share-btn-icon {
	width: 1.15rem;
	height: 1.09rem;
}

.share-btn-icon {
	width: 0.84rem;
	height: 0.94rem;
}

.social-links {
	display: flex;
	align-items: flex-end;
	gap: var(--gap-smi);
}

.blog-share-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.88rem;
}

.blog-share-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: var(--padding-5xl) 0 0 var(--padding-5xl);
}

.blog-info-group {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-info-section {
	padding: 0 2rem;
}

.portrait-auteur-round {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
}

.reseaux {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	padding: 0 0 2rem 0;
	margin: 0 1rem;
}

.icon {
	margin: 0 1rem;
}

.icon>a {
	display: flex;
}

div.author-info {
	line-height: 2.8em;
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.author-section {
	display: flex;
	align-items: center;
}
.author-image img {
	width: 80px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 51px;
}

.author-name {
	font-weight: 700;
	font-size: 20px;
}

.metadata {
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	height: 1vh;
}

.share-cta {
	display: flex;
	gap: 10px;
	align-items: center;
}

.share-icon {
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.share-icon:hover {
	color: #333;
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

span.reading-time {
	height: 1vh;
	margin: 0 0.5rem 0 0;
	padding: 0;
	display: flex;
	align-items: center;
}

div.containerHeaderMobile {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.containerHeaderWidth {
	max-width: 1300px;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.article-header {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	padding: 1.5em 7.5rem;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

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

	.containerHeaderWidth{
    max-width: 1000px;	
	}
}

@media only screen and (max-width: 768px) {
	.article-header {
		padding: 3rem;
		display: flex;
		flex-direction: column;
	}

	.containerHeaderWidth {
		max-width: 1300px;
		padding: 0;
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.author-section {
		align-items: center;
		margin-bottom: 10px;
	}

	.author-image {
		border-radius: 50%;
		width: 3.5rem;
		height: 3.5rem;
		object-fit: cover;
		margin-right: 0.5em;
		margin-bottom: 0;
	}

	div.author-info {
		line-height: 2.8em;
		height: 4rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.metadata {
		font-size: 14px;
		color: #666;
		align-items: center;
		display: flex;
		flex-direction: column;
		margin: 1vh 0;
	}

	div.containerHeaderMobile {
		margin: 0.5rem 0 0 0;
		padding: 0;
		display: flex;
		align-items: center;
		width: 100%;
	}

	.share-cta {
		margin-top: 10px;
		display: none;
	}

	.article-header {
		padding-left: 2.4rem;
	}

	.blog-header-container {
		padding: 2.4rem;
	}

	.author-section {
		align-items: start;
		margin-bottom: 10px;
	}

	.blog-title>h1 {
		font-size: 6rem;
	}

	.author-image {
		margin-bottom: 10px;
	}

	.share-cta {
		margin-top: 10px;
	}

}

@media only screen and (max-width: 320px) {
	.author-image img {
		width: 40px;
		height: 40px;
	}

	.author-image {
		width: 4rem;
		height: 4rem;
		margin: 0 1rem 0 0;
	}

	.article-header {
		padding: 1.8rem;
	}

	.metadata {
		height: auto;
	}

	div.author-info {
		height: auto;
	}
}

/* bloc newsletters */
.sib-form {
	padding: 16px 0 !important;
	background-color: transparent !important;
}

#sib-container {
	width: 100% !important;
}

.sib-form .input:not(textarea),
.sib-form .input__button {
	height: 40px !important;
}

#sib-form>div:nth-child(1) {
	display: flex;
}

#sib-form>div:nth-child(1)>div.sib-input.sib-form-block {
	display: flex;
}

#sib-form>div:nth-child(1)>div:nth-child(2) {
	width: 100%;
}

.sib-form-block {
	width: 100%;
}

.sib-form .entry__field {
	width: 100% !important;
}

#sib-form>div:nth-child(1)>div.sib-input.sib-form-block>div {
	width: 100%;
}

#sib-container input:-ms-input-placeholder {
	text-align: left;
	color: #c0ccda;
}

#sib-container input::placeholder {
	text-align: left;
	color: #c0ccda;
}

body>div.sib-form {
	background-color: transparent !important;
}

#sib-container {
	background-color: #FEEACC !important;
	border-radius: 10px !important;
	max-width: 100% !important;
}

.sib-form .entry__field {
	border: 1px solid black !important;
	border-radius: 5px !important;
}

::placeholder {
	color: grey !important;
}

#sib-form>div:nth-child(4)>div>button {
	background-color: #FFF8EA !important;
	color: #FBB654 !important;
	min-height: 55px;
	line-height: 23px;
	min-width: 150px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.newsletterBloc {
	font-size: 1.4em;
	font-weight: 600;
	width: 100%;
	text-align: start;
	padding: 8px 16px;

}

.sib-form .input_replaced:checked+.checkbox_tick_positive {
	border-color: #FBB654 !important;
	background: #FBB654 !important;
}

#sib-form>div:nth-child(4)>div>button {
	border-radius: 5px !important;
	font-weight: 600 !important;
}
.authorName {
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    
.header-principal.open {
    background: #fefefe;
}
.sib-form .input:not(textarea), .sib-form .input__button {
    height: 35px !important;
}
.newsletterBloc {
    font-size: 1.3em;
}
.contenu-single-people .right li, .contenu-single-people .right p {
       font-size: 1.2rem;
}

.sib-input.sib-form-block {
  height: fit-content;
}

.form__entry.entry_block {
  height: fit-content;
}

label.entry__error.entry__error--primary {
  margin: 0;
}

h3.newsletterBloc {
    margin-bottom: 0.75rem;
}
}
