/*
	Theme Name: RENOMA
	Theme URI: 
	Description: 
	Version: 3.0
	Author: WD 2025
	Author URI: https://www.workdivision.paris

*/

:root {
	
	--color-blanc: rgba(255, 255, 255, 1);
	--color-noir: rgba(0, 0, 0, 1);
	--color-rouge: rgba(164, 0, 0, 1);
	--color-gris: rgba(240, 240, 240, 1);
	--color-grisf: rgba(66, 66, 66, 1);

	--font-xs: 1.4rem;
	--lineh-xs: 2rem;

	--font-s: 1.6rem;
	--lineh-s: 2.2rem;
	
	--font-sm: clamp(1.7rem, 1.6vw + 1rem, 2rem);
	--lineh-sm: clamp(2.4rem, 2.1vw + 1.5rem, 2.8rem);
	
	--font-m: 2.2rem;
	--lineh-m: 2.8rem;

	--font-xm: clamp(2.2rem, 6.4vw - 1rem, 3rem);
	--lineh-xm: clamp(3rem, 6.4vw - 1rem, 3.4rem);

	--font-l: clamp(3.5rem, 2.7vw + 2.3rem, 4rem);
	--lineh-l: clamp(4rem, 2.7vw + 2.3rem, 4.5rem);

	--font-xl: clamp(4rem, 4.3vw + 0.9rem, 5rem);
	--lineh-xl: clamp(4.5rem, 5.3vw + 0.7rem, 6rem);
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
  font-family: 'renoma';
  src:  url('fonts/renoma.woff?k44egc') format('woff'),
    url('fonts/renoma.svg?k44egc#renoma') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'renoma' !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-x:before {
  content: "\e904";
}
.icon-arrow-alt:before {
  content: "\e902";
}
.back .icon-arrow-alt:before {
	display: inline-block;
	padding-left: 10px;
	font-size: var(--font-s);
	transform: rotate(180deg);
}
.icon-arrow:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-reverse::before{
	display: inline-block;
	transform: rotate(180deg);
}
*,
*:after,
*:before{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body{
	position: relative;
	font-family: "Overpass", serif;
	font-optical-sizing: auto;
    font-size: var(--font-s);
    line-height: var(--lineh-s);
    font-style: normal;
    font-weight: 400;
	color: var(--color-noir);
	letter-spacing: 0;
}
main{
	overflow: hidden;
}
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;
}
a:hover,
a:active{
	text-decoration: none;
	outline:0;
}
p a:hover,
p a:active{
	text-decoration: underline;
	outline:0;
}
: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);
}
.home h1,.home h2,.home h3,.home h4{
	font-family: "Anton", serif;
}
h1,h2,h3,h4{
	font-family: "Overpass", serif;
}
h1{
	font-size: var(--font-xl);
	line-height: var(--lineh-xl);
	font-weight: 300;
}
h2{
	font-size: var(--font-l);
	line-height: var(--lineh-l);
	color: var(--color-rouge);
	font-weight: 700;
}
h3{
	font-size: var(--font-xm);
	line-height: var(--lineh-xm);
    font-weight: 400;
}
h4{
	font-size: var(--font-m);
	line-height: var(--lineh-m);
	font-weight: 400;
}
.titre-sub::after{
	content: "—";
	display: block;
}
ul{
	margin: 1em 0.5em;
	padding-left: 1em;
}
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;
}
.article-content strong,
p strong{
	color: var(--color-noirc);
}
.js-on .fade-r,
.js-on .fade-l,
.js-on .fade-d,
.js-on .fade-o,
.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-d.in{
	transform: translateY(-20px);
	animation-delay: 1s;
	animation-duration: 1s;
	animation-name: fadeInDown;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.js-on .fade-l.in{
	transform: translateX(40px);
	animation-delay: .3s;
	animation-duration: .5s;
	animation-name: fadeInL;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.js-on .fade-r.in{
	transform: translateX(-40px);
	animation-delay: .3s;
	animation-duration: .5s;
	animation-name: fadeInR;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.js-on .fade-o.in{
	transform: translateX(-60px);
	animation-delay: .5s;
	animation-duration: 1s;
	animation-name: fadeInR;
	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);*/
  }
}
.fadeIn{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.fadeIn{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
@keyframes fadeInL {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
.fadeInL{
    -webkit-animation-name:fadeInL;
    animation-name:fadeInL;
}

@keyframes fadeInR {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

/*
.fadeInR{
    -webkit-animation-name:fadeInL;
    animation-name:fadeInL;
}
*/
.btn{
	position: relative;
	display: inline-block;
	padding: 1.5rem 2rem;
	font-size: var(--font-s);
	line-height: var(--lineh-s);
	font-weight: 600;
	border: 1px solid var(--color-noir);
	overflow: hidden;
	text-decoration: none!important;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background-color: var(--color-blanc);
}
.btn-small{
	padding: 1rem 2rem 0.6rem 2rem;
}
.btn:hover{
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	background-color: var(--color-noir);
	color: var(--color-blanc);
}
.btn-blanc{
	background-color: var(--color-blanc);
	color: var(--color-noir);
}
.btn-noir,
.btn-blanc:hover{
	background-color: var(--color-noir);
	color: var(--color-blanc);
	border: 1px solid var(--color-blanc);
}
.btn-noir:hover{
	background-color: var(--color-blanc);
	color: var(--color-noir);
	border: 1px solid var(--color-noir);
}
.btn-arrow{
	position: relative;
	display: block;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	border: 2px solid var(--color-bleu);
	overflow: hidden;
}
.btn-arrow::before {
	font-family: 'photosol' !important;
	content: "\e902";
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: inherit;
	padding: inherit;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: var(--color-blanc);
	transform: none;
	transition: transform .2s ease-in;
}
.btn-arrow:hover {
	background-color: var(--color-bleu);
	/*border-color: var(--color-blanc);*/
	opacity: 1;
	transition: background .25s ease-out, opacity .3s ease-out;
}
.btn-arrow:hover::before{
	transform: translateY(5%);
	opacity: 0.8;
	transition: transform .35s ease-in-out, opacity .3s ease-out;
}
.btn-inline{
	display: flex;
	gap:15px;
}
.readm{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: border .2s ease-out;
}
.readm-dl{
	margin-left: 2rem;
}
.readm::after{
	font-family: 'photosol' !important;
	content: "\e902";
	position: absolute;
	transform: rotate(-90deg);
	font-size: 1.2rem;
	right: -2rem;
}
.readm-dl::after{
	left: -2rem;
	right: auto;
}
.rounded img,
.rounded{
	border-radius: 30px;
	/*overflow: hidden;*/
}
/*------------------------------------*\
    FONTS SIZES
\*------------------------------------*/
.txt-xlight{
	font-weight: 200!important;
}
.txt-light{
	font-weight: 300!important;
}
.txt-regular{
	font-weight: 400!important;
}
.txt-sbold{
	font-weight: 600!important;
}
strong,
.txt-bold{
	font-weight: 700!important;
}
.txt-xbold{
	font-weight: 800!important;
}
.txt-ital{
	font-style: italic;
}
.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-sm{
	font-size: var(--font-sm);
	line-height: var(--lineh-sm);
}
.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-sl{
	font-size: var(--font-sl);
	line-height: var(--lineh-sl);
}
.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-noir{
	color: var(--color-noir);
}
.txt-blanc{
	color: var(--color-blanc);
}
.txt-rouge{
	color: var(--color-rouge);
}
.txt-gris{
	color: var(--color-gris);
}
.txt-grisf{
	color: var(--color-grisf);
}
.txt-up{
	text-transform: uppercase!important;
}
.txt-space{
	letter-spacing: 0.05rem;
}
.txt-xspace{
	letter-spacing: 0.1rem;
}
.txt-balance{
	text-wrap:balance;
}
@media only screen and (max-width:991px){
	.txt-s-mobile{
		font-size: var(--font-s);
		line-height: var(--lineh-s);
	}
}

/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
.bg-blanc{
	background-color: var(--color-blanc);
}
.bg-noir{
	background-color: var(--color-noir);
}
.bg-gris{
	background-color: var(--color-gris);
}
.b-bottom{
	border-bottom: 1px solid var(--color-gris);
}
.b-top{
	border-top: 1px solid var(--color-gris);
}
.b-bottom-blanc{
	border-bottom: 1px solid var(--color-blanc);
}
.b-top-blanc{
	border-top: 1px solid var(--color-blanc);
}

/*------------------------------------*\
    SPACES
\*------------------------------------*/
.pt15{
    padding-top: 0.5em;
}
.pt30{
    padding-top: 1.5em;
}
.pt50{
    padding-top: 2.5em;
}
.pt100{
    padding-top: 5em;
}
.pb0{
    padding-bottom: 0;
}
.pb15{
    padding-bottom: 0.5em;
}
.pb30{
    padding-bottom: 1.5em;
}
.pb50{
    padding-bottom: 2.5em;
}
.pb100{
    padding-bottom: 5em;
}
.mt5{
    margin-top: .5em;
}
.mt15{
    margin-top: 1em;
}
.mt30{
    margin-top: 1.5em;
}
.mt50{
    margin-top: 2.5em;
}
.mt100{
    margin-top: 5em;
}
.mb0{
	margin-bottom: 0;
}
.mb5{
	margin-bottom: .5em;
}
.mb15{
    margin-bottom: 1em;
}
.mb30{
    margin-bottom: 1.5em;
}
.mb50{
    margin-bottom: 2.5em;
}
.mb100{
    margin-bottom: 5em;
}

.plr0{
	padding-left: 0!important;
	padding-right: 0!important;
}
.mlr0{
	margin-left: 0!important;
	margin-right: 0!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;
	}
	.pr15 {
		padding-right: 1.5em !important;
	  }
	.pl15 {
		padding-left: 1.5em !important;
	  }
	.pr30 {
		padding-right: 2.5em !important;
	  }
	.pl30 {
		padding-left: 2.5em !important;
	  }
	.pr50 {
		padding-right: 5em !important;
	  }
	.pl50 {
		padding-left: 5em !important;
	  }
	.plr5{
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
	.plr6{
		padding-left: 6%!important;
		padding-right: 6%!important;
	}
	.plr8{
		padding-left: 8%!important;
		padding-right: 8%!important;
	}
	.plr10{
		padding-left: 10%! important;
		padding-right: 10%!important;
	}
	.plr12{
		padding-left: 12%! important;
		padding-right: 12%!important;
	}
	.plr15{
		padding-left: 15%! important;
		padding-right: 15%!important;
	}
}
@media only screen and (max-width:991px){
	.plr5-mobil{
		padding-left: 30px!important;
		padding-right: 30px!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%;
}
.wp-block-embed__wrapper,
.embed-container{ 
    position: relative;
    padding-bottom: 56.25%;
	margin: 1.5rem 0 3rem 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.wp-block-embed__wrapper iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single .item-content iframe{
	width: 100%;
}
.img-fit,
.img-fit img{
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	/*height: 100%;*/
}
.img-icon img{
	max-width: 70px;
	max-height: 70px;
	width: auto;
}
.img-ban img{
	aspect-ratio: 16/6;
	object-position: center bottom;
}
.img-fit.img-pano img{
	aspect-ratio: 16/9;
}
.img-fit.img-wide img{
	aspect-ratio: 16/7;
}
.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%;
}
.article-content img{
	margin: 1em 0;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
#see-more-btn {
    display: none;
}
#see-more-btn.show {
    display: inline-block;
}
.pagination{
    text-align: center;
    font-size: 1.4rem;
}
.pagination > *{
    padding: 0 10px;
}
.pagination .current{
    color: var(--color-tonic);
    font-weight: 700;
}
.post-navigation{
	display: flex;
	justify-content: space-between;
}
.post-navigation a{
	display: flex;
	align-items: center;
	/*max-width: 45%;*/
}
@media only screen and (max-width:768px){
	.post-navigation{
		flex-direction: column;
	}
	.post-navigation a{
		margin-bottom: 1em;

	}
}
.page-navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-navigation a{
	color: var(--color-grisf);
}

/*------------------------------------*\
   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;
}

/*------------------------------------*\
    SLIDE ACTUS
\*------------------------------------*/
.actu-slider .item-slide-content img{
	max-height: 300px;
}
@media (min-width: 992px) {
	.actu-slider .item-slide-content img{
		max-height: 500px;
	}
}
/*------------------------------------*\
    GRID HOME
\*------------------------------------*/
.grid-main .item-grid{
	display: block;
	overflow: hidden;
}
.grid-main .item-grid figure{
	overflow: hidden;
}
.grid-main .item-grid img{
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: transform 300ms ease;
}
.grid-main .item-grid:hover img{
	transform: scale(105%);
	transition: transform 300ms ease;
}
.grid-main .item-grid h2,
.grid-main .item-grid h3{
	position: absolute;
	z-index: 3;
    top: 50%;
    transform: translateY(-50%);
	opacity: 1;
	width: 100%;
}
.grid-main .item-grid::before{
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: var(--color-noir);
	mix-blend-mode: multiply;
	transition: all 300ms ease;
}
.grid-main .item-grid:hover::before{
	opacity: 0.5;
	transition: all 300ms ease;
}
.grid-main .item-grid:hover h2,
.grid-main .item-grid:hover h3{
	opacity: 1;
	transition: all 300ms ease;
	word-wrap: break-word;
}
.grid-small{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media (min-width: 992px) {
	.grid-small{
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-main .item-grid h2,
	.grid-main .item-grid h3{
		opacity: 0;
	}
	.grid-main .item-grid::before{
		opacity: 0;
	}
}
.item-grid h3,
.item-grid h2{
	padding: 0 15px;
}
.item-grid-3 h3,
.item-grid-9 h3{
	font-size: var(--font-m)!important;
}
/*------------------------------------*\
    HISTOIRE
\*------------------------------------*/
.lien-annee{
	top: 0;
	transition: all 300ms ease;
}
.lien-annee p{
	display: flex;
	flex-wrap: wrap;
}
.lien-annee p a{
	display: block;
	width: 40%;
}
.fixed{
	position: fixed!important;
	top: 150px;
	transition: all 300ms ease;
}
@media (min-width: 992px) {
	.fixed-left-ok{
		margin-left: 16.66%;
	}
}


/*------------------------------------*\
    POPUP
\*------------------------------------*/
.popup-item {
	font-family: "auger-mono", monospace;
	position: relative;
	background: var(--color-noir);
	color: var(--color-blanc);
	padding: 5em 2em;
	width: auto;
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.popup-item h3{
	position: relative;
	width: 110%;
	text-align: right;
	font-size: clamp(5rem, 4.3vw + 0.9rem, 5.5rem);
	line-height: clamp(4.5rem, 5.3vw + 0.7rem, 5.5rem);
	margin: 0 0 -5rem 0;
	z-index: 5;
	font-family: "auger-mono", monospace;
	font-weight: 700;
}
.popup-item .pop-title::before{
	content: "";
	position: absolute;
	width: 150px;
	height: 40px;
	left: -25px;
	top: -10px;
	background: url(img/cercle.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.popup-item .pop-title-2::before{
	width: 135px;
	height: 40px;
	left: -25px;
	top: -8px;
}
.popup-item .pop-title-3::before{
	width: 105px;
	height: 30px;
	left: -25px;
	top: -5px;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.popup-item a{
	color: #275b9b;
}


@media (min-width: 992px) {
	.popup-item h3{
		width: 120%;
		margin: 0 -5rem -5rem 0;
	}
	.popup-item {
	  padding: 3em 1em;
	  width: 90%;
	  margin: 0% auto;
	}
}
/*------------------------------------*\
    BTN IMG
\*------------------------------------*/
.btn-img .item-grid img{
	aspect-ratio: 16/10;
}

/*------------------------------------*\
    CARROUSEL
\*------------------------------------*/
.carrousel{
	padding: 0!important;
}
.section-carrousel .item-carrousel{
	margin: 0 5px;
}
.carrousel .slick-slide img {
	object-fit: cover;
	height: 100%;
}
.carrousel .slick-prev::before,
.carrousel .slick-next::before {
	font-size: 1.5rem;
}
.carrousel .slick-prev {
	left: -15px;
}
.carrousel .slick-next {
	right: -15px;
}
/*------------------------------------*\
    PRESSE
\*------------------------------------*/
.section-presse a{
	display: block;
	background-color: var(--color-gris);
	border: 2px solid var(--color-gris);
	transition: border-color 300ms ease;
}
.section-presse a:hover{
	border-color: var(--color-noir);
	transition: border-color 300ms ease;
}
.section-presse .image-article img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	aspect-ratio: 2/3;
}
.section-presse .image-article h3{
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: var(--color-gris);
	width: 100%;
}

/*------------------------------------*\
    BOOKS
\*------------------------------------*/
.section-books .image-article .wp-post-image{
	object-fit: cover;
	height: 100%;
	width: 100%;
	aspect-ratio: 2/3;
}
.section-books h2{
	position: relative;
	z-index: 10;
	padding: 10px;
	background-color: var(--color-gris);
	width: 100%;
}
.section-books .item-book{
	border: 10px solid var(--color-gris);
}
.section-books .item-book-liens a{
	position: absolute;
	z-index: 5;
	bottom:0;
	display: inline-block;
	padding: 10px;
}
.section-books .item-book-liens a.lien-pdf{
	left: 0;
	transform: translateX(-50px);
	transition: all 300ms ease;
}
.section-books .item-book-liens a.lien-cart{
	right:0;
	transform: translateX(50px);
	transition: all 300ms ease;
}
.section-books .item-book:hover a{
	transform: translateX(0px);
	transition: all 300ms ease;
}
.section-books .item-book-liens a{
	max-width: 50px;
}
/*------------------------------------*\
    BLOG CAT & SINGLE
\*------------------------------------*/
.filtres,
.filtres-liste{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 1rem;
}
.filtres-liste{
	background-color: var(--color-gris);
	padding: 10px!important;
}
.filtres-liste li a{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 30px;
}
.filtres-liste li.current-cat a,
.filtres-liste li a:hover{
	background-color: var(--color-noir);
	color: var(--color-blanc);
	transition: all 300ms ease;
}
.single-content h2,
.single-content h3{
	font-size: var(--font-m);
	line-height: var(--lineh-m);
	font-weight: 700;
	margin-bottom: 2rem;
}
.actu-item .actu-item-cat{
	position: absolute;
	z-index: 5;
	top: 2rem;
	left: 4rem;
	padding: 5px 10px;
}
.actu-item .actu-item-content{
	display: flex;
}
.actu-item .actu-item-content h2{
	width: 65%;
	color: var(--color-blanc)
}
.actu-item .actu-item-content-btn{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 35%;
}
.actu-item-content{
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
	padding: 1.5rem;
}
.actu-item-img:hover .btn{
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	background-color: var(--color-noir);
	color: var(--color-blanc);
}
.actu-item-img .img-fit::before{
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, var(--color-noir) 0%, var(--color-blanc) 85%);
	mix-blend-mode: multiply;
	opacity: 0.9;
}
.actu-item-img img{
	aspect-ratio: 4/3;
}

@media (min-width: 992px) {
	.filtres,
	.filtres-liste{
		gap: 2rem;
	}
	.filtres-liste{
		padding: 0!important;
	}
	.filtres-liste li a{
		padding: 12px 30px 10px 30px;
	}
}
/*------------------------------------*\
    SEPARATEUR
\*------------------------------------*/
.sep{
	border-top: 1px solid var(--color-noir);
}

/*------------------------------------*\
    TXT + IMG / TXT + BTN
\*------------------------------------*/
.section-txt-img h2{
	font-size: var(--font-m);
	line-height: var(--lineh-m);
	color: var(--color-violet);
	font-weight: 700;
	margin-bottom: 2rem;
}
.section-txt-img h3{
	font-size: var(--font-sm);
	line-height: var(--lineh-sm);
	color: var(--color-violet);
	font-weight: 700;
	margin: 2rem 0;
}
.section-txt-img .order-0{
	position: relative;
	z-index: 5;
}
.item-txt-encadre::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: var(--color-blanc);
}
.item-txt-encadre.item-txt-right::before{
	right: 0;
	left: auto;
}
.item-txt-encadre.item-txt-right .plr5{
	padding-left: 0!important;
}
.item-txt-encadre{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section-txt-img:last-of-type{
	padding-bottom: 5em!important;
}
@media (max-width: 991px) {
	.section-txt-img .col-md-4.order-1,
	.section-txt-img .col-md-5.order-1,
	.section-txt-img .col-md-5.order-0{
		order: 0!important;
	}
	.section-txt-img .col-md-4.order-0,
	.section-txt-img .col-md-4.order-1{
		background-color: var(--color-blanc);
	}
}
@media (min-width: 769px) {
	.item-txt-encadre::before{
		width: 115%;
	}
	.item-img.order-0{
		padding-left: 0!important;
	}
	.item-img.order-1{
		padding-right: 0!important;
	}
}
.section-txt-btn .content-desc h2{
	font-size: var(--font-sl);
	line-height: var(--lineh-sl);
	font-weight: 400;
}

/*------------------------------------*\
    CTA
\*------------------------------------*/

/*------------------------------------*\
   FORMS
\*------------------------------------*/
::placeholder{
	opacity: 0.9!important;
	color: var(--color-gris)!important;
}
input:required{
    box-shadow:none;
}
input:invalid{
    border-bottom-color: var(--color-violet);
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpcf7-form{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5rem 0;
}
.wpcf7-form label{
	color: var(--color-blanc);
}
.wpcf7-form .wpcf7-spinner{
	margin: 0 5px;
}
.wpcf7-form .wpcf7-spinner{
	background-color: var(--color-blanc);
 }
.wpcf7-form .wpcf7-spinner::before {
	background-color: var(--color-blanc);
 }
select,
textarea,
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="email"]{
    width: 100%;
    border: none;
	background: var(--color-blanc);
	color: var(--color-noir);
	font-size: var(--font-xs);
	font-weight: 400;
	padding: 10px 15px;
}
textarea{
	height: 150px;
	resize: none;
}
textarea:focus{
	border: none;
}
.wpcf7-acceptance{
	line-height: 1.6rem;
}
.wpcf7-acceptance label{
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--color-blanc);
	font-weight: 400;
}
.wpcf7-acceptance .wpcf7-list-item-label{
	font-weight: 700;
	font-size: var(--font-xs);
	line-height: var(--lineh-xs);
}
.wpcf7-acceptance input[type="checkbox"]{
	position: relative;
	top: 2px;
}
.wpcf7 input[type="submit"]{
	position: relative;
	display: inline-block;
	padding: 1.5rem 4rem;
	margin-top: 1rem;
	font-size: var(--font-s);
	line-height: var(--lineh-s);
	font-weight: 600;
	overflow: hidden;
	text-decoration: none!important;
	transition: all 0.3s ease-in-out;
	background-color: var(--color-blanc);
	color: var(--color-noir);
	border: 1px solid var(--color-blanc);
	text-transform: uppercase;
}
.wpcf7 input[type="submit"]:hover{
	transition: all 0.3s ease-in-out;
	background-color: var(--color-noir);
	color: var(--color-blanc);
}
.wpcf7 form .wpcf7-response-output{
    margin: .5em 0;
    padding: 0;
    border: none;
	color: var(--color-blanc);
	text-align: center;
	font-weight: 400;
	font-size: var(--font-m);
}
.wpcf7-not-valid-tip{
	color: red;
	font-size: var(--font-xs);
}
div.wpcf7 .ajax-loader{
    display: none!important;
}
form.is-invalid > .acf-error-message{
	visibility: visible;
	display: block;
	position: relative;
	padding: 10px 0;
}
.wpcf7-form .row{
	opacity: 1;
	height: 100%;
}
.wpcf7-form.sent .row{
	opacity: 0;
	height: 0;
	transition: all 0.8s ease-in;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control-wrap{
	display: block;
	margin: 1rem 0;
}

/*------------------------------------*\
    PRESSE
\*------------------------------------*/
.presse-item-cat{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.presse-item-cat span{
	padding: 0.5rem 2rem;
	background-color: var(--color-vert);
	border-radius: 30px;
}

/*------------------------------------*\
    IMG TITRE
\*------------------------------------*/
.section-titre-img img{
	aspect-ratio: 12/4;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer .footer-socials a{
	display: inline-block;
	margin-right: 1rem;
}
.col-groupe-logo{
	max-width: 300px;
}
.footer a{
	font-weight: 400;
	color: var(--color-blanc);
}
.footer .footer-menu-bas a:hover{
	text-decoration: underline;
	color: var(--color-blanc);
}
.footer-menu-bas ul{
	margin: 0;
}
/*
.footer-menu-bas ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding-left: 0;
}
*/
.footer-menu-bas ul li{
	position: relative;
	margin-right: 20px;
}
/*
.footer-menu-bas ul li::after{
	content: "-";
	position: absolute;
	right: -13px;
	font-size: 1rem;
	color: var(--color-blanc);
}
.footer-menu-bas ul li:last-child:after{
	content: "";
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@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;
	}
	.pb100-mobil{
		padding-bottom: 5rem;
	}
    .pt100-mobil{

        padding-top: 5rem;
    }
	.mb50-mobil{
		margin-bottom: 2.5rem;
	}
	.mt50-mobil{
		margin-top: 2.5rem;
	} 
	.mb100-mobil{
		margin-bottom: 5rem;
	}
	.mt100-mobil{
		margin-top: 5rem;
	}
}
@media only screen and (max-width:992px){
	.plr0-mobil{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.plr1-mobil{
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
	.plr5-mobil{
		padding-left: 10%!important;
		padding-right: 10%!important;
	}
}
@media only screen and (min-width:320px){
	section{
		scroll-margin-top: 3em;
	}
	.scroll-margin{
		scroll-margin-top: 10em;
	}
}
@media only screen and (min-width:769px){
	.d-flex-center{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.wp-caption,
.aligncenter,
.alignright,
.alignleft,
.alignnone{
	margin: 2rem 0;
}
.wp-caption .wp-caption-text,
.gallery-caption{
	font-size: var(--font-s);
	line-height: var(--lineh-s);
	margin: 0;
	padding: 15px 0;
}
blockquote{
	/*float: left;*/
	margin: 1em 1em 1em 0;
	/*max-width: 50%;*/
}
/*------------------------------------*\
    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;
	}
	@page{
		margin:0.5cm;
	}
	p,
	h2,
	h3{
		orphans:3;
		widows:3;
	}
	h2,
	h3{
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    INTRO VIDÉO ACCUEIL (#wd-home-intro)
\*------------------------------------*/
.wd-home-intro {
	position: fixed;
	inset: 0;
	min-height: 100dvh;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	box-sizing: border-box;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.wd-home-intro--done {
	display: none !important;
}

body.wd-home-intro-active {
	overflow: hidden;
}

.wd-home-intro__video {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100dvh;
	object-fit: cover;
	object-position: center;
}

/* Mobile / tablette : ratio 16:9 préservé (type 720p), bandes noires plutôt qu’un zoom recadré */
@media (max-width: 1023px) {
	.wd-home-intro__video {
		width: 100%;
		height: 100%;
		max-height: min(100dvh, 100vh);
		object-fit: contain;
		object-position: center center;
	}
}

.wd-home-intro__skip {
	position: absolute;
	bottom: max(1rem, env(safe-area-inset-bottom, 0px));
	right: max(1rem, env(safe-area-inset-right, 0px));
	z-index: 2;
	margin: 0;
	padding: 0.5rem 1rem;
	font: inherit;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 2px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.wd-home-intro__skip:hover,
.wd-home-intro__skip:focus {
	background: rgba(255, 255, 255, 0.15);
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.wd-home-intro__skip--prominent {
	font-size: 1rem;
	padding: 0.65rem 1.25rem;
	border-color: #fff;
	animation: wd-home-intro-pulse 1.2s ease-in-out infinite;
}

@keyframes wd-home-intro-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
}
