/*
	Theme Name: France Invest Media
	Theme URI: 
	Description: 
	Version: 1.0
	Author: France Invest Media 2026
	Author URI: https://www.timgrid.eu
	Text Domain: WD

*/

/*------------------------------------*\
	FONTS
\*------------------------------------*/
@font-face {
	font-family: "Almarena Neue Display";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("fonts/AlmarenaNeue-DisplaySemiBold.woff2") format("woff2"),
	     url("fonts/AlmarenaNeue-DisplaySemiBold.woff") format("woff");
}


:root {
	--color-orange-1: rgba(255, 127, 50, 1);
	--color-orange-2: rgba(227, 82, 5, 1);
	--color-orange-3: rgba(220, 68, 5, 1);

	--color-bleu-0: rgba(123, 145, 162, 1);
	--color-bleu-1: rgba(31, 94, 169, 1);
	--color-bleu-2: rgba(24, 64, 126, 1);
	--color-bleu-3: rgba(21, 40, 91, 1);

	--color-beige: rgba(229, 229, 229, 1);
	--color-taupe: rgba(171, 137, 112, 1);
	--color-terre: rgba(142, 128, 124, 1);
	--color-ciel: rgba(222, 235, 251, 1);

	--color-noir: rgba(0, 0, 0, 1);
	--color-blanc: rgba(255, 255, 255, 1);

	/* Fonts */
	--font-display: "Almarena Neue Display", sans-serif;


	--font-xs: 1.4rem;
	--lineh-xs: 2rem;

	--font-s: 1.6rem;
	--lineh-s: 1.8rem;

	--font-m: 1.8rem;
	--lineh-m: 2.2rem;

	--font-xm: 2.5rem;
	--lineh-xm: 2.8rem;

	--font-l: 3.2rem;
	--lineh-l: 3.2rem;

	--font-xl: clamp(3.2rem, 2.1vw + 2.3rem, 3.6rem);
	--lineh-xl: clamp(3.2rem, 2.1vw + 2.3rem, 3.6rem);

	--font-xxl: clamp(3.2rem, 6.4vw + 0.8rem, 4.8rem);
	--lineh-xxl: clamp(3.2rem, 6.4vw + 0.8rem, 4.8rem);
}
@font-face {
	font-family: 'fim';
	src:  url('fonts/fim.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	font-family: 'fim' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

.icon-arrow:before {
	content: "\e917";
}
.icon-question:before {
	content: "\e918";
}
.icon-filter:before {
	content: "\e916";
}
.icon-place:before {
	content: "\e90c";
}
.icon-dl:before {
	content: "\e901";
}
.icon-favoris:before {
	content: "\e902";
}
.icon-mail:before {
	content: "\e903";
}
.icon-linkedin:before {
	content: "\e906";
}
.icon-print:before {
	content: "\e913";
}
.icon-x:before {
	content: "\e914";
}
.icon-facebook:before {
	content: "\e915";
}
.icon-search:before {
	content: "\e907";
}
.icon-youtube:before {
	content: "\e909";
}
.icon-clock:before {
	content: "\e90a";
}
  
/*------------------------------------*\
    BASE / GLOBAL
\*------------------------------------*/

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body{
	position: relative;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-size: var(--font-m);
    line-height: var(--lineh-m);
    font-style: normal;
    font-weight: 400;
	color: var(--color-noir);
	background-color: var(--color-beige);
}
body.espace-entrepreneurs{
	background-color: var(--color-ciel);
}
/* clear */
.clear:before,
.clear:after{
    content:' ';
    display:table;
}

.clear:after{
    clear:both;
}
p{
	margin-bottom: 1.5rem;
}
img{
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a{
	color: var(--color-noir);
	text-decoration:none;
	transition: background 300ms ease, color 400ms, opacity 300ms ease;
}
.content-desc p a,
.content p a{
	text-decoration: underline!important;
}
.section-img-txt a:hover,
.section-titre-img a:hover,
.section-img-txt a,
.section-titre-img a{
	text-decoration:underline;
}
.titre-icon{
	display: flex;
	align-items: center;
	gap: 1rem;
}
a:hover,
a:active{
	text-decoration: none;
}
a:focus-visible {
	outline: 2px solid var(--color-orange-2);
	outline-offset: 2px;
}
p a:hover,
p a:active{
	text-decoration: underline;
}
:hover{
	transition: color 400ms, opacity 300ms ease;
	-webkit-transition: color 400ms, opacity 300ms ease;
	-moz-transition: color 400ms, opacity 300ms ease;
	-ms-transition: color 400ms, opacity 300ms ease;
	-o-transition: color 400ms, opacity 300ms ease;
}
a.nohover{
	text-decoration: none!important;
}

input:focus{
	outline:0;
	border:1px solid var(--color-noir);
}
h1{
	font-size: var(--font-xl);
	line-height: var(--lineh-xl);
	font-weight: 300;
}
h2{
	font-size: var(--font-xm);
	line-height: var(--lineh-xm);
	font-weight: 400;
}
h3{
	font-size: var(--font-m);
	line-height: var(--lineh-m);
    font-weight: 400;
}
h4{
	font-size: var(--font-s);
	line-height: var(--lineh-s);
	font-weight: 400;
}

/* Typographie de base (balises et listes) */
.page-classique h1,
.page-classique h2,
.page-classique h3,
.page-classique h4{
	font-family: var(--font-display);
	margin-bottom: 1rem;
}
ul{
	margin: 1.5rem 0.5rem;
	padding-left: 1.5rem;
}
ul.no-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
p + ul{
	margin-top: 0.5rem;
}
/*
p:has(+ ul) {
	margin-bottom: 0.5rem;
}
*/
strong{
	font-weight: 600!important;
}

/* Animations globales (helpers + keyframes) */
.js-on .fade{
	opacity: 0;
}
.fadeIn{
    animation-name: fadeIn;
}
.trans-all{
	transition: all 300ms ease;
}
.animated{
    animation-duration: 500ms;
}
.js-on .fade.in{
	transform: translateY(20px);
	/*animation-delay: .3s;*/
	animation-duration: .3s;
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

/*
.js-on .fade.in:nth-child(1) {
  animation-delay: 0s;
}
*/
.js-on .fade-l.in:nth-child(2),
.js-on .fade-r.in:nth-child(2),
.js-on .fade.in:nth-child(2) {
	animation-delay: 0.4s;
}
.js-on .fade-l.in:nth-child(3),
.js-on .fade-r.in:nth-child(3),
.js-on .fade.in:nth-child(3) {
	animation-delay: 0.6s;
}
.js-on .fade-l.in:nth-child(4),
.js-on .fade-r.in:nth-child(4),
.js-on .fade.in:nth-child(4) {
	animation-delay: 0.7s;
}
.js-on .fade.in:nth-child(5) {
	animation-delay: 0.8s;
}
.js-on .fade.in:nth-child(6) {
	animation-delay: 0.9s;
}
.js-on .fade.in:nth-child(7) {
	animation-delay: 1s;
}
.js-on .fade.in:nth-child(8) {
	animation-delay: 1.1s;
}
.js-on .fade.in:nth-child(9) {
	animation-delay: 1.2s;
}
.js-on .fade.in:nth-child(10) {
	animation-delay: 1.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

/*
.fadeInR{
    -webkit-animation-name:fadeInL;
    animation-name:fadeInL;
}
*/
/*------------------------------------*\
	ACCESSIBILITE
\*------------------------------------*/
.skip-link {
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 99999;
	padding: 1rem 1.5rem;
	background: var(--color-blanc);
	color: var(--color-noir);
	font-size: var(--font-s);
	text-decoration: none;
	border: 2px solid var(--color-noir);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.skip-link:focus {
	left: 50%;
	transform: translateX(-50%);
	top: 1rem;
	outline: 3px solid var(--color-orange-2);
	outline-offset: 2px;
}
.wd-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/*------------------------------------*\
    UTILITAIRES — FONTS SIZES
\*------------------------------------*/
strong,
.txt-bold{
	font-weight: 700!important;
}
.txt-xlight{
	font-weight: 200!important;
}
.txt-light{
	font-weight: 300!important;
}
.txt-regular{
	font-weight: 400!important;
}
.txt-medium strong,
.txt-medium{
	font-weight: 500!important;
}
.txt-sbold{
	font-weight: 600!important;
}
.txt-xbold{
	font-weight: 900!important;
}
.txt-ital{
	font-style: italic;
}
.txt-xxs{
	font-size: var(--font-xxs);
	line-height: var(--lineh-xxs);
}
.txt-xs{
	font-size: var(--font-xs);
	line-height: var(--lineh-xs);
}
.txt-s{
	font-size: var(--font-s);
	line-height: var(--lineh-s);
}
.txt-m{
	font-size: var(--font-m);
	line-height: var(--lineh-m);
}
.txt-xm{
	font-size: var(--font-xm);
	line-height: var(--lineh-xm);
}
.txt-l{
	font-size: var(--font-l);
	line-height: var(--lineh-l);
}
.txt-xl{
	font-size: var(--font-xl);
	line-height: var(--lineh-xl);
}
.txt-xxl{
	font-size: var(--font-xxl);
	line-height: var(--lineh-xxl);
}
.txt-blanc{
	color: var(--color-blanc);
}
.txt-noir{
	color: var(--color-noir);
}
.txt-orange-1 a,
.txt-orange-1{
	color: var(--color-orange-1);
}
.txt-orange-2 a,
.txt-orange-2{
	color: var(--color-orange-2);
}
.txt-orange-3 a,
.txt-orange-3{
	color: var(--color-orange-3);
}
.txt-bleu-0{
	color: var(--color-bleu-0);
}
.txt-bleu-1{
	color: var(--color-bleu-1);
}
.txt-bleu-2{
	color: var(--color-bleu-2);
}
.txt-bleu-3{
	color: var(--color-bleu-3);
}
.txt-beige{
	color: var(--color-beige);
}
.txt-taupe{
	color: var(--color-taupe);
}
.txt-terre{
	color: var(--color-terre);
}
.txt-blanc a,
.txt-blanc{
	color: var(--color-blanc);
}
.txt-up{
	text-transform: uppercase!important;
}
.txt-space{
	letter-spacing: 0.05rem;
}
.txt-xspace{
	letter-spacing: 0.1rem;
}
.txt-balance{
	text-wrap:balance;
}
.txt-secondary{
	font-family: var(--font-display);
}
/*------------------------------------*\
    UTILITAIRES — BACKGROUNDS
\*------------------------------------*/
.bg-blanc{
	background-color: var(--color-blanc);
}
.bg-beige{
	background-color: var(--color-beige);
}
.bg-noir{
	background-color: var(--color-noir);
}
.bg-orange-1{
	background-color: var(--color-orange-1);
}
.bg-orange-2{
	background-color: var(--color-orange-2);
}
.bg-orange-3{
	background-color: var(--color-orange-3);
}
.bg-bleu-0{
	background-color: var(--color-bleu-0);
}
.bg-bleu-1{
	background-color: var(--color-bleu-1);
}
.bg-bleu-2{
	background-color: var(--color-bleu-2);
}
.bg-bleu-3{
	background-color: var(--color-bleu-3);
}

/*------------------------------------*\
    UTILITAIRES — SPACES
\*------------------------------------*/
.pt15{
    padding-top: 0.5em;
}
.pt30{
    padding-top: 1.5em;
}
.pt50{
    padding-top: 2.5em;
}
.pt100{
    padding-top: 4em;
}
.pb0{
    padding-bottom: 0;
}
.pb15{
    padding-bottom: 0.5em;
}
.pb30{
    padding-bottom: 1.5em;
}
.pb50{
    padding-bottom: 2.5em;
}
.pb100{
    padding-bottom: 4em;
}
.mt5{
    margin-top: .5em;
}
.mt15{
    margin-top: 1em;
}
.mt30{
    margin-top: 2em;
}
.mt50{
    margin-top: 2.5em;
}
.mt100{
    margin-top: 4em;
}
.mb0{
	margin-bottom: 0;
}
.mb5{
	margin-bottom: .5em;
}
.mb15{
    margin-bottom: 1em;
}
.mb30,
.mb50{
    margin-bottom: 2em;
}
.mb100{
    margin-bottom: 4em;
}
.pr15 {
	padding-right: 10px !important;
}
.pl15 {
	padding-left: 10px !important;
}
.pr30 {
	padding-right: 20px !important;
}
.pl30 {
	padding-left: 20px !important;
}
.plr30{
	padding-left: 20px!important;
	padding-right: 20px!important;
}
@media only screen and (min-width:992px){
	.pr0{
		padding-right: 0!important;
	}
	.pl0{
		padding-left: 0!important;
	}
	.mr0{
		margin-right: 0!important;
	}
	.ml0{
		margin-left: 0!important;
	}
	.plr0{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.mlr0{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.pr15 {
		padding-right: 15px !important;
	  }
	.pl15 {
		padding-left: 15px !important;
	  }
	.pr30 {
		padding-right: 30px !important;
	  }
	.pl30 {
		padding-left: 30px !important;
	  }
	.pr50 {
		padding-right: 50px !important;
	  }
	.pl50 {
		padding-left: 50px !important;
	  }
	.plr5{
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.plr15{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.plr30{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	.plr50{
		padding-left: 50px!important;
		padding-right: 50px!important;
	}
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.d-flex-between{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.d-flex-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.d-flex-h{
	display: flex;
	flex-direction: column;
	height: 100%;
}
/* Conteneur article : éviter le débordement */
.article-content {
	overflow-x: hidden;
	max-width: 100%;
}

/* Embeds responsives (YouTube, Vimeo, etc.) */
.wp-block-embed__wrapper,
.embed-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 56.25%;
	margin: 1.5rem 0 3rem 0;
	overflow: hidden;
	height: 0;
}
.wp-block-embed__wrapper iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Lite YouTube : vignette + chargement différé (perf) */
.wd-video-lite {
	position: relative;
	cursor: pointer;
	display: block;
	background: var(--color-noir);
}
.wd-video-lite--loaded .wd-video-lite__thumb,
.wd-video-lite--loaded .wd-video-lite__play {
	display: none;
}
.wd-video-lite__thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.wd-video-lite__play {
	/* Réutilise article-type-icon (icône play + cercle orange) */
	transition: transform 0.2s ease;
}
.wd-video-lite:hover .wd-video-lite__play {
	transform: translate(-50%, -50%);
}
.wd-video-lite:focus {
	outline: 2px solid var(--color-orange-2);
	outline-offset: 2px;
}
/* Quand le lite est dans un wrapper WordPress */
.wp-block-embed__wrapper > .wd-video-lite.embed-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}

/* Figure embed WordPress : éviter débordement */
.article-content figure.wp-block-embed {
	max-width: 100%;
	width: 100%;
}

/* Iframe orpheline (sans wrapper) : fallback pour éviter débordement */
.article-content iframe {
	max-width: 100%;
}
.img-fit,
.img-fit img{
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	/*height: 100%;*/
}
.img-fit.h-100 img{
	height: 100%;
}
.img-fit img{
	aspect-ratio: 16/9;
}
.img-fit.img-wide img{
	aspect-ratio: 16/7;
}
a .img-fit img {
	transition: transform 0.35s ease;
}
.img-fit.img-rect img{
	aspect-ratio: 4/3;
}
.wp-block-image figure figcaption{
	font-size: var(--font-xs);
	line-height: var(--lineh-xs);
}
.has-background{
	padding: 30px;
}
.mejs-audio{
	margin-bottom: 1em;
}
.stick{
	position: sticky;
	top: 20%;
}

/*------------------------------------*\
   BOUTONS (COMPOSANT GLOBAL)
\*------------------------------------*/
.btn{
	position: relative;
	display: inline-block;
	padding: 1.5rem 2.5rem;
	font-size: var(--font-s);
	line-height: var(--lineh-s);
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 900;
	overflow: hidden;
	text-decoration: none!important;
	transition: all 0.3s ease-in-out;
	border-radius: 3rem;
	border: none;
	color: var(--color-blanc);
	min-width: 20rem;
	text-align: center;
}
.inline-btn{
	gap: 30px;
}
.aside-content .btn{
	padding: 1rem 2rem;
}
.btn:hover{
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.btn:hover,
.btn-orange:hover,
.btn-terre:hover,
.section-list-articles .btn:hover{
	background-color: var(--color-orange-3);
}
.btn-orange{
	background-color: var(--color-orange-2);
	color: var(--color-blanc);
}
.btn-terre{
	background-color: var(--color-terre);
	color: var(--color-blanc)!important;
}
.btn-dl::after{
	font-family: 'fim';
	content: "\e901";
	position: absolute;
	right: 15px;
	font-size: var(--font-m);
}
.section-list-articles .btn,
.section-btn .btn{
	background-color: var(--color-orange-2);
}
.espace-entrepreneurs .section-list-articles .btn,
.espace-entrepreneurs .section-btn .btn{
	background-color: var(--color-bleu-2);
}
.espace-entrepreneurs .section-list-articles .btn:hover,
.espace-entrepreneurs .wd-filter-entrepreneurs .btn:hover{
	background-color: var(--color-bleu-3);
}
@media only screen and (min-width:769px){
	.btn{
		padding: 1.5rem 5rem;
	}
}
/*------------------------------------*\
   FORMS (ELEMENTS DE FORMULAIRE)
\*------------------------------------*/
::placeholder{
	opacity: 0.9!important;
}
/* Amélioration accessibilité placeholders */
input:required{
    box-shadow:none;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
select,
textarea,
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="text"]{
    width: 100%;
    border: none;
	background: var(--color-blanc);
	font-size: var(--font-xs);
	margin: 0;
	padding: 0.9rem 2rem;
	border-radius: 3rem;
	border: none;
}
textarea:focus,
select.filter-select option:focus,
select.filter-select:focus{
	border: none;
	outline: none;
}
select.filter-select{
	display: inline-block;
	width: auto;
	padding: 1rem;
}
.wpcf7-form select{
	padding-bottom: 5px;
}
textarea{
	height: 200px;
	resize: none;
}
textarea:focus{
	border: none;
}
.fil-ariane a,
.fil-ariane{
	color: var(--color-bleu-0);
}
/*------------------------------------*\
   TABLE
\*------------------------------------*/
table{
	margin-top: 1.5em;
	font-size: var(--font-s);
	line-height: 1.5rem;
}
table thead{
	text-transform: uppercase;
	font-size: var(--font-xs);
	line-height: 1.5rem;
	font-weight: 600;
	color: var(--color-grisf);
}
table tr{
	border-top: 1px dashed var(--color-noir);
	border-bottom: 1px dashed var(--color-noir);
}
table tr td:first-child{
	text-align: left;
}
table td{
	padding: 10px;
	text-align: right;
}

/*------------------------------------*\
    PAGE (BLOCS GENERIQUES)
\*------------------------------------*/
.item-entete{
	position: relative;
	top: -10rem;
	z-index: 1;
	margin-bottom: -10rem;
}
.section-txt h2{
	font-family: var(--font-secondary);
	font-size: var(--font-l);
	line-height: var(--lineh-l);
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.section-txt h3{
	font-family: var(--font-primary);
	font-size: var(--font-xs);
	line-height: var(--lineh-xs);
	font-weight: 700;
	margin: 3rem 0 1rem 0;
	text-transform: uppercase;
}

/*------------------------------------*\
    ENTREPRENEURS (SECTION SPECIFIQUE)
\*------------------------------------*/
.header-entrepreneurs{
	text-align: center;
	padding: 1rem 0;
}
.header-entrepreneurs-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
  }
.header-entrepreneurs-nav ul li{
	display: inline-block;
}
.header-entrepreneurs-nav ul li a{
	color: var(--color-blanc);
	text-decoration: none;
	letter-spacing: 0.1rem;
}
.header-entrepreneurs-nav ul li a:hover{
	color: var(--color-ciel);
}
.header-entrepreneurs i {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
	font-size: 2rem;
}
/* Filtre Entrepreneurs (secteur d'activité, enjeu) */
.wd-entrepreneurs-header-filter{
	position:absolute;
	width: 100%;
	z-index: 1;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.10);
}
.wd-filter-form {
	gap: 1.5rem !important;
}
.wd-filter-form .filter-select {
	background: var(--color-beige);
	border: none;
	padding: 1.4rem 2.5rem;
	border-radius: 3rem;
	min-width: 30rem;
	font-size: var(--font-s);
	color: var(--color-bleu-0);
	cursor: pointer;
	appearance: auto;
}
.wd-filter-form .filter-select:focus {
	outline: 2px solid var(--color-bleu-1);
	outline-offset: 2px;
}
.wd-filter-form .btn {
	min-width: auto;
	padding: 1rem 2.5rem;
	min-width: 30rem;
}
.espace-entrepreneurs .wd-filter-entrepreneurs .btn {
	background-color: var(--color-bleu-2);
}
@media only screen and (min-width:769px){
	.header-entrepreneurs{
		padding: 2rem;
		text-align: center;
	}
	.header-entrepreneurs-titre{
		font-size: var(--font-xl);
		line-height: var(--lineh-xl);
	}
	.header-entrepreneurs i{
		top: 5px;
		font-size: 4rem;
	}
	.header-entrepreneurs-nav ul{
		gap: 8rem;
	}
}
/* Accordion Filtre Entrepreneurs (secteur d'activité, enjeu) */
.espace-entrepreneurs .wd-filter-entrepreneurs-details{
	width: 100%;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-details > .wd-filter-entrepreneurs-fields{
	/* Force l'affichage pour que les transitions se déclenchent à chaque toggle. */
	display: block !important;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-details:not([open]) .wd-filter-entrepreneurs-fields{
	animation: none;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-details > summary{
	list-style: none;
	cursor: pointer;
	padding-top: 1rem;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-details > summary::-webkit-details-marker,
.espace-entrepreneurs .wd-filter-entrepreneurs-details > summary::-moz-list-bullet{
	display: none;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-summary{
	width: 100%;
	justify-content: center;
	gap: 0.8rem;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-fields{
	/* Animations d'ouverture */
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(-6px);
	padding-top: 0;
	transition: max-height 320ms ease, opacity 200ms ease, transform 320ms ease, padding-top 320ms ease;
}

/* Select stylisé (native, accessible) */
.espace-entrepreneurs .wd-filter-form .wd-select-wrap{
	position: relative;
	display: inline-flex;
	align-items: center;
}
.espace-entrepreneurs .wd-filter-form .wd-select-wrap::after{
	content: '';
	position: absolute;
	right: 2rem;
	pointer-events: none;
	width: 0.8rem;
	height: 0.8rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	color: var(--color-bleu-2);
	top: 48%;
	transform-origin: center;
	margin-top: 0;
}
.espace-entrepreneurs .wd-filter-form .filter-select{
	appearance: none; /* Supprime la flèche native */
	padding-right: 3.6rem; /* Espace pour le chevron */
}
.espace-entrepreneurs .wd-filter-form .filter-select:focus{
	outline-offset: 2px;
}
.espace-entrepreneurs .wd-filter-entrepreneurs-details[open] .wd-filter-entrepreneurs-fields{
	/* Animation dédiée pour relancer l'effet à chaque ouverture */
	animation: wdEntrepreneursFiltersOpen 320ms ease both;
	max-height: 600px; /* assez large pour le contenu */
	opacity: 1;
	transform: translateY(0);
	padding-top: 1.25rem;
}

@keyframes wdEntrepreneursFiltersOpen {
	from {
		max-height: 0;
		opacity: 0;
		transform: translateY(-6px);
		padding-top: 0;
	}
	to {
		max-height: 600px;
		opacity: 1;
		transform: translateY(0);
		padding-top: 1.25rem;
	}
}

/*------------------------------------*\
    ITEM UNE (SECTION SPECIFIQUE)
\*------------------------------------*/

.landing-visuel{
	position: relative;
}
.landing-visuel .img-fit,
.landing-visuel img{
	height: 100%;
}
.landing-visuel::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(to top, #15285B 0%, rgba(45, 84, 193, 0) 70%);
}
.espace-entrepreneurs .item-une-content,
.item-une-content{
	position: absolute;
	bottom: 3rem;
	left: 20px;
	z-index: 2;
}
.item-une-content-tag{
	display: inline-block;
	background-color: var(--color-orange-1);
	padding: 0.2rem 1.5rem;
	color: var(--color-noir)
}
.espace-entrepreneurs .item-une-content-tag{
	background-color: var(--color-bleu-1);
	color: var(--color-blanc)
}
@media only screen and (max-width:480px){
	.section-une .img-fit img {
		aspect-ratio: 4/5;
	}
}
@media only screen and (min-width:992px){
	.home .landing-visuel {
		right: 0;
		left: -10vw;
		width: calc(100% + 10vw);
	}
	.item-une-content{
		left: 15px;
	}
	.espace-entrepreneurs .item-une-content {
		bottom: 5rem;
		left: 5rem;
	}
}
/*------------------------------------*\
    LIST ARTICLES (SECTION SPECIFIQUE)
\*------------------------------------*/
.cat-title{
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--color-terre);
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 3rem;
}
.cat-title-name{
	color: var(--color-orange-2);
}
.espace-entrepreneurs .cat-title-name{
	color: var(--color-bleu-2);
}
.section-list-articles .cat-videos::before,
.section-list-articles .cat-podcasts::before,
.section-list-articles .cat-infographies::before,
.section-list-articles .cat-lever-des-fonds::before,
.section-list-articles .cat-se-developper::before,
.section-list-articles .cat-transmettre-entreprise::before,
.section-list-articles .cat-actus-grands-entretiens::before,
.section-list-articles .cat-transfos-transitions::before,
.section-list-articles .cat-etudes-chiffres-cles::before,
.section-list-articles .cat-paroles-dentrepreneurs::before,
.section-list-articles .cat-idees-propositions::before{
	font-family: 'fim';
	display: inline-block;
	margin-right: 15px;
}
/* Actualités */
.icon-actualites:before,
.section-list-articles .cat-actus-grands-entretiens::before{
	content: "\e90b";
}
/* Mutation */
.icon-mutations:before,
.section-list-articles .cat-transfos-transitions::before{
	content: "\e90e";
}
/* Data */
.icon-data:before,
.section-list-articles .cat-etudes-chiffres-cles::before{
	content: "\e90d";
}
.section-list-articles .cat-etudes-chiffres-cles::before{
	position: relative;
	top: -2px;
}
/* Témoignages */
.icon-temoignages:before,
.section-list-articles .cat-paroles-dentrepreneurs::before{
	content: "\e910";
}
/* Perspectives */
.icon-perspectives:before,
.section-list-articles .cat-idees-propositions::before{
	content: "\e90f";
}
.section-list-articles .cat-idees-propositions::before{
	position: relative;
	top: -2px;
}
/* Lever des fonds */
.icon-apos:before,
.section-list-articles .cat-lever-des-fonds::before{
	content: "\e900";
}
/* Développer */
.icon-developper:before,
.section-list-articles .cat-se-developper::before{
	content: "\e911";
}
/* Transmettre */
.icon-transmettre:before,
.section-list-articles .cat-transmettre-entreprise::before{
	content: "\e912";
}
/* Vidéos */
.icon-play_alt:before,
.icon-play:before,
.section-list-articles .cat-videos::before,
.item-promo-videos .item-promo-titre::before{
	content: "\e908";
}
/* Podcasts */
.icon-podcast:before,
.section-list-articles .cat-podcasts::before,
.item-promo-podcasts .item-promo-titre::before{
	content: "\e905";
}
/* Infographies */
.icon-infograph:before,
.section-list-articles .cat-infographies::before{
	content: "\e904";
}
.cat-title .cat-title-desc{
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.section-list-articles .wd-mobile-articles-carousel {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 0;
		-webkit-overflow-scrolling: touch;
		gap: 1.5rem;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 1rem;
		padding-right: 1.5rem;
		margin-bottom: 3rem;
	}
	.section-list-articles .wd-mobile-articles-carousel::-webkit-scrollbar {
		display: none;
	}
	.section-list-articles .wd-mobile-articles-carousel > .wd-mobile-articles-slide {
		flex: 0 0 95%;
		max-width: 95%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0 !important;
	}
}
.cat-link{
	border: 1px solid var(--color-orange-1);
	padding: 0.3rem 2.5rem;
	color: var(--color-orange-1);
}
.cat-link a{
	color: var(--color-orange-1);
}
.cat-link:hover{
	color: var(--color-orange-3);
	border-color: var(--color-orange-3);
}
.espace-entrepreneurs .cat-link{
	border: 1px solid var(--color-bleu-1);
	color: var(--color-bleu-1);
}
.espace-entrepreneurs .cat-link a{
	color: var(--color-bleu-1);
}
.espace-entrepreneurs .cat-link:hover{
	color: var(--color-bleu-1);
	border-color: var(--color-bleu-1);
}
.item-time{
	display: flex;
	align-items: center;
	gap: 5px;
	text-transform: uppercase;
}
.article-type-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 3rem;
	color: var(--color-blanc);
}
.article-type-icon.icon-play_alt:before {
	position: relative;
	font-size: 3rem;
	left: 3px;
}
.article-type-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 6rem;
	height: 6rem;
	z-index: -1;
	background-color: var(--color-orange-3);
	border-radius: 50%;
}
.espace-entrepreneurs .article-type-icon::after {
	background-color: var(--color-bleu-3);
}
/*------------------------------------*\
    PUBS (SECTION SPECIFIQUE)
\*------------------------------------*/
.item-promo{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem 4rem;
	padding: 8%;
	transition: all 0.3s ease;
}
.item-promo-icon{
	display:none;
}
.item-promo-podcasts .item-promo-titre::before,
.item-promo-videos .item-promo-titre::before,
.item-promo-entrepreneurs .item-promo-titre::before{
	font-family: 'fim';
	margin-right: 1rem;
	font-size: 4rem;	
}
.item-promo-entrepreneurs .item-promo-titre{
	display: flex;
	align-items: center;
}
.item-promo-entrepreneurs .item-promo-titre::before{
	content: "\e90c";
	font-size: 5rem;
}
.item-promo i::before{
	color: var(--color-blanc);
	transition: all 0.3s ease;
}
a.item-promo:hover{
	background-color: var(--color-blanc);
	transition: all 0.3s ease;
}
a.item-promo:hover,
a.item-promo:hover i::before,
.floating-box .icon-link:hover,
.icon-link.wd-favoris-toggle.active{
	color: var(--color-orange-3);
}
a.item-promo:hover i::before{
	transition: all 0.3s ease;
}
a.item-promo:first-child::before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 7%;
	width: calc(100% - 16%);
	height: 1px;
	background-color: var(--color-blanc);
	opacity: 1;
	transition: all 0.3s ease;
}
a.item-promo:hover:first-child::before{
	opacity: 0;
	transition: all 0.3s ease;
}
.item-promo-icon{
	font-size: 8rem;
	color: var(--color-blanc);
}
.item-promo-icon .icon-play{
	font-size: 7rem;
}
.item-promo-content{
	flex: 1;
}
.item-promo-list{
	flex-basis: 100%;
	width: 100%;
}
.ratio-16-8 img{
	aspect-ratio: 16/8;
}
.item-promo-list ul{
	display: flex;;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.item-promo-list ul li a{
	border: 1px solid var(--color-blanc);
	padding: 0.5rem 2rem;
	color: var(--color-blanc);
	transition: all 0.3s ease;
}
.item-promo-list ul li a:hover{
	background-color: var(--color-blanc);
	color: var(--color-bleu-3);
	border-color: var(--color-bleu-3);
	transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
	.item-promo{
		padding: 6% 8%;
	}
	.item-promo-icon{
		display: inline-block;
	}
	.item-promo-podcasts .item-promo-titre::before,
	.item-promo-videos .item-promo-titre::before,
	.item-promo-entrepreneurs .item-promo-titre::before{
		display: none;
	}
	.item-promo-entrepreneurs{
		align-items: flex-start;
	}
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.pagination ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.pagination li i.icon-arrow{
	display: inline-block;
	transform: rotate(90deg);
}
.pagination li i.icon-arrow.icon-reverse{
	transform: rotate(-90deg);
}
.pagination li span.current,
.pagination a{
	color: var(--color-orange-2);
	display: inline-block;
	padding: 0.5rem 2rem;
	border: 1px solid var(--color-orange-2);
}
.pagination li span.current{
	background-color: var(--color-orange-2);
	color: var(--color-blanc);
	border-color: var(--color-orange-2);
}
/*------------------------------------*\
    SPLIDE (COMPOSANT)
\*------------------------------------*/
/* Carousel expertises (Splide) */

.splide {
	padding-bottom: 2rem;
}
.splide .splide__slide{
	margin-right: 3rem!important;
}
.splide .splide__arrow {
	background: transparent;
	border: none;
	width: auto;
	height: auto;
	opacity: 1;
	outline: none;
}
.splide .splide__arrow .icon-arrow {
	font-size: 5rem;
}
.splide .splide__arrow--next .icon-arrow {
	transform: scaleX(-1);
	display: inline-block;
}
.splide__arrow--prev{
	position: absolute;
	left: -2rem;
	bottom: 3rem;
	top: auto;
}
.splide__arrow--next{
	position: absolute;
	right: -2rem;
	bottom: 3rem;
	top: auto;
}
@media (min-width: 992px) {
	.splide__arrow--prev{
		left: -7rem;
		top: calc(50% - 5rem);
		bottom: auto;
	}
	.splide__arrow--next{
		right: -7rem;
		top: calc(50% - 5rem);
		bottom: auto;
	}
}
/*------------------------------------*\
    FAQ & ACCORDEON (COMPOSANT)
\*------------------------------------*/
.section-faq-list{
	background-color: var(--color-orange-2);
}
.espace-entrepreneurs .section-faq-list{
	background-color: var(--color-bleu-2);
}
.faq-list-items{
	position: relative;
}
.accordion {
	position: relative;
	cursor: pointer;
	padding: 1.5rem 5rem 1.5rem 3rem;
	outline: none;
	transition: 0.3s ease;
	background-color: var(--color-orange-1);
	border-radius: 30px;
	color: var(--color-blanc);
	border: none;
	width: 100%;
	text-align: left;
}
.espace-entrepreneurs .accordion {
	background-color: var(--color-bleu-1);
}
.accordion:hover,
.accordion.active{
	background-color: var(--color-blanc);
	color: var(--color-orange-2);
}
.espace-entrepreneurs .accordion:hover,
.espace-entrepreneurs .accordion.active{
	color: var(--color-bleu-2);
}
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.accordion::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 15px;
	top: 50%;
	font-family: 'fim';
	content: "\e917";
	width: 2rem;
	height: 2rem;
	transform: translateY(-50%) translateX(0) rotate(0deg);
	transition: transform 0.3s ease-in-out;
	font-size: var(--font-m);
	line-height: 1;
	text-align: center;
}
.accordion.active::before {
	transform: translateY(-45%) translateX(0) rotate(180deg);
}

@media (max-width: 991px) {
	.faq-list-items::before {
		font-size: 4em;
		left: 30px;
		top: -20px;
	}
	.faq-list-items h2 {
		padding-left: 8rem;
	}
}
@media (min-width: 992px) {
	.faq-column{
		padding: 0;
	}
}
/*------------------------------------*\
    ARTICLES & SINGLE (SECTION SPECIFIQUE)
\*------------------------------------*/
.floating-box-wrapper {
	position: sticky;
	top: 22vh;
	display: flex;
	justify-content: flex-end;
}
.espace-entrepreneurs .floating-box-wrapper {
	margin-top: 3rem;
}
.scroll + main .floating-box-wrapper {
	top: 15vh;
}
.espace-entrepreneurs .scroll + main .floating-box-wrapper {
	top: 30vh;
}
.floating-box {
	width: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	background-color: var(--color-blanc);
	padding: 30px 15px;
	border-radius: 45px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
	.floating-box-wrapper {
		top: 90px;
		justify-content: center;
		margin: 20px;
		z-index: 10;
	}
	.floating-box {
		width: 100%;
		max-width: 420px;
		flex-direction: row;
		justify-content: center;
		padding: 12px 18px;
		border-radius: 999px;
	}
}
.floating-box .icon-link {
	font-size: 2rem;
	transition: all 0.3s ease;
	color: var(--color-noir);
	outline: none;
}
.floating-box .icon-link i.icon-mail {
	font-size: 1.4rem;
}
.floating-box .icon-link-btn {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	font: inherit;
}
.txt-intro{
	font-size: 2.2rem;
	line-height: 2.8rem;
}
.meta-post{
	display: flex;
	gap: 10px;
	align-items: center;
}
.single .section-txt h2,
.article-content h2{
	font-family: var(--font-secondary);
	font-size: var(--font-xm);
	line-height: var(--lineh-xm);
	font-weight: 700;
	margin: 3rem 0 1rem 0;
	color: var(--color-orange-2);
}
.espace-entrepreneurs .article-content h2{
	color: var(--color-bleu-2);
}
.article-content figure img{
	margin: 1em 0;
}
.article-content figure:not(.wp-block-embed){
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}
.item-tag a{
	display: inline-block;
	margin-right: 10px;
	color: var(--color-orange-1);
	padding: 3px 15px;
	transition: all 0.3s ease;
}
.item-tag a:hover{
	color: var(--color-orange-2);
	transition: all 0.3s ease;
}
.espace-entrepreneurs .item-tag a{
	color: var(--color-bleu-2);
}
.wp-caption,
.alignright,
.alignleft,
.alignnone{
	margin: 1rem 0;
}
.wp-caption .wp-caption-text,
.gallery-caption{
	margin: 0;
	padding: 0;
	font-size: var(--font-xs);
	line-height: var(--lineh-xs);
	text-wrap:balance;
}
blockquote{
	font-size: var(--font-xm);
	line-height: var(--lineh-xm);
	margin: 1em 1em 1em 0;
	font-weight: 700;
	color: var(--color-orange-2);
}
.espace-entrepreneurs blockquote{
	color: var(--color-bleu-2);
}
.related-posts .cat-title,
.section-a-noter{
	color: var(--color-orange-2);
}
.espace-entrepreneurs .related-posts .cat-title,
.espace-entrepreneurs .section-a-noter{
	color: var(--color-bleu-2);
}

/*------------------------------------*\
    SECTION A NOTER (SECTION SPECIFIQUE)
\*------------------------------------*/
.section-a-noter h3{
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 2.8rem;
}

/*------------------------------------*\
    SECTION BTN (SECTION SPECIFIQUE)
\*------------------------------------*/
.section-btn a{
	width: 50%;
	text-align: center;
}
@media only screen and (max-width:768px){
	.section-btn a{
		width: 100%;
	}
}
/*------------------------------------*\
    FOOTER (COMPOSANT)
\*------------------------------------*/
.col-groupe-logo .logo img{
	width: 125px;
}
.footer-right{
	padding-top: 3rem;
}
.footer a{
	font-size: var(--font-xs);
	color: var(--color-terre);
}
.footer a:hover{
	text-decoration: underline;
}
.footer-menu ul,
.footer-menu-bas ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu-titre{
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.footer-menu-titre::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-terre);
}
.footer-menu ul li{
	list-style: none;
	margin-bottom: 0.5rem;
}
.footer-menu ul li:last-child{
	margin-bottom: 0;
}
.footer-menu-bas ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 15px;
}
.footer-menu-bas ul li{
	position: relative;
	margin-right: 10px;
	margin-bottom: 0.5rem;
}
.footer-menu-bas ul li::after{
	content: "—";
	position: absolute;
	right: -20px;
}
.footer-menu-bas ul li:last-child::after{
	display: none;
}
.footer-social{
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}
.footer-social a{
	display: inline-block;
	font-size: 2rem;
	position: relative;
}
.footer-social a:hover{
	text-decoration: none;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.col-nav-footer .footer-menu::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
}
.footer-menu-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.footer-menu-btn .btn {
	padding: 1rem 3rem;
	display: block;
	width: 100%;
}
@media only screen and (min-width:992px){
	.footer-menu-titre::after{
		width: calc(100% + 40px);
	}
	.footer-menu:last-child .footer-menu-titre::after{
		width: 100%;
	}
	.footer-menu-btn .btn {
		display: inline-block;
		width: auto;
	}
}
/*------------------------------------*\
    RESPONSIVE GLOBAL
\*------------------------------------*/
@media only screen and (max-width:480px){
}

@media only screen and (max-width:768px){
	.full-m{
		padding: 0!important;
	}
	.center-mobil{
		text-align: center!important;
	}
	.hidden-sm{
		display: none;
	}
    .mt50{
        margin-top: 1.5em;
    }
	.mb30{
		margin-bottom: 1em;
	}
    .pt30{
        padding-top: 1em;
    }
    .mb50{
        margin-bottom: 1.5em;
    }
	.mt100{
		margin-top: 2.5em;
	}
	.mb100{
		margin-bottom: 2.5em;
	}
    .pt50{
        padding-top: 1.5em;
    }
    .pb30{
        padding-bottom: 1em;
    }
    .pb50{
        padding-bottom: 1.5em;
    }
	.pb100{
		padding-bottom: 2em;
	}
    .pt100{
        padding-top: 2em;
    }
	.mt0-mobil{
		margin-top: 0;
	}
	.mb0-mobil{
		margin-bottom: 0;
	}
	.pt0-mobil{
		padding-top: 0;
	}
	.pb0-mobil{
		padding-bottom: 0;
	}
	.pl0-mobil{
		padding-left: 0!important;
	}
	.pr0-mobil{
		padding-right: 0!important;
	}
	.pb100-mobil{
		padding-bottom: 5rem;
	}
    .pt100-mobil{
        padding-top: 5rem;
    }
	.pb50-mobil{
		padding-bottom: 1.5rem;
	}
    .pt50-mobil{
        padding-top: 1.5rem;
    }
	.mb50-mobil{
		margin-bottom: 2.5rem;
	}
	.mt50-mobil{
		margin-top: 2.5rem;
	} 
	.mb100-mobil{
		margin-bottom: 4rem;
	}
	.mt100-mobil{
		margin-top: 4rem;
	}
	.pr5-mobil{
		padding-right: 15px!important;
	}
	.pl5-mobil{
		padding-left: 15px!important;
	}
	.pr50-mobil{
		padding-right: 30px!important;
	}
	.pl50-mobil{
		padding-left: 30px!important;
	}
}
@media only screen and (max-width:992px){
	.plr0-mobil{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.plr1-mobil{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.plr5-mobil{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	main .container:first-child{
		padding-top: 0!important;
		margin-top: 0!important;
	}
}
@media only screen and (min-width:320px){
	section{
		scroll-margin-top: 5em;
	}
	.scroll-margin{
		scroll-margin-top: 10em;
	}
	/*
	.section-page section:last-child{
		padding-bottom: 3em;
	}
	*/
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print{
	*{
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited{
		text-decoration:underline;
	}
	a[href]:after{
		content:" (" attr(href) ")";
	}
	abbr[title]:after{
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after{
		content:"";
	}
	pre,blockquote{
		page-break-inside:avoid;
	}
	thead{
		display:table-header-group;
	}
	tr,img{
		page-break-inside:avoid;
	}
	img{
		max-width:100% !important;
	}
	main,
	.section-page .container{
		max-width: 100% !important;
		padding: 0 !important;
	}
	@page{
		margin: 1cm 1.5cm;
	}
	h1{
		font-size: 30px!important;
		line-height: 36px!important;
	}
	h2{
		font-size: 24px!important;
		line-height: 30px!important;
	}
	p,
	h2,
	h3{
		orphans:3;
		widows:3;
	}
	h2,
	h3{
		page-break-after:avoid;
	}
	.floating-box-wrapper{
		display:none !important;
	}
	/* Forcer la visibilité des éléments .fade (titre, visuel, etc.) à l'impression */
	.fade,
	.fade *,
	img{
		opacity: 1 !important;
		visibility: visible !important;
	}
	/* Masquer menu, footer et contenu associé pour n'imprimer que l'article */
	.item-time,
	.section-btn,
	.header-sticky-wrapper,
	header,
	.header,
	.top-nav,
	.main-nav,
	.skip-link,
	.related-posts,
	footer,
	.footer{
		display:none !important;
	}
}

