/*
Theme Name:KPF
Theme URI:https://www.kp-finance.com/
Description:Template KPF
Author:S&eacute;bastien Couston
Author URI:http://www.secous.com/
Version:1.6.0
*/

/*	
Font Awesome 6 Sharp :
font: var(--fa-font-sharp-solid); normal 900 1em / 1 "Font Awesome 6 Sharp";
font: var(--fa-font-sharp-regular); normal 400 1em / 1 "Font Awesome 6 Sharp";
font: var(--fa-font-brands); normal 400 1em / 1 "Font Awesome 6 Brands";

font-family: 'Montserrat', sans-serif; font-weight: 300,400,500,600;
font-family: 'Arial', sans-serif; font-weight: 400,700;

*/


:root {
	--blanc: #FFFFFF;
	--gris_fonce: #5B5B5B;
	--jaune: #ffce3a;
	--vert: #6dcd9f;
	--bleu_ciel: #1e9ac3;
	--bleu_nuit: #0B0033;
	--gris_bleu_fonce: #607D8B;
	--gris_bleu_clair: #e8f4f5;
	--fa-font-sharp-solid: normal 900 1em / 1 "Font Awesome 6 Sharp";
	--fa-font-sharp-regular: normal 300 1em / 1 "Font Awesome 6 Sharp";
	--fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}

html {margin: 0!important;}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted;cursor: help;}b,strong{font-weight:600}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* GENERAL */
html{min-height:100%;position:relative;}
body{width:100%;min-width:320px;background-color:var(--blanc);color:#666;font-size:16px;font-weight:400;font-family:'Montserrat', sans-serif;letter-spacing:.1px;}
a, button{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
a{text-decoration:none;color:#666;}
a:hover{text-decoration:none;outline:0;color:#666;}
a:focus,:focus, button:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important;}
a, img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
label{font-weight:400;}
.acf-map div {border: none!important;}

h1, h2, h3, h4, h5, h6{font-family: 'Arial', sans-serif; font-weight:700;line-height:1.3;margin:0;padding:0 0 20px;position:relative;}
h1{font-size:2.2em; }
h2{font-size:1.8em; }
h3{font-size:1.4em; font-weight: 600;}
h4{font-size: 1.15em; font-weight: 600;}
h5, h6{font-size:1.1em; font-weight: 600;}
p{font-size:1.000em;}
ul{list-style-type:none; margin:0; padding-left: 0;}
ol{list-style-type:none; margin:0; padding-left: 0; counter-reset: item;}
ul li, ol li{position: relative; line-height: 26px;}
p{display:block;line-height:26px;margin:0;padding:0 0 20px; font-weight:400;}
input, select, textarea { border: none; border-bottom: 1px solid #607D8B; padding: 15px; font-size: .938em; width: 100%;}
textarea{ resize: none;height:auto; line-height: 1.3em;}
*, ::after, ::before {box-sizing: border-box;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
input[type=number] { -moz-appearance: textfield;}
.numbers { font-family: 'Montserrat', sans-serif;}
.souligne { text-decoration: underline; text-underline-offset: 3px; }
code {
    display: inline-block;
    background: #f6f6f6;
    padding: 2px 4px;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active){select{background:var(--blanc) !important;padding-right:7px !important;}}

.clr::after{content:"";display:block;height:0;clear:both;visibility:hidden}

/* FLEX */
.flex {
	display: flex!important;
}
.inline-flex {
	display: inline-flex!important;
}
.flex-wrap {
	flex-wrap: wrap!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}
.align-items-top {
    align-items: flex-start!important;
}
.row-reverse {
	flex-direction: row-reverse!important;
}
/* FIXED */
.fixed {
	overflow: hidden;
}
.fixed {
	padding-right: 15px;
}
.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
}
.fixed .fixed-bottom, .fixed .fixed-top {
	padding-right: 15px;
}
.fixed .scrolltotop {
	right: 57px;
}
.fixed-top {
    top: 0;
}
.fixed-bottom {
    bottom: 0;
}
/* COMMUN */
.float-right {
	float: right;
}
.no-select {
    user-select: none;
}
.no-padding {
	padding: 0;
}
.no-display {
	display:none!important;
}
.visually-hidden {
	position: absolute!important;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}
.anchor-text-hidden {
	display: block;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}
.load-more {
	width: 100%;
	margin-top: 40px;
	height: 50px;
	text-align: center;
    font-size: 3em;
    color: var(--gris_fonce);
    z-index: 1;
    transition: all .3s;
}
.page-taxonomy .load-more, .page-archives .load-more {
	width: 790px;
	margin-top: 40px;
    margin-left: -40px;
}
ul li::before {
	position: absolute;
    font: var(--fa-font-sharp-solid);
    font-size: .75em;
    content: "\f054";
    color: #ffce3a;
    left: 0;
    top: 12px;
}
li ul li::before {
    content: "•";
    color: #5cb4ba;
}
ol {
    counter-reset: item;
}
ol > li::before {
	position: absolute;
    content: counter(item) ".";
    counter-increment: item; 
    left: 0;
    font-weight: 600;
    font-size: .95em;
    color: #ffce3a;
}
li > ol {
    counter-reset: subitem;
}
li > ol > li::before {
    content: counter(subitem) ".";
    counter-increment: subitem; 
    color: #5cb4ba;
}
ul.relative li::before, ol.relative li::before {
	position: relative;
    top: 0;
	margin-right: 10px;
}

li.chevron::before {
    content: "\f054";
}
li.check::before {
    content: "\f00c";
}
ul.no_style li::before{
    content: none;
}
blockquote {
    position: relative;
    margin: 2rem 4rem 3rem;
}
blockquote::before, blockquote::after {
	font: var(--fa-font-sharp-solid);
    font-size: 1.8em;
    position: absolute;
    color: rgba(63, 124, 133, .4);
}
blockquote::before {
	content: "\f10d";
    left: 0;
    top: 0;
}
blockquote::after {
	content: "\f10e";
    right: 0;
    bottom: 5px;
}
blockquote p, .site-content blockquote p {
	color: rgba(63, 124, 133, .8);
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 0;
    line-height: 2rem;
    font-size: 1.5rem;
    margin: 1rem 0;
}
.ribbon_exclusivite_wrap {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-transform: translatez(0);
    transform: translatez(0);
}
.ribbon_exclusivite {
    color: var(--blanc);
    font-size: .65rem;
    font-weight: 600;
    text-align: center;
    background: #2f9688;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 6px 0 5px;
    left: -6px;
    top: 19px;
    width: 120px;
    user-select: none;
}
.pdt_exclusivite {
	position: absolute;
    top: .5rem;
    left: 0;
    font-size: .9rem!important;
    margin-bottom: 10px;
    background: rgba(63, 124, 133, .8);
    padding: 0 5px;
    border-radius: 5px;
    color: var(--blanc);
    z-index: 2;
}
.image_arrondie_container {
	width: 180px;
    height: 150px;
    overflow: hidden;
    border-radius: 0 10% 80% 0;
    position: relative;
    margin-right: 5%;
}
.image_arrondie {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.scrolltoid {
	cursor: pointer;
}
.hashtag {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 400;
    text-transform: uppercase;
}
.hashtag::before {
	content: "#";
	margin-right: .05em;
	line-height: 1;
}
/* bulle générique montée dynamiquement par le JS */
.js-tooltip-bubble{
    position: fixed;
	background: rgba(0,0,0,.7);
    color: #fff;
    font: 0.8rem/1rem sans-serif;
    padding: 5px;
    border-radius: 5px;
    white-space: normal;
    z-index: 998;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease, transform .15s ease;
	width: auto;
	max-width: 160px;
	text-align: center;
}
.js-tooltip-bubble.show{
	opacity: 1;
}
/* flèche ► au-dessus par défaut */
.js-tooltip-bubble::before{
    content: '';
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: -9px;
	border: 5px solid transparent;
    border-top-color: rgba(0,0,0,.7);
}
/* variante si la bulle est affichée SOUS la cible */
.js-tooltip-bubble.bottom::before{
    top: -9px;
	bottom: auto;
    border: 5px solid transparent;
    border-bottom-color: rgba(0,0,0,.7);
}
.infotip.tooltip {
	position: absolute;
    right: 0;
    top: -5px;
    width: 15px;
	cursor: help;
}
.infotip.tooltip::before {
    position: absolute;
    right: 0;
    top: 0;
    font: var(--fa-font-sharp-regular);
    content: "\f05a";
	color: rgba(96,125,139,.8);
}
/* DIV */
#outer-wrap {
	 /*overflow:hidden; */
}
#wrap {
	position:relative;
	padding-top: 120px;
	background-color: #fff;
	transition: all .3s;
}
.scroll-down #wrap {
    padding-top: 80px;
}
.container {
	position: relative;
	padding: 0;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pagination {
	padding-right: 40px;
	width: 100%;
    margin-left: -40px;
    text-align: center;
}
.wrap_info {
	background: rgba(96, 125, 139, .1);
    padding: 2rem 2rem calc(2rem - 20px);
    border-radius: 5px;
    margin: 2rem 0;
}
.wrap_info h3.wrap_info_titre {
	display: flex;
    gap: 10px;
    font-weight: 600;
    color: rgba(63, 124, 133, .8);
    align-items: center;
    text-decoration: none;
    padding: 0 0 20px 0;
}
.wrap_info_titre::before {
    font: var(--fa-font-sharp-regular);
    font-size: 1.6rem;
}
.wrap_info_titre.info::before {
    content: "\f30f";
}
.wrap_info_titre.question::before {
    content: "\f2fd";
}
.wrap_info_titre.check::before {
    content: "\f14a";
}
.wrap_info ul li::before {
	color: #62939b;
}

.demandedinformation-wrap a {
	position: fixed;
    display: block;
    bottom: -40px;
    right: 80px;
    opacity: 0;
    font-weight: 600;
    color: var(--gris_fonce);
    background-color: var(--jaune);
	clip-path: polygon(0% 0%, 90% 0%, 90% 100%, 10% 100%);
	line-height: 50px;
    padding: 0 42px 0 40px;
    transition: bottom 0.2s, opacity 0.2s;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
    z-index: 998;
}
.demandedinformation-wrap a.tel {
	display: none;
}
.fixed .demandedinformation-wrap a {
	right: 97px;
}
body.scrolled.scroll-up .demandedinformation-wrap a {
    opacity: .9;
	bottom: 40px;
}
body.scrolled.scroll-up .demandedinformation-wrap a:hover {
    opacity: 1;
}
.modal {
	width: 600px;
    position: fixed;
	scrollbar-width: thin;
    top: 0;
    right: -620px;
    overflow-x: hidden;
    height: 100%;
    background: var(--blanc);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    transition: right 0.5s ease, width 0.5s ease;
}
.modal.active {
    right: 0;
}
.modal .inner-modal {
    position: relative;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 3em;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.modal.active .inner-modal {
    opacity: 1;
}
.modal p {
    padding-bottom: 10px;
}
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
}
.modal .close_modal {
    position: absolute;
    top: 25px;
    left: 540px;
    cursor: pointer;
    z-index: 1010;
    transition: right 0.5s ease;
}
.modal .close_modal::before {
    font: var(--fa-font-sharp-solid);
    content: '\f00d';
    font-size: 2rem;
    font-weight: 300;
    padding: 0 0.2rem;
}
.pop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	z-index: -1;
	padding: 1px 0;
	width: auto;
	overflow-x: hidden;
    scrollbar-width: thin;
	opacity: 0;
	background: #fff;
	transition: transform 0.3s ease;
}
.pop.top {
	top: 0;
	height: 100%;
	background: unset;
}
.pop.active {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	z-index: 1000;
}
.pop.top.active {
	transform: translate(-50%, 0) scale(1);
	user-select: none;
}
.pop .inner-pop {
    position: relative;
    width: 100%;
    max-width: 100%;
	max-height: 100vh;
	padding: 3em;
    box-sizing: border-box;
	background: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.pop.top .inner-pop {
	padding: 0;
}
.pop.active .inner-pop {
    opacity: 1;
}
.pop .inner-pop iframe.mapcontact {
	width: 1000px;
	max-width: calc(100vw - 6rem);
}
.pop .inner-pop .cfkpf {
	width: 600px;
    max-width: calc(100vw - 6rem);
}
.pop_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 77, 70, 0.95);
    z-index: 999;
}
.pop .close_pop {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 1010;
    transition: opacity 1.5s ease;
	opacity: 0;
	background-color: #fff;
}
.pop.top .close_pop {
	background-color: unset;
}
.pop.active .close_pop {
    opacity: 1;
}
.pop .close_pop::before {
    font: var(--fa-font-sharp-solid);
    content: '\f00d';
    font-size: 2rem;
    font-weight: 300;
    padding: 0 0.2rem;
}
	
/* HEADER */
#header {
	background-color: var(--blanc);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
#header-wrap {
    margin-top: 40px;
    position: relative;
    transition: all .3s;
    z-index: 98;
}
#logo-kpfinance {
	width: 230px;
	max-width: 230px;
    margin-right: 100px;
    transition: all .3s;
}
#logo-kpfinance .logo_ht {
	position: absolute;
    opacity: 1;
    z-index: 1;
    top: -28px;
    transition: all .2s;
}
#logo-kpfinance .logo_htw {
	position: absolute;
    opacity: 0;
    z-index: -1;
    top: 50px;
    transition: all .2s;
}
.scroll-down #header-wrap:not(.active) {
	margin-top: -40px;
}
.scroll-down #header-wrap:not(.active) #logo-kpfinance .logo_ht {
    top: -40px;
    z-index: -1;
    opacity: 0;
}
.scroll-down #header-wrap:not(.active) #logo-kpfinance .logo_htw {
    top: 45px;
    z-index: 1;
    opacity: 1;
}
.header-top-mobile {
	display: none;
}
#header-top {
	position: fixed;
	display: flex;
	left: 330px;
    background-color: var(--gris_fonce);
    color: var(--blanc);
    height: 40px;
    padding: 4px 0;
    right: 0;
    z-index: 999;
}
.fixed #header-top {
	padding-right: 15px;
}
#header-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    width: 120px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
#header-top .header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.scroll-down #header-top .header-top img {
	vertical-align: text-bottom;
}
.header-top a {
	position: relative;
    color: var(--blanc);
    padding: 0px 5px;
    font-weight: 400;
    font-size: .85rem;
    line-height: 26px;
	text-transform: uppercase;
}
.header-top a:hover {
	background-color: #009688;
	border-radius: 5px;
}
#header-top p.separator {
    font-size: .85rem;
 	padding: 0;
	opacity: .24;
}
#header-top .tel::before {
	font: var(--fa-font-sharp-solid);
	margin-right: 10px;
	content: "\f095";
	color: var(--jaune);
	font-size: 1rem;
}
#header-top a.favoris {
    display: none;
	margin-right: 10px;
	background-color: #009688;
	border-radius: 5px;
	font-size: .8rem;
}
#header-top a.favoris.active {
    display: block;
}
.recherche-home, .recherche-header {
	position: relative;
	width:300px;
	margin: 0 20px;
}
.recherche-home {
	margin-top: 50px;
	width:560px;
}
.recherche-pdts {
	position: fixed;
    margin: 0;
    top: 38px;
    right: 0;
    background-color: var(--blanc);
	z-index: 998;
}
.scrolled .recherche-pdts {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.menu-mobile .recherche-header-mm {
	position: relative;
	width: 85%;
    margin: 0  0 15px 15px;
}
.button-recherche-home {
    position: absolute;
    top: 15px;
	right: 10px;
	cursor: pointer;
}
.button-recherche-pdts {
    position: absolute;
	top: calc( .8rem + 15px );
    right: calc( 5% + 10px );
	cursor: pointer;
}
.button-recherche-header, .button-recherche-header-mm {
    position: absolute;
    top: 8px;
	right: 10px;
	cursor: pointer;
}
.recherche-home.active .button-recherche-home::after, .recherche-header.active .button-recherche-header::after, .recherche-header-mm.active .button-recherche-header-mm::after, .recherche-pdts.active .button-recherche-pdts::after {
	font-weight: 400;
	content: "\f057";
}
.recherche-home::before, .recherche-header::before, .recherche-header-mm::before, .recherche-pdts::before {
	font: var(--fa-font-sharp-solid);
    content: "\f3c5";
    color: #ff5f5d;
    position: absolute;
    font-size: .9rem;
    padding: 10px;
}
.recherche-header::before, .recherche-header-mm::before {
    left: 3px;
}
.recherche-home::before {
    top: 12px;
    left: 12px;
    background-color: var(--blanc);
    padding: 5px 7px;
    border-radius: 50%;
}
.recherche-pdts::before {
    top: calc( .8rem + 12px );
    left: calc( 5% + 12px );
    background-color: var(--blanc);
    padding: 5px 7px;
    border-radius: 50%;
    z-index: 1;
}
.recherche-header .input-recherche, .recherche-header-mm .input-recherche, .recherche-home .input-recherche, .recherche-pdts .input-recherche {
    padding: .5rem 2rem .5rem 2rem;
    outline: none;
    border-radius: 30px;
    min-height: 0;
    color: #666;
    width: 100%;
    border: 1px solid var(--gris_fonce);
    font-weight: 400;
    background-color: var(--blanc);
}
.recherche-header-mm .input-recherche {
	padding: .5rem 2.5rem .5rem 2rem;
	border: 1px solid #ccc;
}
.recherche-header.active .input-recherche, .recherche-header-mm.active .input-recherche {
    border-radius: 17px 17px 0 0;
}
.result-recherche-header, .result-recherche-home, .result-recherche-header-mm, .result-recherche-pdts {
	position: absolute;
    border: 0;
    height: 0;
    min-height: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    background-color: var(--blanc);
    overflow: hidden;
	text-align: left;
}
.recherche-header.active .result-recherche-header, 
.recherche-header-mm.active .result-recherche-header-mm,
.recherche-home.active .result-recherche-home,
.recherche-pdts.active .result-recherche-pdts {
    opacity: 1;
    height: inherit;
    max-height: inherit;
    width: 100%;
    outline: none;
    color: #2b366f;
    margin-top: 20px;
    overflow: hidden;
    padding: 1.2rem;
    border-radius: 0 0 17px 17px;
}
.recherche-header.active .result-recherche-header, 
.recherche-header-mm.active .result-recherche-header-mm {
    top: 7px;
    z-index: 99;
    border: 1px solid var(--gris_fonce);
    border-top: none;
}
.recherche-home.active .result-recherche-home,
.recherche-pdts.active .result-recherche-pdts {
    padding: 1.5rem;
    border: none;
    border-radius: 20px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .5);
    z-index: 101;
}
.recherche-header-mm.active .result-recherche-header-mm {
    border: 1px solid #ccc;
    border-top: none;
	padding:1.2rem .8rem;
}
.recherche-home.active .result-recherche-home {
    top: 40px;
}
.recherche-pdts.active .result-recherche-pdts {
    top: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    width: 90%;
    margin: .8rem 5%;
}
.recherche-header.active .result-recherche-header div, .recherche-header-mm.active .result-recherche-header-mm div, .recherche-home.active .result-recherche-home div, .recherche-pdts.active .result-recherche-pdts div {
    max-height: 140px;
    overflow-y: auto;
}
.result-recherche-header p, .result-recherche-header-mm p, .result-recherche-home p, .result-recherche-pdts p { 
	display: flex;
    align-items: center;
    padding: 0;
	font-size: .9rem;
	margin-bottom: 8px;
}
.result-recherche-header p:last-child, .result-recherche-header-mm p:last-child, .result-recherche-home p:last-child, .result-recherche-pdts p:last-child {
	margin-bottom: 0;
}
.result-recherche-header p a, .result-recherche-header-mm p a, .result-recherche-home p a, .result-recherche-pdts p a { 
    color: var(--bleu_nuit)!important;
    padding: 0 8px!important;
    margin-left: 2px;
    font-weight: 600;
    border-radius: 20px;
}
.result-recherche-header p a:hover, .result-recherche-header-mm p a:hover, .result-recherche-home p a:hover, .result-recherche-pdts p a:hover { 
	background-color: #ebf1f8;
}
.result-recherche-header p a::after, .result-recherche-header-mm p a::after, .result-recherche-home p a::after, .result-recherche-pdts p a::after { 
	border-bottom: none;
}
.result-recherche-header p::before, .result-recherche-header-mm p::before, .result-recherche-home p::before, .result-recherche-pdts p::before {
	font: var(--fa-font-sharp-solid);
    font-size: .8em;
    left: 0;
    content: '\f3c5';
    color: var(--gris_fonce);
    background-color: #ebf1f8;
    padding: 0 8px;
    border-radius: 50%;
}
.result-recherche-header .no_result, .result-recherche-header-mm .no_result, .result-recherche-home .no_result, .result-recherche-pdts .no_result {
	color: var(--bleu_nuit);
    width: 90%;
	font-size: .85rem;
    overflow-y: visible!important;
    padding-bottom: 10px;
}
.result-recherche-home .no_result, .result-recherche-pdts .no_result {
    padding-bottom: 15px;
}
.recherche-exemples {
	margin-top: 10px;
	max-width: 90%;
}
.recherche-exemples, .recherche-exemples a {
	font-size: .85rem;
	color: var(--blanc);
	font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 26px;
}
.recherche-exemples a {
    border-bottom: 1px solid currentcolor;
}
.menu-desktop ul {
	flex: 1 0 0;
    justify-content: flex-start;
}
#menu-header li::before {
    all: unset;
}
#menu-header li.search span::before {
	font: var(--fa-font-sharp-solid);
	content: "\f002";
	cursor: pointer;
}
#menu-header li.search span.active::before {
	content: "\e59b";
}
#menu-header .menu-desktop li {
	display: flex;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    align-items: center;
    width: max-content;
}
#menu-header .menu-desktop li.search {
    overflow: unset;
}
#menu-header .menu-desktop li .searchform {
    all: unset;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 9999999;
    width: calc(100vw - 350px);
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s;
}
#menu-header .menu-desktop li .searchform.active {
	visibility: visible;
	opacity: 1;
}
#menu-header .menu-desktop li .searchform form {
	padding: 16px;
}
#menu-header li a, #menu-header li .menutop {
	text-transform: uppercase;
	color: rgba(91, 91, 91, .7);
	font-size: .95rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
	transition: all .3s;
	position: relative;
	cursor: pointer;
}
#menu-header li a:hover, #menu-header li .menutop:hover {
	color: rgba(91, 91, 91, 1);
}
#menu-header li .menutop.active {
	color: rgba(91, 91, 91, 1);
}
#menu-header .menu-desktop li:last-child {
	margin-left: auto;
}
#menu-header li .menutop span.separator::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    height: 11px;
    width: 2px;
    background-color: rgba(91, 91, 91, .7);
    transform: skewX(337deg);
    transform-origin: left;
}
#menu-header li .menutop:hover span.separator::before, #menu-header li .menutop.active span.separator::before {
    background-color: rgba(91, 91, 91, 1);
}
.menu-mobile {
	padding: 1rem 0 70px 0;
    background-color: #f0f0f1;
    position: fixed;
    top: 50px;
    left: -88%;
    width: 88%;
    height: 100%;
	overflow-y: auto;
    transition: all .2s;
}
/* Positionnement des sous-menus */
nav.submenu {
	position: relative;
	max-width: 1500px;
    left: 50%;
    transform: translateX(-50%);
}
.submenu div.submenu_wrap {
    position: absolute;
	top: 0;
    left: 50%;
    max-height: 0;
    overflow: hidden;
    transform: translateX(-50%);
}
.submenu div.submenu-plus.submenu_wrap {
	left: 950px;
}
.submenu div.submenu_wrap.active {
	padding: 0 5px 5px;
    max-height: 1000px;
}
.submenu div.submenu_inner {
	display: flex;
	flex-wrap: wrap;
    background-color: #fff;
    padding: 35px 60px 35px;
	width: 1180px;
    opacity: 1;
	gap: 30px 60px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.submenu .submenu-plus div.submenu_inner {
	width: 300px;
	padding: 20px 35px 35px;
}
.submenu .submenu-plus div.submenu_inner ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.submenu div.col1 {
	width: 100%;
}
.submenu div.col3 {
	width: calc(33% - 36.67px);
}
.submenu div.col4 {
	width: calc(25% - 45px);
}
.submenu div.col5 {
	width: calc(20% - 50px);
}
.submenu .l4 {
	display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.submenu .l4 li {
	width: calc(25% - 15px);
}
.submenu .l5 {
	display: flex;
    width: 100%;
    gap: 0 50px;
}
.submenu .l5 div {
	width: 20%;
}
.submenu a.toplink {
	position: relative;
    display: block;
    line-height: 26px;
    border-radius: 5px;
    padding: 20px 40px 20px 20px;
    font-weight: 600;
    color: rgba(91, 91, 91, 1);
    border: 1px solid #dfe5e8;
	background-color: rgba(96, 124, 138, .01);
    z-index: 1;
    overflow: hidden;
}
.submenu a.toplink.hilight {
	background-color: rgba(0, 148, 133, .02);
    border: 1px solid #c2e1de;
}
.submenu a.toplink::before{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 60%;
    background-color: rgba(96, 124, 138, .05);
    transform: skewX(45deg);
    transform-origin: left top;
    z-index: -1;
    pointer-events: none;
}
a.toplink::after {
    position: absolute;
    font: var(--fa-font-sharp-solid);
    margin-right: 10px;
    content: "\f061";
	color: #dfe5e8;
    font-size: 1rem;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
	transition: right .3s, color .3s;
}
a.toplink.hilight::after {
	color: #c2e1de;
}
.submenu a.toplink:hover {
	color: rgba(96, 125, 139, 1);
    border: 1px solid rgba(96, 125, 139, .3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
}
.submenu a.toplink.hilight:hover {
    border: 1px solid rgba(0, 148, 133, .3);
}
a.toplink:hover::after {
    right: 0;
	color: rgba(96, 125, 139, 1);
}
.submenu p.submenu_title {
    position: relative;
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 5px;
    margin-bottom: 7px;
    padding-left: 20px;
}
.submenu p.submenu_title.first {
    margin-top: 15px;
}
.submenu p.submenu_title::before {
	content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    height: .7rem;
    width: 6px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
.submenu p.submenu_sstitle {
	position: relative;
    font-weight: 600;
    font-size: .95em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding: 0 5px 5px;
    border-bottom: 1px solid #e1e1e1;
}
#menu-header .submenu ul li a {
	display: block;
	line-height: 22px;
    padding: 3px 5px;
    font-size: .85rem;
}
.submenu ul li a:hover {
    background-color: #f0f0f0;
    color: #000;
}
/* FOOTER */
#footer {
	background: var(--blanc);
	position: relative;
    z-index: 0;
}
#footer-top {
	position: relative;
    z-index: 1;
    background-color: #efc33d;
    line-height: 2rem;
	height: 2rem;
	width: 100%;
}
#footer-main {
	position: relative;
	background-color: var(--gris_fonce);
}
.footer-main-wrap {
	position: relative;
	display: flex;
	gap: 4rem;
}
#footer-main .col {
    margin: 0;
}
#footer-main .col.col-1 {
	width: 25%;
}
#footer-main .col.col-2 {
	width: 50%;
}
#footer-main .col.col-3 {
}
#footer-main .scol-wrap {
    display: flex;
    gap: 4rem;
}
#footer-main .col p, #footer-main .col a {
	position: relative;
	color: var(--gris_bleu_clair);
    font-size: .95rem;
}
#footer-main .col p, #footer-main .col li a {
    opacity: .9;
}
#footer-main .col p a {
    opacity: 1;
}
#footer-main .col li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	height: 1rem;
	background: rgba(0, 0, 0, .12);
	border-radius: 5px;
	transition: width 0.2s;
	z-index: -1;
}
#footer-main .col li a:hover::before {
	width: 100%;
}
#footer-main .col p.titre {
    font-weight: 600;
    font-size: 1.1rem;
	text-transform: uppercase;
}
#footer-main .col ul {
    padding-left: 0;
}
#footer-main .col li {
    line-height: 26px;
}
.footer-logo-wrap {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#footer-main .col a.tel {
    font-size: 1.6rem;
	font-weight: 600;
}
#footer-main .col a.tel::before {
    font: var(--fa-font-sharp-solid);
    margin-right: 10px;
    content: "\f095";
    color: var(--jaune);
    font-size: 1.25rem;
}
#footer-main .social::before {
	font: var(--fa-font-brands);
    line-height: 26px;
    width: 26px;
    text-align: center;
    color: var(--gris_fonce);
    opacity: .8;
    font-size: 1rem;
    margin-right: 10px;
    float: left;
    background-color: var(--gris_bleu_clair);
}
#footer-main .linkedin::before {
	content: "\f0e1";
}
#footer-main .facebook::before {
	content: "\f39e";
}
#footer-main .twitter::before {
	content: "\f099";
}
.rating {
	display: flex;
	gap: 10px;
    align-items: center;
    font-size: .85rem;
}
.rating-star {
	position: relative;
	display: inline-block;
	font-size: 1.1rem; 
	letter-spacing: 2px;
	font: var(--fa-font-sharp-solid);
	color: #efc33d;
}
.rating-star::before {
	content: "\e28b \e28b \e28b \e28b \e28b";
	opacity:.5;
}
.rating-star::after {
	content: "\f005 \f005 \f005 \f005 \f005";
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: calc(var(--rating) / 5 * 100%);
	opacity:1;
}
.rating-number {
	padding: 0;
}
#footer-main .col p.rating-total {
	padding: 0 0 20px;
    font-size: .8rem;
}
#footer-main .liens-avis {
	display: flex;
	gap: 15px;
	margin-bottom: 26px;
}
#footer-main .liens-avis .avis {
	width: 30px;
	height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.avis.google-logo {
	background-image: url('https://www.kp-finance.com/wp-content/themes/KPF/img/logo-google.png');
}
.avis.trustpilot-logo {
	background-image: url('https://www.kp-finance.com/wp-content/themes/KPF/img/logo-trustpilot.png');
}
.avis.pagesjaunes-logo {
	background-image: url('https://www.kp-finance.com/wp-content/themes/KPF/img/logo-pagesjaunes.png');
}
#footer-bottom {
	position: relative;
	background-color: #3f3f3f;
	color: var(--gris_bleu_clair);
}
#footer-bottom .footer-bottom-wrap {
	display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    gap: 6px 20px;
    align-items: center;
}
#footer-bottom a, #footer-bottom span {
	color: var(--gris_bleu_clair);
    font-size: .8rem;
    opacity: .9;
    text-transform: uppercase;
    line-height: 20px;
}
.scrolltotop {
    opacity: 0;
    position: fixed;
    bottom: -40px;
    right: 40px;
    font-size: 1.5em;
    color: #fff;
    cursor: pointer;
    transition: bottom 0.2s, opacity 0.2s;
    z-index: 998;
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #8f8f8f;
    align-items: center;
    justify-content: center;
}
.scrolltotop::before {
    font: var(--fa-font-sharp-solid);
    content: "\f062";
}
body.scrolled .scrolltotop {
    opacity: .9;
    bottom: 40px;
}
body.scrolled .scrolltotop:hover {
    opacity: 1;
}

/* WRAP */
/* BANNER */
#banner {
	position: relative;
	display: flex;
	height: 520px;
	width:100%;
	overflow: hidden;
}
#banner.banner_produit_immobilier {
	height: 520px;
	background-color: var(--gris_bleu_clair);
	overflow: hidden;
}
#banner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -35%;
	background-color: var(--gris_fonce);
    transform: skewX(-21deg);
    transform-origin: left;
	z-index: 1;
}
#banner::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(65% - 30px);
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-21deg);
    transform-origin: left;
    z-index: 2;
}
#banner.banner_produit_immobilier::before {
    content: "";
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
	transform: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(10px);
	opacity: .9;
    z-index: 0;
}
#banner.banner_produit_immobilier::after {
    content: none;
}
#banner .banner-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    opacity: 0.05;
    background: url('https://www.kp-finance.com/wp-content/themes/KPF/img/banner-background.svg') no-repeat left center;
    background-size: cover;
    transform: skewX(-21deg);
    transform-origin: left;
    z-index: 1
}
#banner .banner-txt {
	position: relative;
    display: flex;
    width: 60%;
    z-index: 2;
    top: 0;
    left: -35px;
    height: 520px;
    flex-direction: column;
    justify-content: center;
}
#banner .banner-txt h1, #banner .banner-txt h2 {
    color: #f9f9f9;
    padding-left: 34px;
	text-transform: uppercase;
}
#banner .banner-txt h1 {
    padding-bottom: .5rem;
}
#banner .banner-txt h1::before {
	display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    height: .7em;
    width: 8px;
    margin-right: 14px;
    margin-left: 10px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
#banner .banner-txt h2 {
    display: flex;
	flex-direction: column;
}
#banner .banner-txt .l1 {
    font-size: .9em;
}
.page-dispositifs #banner .banner-txt .l1 {
    padding-bottom: 5px;
}

#banner .banner-txt h2 .numbers {
    color: #ffce3a;
}
#banner .banner-txt h2 .label, .page-dispositifs #banner .banner-txt h2 .objectif {
    font-weight: 400;
}
#banner .banner-txt .l2 {
    font-size: .91em;
}
#banner .banner-txt p {
    color: var(--blanc);
    padding-left: 34px;
}
#banner .banner-img {
	position: absolute;
    right: 0;
	height: 100%;
}
#banner.banner_produit_immobilier .banner-img {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1500px;
}
#banner .banner-img img {
	width: 100%;
    max-width: 1500px;
    height: 100%;
    object-fit: cover;
	pointer-events: none;
}
/* BREADCRUMBS */
#breadcrumbs {
	position: relative;
	display: inline-block;
	font-size: .85rem;
	margin: .5rem 0 1rem;
	padding: 0;
}
#breadcrumbs::after {
	position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    width: 100px;
    border-bottom: 1px solid #c1c1c1;
}
#breadcrumbs a {
	font-weight: 400;
	color: #8d8d8d;
}
#breadcrumbs a::after {
	border: none;
}
span.breadcrumb-separator {
    padding: 0 0 0 2px;
    vertical-align: middle;
    font-size: 0.6rem;
    font-weight: 600;
    display: inline-block;
    transform: skewX(20deg);
    color: var(--jaune);
    line-height: inherit;
}
.breadcrumb_last {
	color: var(--gris_fonce);
}

 /* RECHERCHE */
#recherche-wrap {
    position: relative;
	display: flex;
	justify-content: center;
	max-width: 1180px;
    margin: -50px auto 20px auto;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    z-index: 3;
}
#recherche-wrap.recherche-archives {
	position: fixed;
	width: 100%;
	max-width: unset;
    margin: 0 auto 0 auto;
    -webkit-box-shadow: unset;
    box-shadow: unset;
	top: -60px;
	transition: top 0.3s;
}
#recherche-wrap.recherche-archives.active {
	top: 120px;
}
.fixed #recherche-wrap.recherche-archives.active {
	padding-right: 15px;
}
.scroll-down #recherche-wrap.recherche-archives.active, .scroll-up #recherche-wrap.recherche-archives.active {
	top: -60px;
}
#recherche-wrap .recherche_pdt_immo {
	display: flex;
    justify-content: space-evenly;
    height: 100px;
    padding: 20px;
    align-items: center;
    width: 100%;
    gap: 20px;
}
#recherche-wrap.recherche-archives .recherche_pdt_immo {
	width: 1180px;
    margin-right: -30px;
}
.recherche_pdt_immo div.tax_immo {
	position: relative;
	width: 100%;
    max-width: 300px;
    min-width: 250px;
	height: 44px;
}
.recherche_pdt_input {
	position: relative;
    display: flex;
	align-items: center;
    height: 44px;
	background-color: #e3e3e3;
    cursor: pointer;
    color: rgba(91,91,91,.7);
    font-size: .95rem;
    font-weight: 400;
    transition: all .3s;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
.recherche_pdt_input.edited {
    font-weight: 500;
    background-color: #7abfc4;
    color: var(--blanc);
}
.recherche_pdt_input_txt {
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
}
.recherche_pdt_input_txt.max::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}
.recherche_pdt_input.edited .recherche_pdt_input_txt.max::after {
    background: linear-gradient(to left, 
        transparent 0%, 
        #7abfc4 40px,
        transparent 50px
    );
}
.recherche_pdt_input_icon {
	width:40px;
}
.recherche_pdt_input_icon::before, .recherche_pdt_input::after {
    font: var(--fa-font-sharp-solid);
    padding: .7rem 1rem;
}
.tax_immo_objectifs .recherche_pdt_input_icon::before, .tax_fin_objectifs .recherche_pdt_input_icon::before {
    content: "\f024";
}
.tax_immo_categories .recherche_pdt_input_icon::before, .tax_fin_categories .recherche_pdt_input_icon::before {
    content: "\f5fd";
}
.tax_immo_localisation .recherche_pdt_input_icon::before {
    content: "\f3c5";
}
.recherche_pdt_input.active .recherche_pdt_input_icon::before {
    content: "\f060";
}
.recherche_pdt_input::after {
	position: absolute;
	right:0;
    content: "\f107";
}
.recherche_pdt_input.active::after {
    content: "";
}
.recherche_pdt_option_wrap {
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    z-index: 1;
}
.recherche_pdt_option_wrap.active {
    height: auto;
    border-bottom: 1px solid #e3e3e3;
}
.input-wrap {
    position: relative;
	background-color: #f7f7f7;
    border-bottom: 1px solid #e3e3e3;
}
.recherche_pdt_option_wrap input {
	color: rgb(91, 91, 91, .7);
    background-color: #f7f7f7;
    white-space: nowrap;
    max-width: 265px;
    height: 44px;
    border-bottom: none;
    padding: 15px 20px;
    overflow: hidden;
}
.input-geoloc {
	font-size: 16px;
}
.geo-icon {
	position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.geo-icon::before {
    font: var(--fa-font-sharp-solid);
    color: #b1b1b1;
    content: "\f601";
    font-size: 1.2rem;
    padding: .6rem;
    cursor: pointer;
}
.recherche_pdt_option_wrap .recherche_pdt_option {
    max-height: 264px;
	background-color: #f1f1f1;
}
.recherche_pdt_option_wrap .recherche_pdt_option.scroll {
    overflow-y: auto;
	scrollbar-width: thin;
}
.recherche_pdt_option_wrap .recherche_pdt_option a {
	display: flex;
    align-items: center;
    height: 44px;
    position: relative;
    font-size: .95rem;
    color: rgb(91, 91, 91, .7);
    padding: 0 20px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
}
.input-wrap .no-result {
	position: absolute;
    bottom: 0;
    left: 20px;
    font-size: .7rem;
    color: #ff5f5d;
    letter-spacing: -.3px;
}
.recherche_pdt_option_wrap .recherche_pdt_option a.level_2 {
    padding-left: 30px;
}
.recherche_pdt_option_wrap .recherche_pdt_option a:hover {
    background-color: rgba(96,125,139,.1);
}
.recherche_pdt_option_wrap .recherche_pdt_option a.selected {
    background-color: rgba(96,125,139,.2);
}
.recherche_pdt_option_wrap .recherche_pdt_option a.selected::after {
    font: var(--fa-font-sharp-regular);
    color: #666;
    content: "\f00d";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.recherche_pdt_immo div.recherche_pdt_button {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
	min-width: 60px;
    height: 40px;
    background-color: rgb(227 227 227);
    color: #848484;
    border-radius: 5px;
    cursor: pointer;
}
.recherche_pdt_immo div.recherche_pdt_button.go {
    background-color: rgba(90, 176, 182, .8);
	color: var(--blanc);
    transition: background-color .3s;
}
.recherche_pdt_immo div.recherche_pdt_button.go:hover {
    background-color: rgba(90, 176, 182, 1);
}
.recherche_pdt_button::before {
    font: var(--fa-font-sharp-solid);
    content: "\f002";
}
 /* SITE CONTENT */
.site-content {
	position: relative;
	padding-bottom: 3rem;
	background-color: #fff;
}
.site-content p {
	font-size: 1rem;
}
.site-content ul, .site-content ol {
	padding-bottom: 16px;
}
.site-content ul li, .site-content ol li {
    position: relative;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
}
.site-content li ul, .site-content li ol {
	padding-bottom: 0;
}
.site-content li ul li {
    padding-left: 15px;
	padding-bottom: 0;
}
.site-content .table-outer {
	overflow-x: auto;
    margin: 1rem 0 3rem 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.site-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.site-content table thead tr {
    background-color: rgba(63, 124, 133, .8);
    color: var(--blanc);
}
.site-content table thead td {
    background-color: #85aaaf;
    color: #ffffff;
}
.site-content table tbody tr {
    background-color: rgba(63, 124, 133, .05);
}
.site-content table tbody tr:nth-child(odd) {
    background-color: rgba(63, 124, 133, .08);
}
.site-content table td, .site-content table th {
	font-size: .96rem;
	line-height: 22px;
	padding: 12px 20px;
	text-align: left;
}
.site-content table th {
	padding: 20px;
}
.site-content .video-container {
	margin:1rem 0 2rem 0;
}
/* ACCUEIL */
.home {
	position: relative;
	padding-bottom: 1rem;
	z-index: 1;
}
.home #edito a {
	color: #009688;
}
#home-banner {
    display: flex;
    position: relative;
    height: 550px;
    overflow: hidden;
    background-color: #5b5b5b;
    justify-content: center;
}
#home-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('https://www.kp-finance.com/wp-content/themes/KPF/img/triangle.svg') no-repeat;
    background-size: cover;
    pointer-events: none;
}
#home-banner .banner-txt {
	position: relative;
    display: flex;
    width: 100%;
    z-index: 2;
    top: 70px;
	height: fit-content;
    flex-direction: column;
}
#home-banner .banner-txt h1 {
	position: relative;
    color: #ffffff;
    text-transform: uppercase;
	padding-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#home-banner .banner-txt h1 .titre::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: .7em;
    width: 8px;
    margin-right: 14px;
    margin-left: 10px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#home-banner .banner-txt .typewriter {
	line-height: 2.5rem;
    font-weight: 400;
	font-size: .82em;
}
#home-banner .banner-txt .typewriter .line-break {
	display: none;
}
#home-banner .hero-lcp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  transition: opacity .10s ease-in-out;
  opacity: .8;
  pointer-events: none;
}
#home-banner .hero-lcp--hidden {
  opacity: 0;
}
#home-banner .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	transition: opacity .1s ease-in-out;
    opacity: .8;
}
#home-banner .video-background.hidden {
    opacity: .7;
}
.flecheacceuil {
	position: absolute;
	display: inline-flex;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%);
	font-size: 3rem;
	color: rgba(255,255,255,.8);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 3;
	transition: all .2s;
	opacity: 1;
	visibility: visible;
}
.flecheacceuil.hidden {
	opacity: 0;
	visibility: hidden;
    transform: translate(-50%, 50px);
}
.flecheacceuil::before {	
	font: var(--fa-font-sharp-solid);
	content: '\f13a';
}
.flecheacceuil:hover {
    transform: translate(-50%, 3px);
	color: rgba(255,255,255,.9);
}
.home #recherche-wrap {
	margin-top: -100px;
}
.home #kpf-home-slides {
    margin: 3rem 0 0;
}
h2.home_pdts {
    font-weight: 400;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    padding-left: 32px;
    padding: 0 10px;
	text-align: center;
}
h2.home_pdts span.numbers {
    color: #ffce3a;
    font-weight: 600;
}
.kpf-toggle-slides .kpf-tabs{
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.kpf-toggle-slides .kpf-tab{
	font-size: 1.1rem;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: .5rem .9rem;
    cursor: pointer;
}
.kpf-toggle-slides .kpf-tab.is-active{
	background: rgba(96, 124, 138, .05);
}
.kpf-toggle-slides .kpf-panel{
  display:none;
}
.kpf-toggle-slides .kpf-panel.active{ 
	display:block; 
}
.home #edito {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: rgba(63, 124, 133, .1);
}
#edito .container {
	display: flex;
    justify-content: center;
    gap: 50px;
	padding: 0 8px;
}
#edito .right {
    display: flex;
    justify-content: center;
}
#edito .right .image {
	position: relative;
	display: flex;
	width: 300px;
    height: 450px;
    overflow: hidden;
	justify-content: center;
}
#edito .right .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
#edito .km {
	position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    line-height: 1.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#edito .km .name {
	font-size: .9rem;
	font-weight: 400;
}
#edito .km .fct {
	font-size: .75rem;
}
#edito .titre h2 {
    font-weight: 400;
    text-transform: uppercase;
}
#edito .titre span.categorie {
	font-size: 1.8rem;
    display: block;
	padding-bottom: 5px;
}
#edito .titre span.accroche {
    font-size: 1.2rem;
    display: block;
}

.home #offres {
    margin: 50px 0 0;
}

section#offres .offres {
	display: flex;
    margin: 50px -50px 0;
}
.offres .titre {
	display: block;
    width: 25%;
    margin: 15px 15px 0 0;
}
.offres.row-reverse .titre {
	display: block;
    width: 25%;
    margin: 15px 0 0 15px;
    text-align: right;
}
.offres .titre h2 {
    font-weight: 400;
    text-transform: uppercase;
}
.offres .titre span.categorie {
	font-size: 1.5rem;
    display: block;
	padding-bottom: 5px;
}
.offres .titre span.accroche {
    font-size: 1rem;
    display: block;
}
.offres .titre span.hashtag {
	font-family: 'Arial', sans-serif;
	color: #009688;
	font-size: 1rem;
	padding-bottom: 20px;
}
.offres .titre span.hashtag a {
	color: #009688;
}
.offres .contenu {
	display: flex;
	width: 75%;
	padding: 0;
	height: auto;
}
.offres .item {
    flex: 0 0 250px;
    display: block;
    height: 320px;
    background-color: #999797;
    margin: 0 10px!important;
}

/* DISPOSITIFS */
section.dispositif {
	margin: 50px 0;
	display: flex;
}
.dispositif .contenu {
	display: flex;
    width: 100%;
    padding: 0;
    height: auto;
    flex-wrap: wrap;
	gap: 20px;
}
.dispositif .item-dispositif {
	font-family: 'Arial', sans-serif;
	position: relative;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	width: calc(25% - 20px);
	min-height: 340px;
	padding: 20px;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	text-align: center;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
	text-shadow: 0 0 12px rgba(0, 0, 0, .5);
	transition: all 0.3s;
	cursor: pointer;
}
.dispositif .item-dispositif:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.slide_kpf.dispositif .item-dispositif {
	margin: 10px;
}
.dispositif .item-dispositif.titre {
  display: block;
  background-color: #fff;
  color: #666;
  padding: 50px 0 0;
  text-align: left;
  cursor: default;
  box-shadow: none;
  text-shadow: none;
}
.dispositif .item-dispositif.titre h2 {
    font-weight: 400;
    text-transform: uppercase;
}
.dispositif .item-dispositif.titre h2 span.categorie {
	font-size: 1.3rem;
    display: block;
	padding-bottom: 5px;
}
.dispositif .item-dispositif.titre h2 span.accroche {
    font-size: 1rem;
    display: block;
}
.dispositif .item-dispositif a {
	position: relative;
    color: #fff;
    font-size: 1.7em;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 1.3;
    padding: 10px 0;
    z-index: 2;
}
.dispositif .item-dispositif a::before,
.dispositif .item-dispositif a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	transition: transform 0.3s, height 0.3s;
	opacity: .8;
}
.dispositif .item-dispositif a::before {
	top: 0;
	transform: translateX(0);
}
.dispositif .item-dispositif a::after {
	bottom: 0;
	transform: translateX(0);
}
.dispositif .item-dispositif:hover a::before {
	transform: translateY(-10px);
	opacity: 1;
	height: 2px;
}
.dispositif .item-dispositif:hover a::after {
	transform: translateY(10px);
	opacity: 1;
	height: 2px;
}
.dispositif .item-dispositif p.accroche {
	position: absolute;
	width: calc(100% - 40px);
	font-weight: 600;
	font-size: .9rem;
	text-transform: uppercase;
	padding: 0;
    z-index: 2;
}
.dispositif .item-dispositif p.accroche.top {
	top: 15%;
}
.dispositif .item-dispositif p.accroche.bottom {
    top: 70%;
}
.dispositif .item-dispositif img.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	z-index: 1;
	transition:
		transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
		opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
		filter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dispositif .item-dispositif.nb img.background {
	filter: grayscale(80%);
}
.dispositif .item-dispositif:hover img.background {
	transform: scale(1.1);
	filter: blur(5px);
}
.dispositif .item-dispositif.nb:hover img.background {
	filter: blur(5px) grayscale(80%);
}
/* PAGE PRODUIT */
.alerte.off_market, .alerte.alerte_promo {
	position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1500px;
    transform: translate(-50%);
    text-align: center;
    background-color: rgba(96, 125, 139, .8);
    color: var(--blanc);
    line-height: 1.6rem;
    padding: 8px 5px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}
.alerte.off_market::before, .alerte.alerte_promo::before {
    content: "";
    position: absolute;
    top: -5%;
    height: 105%;
    background-color: rgba(96,125,139,.4);
    z-index: -1;
    left: 50%;
    width: 100vw;
    transform: translate(-50%);
	filter: blur(10px);
}
.alerte.alerte_promo::after {
	font: var(--fa-font-sharp-solid);
	content: '\f055';
	color: var(--blanc);
	margin-left: 1rem;
	cursor: pointer;
}
.single_produit.off_market {
    display: block;
    max-height: 500px;
    overflow-y: clip;
}
.single_produit.off_market::after {
    content: '';
    position: absolute;
    top: 0;
	left:50%;
    transform:translateX(-50%);
    width: calc(100vw - 20px);
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--blanc) 80%);
    z-index: 3;
}
.banner_produit_immobilier #banner_buttons {
	display: flex;
    position: absolute;
    bottom: 90px;
    right: 50%;
    transform: translateX(50%);
    width: 1200px;
    justify-content: flex-end;
    align-items: center;
	gap: 20px;
}
.banner_produit_immobilier #banner_buttons .wraper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.banner_produit_immobilier #banner_buttons .outer-circle {
    position: absolute;
    height: 54px;
    width: 54px;
    background-color: rgba(96, 125, 139, .5);
    border-radius: 50%;
    transition: transform 0.2s ease;
}
.banner_produit_immobilier #banner_buttons .wraper:hover .outer-circle {
    transform: scale(0.9);
}
.banner_produit_immobilier #banner_buttons .inner {
    height: 40px;
    width: 40px;
    background-color: rgba(96, 125, 139, 1);
    border-radius: 50%;
    z-index: 1;
}
.banner_produit_immobilier #banner_buttons .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_produit_immobilier #banner_buttons .images::before {
    content: '\f03e';
    font: var(--fa-font-sharp-regular);
    color: #f9f9f9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
}
.banner_produit_immobilier #banner_buttons .video::before {
    content: '\f03d';
    font: var(--fa-font-sharp-regular);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
}

section .section-titre {
	display:flex;
	justify-content: center;
}
section .section-titre h2, section .section-titre h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    line-height: 2rem;
    padding-left: 34px;
}
section .section-titre h2::before, section .section-titre h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    margin-top: .4rem;
    height: .7em;
    width: 8px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
section#produit_header_wrap {
    position: relative;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	min-height: 140px;
    margin: -70px -50px 20px -50px;
	padding: 20px 40px;
    background: #f9f9f9;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    z-index: 3;
	transition: all 0.15s ease;
}
#produit_title_wrap {
	flex: 0 0 36%;
	padding-bottom: 50px;
}
#produit_title_wrap h1 {
	padding-bottom: 0;
}
#produit_title_wrap h1 span.loc {
	display: block;
	font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5rem;
	margin-bottom: .8rem;
    text-transform: uppercase;
}
#produit_title_wrap h1 span.titre {
	display: block;
	font-weight: 600;
	color: #2f9688;
    font-size: 1.3rem;
}
#produit_prix_wrap {
	flex: 0 50%;
    display: inline-flex;
    flex-direction: column;
	padding-bottom: 50px;
}
#produit_prix_wrap p {
    padding:0;
}
#produit_prix_wrap span {
    letter-spacing: 0;
}
#produit_prix_wrap p.logts {
    text-transform: uppercase;
    color: #607D8B;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .5rem;
    letter-spacing: 0px;
}
#produit_prix_wrap span.ppx {
    color: #607D8B;
	margin-right: .5rem;
}
#produit_prix_wrap span.prix {
	white-space: nowrap;
    color: var(--jaune);
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 5px;
}
#produit_prix_wrap span.ht {
	font-family: 'Arial', sans-serif;
    color: #607D8B;
    font-size: 1.4rem;
	font-weight: 400;
}
#produit_contact_wrap {
	flex: 0 14%;
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
#produit_contact_wrap span.rappel {
    border: 1px solid #009688;
    display: inline-block;
    color: #ffffff;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
	white-space: nowrap;
    line-height: 36px;
    padding: 0 10px;
    background-color: #009688;
    cursor: pointer;
    transition: all 0.3s;
}
#produit_contact_wrap span.rappel:hover {
    border: 1px solid #01af9f;
	background-color: #01af9f;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
#produit_contact_wrap span.rappel::before {
	font: var(--fa-font-sharp-solid);
	content: '\f095';
	margin-right: 5px;
}
#produit_contact_wrap span.panier {
    border: 1px solid rgba(96, 125, 139, .2);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 10px;
    color: var(--bleu_ciel);
    background-color: #ffffff;
	cursor: pointer;
    transition: all 0.3s;
}
#produit_contact_wrap span.panier:hover {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
#produit_contact_wrap span.panier::before {
	font: var(--fa-font-sharp-regular);
	content: '\e59e';
	margin-right: 5px;
}
#produit_contact_wrap span.panier.is-favori::before {
	content: '\e59b';
}

.panier.ajouter { display: inline; }
.panier.supprimer  { display: none; }

/* quand c’est favori, on inverse */
.panier.is-favori.ajouter { display: none; }
.panier.is-favori.supprimer  { display: inline; }

#produit_tag_wrap {
	position: absolute;
    bottom: 20px;
	left: 40px;
}
#produit_tag_wrap span {
	display: inline-block;
	font-size: .7rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 25px;
}
#produit_tag_wrap span.exclusivite {
    color: #fff;
    background-color: #607D8B;
}
#produit_tag_wrap span.neufancien {
	color: #fff;
   background-color: #5cb4ba;
}
#produit_tag_wrap span.categorie {
    background-color: #ffffff;
    border: 1px solid rgba(96,125,139,.2);
}

section#presentation_produit {
	position: relative;
    display: flex;
    margin: 30px 0 5rem 0;
    z-index: 1;
}
#presentation_produit .description {
}
#presentation_produit .auteur-pdt {
	display: flex;
	margin-bottom: 2rem;
	margin-left: 0;
}
.auteur-img {
	flex: 0 0 80px;
	width: fit-content;
    height: fit-content;
	margin-right: 1.3em;
    border-radius: 50%;
	overflow: hidden;
}
p.auteur-txt {
	padding-bottom: .5rem;
    font-weight: 600;
    color: #6cb4bb;
    font-style: italic;
}
p.auteur-txt::before, .auteur-txt::after {
	font: var(--fa-font-sharp-solid);
}
p.auteur-txt::before {
	content: '\f10d';
	margin-right: 10px;
}
p.auteur-txt::after {
	content: '\f10e';
	margin-left: 10px;
}
p.auteur-name {
	font-size: .95rem;
}
#presentation_produit .content {
	padding-left: 0;
	display: flex;
}
#presentation_produit .the_content {
	width: calc(100% - 420px);
    padding: 30px 120px 30px 0;
}
#presentation_produit .infos {
	position: sticky;
    top: 88px;
    height: fit-content;
	transition: top .3s;
}
.scroll-up #presentation_produit .infos {
    top: 170px;
}

#presentation_produit .infos_produit {
	display: flex;
	flex-direction: column;
	align-items: center;
    width: 420px;
    height: 100%;
    position: relative;
    background-color: #f9f9f9;
    padding: 35px 50px 35px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
	margin-bottom: 100px;
}
#presentation_produit .infos_produit::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100%;
    height: calc(100% + 80px);
    background-color: rgba(51, 161, 169, .8);
    z-index: -1;
}
#presentation_produit .infos_produit p {
	text-align: center;
}
#presentation_produit .infos_produit p.ip_title {
	text-transform: uppercase;
    padding: 0;
    font-weight: 600;
}
#presentation_produit .infos_produit .info_buttons {
	display: flex;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
    gap: 20px;
}
#presentation_produit .infos_produit .info_buttons span {
	position: relative;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 10px;
	cursor: pointer;
	transition: all .3s;
}
#presentation_produit .infos_produit .info_buttons span.savoir_plus {
	color: #fff;
    background-color: #009688;
    border: 1px solid #009688;
}
#presentation_produit .infos_produit .info_buttons span.savoir_plus:hover {
	border: 1px solid #01af9f;
	background-color: #01af9f;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .12);

}
#presentation_produit .infos_produit .info_buttons span.partager {
	color: var(--bleu_ciel);
    background-color: #fff;
    border: 1px solid rgba(96, 125, 139, .2);
}
#presentation_produit .infos_produit .info_buttons span.partager:hover {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
#presentation_produit .infos_produit .info_buttons span.partager::before {
	font: var(--fa-font-sharp-regular);
	margin-right: 5px;
    content: '\f08e';
}
#presentation_produit .points_forts {
	position: relative;
    padding: 2rem;
    margin-top: 20px;
    margin-left: 0;
    background-color: #fafafa;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
	width: calc(100% - 540px);
	min-height: 300px;
}
#presentation_produit .points_forts::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    border-left: 150px solid #ffce3a;
    border-top: 150px solid transparent;
	opacity: .9;
    z-index: 1;
}
#presentation_produit .points_forts .pf_title {
	position: relative;
	text-transform: uppercase;
    margin-bottom: 2rem;
    padding: 0;
	color: var(--gris_bleu_fonce);
    font-size: 1.2em;
}
#presentation_produit .points_forts p {
	position: relative;
    padding-left: 2rem;
}
#presentation_produit .points_forts p.list::before {
	font: var(--fa-font-sharp-regular);
    content: '\f00c';
    position: absolute;
    font-size: 1rem;
    top: .2rem;
    left: 0;
    color: var(--gris_bleu_fonce);
}
#presentation_produit .image_produit {
    background-color: #fafafa;
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 460px;
	height: 340px;
    overflow: hidden;
}
section#prix_produit {
    margin-bottom:4rem;
}
section#prix_produit .prix_wrap {
    position: relative;
    padding: 1rem 3rem;
}
section#prix_produit .prix_wrap::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 200px solid #5cb4ba; /* Couleur du triangle */
    border-bottom: 200px solid transparent; /* Transparent pour créer le triangle */
    top: 0;
    left: 0;
    z-index: -1;
}
section#prix_produit .prix_wrap::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 200px solid #5cb4ba; /* Couleur du triangle */
    border-top: 200px solid transparent; /* Transparent pour créer le triangle */
    bottom: 0;
    right: 0;
    z-index: -1;
}
section#prix_produit .prix_box {
	position: relative;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    align-items: center;
    max-height: 600px;
    overflow-y: auto;
    background-color: #f1f1f1;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
}
section#prix_produit .prix_box::-webkit-scrollbar {
    width: 8px;
}
section#prix_produit .prix_box::-webkit-scrollbar-track {
    background: #f0f0f0;
}
section#prix_produit .prix_box::-webkit-scrollbar-thumb {
    background-color: #607D8B;
}
section#prix_produit .prix_box {
    scrollbar-width: thin;
    scrollbar-color: #607D8B #f0f0f0;
}
section#prix_produit .prix_wrap .logement-info {
	position: relative;
	display: flex;
    width: 100%;
    background-color: #fff;
    padding: 35px 50px 35px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    margin-bottom: 2rem;
    justify-content: space-between;
	align-items: center;
	gap: 20px;
}
section#prix_produit .prix_wrap .logement-info .left p {
    text-transform: uppercase;
}
section#prix_produit .prix_wrap .logement-info .right p {
	text-align: right;
    font-size: .8rem;
	padding: 0;
    text-transform: uppercase;
}
section#prix_produit .prix_wrap .logement-info span.prix {
    color: #5cb4ba;
    font-weight: 600;
    font-size: 1.3rem;
    margin-left: .3rem;
}
section#prix_produit .prix_wrap .logement-info .prestations {
	position: absolute;
    text-transform: uppercase;
    font-size: .8rem;
}
section#prix_produit .prix_wrap .logement-info .prestations span {
    position: relative;
    display: inline-block;
}
section#prix_produit .prix_wrap .logement-info .prestations span:not(:first-child) {
	margin-left: 10px;
}
section#prix_produit .prix_wrap .logement-info .prestations span:not(:first-child)::before {
    content: "-";
    position: absolute;
    left: -10px;
}
section#prix_produit .prix_wrap .logement-info:last-child {
    margin-bottom: 0;
}
section#prix_produit .prix_wrap .logement-info .infos {
    position: absolute;
    display: flex;
    background-color: rgba(96,125,139,.3);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: width 0.2s, opacity 0.2s;
}
section#prix_produit .prix_wrap .logement-info:hover .infos {
    opacity: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
section#prix_produit .prix_wrap .logement-info .infos span {
	display: block;
    color: #607D8B;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 15px 20px;
    background-color: #ffffff;
}
section#af_produit {
    margin-bottom: 4rem;
}
section#af_produit .af_wrap {
    position: relative;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.af_item {
	position:relative;
    display: flex;
    margin-bottom: 1rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}
.af_item.in_content {
	margin: 2rem auto 3rem;
    width: 100%;
}
.af_item .af_img {
	width:25%;
}
.af_item .af_img .mask {
    width: auto;
    height: 250px;
    overflow: hidden
}
.af_item.in_content .af_img .mask {
    height: 100%;
}
.af_item .af_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 30%;
}
.af_item:nth-child(even) .af_img img {
    border-radius: 30% 0;
}
.af_item .af_txt {
	position: relative;
	width:50%;
    margin-right: 2rem;
    margin-left: 2rem;
}
.af_item.in_content .af_txt {
    width: calc(75% - 4rem);
}
.af_item .af_txt p.titre {
    font-size: 1.3rem;
    font-weight: 600;
	padding-bottom: .8rem;
}
.af_item .af_txt p.ss_titre {
    text-transform: uppercase;
	padding-bottom: .3rem;
}
.af_item .af_button {
	width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.af_item .af_button a {
    text-align: center;
    line-height: 1.5rem;
    padding: 1rem;
    background-color: #62bfc5;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0px 0 10px rgba(0, 0, 0, .2);
}
.af_item .af_button a:hover {
    background-color: #66c7cd;
}
.af_item:nth-child(even) .af_button a:hover {
    background-color: #ffd84b;
}
.af_item:nth-child(even) .af_button a {
	background-color: #ffce3a;
}
.af_item .af_txt_button {
	position: relative;
	display: flex;
    white-space: nowrap;
    left: 0;
	gap: 10px;
	align-items: flex-start;
}
.af_item.in_content .af_txt_button {
	flex-wrap: wrap;
}
.af_item .af_txt_button a {
	border: 1px solid rgba(96, 125, 139, .2);
    display: inline-block;
    color: #607D8B;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}
.af_item .af_txt_button a:hover {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
.af_item p.note {
	font-size: .8rem;
}    
section#situation_produit {
    margin-bottom:4rem;
}
#situation_produit .acf-map {
    height: 600px;
	position: relative;
    width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#situation_produit .acf-map .gm-style-iw-c {
	padding:0;
}
#situation_produit .acf-map .gm-style-iw-d {
	overflow: hidden !important;
}
#situation_produit .acf-map .marker-wraper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#situation_produit .acf-map .marker-wraper .outer-circle {
    position: absolute;
    height: 64px;
    width: 64px;
    background-color: rgba(96, 125, 139, 0.5);
    border-radius: 50%;
    transition: transform 0.2s ease;
}
#situation_produit .acf-map .marker-wraper:hover .outer-circle {
    transform: scale(0.9);
}
#situation_produit .acf-map .marker-wraper .marker {
    height: 50px;
    width: 50px;
    background-color: rgba(96, 125, 139, 1);
    border-radius: 50%;
    z-index: 1;
}
#situation_produit .acf-map .marker-wraper .marker-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#situation_produit .acf-map .marker-wraper .marker::before {
	content: '\f015';
    font: var(--fa-font-sharp-regular);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centering */
    font-size: 1.6em; /* Adjust as needed */
}
#situation_produit .acf-map .dialog_content {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#situation_produit .acf-map .dialog_content img {
	position: absolute;
    top: 0;
    object-fit: cover;
	max-width: 320px;
}
#situation_produit .acf-map h4 {
	font-size: 1rem;
    padding: 1.5rem 1rem 0;
    margin: 120px 0 .5em 0;
    text-transform: uppercase;
    text-align: center;
}
#situation_produit .acf-map p {
	margin: 0;
    font-size: .9rem;
    padding: 0 1rem 2rem;
    font-weight: 400;
    text-align: center;
}
#situation_produit .acf-map .close_dialog_content {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 25px;
    z-index: 3;
    cursor: pointer;
    color: rgba(102, 102, 102, .7);
    transition: color 0.15s;
}
#situation_produit .acf-map .close_dialog_content::before {
    content: '\f00d';
    font: var(--fa-font-sharp-regular);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}
#situation_produit .acf-map .close_dialog_content:hover {
    color: rgba(102,102,102,1);
}
.nous_rencontrer_wrap {
	display: flex;
    justify-content: space-between;
    padding: 10px 30px 30px;
}
.nous_rencontrer_wrap .text {
	flex: 0 0 40%;
    margin-right: 100px;
}
.nous_rencontrer_wrap .image {
	position: relative;
    height: fit-content;
}
.nous_rencontrer_wrap .image img {
	width: 100%;
}
.nous_rencontrer_wrap .image::before {
	content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    border-right: 150px solid #ffce3a;
    border-top: 150px solid transparent;
    opacity: .9;
    z-index: 1;
}
.nous_rencontrer_wrap .contact {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.nous_rencontrer_wrap .contact a, .nous_rencontrer_wrap .contact a:hover {
	color: #009688;
}
.nous_rencontrer_wrap .contact span.rdv, .nous_rencontrer_wrap .contact span.rappel {
	border: 1px solid #009688;
    display: inline-block;
    color: #ffffff;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 36px;
    padding: 0 10px;
    background-color: #009688;
    cursor: pointer;
    transition: all 0.3s;
}
.nous_rencontrer_wrap .contact span.rdv:hover, .nous_rencontrer_wrap .contact span.rappel:hover {
    border: 1px solid #01af9f;
	background-color: #01af9f;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.nous_rencontrer_wrap .contact span.rdv::before {
    font: var(--fa-font-sharp-solid);
    content: '\f073';
    margin-right: 5px;
}
.nous_rencontrer_wrap .contact span.rappel::before {
    font: var(--fa-font-sharp-solid);
    content: '\f095';
    margin-right: 5px;
}
section#autres_produits {
    margin-top: 3rem;
}
section#autres_produits .contenu {
	display: flex;
    width: 100%;
    padding: 0;
    height: auto;
}
.grille-pdt {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.grille-ln {
	line-height: 30px;
	background-color: var(--gris_fonce);
	color: var(--blanc);
	padding: 0 10px;
	border-bottom: 1px solid var(--blanc);
	cursor: pointer;
	flex-direction: initial!important;
}
.grille-ln::after {
	font: var(--fa-font-sharp-solid);
	content: '\f078';
	color: var(--blanc);
	font-size: 1.2rem;
	width:20px;
}
.grille-ln.active::after {
	content:'\f077';
}
.grille-ln .prix {
	width: 50%;
	text-align: right;
}
.grille-l2n {
	background-color: var(--blanc);
	color: var(--blanc);
	padding: 0 10px;
	overflow: hidden;
    opacity: 0;
    line-height: 0;
    transition: all .15s;
}
.grille-l2n.active {
	color: var(--gris_fonce);
	padding: 10px;
    opacity: 1;
	line-height: 1.5rem;
}
.grille-l2n span {
    text-align: center;
	margin: 0 3%;
}
.grille-l2n .surface_pinel_om, .grille-l2n .btn-simul {
	max-width: 150px;
	margin: 0;
}
.grille-l2n .btn-simul a {
    font-size: .9rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
	background-color: #ff5f5d;
	display: block;
    padding: 0 10px;
	color: var(--blanc);
    opacity: 0;
    line-height: 0;
    transition: all .15s;
}
.grille-l2n.active .btn-simul a {
    padding: 10px;
    opacity: .8;
    line-height: 30px;
}
.grille-l2n .btn-simul a::after {
    border: none;
}

/* ITEM PRODUITS */
.map_voir {
	display: none;
}
.item-produit {
    position: relative;
    width: calc(50% - 15px);
    background-color: var(--blanc);
    height: auto;
	min-height:340px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
    transition: all .3s;
}
.slide-ressources .item-produit {
    width: calc((100% / 3) - 20px);
}
.leaflet-popup {
    width: 200px!important;
}
.leaflet-container {
    font-family: inherit!important;
    font-size: .75rem!important;
    line-height: inherit!important;
}
.leaflet-popup-content-wrapper{
    background: none!important;
    border-radius: unset!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12) !important;
    overflow: hidden;
}
.leaflet-popup-content {
    margin: 0!important;
    line-height: normal!important;
    font-size: inherit!important;
}
.leaflet-container a.leaflet-popup-close-button {
	display: none!important;
}
.item-popup.item-produit {
    margin-bottom: 0;
	width: 200px;
	min-height: auto;
}
.item-popup .item-pdt-top {
	height: 120px;
}
.item-popup .item-pdt-bottom {
    min-height: inherit;
	padding: 15px;
	display: block;
}
.item-popup .item-pdt-txt.pdt a {
	color: #2f9688;
	font-size: .85rem;
}
.item-popup .item-pdt-txt.pdt::before, .item-popup .item-pdt-txt.pdt a::after  {
	display: none;
}
.item-popup .item-pdt-txt.region {
	font-size: .7rem;
	padding: 5px 0;
}
.leaflet-popup-tip-container {
	display: none;
}
.item-produit:last-child {
	margin-right: 0;
}
.item-pdt-top {
	position: relative;
    overflow: hidden;
    height: 180px;
}
.item-produit .alerte.off_market, .item-produit .alerte.alerte_promo {
	display: flex;
    font-size: .85rem;
    line-height: normal;
    align-items: center;
    justify-content: center;
}
.item-produit .alerte.off_market {
	pointer-events: none;
}
.item-pdt-bottom {
	display: flex;
    position: relative;
    padding: 15px 20px;
    min-height: 240px;
    height: calc(100% - 180px);
    flex-direction: column;
}
.slide_kpf .item-pdt-bottom {
    min-height: 220px;
}
.item-produit .voir {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    width: 50px;
	height: 50px;
    border-radius: 50%;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}
.item-produit .voir::before {
	font: var(--fa-font-sharp-solid);
    font-size: 20px;
    color: var(--blanc);
    content: "\f002";
}
.item-produit:hover .voir {
	top: calc(180px / 2);
    margin-top: -25px;
    opacity: 1;
	background: rgba(47,150,136,.9);
}
.item-produit.item-popup .voir {
    width: 40px;
	height: 40px;
    margin-top: -20px;
}
.item-produit.item-popup .voir::before {
    font-size: 15px;
}
.item-produit.item-popup:hover .voir {
	top: calc(120px / 2);
}
.item-pdt-img {
	background-position: center;
    background-size: cover;
    height: 100%;
	padding: 10px;
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
}
.item-produit:hover, .item-produit.active {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.item-produit:hover .item-pdt-img, .item-produit.active .item-pdt-img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}
.item-pdt-top .info {
	position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: var(--blanc);
    padding: 5px;
    font-size: .8em;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
    border-radius: 2px;
}
.item-pdt-txt.pdt {
	position: relative;
    display: inline-block;
    z-index: 0;
}
.item-pdt-txt.pdt::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -3px;
    width: calc( 100% + 6px );
    height: calc( 50% + 3px );
    background-color: #2f9688;
}
.item-pdt-txt.pdt a {
    position: relative;
    display: inline;
    color: var(--blanc);
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s;
    background-color: transparent;
    text-decoration: none;
    flex-wrap: wrap;
    z-index: 1;
	margin-left: 0;
}
.item-pdt-txt.pdt a::after {
	content: "";
    position: absolute;
    bottom: -2px;
    left: -3px;
    width: calc( 100% + 6px );
    height: calc( 50% + 3px );
    background-color: #2f9688;
    z-index: -1;
    opacity: 1;
    border-bottom: 0;
}
.item-produit:hover .item-pdt-txt.pdt::before, .item-produit:hover .item-pdt-txt.pdt a::after, .item-produit.active .item-pdt-txt.pdt::before, .item-produit.active .item-pdt-txt.pdt a::after {
    opacity: 1;
    width: calc( 100% + 6px );
	background-color: #01af9f;
}
.item-pdt-txt.region {
    padding: 3px 0 10px;
    font-weight: 600;
	text-transform: uppercase;
}
.item-pdt-txt.type {
    padding: 13px 0 10px;
	text-transform: uppercase;
    color: #607D8B;
    font-weight: 600;
    letter-spacing: 0px;
}
.item-pdt-txt.soustitre {
    font-size: .95rem;
    padding: 0 0 10px;
    line-height: 1.3rem;
}
.item-pdt-txt.ap {
    font-size: .9rem;
    padding-top: 10px;
}
.item-pdt-info {
	margin-top: auto;
}
.item-pdt-txt.prix {
    color: #ffce3a;
    display: flex;
	gap: 10px;
    padding: 10px 0 5px;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all .3s;
    align-items: flex-end;
    justify-content: space-between;
	border-top: 1px solid #e1e1e1;
}
.item-pdt-txt.prix span.ppx {
    text-transform: uppercase;
    font-size: .8rem;
}
.item-pdt-txt.prix .prix {
    text-align: right;
}
.item-produit:hover .item-pdt-txt.prix, .item-produit.active .item-pdt-txt.prix {
    color: #ffce3a;
}
.slide_kpf {
	position: relative;
	margin-top: 1rem;
	z-index: 1;
}
.programmes_interessants.pisressource {
	margin: 0 -50px;
	width: inherit;
	max-width: unset;
}
.programmes_interessants .contenu, #ressources .contenu {
    width: 100% !important;
    padding: 0 !important;
    display: flex;
}
.tous_programmes_link {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px;
	gap: 10px;
}
.tous_programmes_link a, .tous_programmes_link button {
	border: 1px solid rgba(96, 125, 139, .2);
    display: inline-block;
	color: #607D8B !important;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
	text-align: center;
    line-height: 20px;
    padding: 7px 10px;
	margin: 0 12px 1rem;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}
.tous_programmes_link a::before, .tous_programmes_link button::before {
	font: var(--fa-font-sharp-solid);
    margin-right: .4rem;
    content: "\f002";
    font-size: .9em;
}
.tous_programmes_link a:hover, .tous_programmes_link button:hover {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.slide_kpf .slick-slide.item-produit {
	height: auto;
	min-height: auto;
	margin: 13px;
	min-width: 235px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
}
.slide_kpf .item-produit:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.slide_kpf .item-pdt-txt.pdt a {
	font-size: 1rem;
}
.slide_kpf .item-pdt-txt.region {
	font-size: .9rem;
}
.slide_kpf .item-pdt-txt.type, .slide_kpf .item-pdt-txt.ap {
    font-size: .8rem;
}
.slide_kpf .item-pdt-txt.prix {
    font-size: 1.1rem;
}
.slide_kpf .item-pdt-top .info {
    font-size: .7rem;
}
.slide_kpf .slick-slide.item-ressource {
    height: auto;
    min-height: auto;
    margin: 13px;
    min-width: 235px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
}
.slide_kpf .item-ressource:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.favoris-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
    justify-content: center;
}
.item-favoris {
	width: calc(50% - 10px);
}
.item-favoris.nb {
	filter: grayscale(80%);
}
.item-favoris .alerte.alerte_promo::after {
	display: none;
}
.item-favoris .item-pdt-bottom {
	min-height: unset;
}
.item-favoris .item-pdt-txt.pdt a {
	font-size: 1rem;
}
.item-favoris .item-pdt-txt.region {
	font-size: .9rem;
}
.item-favoris .item-pdt-txt.type, .item-favoris .item-pdt-txt.ap {
    font-size: .8rem;
}
.item-favoris .item-pdt-txt.prix {
    font-size: 1rem;
}
.item-favoris .item-pdt-top .info {
    font-size: .7rem;
}
.remove-favori {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 25px;
    z-index: 3;
    cursor: pointer;
    color: rgba(102, 102, 102, .7);
    transition: color 0.15s;
}
.remove-favori:hover {
    color: rgba(102, 102, 102, 1);
}
.remove-favori::before {
	content: '\f00d';
    font: var(--fa-font-sharp-regular);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

/* PARTAGER */ 
.pop .inner-pop .cfkpf.page-partager {
	width: 350px;
}
.page-partager .sps {
	display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.page-partager .social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
}
.social.facebook { background-color: #4267B2; }
.social.whatsapp  { background-color:#25D366; }
.social.telegram  { background-color:#0088cc; }
.social.x { background-color: #000; }
.social.linkedin { background-color: #0077B5; }
.social.email { background-color: #666666; }

/* SIMULATION */
.simulation {
	position: relative;
    background-color: var(--blanc);
    border-radius: 20px;
    color: var(--gris_fonce);
    margin: 3rem 0;
	top: -10px;
	padding: 3rem 40px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
	z-index: 1;
}
.ressource-content .simulation {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.simulation h2.titre {
	width: 76%;
    color: var(--gris_fonce);
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.3;
	text-align: left;
    padding: 0 0 10px;
    margin: 0;
    background-color: transparent;
    text-transform: uppercase;
    z-index: 1;
}
.simulation .txt {
	width: 76%;
	max-width: 560px;
}
.ressource-content .simulation .txt {
	max-width: 500px;
}
.simulation ul {
    padding-left: 0;
	margin: 0!important;
}
.simulation li {
    margin-right: 25px;
    font-size: .9rem;
    padding: 0 0 0 20px!important;
}
.simulation li::before {
    content: "\f14a";
	color: var(--bleu_ciel);
}
.simulation .banner-bg {
	position: absolute;
    width: 99px;
    top: 50px;
    right: 50px;
}
.voir-simulation {
	position: relative;
	margin: 1rem 0 2rem;
}
.voir-simulation .button-gradient {
    padding: 10px 30px 10px 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
	line-height: 1.5rem;
}
.voir-simulation .button-gradient::after {
	font: var(--fa-font-sharp-solid);
    color: var(--blanc);
    content: "\f054";
    position: absolute;
    left: 293px;
	margin-left: 0px;
    opacity: 0;
    transition: all .3s;
    bottom: auto;
    width: auto;
    border-bottom: none;
}
.voir-simulation .button-gradient:hover{
	margin-left: 5px;
}
.voir-simulation .button-gradient:hover::after {
	opacity: 1!important;
	margin-left: -10px!important;
}
/* REGIONS */
.regions {
    padding: 3rem 0 2rem;
    margin: 0 -50%;
    background: var(--gris_bleu_clair);
}
.regions p.titre {
    font-size: 1.4rem;
    color: rgba(63, 124, 133, 1);
    margin: 0;
    text-align: center;
    position: relative;
    font-weight: 600;
    padding: 0 0 10px;
    line-height: 2.5rem;
}
.regions h2.titre {
	color: var(--bleu_ciel);
    margin-top: .5rem;
}
/* FAQ */

/* RECHERCHE */
.searchform {
	margin-left: calc(50% - 50vw - 8px); /* Ajouter padding-left: 8px au container enfant */
    margin-right: calc(50% - 50vw - 8px); /* Ajouter padding-right: 8px au container enfant */
    width: 100vw;
    position: relative;
    background-color: rgb(96 125 139 / 20%);
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.searchform form {
	display: flex;
    justify-content: flex-end;
    gap: 50px;
	padding: 30px 38px;
}
.searchform .spinner {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    font-size: 3em;
    color: rgba(96, 125, 139, .5);
    z-index: 1;
    opacity: 0;
    transition: all .3s;
	height: 0;
	overflow:hidden;
}
.searchform .spinner.active {
	opacity: 1;
	height:auto;
}
.rechercherfrequente .link {
	display: flex;
	gap: 20px;
    flex-wrap: wrap;
	margin-top: 1rem;
    margin-bottom: 3rem;
}
.rechercherfrequente a.theme {
	border: 1px solid rgba(96, 125, 139, .2);
    display: inline-block;
    color: #607D8B;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}
.rechercherfrequente a.theme:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
.rechercherfrequente .container {
    margin-bottom: 3rem;
}

/* PAGE RESSOURCES HOME */
.laune {
	display: flex;
    gap: 50px;
	margin-bottom: 2rem;
}
.slide-laune.guides {
    width: 66%;
}
.menu_laune {
	width: 33%;
}
.menu_laune ul {
	margin: 13px 0;
}
.menu_laune ul li {
    padding: 0;
    align-items: center;
}
.menu_laune ul li::before {
    all: unset;
}
.menu_laune li a {
	display: flex;
    text-transform: uppercase;
    color: rgba(91, 91, 91, .7);
    font-size: .95rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
	align-items: center;
}
.menu_laune li a:hover {
	background-color: #f1f1f1;
}
.menu_laune li a::after {
	font: var(--fa-font-sharp-solid);
    content: '\f32b';
    font-size: 1.1rem;
    width: 20px;
	transition: color .3s;
}
.menu_laune li a:hover::after {
	color: #009688;
}
/* CONTACT / SIMULATION */
.page-contact h1, .page-simulation h1 {
    margin: 2rem 30px 0 50px;
    text-transform: uppercase;
}
.page-contact h1::before, .page-simulation h1::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    height: 1.5rem;
    width: 8px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
.page-contact h2, .page-simulation h2 {
    color: #5e7b88;
}
.page-contact .content, .page-simulation .content {
	display: flex;
    gap: 50px;
}
.page-contact .col-left, .page-simulation .col-left {
	display: flex;
    position: relative;
    gap: 20px;
    margin-top: 3rem;
    width: 40%;
    flex-direction: column;
}
.page-contact .col-left .sstitre, .page-simulation .col-left .sstitre, .page-simulation .col-left .txt {
    padding: 0 30px 0 50px;
}
.page-contact .col-left .sscol {
    display: flex;
    gap: 20px;
    padding: 0 30px 0 50px;
    flex-direction: column;
}
.page-simulation .col-left .txt {
    margin-bottom: 10px;
}
.page-contact .col-left .txt.tel, .page-simulation .col-left .txt.tel {
    padding: 30px 50px;
    background: rgba(0, 150, 136, .1);
    margin-bottom: 20px;
}
.page-contact .col-left .txt .bold, .page-simulation .col-left .txt .bold {
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
}
.page-contact .col-left .txt a, .page-simulation .col-left .txt a {
    color: #009688;
	font-weight: 600;
}
.page-contact .col-left .txt a::before,.page-simulation .col-left .txt a::before {
	font: var(--fa-font-sharp-solid);
    margin-right: 10px;
}
.page-contact .col-left .txt.email a::before {
	content: "\f658";	
}
.page-contact .col-left .txt.tel a::before, .page-simulation .col-left .txt.tel a::before {
	content: "\f095";	
}
.page-contact .col-left .txt.addr a::before {
	content: "\f3c5";	
}
.page-contact .col-left .txt .small, .page-simulation .col-left .txt .small {
	font-size: .8rem;
	padding: 0;
}
.page-contact .col-right, .page-simulation .col-right {
	position: relative;
    width: 60%;
	max-width:650px;
    margin-top: 3rem;
    padding: 4rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .12);
	container-type: inline-size; /* @container */
}
.page-simulation .col-right .flecheacceuil {
	position: relative;
	color: rgba(0,150,136,.5);
	bottom: unset;
}
.page-simulation .col-right .flecheacceuil.hidden {
	display: none;
}
.page-simulation .col-right .flecheacceuil:hover {
	color: rgba(0,150,136,.8);
}
.page-simulation .col-right .flecheacceuil:before {
	font-size: 4rem;
}
.page-contact .row, .page-simulation .row {
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.page-contact .cfkpf .formdesc, .page-simulation .cfkpf .formdesc {
	padding: 0;
    display: block;
}
.page-contact .cfkpf .formdesc .notice, .page-simulation .cfkpf .formdesc .notice {
	font-size: .9rem;
}
.page-contact .contact_form, .page-simulation .contact_form {
    width: 100%;
    margin-top: 0;
    padding: 0;
    transition: all .3s;
}
.page-simulation .col-left .txt .bold::before {
	font: var(--fa-font-sharp-solid);
    margin-left: -48px;
    position: absolute;
    display: inline-block;
    top: -8px;
    color: var(--jaune);
    font-size: 2.5rem;
    opacity: .5;
}
.page-simulation .col-left .txt.legal .bold::before {
	content: "\f0e3";	
}
.page-simulation .col-left .txt.human .bold::before {
	content: "\e45f";	
}
.page-simulation .col-left .txt.euro .bold::before {
	content: "\e5ce";	
}
.page-simulation .col-left .txt.update .bold::before {
	content: "\f073";	
}
.page-simulation .col-left .txt.simple .bold::before {
	content: "\e5fd";	
}
.page-simulation .col-left .txt.secure .bold::before {
	content: "\f2f7";	
}
.page-simulation .col-left .txt p.etitre {
	color: var(--bleu_nuit);
    font-weight: 600;
	padding: 0 0 10px;
}
.page-simulation .col-left .txt p.eaide {
	font-size: .9rem;
    opacity: .8;
	max-width: 95%;
}
.page-simulation .etapes {
	display: flex;
    justify-content: center;
	margin-bottom: 2rem;
    margin-top: -2rem;
}
.page-simulation .etapes div {
	display: flex;
    align-items: center;
    width: calc( 100% / 3);
    text-align: center;
}
.page-simulation .etapes div span {
	background-color: #607D8B;
	width:100%;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
	opacity: .3;
	transition: opacity .15s;
}
.page-simulation .etapes div.click span {
    background-color: #009688;
}
.page-simulation .etapes div.active span {
	opacity: 1;
}
.page-simulation .etapes div.es1.click, .page-simulation .etapes div.es2.click {
	cursor: pointer;
}
.page-simulation .etape {
	max-height: 0;
    opacity: 0;
	overflow: hidden;
	transition: all .15s;
}
.page-simulation .etape.active {
	max-height: none;
    opacity: 1;
}
.cfkpf .formline.etape_suivante {
    justify-content: center;
	margin: 30px;
}
.cfkpf .formline.etape_suivante a {
	display: flex;
    gap: 8px;
    color: var(--blanc) !important;
    font-weight: 600;
    transition: all .3s;
    text-transform: uppercase;
    background: #009688;
    border: none;
    opacity: .8;
    padding: 12px 16px;
    align-items: center;
	justify-content: center;
}
.cfkpf .formline.etape_suivante a:after {
	font: var(--fa-font-sharp-solid);
    font-size: .9rem;
    content: "\f054";
}
.cfkpf .formline.etape_suivante a:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
	opacity: 1;
}
.choix_e1 {
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.choix_e1 .option {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 6px;
	margin-right:20px;
}
.choix_e1 .checkbox {
	display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #d8e2ef;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.choix_e1 .checkbox.active {
	background-color: #3f7c85;
}
.form_e1 {
	display: none;
}
.form_e1.active {
	display: block;
}
.page-contact .content.txt, .page-simulation .content.txt {
	flex-direction: column;
    margin-top: 5rem;
 	padding: 0 50px;
	gap: unset;
}
.page-contact .a_propos, .page-simulation .a_propos, .page-simulation .simu-grid {
	display: flex;
	gap: 50px;
    margin-top: 2rem;
	padding: 0 15px;
}
.page-simulation .simu-grid {
	flex-wrap: wrap;
}
.page-contact .a_propos_in, .page-simulation .a_propos_in {
	position: relative;
    border: 1px solid #dfe5e8;
    border-radius: 5px;
    display: block;
    padding: 30px;
    background-color: rgba(96, 124, 138, .01);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.page-contact .a_propos_in::before, .page-simulation .a_propos_in::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 66%;
    background-color: rgba(96, 124, 138, .05);
    transform: skewX(45deg);
    transform-origin: left top;
    z-index: 0;
    pointer-events: none;
}
.page-contact .a_propos_titre, .page-simulation .a_propos_titre {
	display: inline-block;
	margin-left: -5px;
    background-color: #fff;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 1rem;
    color: #607D8B;
    font-weight: 600;
    text-transform: uppercase;
}
.page-contact .a_propos_txt, .page-simulation .a_propos_txt {
    font-size: .95em;
	padding: 0;
}
.page-simulation .results li span {
    margin-left: 5px;
    font-weight: 600;
}
.page-simulation span.cfkpf-btn-edit {
	display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    transition: all .3s;
    color: #607D8B;
    background-color: #fff;
    border: 1px solid rgba(96, 125, 139, .2);
	margin: 0 0 3rem;
}
.page-simulation span.cfkpf-btn-edit:hover {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
.page-simulation span.cfkpf-btn-edit::before {
	font: var(--fa-font-sharp-regular);
	margin-right: 5px;
    content: '\f044';
}

/* RESSOURCES */
/* Item Ressources */
.slide-ressources {
	margin-top: 3rem;
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
}
.slide-ressources.articles {
	margin-top: 2rem;
}
h3.sstitre_ressources {
	text-align: center;
    margin: 2rem 0 0 0;
}
.item-ressource {
    position: relative;
    width: calc((100% / 3) - 20px);
    background-color: var(--blanc);
    height: auto;
    min-height: 340px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
    transition: all .3s;
}
.item-ressource-top {
	position: relative;
	overflow: hidden;
    height: 180px;
}
.item-ressource-top .item-ressource-img {
	background-position: center;
    background-size: cover;
    height: 100%;
	padding: 10px;
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
}
.item-ressource:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.item-ressource:hover .item-ressource-img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}
.item-ressource-bottom {
	display: flex;
    position: relative;
    padding: 15px 20px 20px;
    min-height: 240px;
    height: calc(100% - 180px);
    flex-direction: column;
}
.item-ressource-bottom .titre {
    margin: 3px 0 10px;
}
.item-ressource-bottom .titre a {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.item-ressource-bottom .date {
	font-size: .8rem;
	letter-spacing: 0;
    margin-bottom: 10px;
}
.item-ressource-bottom .txt p {
    font-size: .95rem;
	line-height: 1.3rem;
}
.item-ressource-bottom .suite {
	font-weight: 600;
	letter-spacing: 0;
	margin-top: auto;
	transition: color .3s;
}
.item-ressource-bottom .suite::after {
    display: inline-block;
    font: var(--fa-font-sharp-solid);
	content: "\f061";
    margin-left: 5px;
}
.item-ressource:hover .item-ressource-bottom .suite {
	color: #009688;
}
.item-ressource .cat, .item-produit .cat {
	position: absolute;
    display: flex;
    top: 165px;
    left: 15px;
    overflow: hidden;
    width: calc(100% - 30px);
	gap: 5px;
	overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.item-ressource .cat span, .item-produit .cat span {
	position: relative;
    color: var(--blanc);
    padding: 3px 4px;
    font-weight: normal;
    font-size: .8em;
	white-space: nowrap;
}
.item-ressource .cat span {
	background-color: rgba(0, 150, 136, .9);
}
.item-produit .cat span {
	background-color: rgba(96, 125, 139, .9);
}
section#ressources {
	margin-top: 3rem;
}
/* Single Ressources */
.single-ressource h1 {
    margin: 2rem auto 0;
    max-width: calc(100% - 90px);
    text-transform: uppercase;
}
.single-ressource h1::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    height: 1.5rem;
    width: 8px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
.single-ressource h2.sous_titre {
    display: block;
    margin: 0 auto 1rem;
    max-width: calc(100% - 90px);
    font-weight: 600;
}
.single-ressource .chapo {
    margin: 0 auto;
    max-width: calc(100% - 90px);
}
.single-ressource .image {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}    
.single-ressource .image img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-ressource .image iframe {
	object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.single-ressource .content {
	position: relative;
    max-width: calc(100% - 90px);
    margin: -110px auto 4rem;
	background: var(--blanc);
    padding: 3rem 4rem 0;	
	min-height: 200px;
	transition: margin .15s;
}    
.single-ressource .categories {
	display: flex;
    position: absolute;
    top: -3rem;
    left: 0;
    gap: 10px;
    flex-wrap: wrap;
}
.single-ressource .dispositifs_lies {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-ressource .categories a, .single-ressource .dispositifs_lies a {
    background-color: #009688;
    color: var(--blanc);
    padding: 5px 10px;
    font-weight: normal;
    font-size: .9rem;
}
.single-ressource .categories a:hover, .single-ressource .dispositifs_lies a:hover {
    background-color: #1c736b;
}
.single-ressource .header {
	display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.single-ressource .header .auteur {
	display: flex;
	margin-bottom: 30px;
}
.single-ressource .header .auteur .auteur-img {
	flex: 0 0 50px;
}
.single-ressource .header .auteur .auteur-info p {
	padding-bottom: 0;
	font-size: .95rem;
}
.single-ressource .header .auteur .auteur-name {
	font-weight: 600;
}
.single-ressource .header .article-info {
    display: flex;
	gap: 20px;
}
.single-ressource .header .article-info p {
	padding-bottom: 0;
	font-size: .95rem;
}
.single-ressource .header .reading-time::before {
	font: var(--fa-font-sharp-regular);
    content: '\f017';
    margin-right: 5px;
    font-size: 1rem;
}
.single-ressource .header .partager {
	cursor: pointer;
}
.single-ressource .header .partager::before {
	font: var(--fa-font-sharp-regular);
    content: '\f08e';
    margin-right: 5px;
    margin-left: 1px;
    font-size: .9rem;
}
.sommaireleft {
    position: fixed;
    top: 150px;
    left: calc((100vw - 1180px + 15px + 20px)/2);
    visibility: hidden;
    opacity: 0;
    padding: 0;
    transition: opacity .3s, top .3s;
    z-index: 1;
    max-height: 0;
}
.scroll-down .sommaireleft {
    top: 70px;
}
.sommaireleft.visible {
    max-height: none;
	visibility: visible;
    opacity: 1;
}
.sommaireleft ol {
	counter-reset: item;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sommaireleft ol li {
	position: relative; 
	margin: 0 0 1.2rem 0;
	padding-left: 0;
}
.sommaireleft ol > li::before {
	content: none !important;
	display: none !important;
}
.sommaireleft ol li:not(:last-child)::after {
	content: '';
    position: absolute;
    left: calc(1.6rem / 2 - 1px);
    top: calc(1.6rem + .2rem);
    bottom: -1rem;
    width: 1px;
    background: #607D8B;
}
.sommaireleft ol li a {
	position: relative;
    display: block;
    padding-left: 1.6rem;
    font-size: .9rem;
	color: transparent;
    line-height: 1.6rem;
	white-space: nowrap;     
    text-decoration: none;
	max-width: 0;
	overflow: hidden;
    transition: color .15s, max-width .3s;
}
.sommaireleft ol li a::before {
  	content: counter(item) ".";
    counter-increment: item;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: .95rem;
    font-weight: 600;
    color: #607D8B;
    position: absolute;
    left: 0;
    top: 0;
    transition: none;
}
.sommaireleft ol li a:hover {
	max-width: 50rem;
	color: #fff;
	background: rgba(96, 125, 139, .9);
	padding-right: calc(1.6rem / 2);
}
.sommaireleft ol li a.active::before {
	color: #ffce3a;
}
.sommaireleft ol li a:hover::before {
	color: #fff;
}
.sommaireleft ol li a:focus-visible {
	outline: none;
}
.sommaireleft ol li a:focus-visible::before {
	box-shadow: 0 0 0 3px rgba(0,0,0,.2);
}

.single-ressource .sommaire {
	position: relative;
    width: 350px;
    float: left;
    margin-left: calc(-45px - 4em);
    margin-top: -28px;
    margin-right: 50px;
    margin-bottom: 30px;
	z-index: 1;
}
.single-ressource .sommaire .titre {
	display: inline-block;
    padding: 5px 10px;
    background: #607d8b;
    color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}
.single-ressource .sommaire ol {
	position: relative;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
    padding: 20px;
    background: #fff;
}
.single-ressource .sommaire ol li {
	position: relative;
    line-height: 20px;
    font-size: .95rem;
    font-weight: 400;
}
.single-ressource .sommaire ol li::before {
    color: #5cb4ba;
    font-weight: 600;
	position: absolute;
}
.single-ressource .sommaire a {
	font-weight: 400;
    letter-spacing: 0px;
    color: #5cb4ba;
    transition: color .3s;
}
.single-ressource .sommaire a.active, .single-ressource .sommaire a:hover {
    color: #607D8B;
}
.single-ressource h2 {
	font-size: 2em;
	padding: 20px 0;
    color: #5e7b88;
}
.single-ressource .content h2::before {
    display: inline-block;
    content: '';
    position: relative;
    height: 0.7em;
    width: 8px;
    margin-right: 12px;
    margin-left: 10px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
.single-ressource h3 {
	padding: 20px 0;
    color: #607D8B;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.single-ressource h4 {
	padding: 15px 0;
    color: #666;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
/* Initialisation du compteur principal */
.single-ressource .content .ol {
  counter-reset: section-counter;
}

/* h2 : compteur de section, réinitialise le compteur des sous-sections */
.single-ressource .content .ol h2 {
  counter-increment: section-counter;
  counter-reset: subsection-counter;
}

/* h3 : compteur de sous-section, réinitialise le compteur des sous-sous-sections */
.single-ressource .content .ol h3 {
  counter-increment: subsection-counter;
  counter-reset: subsub-counter;
}

/* h4 : compteur de sous-sous-section */
.single-ressource .content .ol h4 {
  counter-increment: subsub-counter;
}

/* Affichage pour h2 : ex. "1. " */
.single-ressource .content .ol h2::before {
  all: unset;
  display: inline-block;
  content: counter(section-counter) ". ";
  font-weight: 600;
  color: #ffce3a;
  margin-right: 5px;
}

/* Affichage pour h3 : ex. "1.1. " */
.single-ressource .content .ol h3::before {
  all: unset;
  display: inline-block;
  content: counter(subsection-counter) ". ";
  font-weight: 600;
  color: #ffce3a;
  margin-right: 5px;
}
.single-ressource .content .ol h3.notol::before {
  all: unset;
  content: '';
}

/* Affichage pour h4 : ex. "1.1.1. " */
.single-ressource .content .ol h4::before {
  all: unset;
  display: inline-block;
  content: counter(subsub-counter) ". ";
  font-weight: 600;
  color: #ffce3a;
  margin-right: 5px;
}
.single-ressource a {
    color: #009688;
}

/* SINGLE DISPOSITIF */
.single-dispositif section#top {
	margin: 50px -50px;
	display: flex;
}
.single-dispositif .contenu {
    width: calc(100% - 420px);
	padding-right: 50px;
}
.single-dispositif section#contenu {
    margin: 50px 0;
}
.single-dispositif h2.sous_titre {
    margin: 0 0 1rem;
    color: #5e7b88;
    font-size: 2em;
}
.single-dispositif .header {
	display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.single-dispositif .header .auteur {
	display: flex;
}
.single-dispositif .header .auteur .auteur-img {
	flex: 0 0 50px;
}
.single-dispositif .header .auteur .auteur-info p {
	padding-bottom: 0;
	font-size: .95rem;
}
.single-dispositif .header .auteur .auteur-name {
	font-weight: 600;
}
.single-dispositif .sommaire {
    width: 100%;
	margin: 50px 0 30px;
}
.single-dispositif .sommaire .titre {
	display: inline-block;
    padding: 5px 10px;
    background: #607d8b;
    color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}
.single-dispositif .sommaire ol {
	position: relative;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
    padding: 20px;
    background: #fff;
	margin: 0;
}
.single-dispositif .sommaire ol li {
	position: relative;
    line-height: 20px;
    font-size: .95rem;
    font-weight: 400;
}
.single-dispositif .sommaire ol li::before {
    color: #5cb4ba;
    font-weight: 600;
}
.single-dispositif .sommaire a {
	font-weight: 400;
    letter-spacing: 0px;
    color: #5cb4ba;
    transition: color .3s;
}
.single-dispositif .sommaire a.active, .single-dispositif .sommaire a:hover {
    color: #607D8B;
    max-width: 250px;
}
.single-dispositif .content h2 {
	padding: 20px 0;
    color: #5e7b88;
}
.single-dispositif .content h2::before {
    display: inline-block;
    content: '';
    position: relative;
    height: 0.7em;
    width: 8px;
    margin-right: 12px;
    margin-left: 10px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
.single-dispositif .content h3 {
	padding: 20px 0;
    color: #607D8B;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.single-dispositif .content .ol { 
    counter-reset: section-counter;
}
.single-dispositif .content .ol h2, .single-dispositif .content .ol h3, .single-dispositif .content .ol h4 {
    counter-increment: section-counter;
}
.single-dispositif .content .ol h2::before, .single-dispositif .content .ol h3::before, .single-dispositif .content .ol h4::before {
    all: unset;
    display: inline-block;
    content: counter(section-counter) ". ";
    font-weight: 600;
    color: #ffce3a;
	margin-right: 5px;
}
.single-dispositif a {
    color: #009688;
}
section.footnotes {
    margin-top: 50px;
    position: relative;
}
section.footnotes::before {
    content: "";
    position: relative;
    display: block;
    width: 150px;
    border-top: 1px solid #9a9a9a;
    margin: 0 0 20px;
}
section.footnotes p.titre {
    font-weight: 600;
}
section.footnotes p:not(.titre) {
    padding: 0 0 10px;
    font-size: .95rem;
}

/* TAXONOMY/ARCHIVES */
.tax_img {
    height: 90px;
    overflow: hidden; 
}
.tax_img img{
    object-position: top;
	opacity: .6;
}
h1.is_taximg {
	font-size: 1.8rem;
    position: relative;
    margin: 0 0 0 0;
    padding: .8rem .5rem;
    text-align: left;
}
.tri-pdts {
	margin-top:1rem;
}
.tri-pdts a {
	padding: 5px 10px;
    margin-right: 8px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 600;
    color: rgba(63, 124, 133, .8);
    border: 1px solid rgba(63, 124, 133, .8);
}
.tri-pdts a::after {
	border-bottom:none;
}
.tri-pdts a.active {
	background-color: rgba(63, 124, 133, .8);
	color: var(--blanc);
	border: 1px solid transparent;
	cursor: default;
}
.tri-pdts a span {
	display: inline-block;
	line-height: normal;
	padding: 1px 5px;
    border: none;
    margin-right: -4px;
    background-color: rgba(63, 124, 133, .8);
    color: var(--blanc);
    font-size: .8rem;
    font-weight: 400;
    border-radius: 20px;
}
.slide-produits {
	display: inline-flex;
    padding-right: 40px;
    width: 790px;
    margin-left: -40px;
    gap: 30px;
    flex-wrap: wrap;
}
.titre-recherche {
	position: relative;
	width: 750px;
}
h1.tax_pdts {
	width: 750px;
    padding-right: 40px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
	font-size: 2rem;
}
h1.tax_pdts .l1 {
	position: relative;
	font-size: .9em;
}
h1.tax_pdts .l1 .label {
	font-weight: 400;
}
h1.tax_pdts .numbers {
	color: #ffce3a;
}
h1.tax_pdts .l2 {
	position: relative;
	font-size: .91em;
}
.tri_pdts {
	position: relative;
    width: 100%;
    margin: 0 0 -15px;
}
.marecherche {
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}
.marecherche span {
    color: #5ab0b6;
    font-size: .8rem;
}
.marecherche span.hashtag {
	letter-spacing: -.5px;
}
.marecherche span.edit {
    font-size: .75rem;
    padding: 3px 7px;
	margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #5ab0b6;
}
.tri_pdts .edit {
    display: flex;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}
.tri_pdts .edit:hover {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}
.tri_pdts .edit.active {
	background-color: #5ab0b6;
    color: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}
.tri_pdts .edit::before {
	content: '\f044';
	font: var(--fa-font-sharp-regular);
	font-size: 1.1em;
	margin-right: 5px;
	font-weight: 600;
}
.slide-produits h2 {
    margin-top: 60px;
    font-weight: 400;
    font-size: 1.6em;
    text-transform: uppercase;
}
.slide-produits .no-result {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    position: relative;
    border: 1px solid #dfe5e8;
    border-radius: 5px;
    padding: 50px;
    background-color: rgba(96, 124, 138, .01);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.slide-produits .no-result::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 66%;
    background-color: rgba(96, 124, 138, .05);
    transform: skewX(45deg);
    transform-origin: left top;
    z-index: 0;
    pointer-events: none;
}
.slide-produits .no-result .img {
    width: 180px;
	min-height: 120px;
    background-image: url(https://www.kp-finance.com/wp-content/themes/KPF/img/no-result.jpg);
    background-size: cover;
	z-index: 1;
}
.slide-produits .no-result .text {
    width: 440px;
}
.no-result .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.no-result a {
    position: relative;
    padding: 5px 10px;
    border-radius: 2px;
    border: solid 1px #2f9688;
    font-weight: 500;
    color: #2f9688;
    background-color: #fff;
    z-index: 1;
}
p.tax_note {
	margin-bottom: -1rem;
    font-size: .9rem;
    padding: 3rem 2% 0;
    line-height: 22px;
}

/* MAP */
#map_wrap {
    position: fixed;
	display: inline-flex;
	top: 120px;
    height: calc( 100% - 100px );
    overflow: hidden;
    width: 445px;
	transition: z-index .15s, top .3s;
}
.scroll-down #map_wrap {
    top: 40px;
    height: calc( 100% - 20px );
}
#map {
	position: relative;
    width: 100%;
    height: 100%;
}
#map .marker-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 48px;
    height: 48px;
}
#map .marker-wraper:hover {
	z-index: 100001!important;
}
#map .marker-wraper.active {
	z-index: 100000!important;
}
#map .marker-wraper .outer-circle {
    position: absolute;
    height: 54px;
    width: 54px;
    background-color: rgba(96, 125, 139, 0.5);
    border-radius: 50%;
    transition: transform 0.2s ease;
	transform: scale(1); 
}
#map .marker-wraper:hover .outer-circle, #map .marker-wraper.active .outer-circle {
    transform: scale(0.88);
}
#map .marker-wraper .marker {
    height: 40px;
    width: 40px;
    background-color: rgba(96, 125, 139, 1);
    border-radius: 50%;
    z-index: 1;
}
#map .marker-wraper:hover .marker, #map .marker-wraper.active .marker {
    background-color: #00BCD4;
}
#map .marker-wraper .marker-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#map .marker-wraper .marker::before {
	content: '\f015';
    font: var(--fa-font-sharp-regular);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centering */
    font-size: 1.3em; /* Adjust as needed */
}
.map_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
	transition: z-index .15s;
}
.map_overlay.active {
    z-index: 99;
}

/* cfkpf */
.cfkpf {
	position: relative;
}
.cfkpf .formtitle p {
	position: relative;
    padding-left: 30px;
    margin: 0 0 1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--gris_bleu_fonce);
}
.cfkpf .formtitle p:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    height: .7em;
    width: 8px;
    background-color: var(--jaune);
    transform: skewX(45deg);
    transform-origin: left;
}
.cfkpf .formdesc {
	display: flex;
	margin: 0 0 2em;
	padding: 0 10px;
}
.cfkpf .formline {
	position: relative;
	display: flex;
	margin: 0 0 15px;
	gap: 30px;
}
.cfkpf .field, .cfkpf .field-left, .cfkpf .field-right {
	position: relative;
	display: flex;
    width: 100%;
	flex-direction: column;
	padding: 0;
	margin: 0 0 20px;
	justify-content: flex-end;
}
.cfkpf input, .cfkpf textarea {
    background: #fbfbfb;
}
.cfkpf input::placeholder, .cfkpf textarea::placeholder {
	color: #c5c5c5;
	opacity: 1;
}
.cfkpf input:focus::placeholder, .cfkpf textarea:focus::placeholder {
	opacity: 0;
}
.cfkpf label {
	text-align: left;
    font-weight: 600;
    font-size: .7rem;
    line-height: 12px;
    padding-bottom: 6px;
    text-transform: uppercase
}
.cfkpf .field-submit {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.cfkpf input[type=submit] {
	color: var(--blanc)!important;
    font-size: 1rem;
    font-weight: 700!important;
    transition: all .3s;
    text-transform: uppercase;
	background: #009688;
	border: none;
	opacity: .8;
    padding: 15px 25px;
	width: auto;
    cursor: pointer;
}
.cfkpf input[type=submit]:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
	opacity: 1;
}
.formline .select {
	border: none;
    border-bottom: 1px solid #607D8B;
    padding: 15px;
    padding-right: 30px;
    font-size: .938em;
    width: 100%;
    background: #fbfbfb;
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
}
.formline .select > p {
    all: unset;
}
.formline .select.active p {
    color: #c5c5c5;
}
.formline .select::after {
    font: var(--fa-font-sharp-solid);
    content: "\f0d7";
    position: absolute;
    right: 0;
    padding: 15px;
    color: #607D8B;
    transition: transform .15s;
}
.formline .select.active::after {
    transform:rotate(180deg);
}
.formline .div-select {
	position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
	border: 1px solid rgba(96, 125, 139, .3);
    border-top: 1px solid #607D8B;
    z-index: 1;
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .2s ease, opacity .2s ease;
}
.formline .div-select.active {
    max-height: 128px;
    opacity: 1;
    overflow: hidden;
}
.formline .div-select.scroll.active {
    overflow-y: auto;
    scrollbar-width: thin;
}
.formline .select .div-select p {
    margin: 0;
    padding: 8px 15px;
    font-weight: 400;
    cursor: pointer;
	color: unset;
}
.formline .div-select p.check {
    background: #f3f3f3;
}
.formline .div-select p:hover {
    background: #e1e1e1;
}
.formline select {
    display: none;
}
.cfkpf .options {
    position: relative;
    top: -10px;
    margin-bottom: 20px;
}
.cfkpf .options span {
    font-size: .8rem;
    cursor: pointer;
    color: #607D8B;
}
.cfkpf .options-fields {
    padding: 15px 7px 5px;
    background-color: #f1f1f1;
    margin: -20px -2px 2rem;
}
.cfkpf-spinner {
	display: none;
}
.cfkpf-response-output {
	display: none;
	border: none;
    text-align: center;
    margin: -150px 0 0 -150px;
    padding: 2em;
    position: absolute;
    z-index: 1010;
    top: 50%;
    left: 50%;
    width: 300px;
    line-height: 30px;
    background-color: var(--blanc);
    border-radius: 10px;
    box-shadow: 0 3px 100px rgba(0, 0, 0, .1);
    cursor: pointer;
}
.cfkpf-form.submitting, .cfkpf-form.valid, .cfkpf-form.notvalid {
	opacity: .5;
	pointer-events: none;
}
.cfkpf-response-output.valid, .cfkpf-response-output.notvalid {
	display: block;
}
.cfkpf-response-output span.fermer {
	display: block;
    margin-top: .5rem;
	font-size: .9rem;
}
.cfkpf-response-output span.fermer::before {
	font: var(--fa-font-sharp-solid);
    content: '\e59b';
    padding: 0 .3rem;
    font-size: .75rem;
}
.cfkpf-form .spinner {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    color: var(--gris_fonce);
    z-index: 1;
    opacity: 0;
    transition: all .3s;
	height:0;
	overflow:hidden;
}
.cfkpf-form .spinner p {
    font-size: 4em;
}
.cfkpf-form.submitting .spinner {
    opacity: 1;
	height:auto;
}
.cfkpf-form .icon .cfkpf-form-control-wrap {
	display: flex;
    position: relative;
    line-height: 20px;
    align-items: center;
}
.ddeinfos_choix {
	position: relative;
}
.ddeinfos_choix div {
	position: relative;
	height: auto;
    transition: all .3s;
	cursor: pointer;
}
.ddeinfos_choix div.cache {
	height: 0;
	overflow: hidden;
}
.ddeinfos_choix div.active {
	cursor: default;
}
.ddeinfos_form p.field-message label {
	display: none;
}
.ddeinfos_form p.field-message label.active {
	display: block;
}
.ddeinfos_choix .close_choix {
	display:none;
	position: absolute;
    top: 0;
    right: 0;
	padding: .8rem;
    cursor: pointer;
    z-index: 1010;
}
.ddeinfos_choix.active .close_choix {
	display:block;
}
.ddeinfos_choix .close_choix::before {
	font: var(--fa-font-sharp-solid);
    content: '\f148';
    color: var(--gris_bleu_fonce);
    font-size: 1.4rem;
    padding: 0 0.2rem;
}
.ddeinfos_form {
	width: 100%;
    height: 0;
	margin-top: 0;
    padding: 0 .8rem;
	overflow: hidden;
    transition: all .3s;
}
.ddeinfos_form.active {
	margin-top: 1rem;
    height: auto;
}
.ddeinfos_choix div span, .ddeinfos_choix div a {
	display: flex;
    position: relative;
	width: 100%;
    line-height: 3rem;
    border-bottom: 1px solid var(--gris_bleu_clair);
    align-items: center;
	font-weight: 600;
}
.ddeinfos_choix.active div span, .ddeinfos_choix.active div a {
	background-color: #f1f1f1;
}
.cfkpf-form .icon .cfkpf-form-control-wrap::before, .ddeinfos_choix .icon::before {
	font: var(--fa-font-sharp-solid);
}
.cfkpf-form .icon .cfkpf-form-control-wrap::before {
	position: absolute;
    color: var(--gris_bleu_fonce);
    font-size: 1rem;
	font-weight: 300;
	padding: .5rem
}
.ddeinfos_choix .icon::before {
    color: #009688;
    font-size: 1.4rem;
	font-weight: 300;
    margin-right: 1.2rem;
	padding: .8rem;
}
.cfkpf-form .icon.icon-nom .cfkpf-form-control-wrap::before {
    content: '\f007';
}
.cfkpf-form .icon.icon-prenom .cfkpf-form-control-wrap::before {
    content: '\f007';
}
.cfkpf-form .icon.icon-tel .cfkpf-form-control-wrap::before, .ddeinfos_choix .icon.icon-tel::before {
    content: '\f095';
}
.cfkpf-form .icon.icon-cp .cfkpf-form-control-wrap::before {
    content: '\f3c5';
}
.cfkpf-form .icon.icon-mail .cfkpf-form-control-wrap::before, .ddeinfos_choix .icon.icon-mail::before {
    content: '\f0e0';
}
.cfkpf-form .icon.icon-earth .cfkpf-form-control-wrap::before {
    content: '\f7a2';
}
.cfkpf-form .icon.icon-date .cfkpf-form-control-wrap::before {
    content: '\f133';
}
.cfkpf-form .icon.icon-euro .cfkpf-form-control-wrap::before {
	left: auto;
	right: 0;
    padding: 15px;
    content: '\f153';
}
.cfkpf-form .icon input {
	padding-left: 35px;
}
.cfkpf-form .icon.right input {
	padding-left: 15px;
	padding-right: 30px;
}
.cfkpf .formline.formcheck {
	flex-direction: column;
	gap: 0;
}
.cfkpf .field.checkbox {
	padding: 0;
    margin: 0;
}
.cfkpf-form .checkbox label {
	display: flex;
    text-transform: none;
    color: #999;
    font-weight: 400;
    font-size: .75rem;
    cursor: pointer;
    gap: 8px;
    margin-bottom: 5px;
	line-height: 16px;
}
.cfkpf-form .checkbox input[type=checkbox] {
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    border-radius: 2px;
	top: 2px;
    height: 12px;
    width: 12px;
    min-width: 12px;
    background-color: var(--blanc);
    border: 1px solid var(--gris_bleu_fonce);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}
.cfkpf-form .checkbox input[type="checkbox"]:checked {
	background-color: var(--gris_bleu_fonce);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4 7L11 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}
.cfkpf-form .form-cnil {
	padding-top: 1rem;
}
.cfkpf-form .form-cnil p, .cfkpf-form  .form-cnil a {
	color: #999;
    font-size: .7rem;
    line-height: 1rem;
}
.cfkpf-form  .form-cnil a {
	font-weight: 600;
}
.simulation-pop.form_infos .ifsimul {
	display: none;
}
.simulation-pop.form_simul .ifinfos {
	display: none;
}
/* QUI SOMMES NOUS */
.equipe {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 30px;
    margin: 2rem 0;
}
.item_equipe {
    width: 290px;
    position: relative;
    border: 1px solid #dfe5e8;
    border-radius: 5px;
    display: block;
    padding: 30px;
    background-color: rgba(96, 124, 138, .01);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.item_equipe::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 66%;
    background-color: rgba(96, 124, 138, .05);
    transform: skewX(45deg);
    transform-origin: left top;
    z-index: 0;
    pointer-events: none;
}
.item_equipe img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
	filter: grayscale(100%);
    z-index: 1;
}
.item_equipe .equipe_txt {
    padding-left: 15px
}
.item_equipe .equipe_nom {
    color: #009688;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0 0 5px;
}
.item_equipe .equipe_titre {
    color: #607d8b;
    font-weight: 600;
    font-size: 1rem;
	padding: 0 0 15px;
}
ul.equipe_expertise {
    margin: 0;
}
ul.equipe_expertise li {
    padding: 0 0 5px 18px;
	line-height: 22px;
	font-size: .95rem;
}
ul.equipe_expertise li::before {
    color: #009688;
	content: "\e28b";
	top: 5px;
}
/* LEXIQUE */
nav.lexique {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 10px 5px;
    font-size: 1.6rem;
    font-weight: 500;
    flex-wrap: wrap;
}
/* PAGE AVIS */
.avis-stats {
    position: relative;
    border: 1px solid #dfe5e8;
    border-radius: 5px;
    display: block;
    padding: 30px;
	margin: 4rem 0 3rem;
    background-color: rgba(96, 124, 138, .01);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
.avis-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 66%;
    background-color: rgba(96, 124, 138, .05);
    transform: skewX(45deg);
    transform-origin: left top;
    z-index: 0;
    pointer-events: none;
}
.avis-stats h2 {
    padding: 0 0 30px;
}
.content .avis-stats h2::before {
    all: unset;
	display: none;
}
.avis-stats li::before {
    position: relative;
    font-size: 1.3rem;
    content: "\e28b";
    color: #5cb4ba;
    margin-right: 25px;
    top: 0;
}
.avis-stats span.kpf-stats-value {
    color: #607d8b;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
}
.avis-stats span.kpf-stats-label {
	display: block;
    margin-left: 50px;
    font-weight: 500;
}
.avis-stats p.sources {
	font-size: .85rem;
    padding: 0 0 0 50px;
}
.div-avis {
    margin: 2rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.item-avis {
    position: relative;
    border: 1px solid #dfe5e8;
    border-radius: 5px;
    display: block;
    padding: 30px;
    background-color: rgba(96, 124, 138, .01);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .12);
}
p.name-avis {
    color: #009688;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0 0 5px;
}
p.plateforme-avis {
    color: #607d8b;
    font-weight: 600;
    font-size: 1rem;
    padding: 0;
}
.item-avis blockquote::before, .item-avis blockquote::after {
    font-size: 1.5rem;
}
.item-avis blockquote p {
    font-size: 1.3rem;
    padding: 0 3rem;
}
ul.plateforme-review {
    margin-bottom: 5rem;
}
ul.plateforme-review a {
	display: inline-flex;
    font-weight: 600;
    gap: 5px;
	margin-left: 5px;
}
.plateforme-review .avis {
	width: 20px;
    height: 20px;
    background-size: cover;
}
ul.plateforme-review a.Trustpilot {
	color: #13b57a;
}
a.Trustpilot:hover {
	color: #13b57a;
}
ul.plateforme-review a.Google {
	color: #4285f4;
}
a.Google:hover {
	color: #4285f4;
}
ul.plateforme-review a.PagesJaunes {
	color: #f5da29;
    font-weight: 600;
}
a.PagesJaunes:hover {
	color: #f5da29;
}

/* ------ RESPONSIVE ------ */

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1500px){
	.container { 
		max-width: 1180px; 
	}
	header .container { 
		max-width: 1500px; 
	}
	#header-top {
		left: calc(330px + (100vw - 1500px) / 2);
		padding-right: calc((100vw - 1500px) / 2);
	}
	.fixed #header-top {
		padding-right: calc(((100vw - 1500px) / 2) + 15px);
	}
	#menu-header .menu-desktop li .searchform {
		width: 1150px;
	}
}
@media (max-width: 1500px){
	.container { 
		max-width: 1180px;
	}
	#header .container {
        max-width: unset;
	}
}
/* Large devices (desktops, 992px to 1199px) */
@media (max-width: 1280px) { 
	.home #edito {
		padding: 50px 20px;
	}
	#banner .banner-txt {
		left: 0;
	}
	#banner .banner-txt h1, #banner .banner-txt h2, #banner .banner-txt p {
		padding-left: 0;
	}
	.banner_produit_immobilier #banner_buttons {
		width: auto;
	}
	section#produit_header_wrap {
		margin: -70px -15px 20px;
	}
	section#presentation_produit {
		margin-right: 25px;
	}
	.slide-produits {
		margin-left: 0;
		padding-right: 30px;
		width: 750px;
	}
	.single-dispositif section#top {
		margin: 50px 0;
		display: flex;
	}
	section#offres .offres {
		margin: 50px 0 0;
	}

}
@media (max-width: 1195px) {
	.sommaireleft {
		left: 25px;
	}
 }

@media (max-width: 1180px) {
	.container, .yarpp-template-yarpp-template-kpf { 
		max-width: 100%;
	}
	section#presentation_produit {
		flex-direction: column;
	}
	#presentation_produit .the_content {
		padding-right: 0;
	}
	#presentation_produit .infos_produit {
		margin: 40px 0 70px 80px;
	}
	#presentation_produit .points_forts {
		width: calc(100% - 500px);
	}
	html.fixe {
		position: relative;
		margin: 0;
		height: 100%;
		overflow: hidden;
		padding-right: 17px;
	}
	html.fixe #wrap, html.fixe #footer, html.fixe #map_wrap, html.fixe .scrolltotop, html.fixe .demandedinformation-wrap {
		pointer-events: none;
	}
	html.fixe #wrap::before {
		content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 998;
        pointer-events: none;
	}
	html.fixe .demandedinformation-wrap a {
		right: calc(80px + 15px);
	}
	html.fixe .scrolltotop {
		right: calc(40px + 15px);
	}
	#header {
		height: 50px;
	}
	#header-top {
		padding: .5rem 20px;
		height: 50px;
		left: 0;
		background-color: unset;
	}
	.scroll-down #header-top {
		background-color: unset;
	}
	.header-top {
		display: none!important;
	}
	#header-top::before {
		left: unset;
		right: -30px;
	}
	html.fixe #header-top, .fixed #header-top {
		padding-right: calc(20px + 15px);
	}
	html.fixe #header-top::before, .fixed #header-top::before {
		width: calc(120px + 15px);
	}
	.header-top-mobile {
		width: 100%;
		display: flex!important;
		align-items: center;
		justify-content: space-between;
	}
	.header-top-mobile .open-close {
		position: relative;
		width: 34px;
		height: 27px;
		cursor: pointer;
	}
	.header-top-mobile .open-close img {
		position: absolute;
		margin: 5px;
		top: 0;
		right: 0;
		opacity: 0;
		height: 17px;
		transition: all .1s;
	}
	.header-top-mobile .open-close img.close {
		right: 3px;
	}
	.header-top-mobile .open-close img.active {
		opacity:1;
	}
	.menu-desktop {
		display: none!important;
	}
	.menu-mobile.active {
		left: 0;
	}
	#menu-header li:last-child {
		padding-right: 0;
	}
	#menu-header li a {
		padding: 0 1.5rem;
		font-size: 1rem;
		line-height: 50px;
		display: block;
	}
	#menu-header .mm-top li .menutop {
		color: rgba(91, 91, 91, .7);
        display: block;
        padding: 0 3rem 0 1.5rem;
        font-size: 1rem;
        line-height: 50px;
	}
	#menu-header .mm-top li .menutop:after {
		position: absolute;
        font: var(--fa-font-sharp-solid);
        content: '\f078';
        right: 1.5rem;
        line-height: 50px;
	}
	#menu-header .mm-top li.active .menutop {
		color: rgba(91, 91, 91, 1);
		background-color: rgba(96, 125, 139, .2);
	}
	#menu-header .mm-top li.active .menutop:after {
        content: '\f077';
	}
	#menu-header .menu-mobile .submenu_inner {
		background-color: rgba(255, 255, 255, .7);
		padding: 10px 0;
	}
	#menu-header .menu-mobile li a {
		padding: 0 45px 0 20px;
		color: rgba(91, 91, 91, .9);
		font-weight: 500;
        min-height: 35px;
        margin-bottom: 5px;
        font-size: .95rem;
		letter-spacing: 0;
        display: flex;
        align-items: center;
        line-height: inherit;
	}
	#menu-header .menu-mobile li a:not(.toplink):not(.icon)::before {
		position: relative;
        font: var(--fa-font-sharp-solid);
        content: '\f054';
        font-size: .7rem;
        height: auto;
        margin-right: 8px;
        color: rgba(96, 125, 139, .7);
	}
	#menu-header .menu-mobile li a.toplink {
		background: rgba(96, 125, 139, .1);
        margin: 0 10px 10px;
        padding: 10px 55px 10px 10px;
        border-radius: 2px;
		text-transform: none;
        font-size: 1rem;
	}
	#menu-header .menu-mobile li a.toplink:after {
		position: absolute;
        font: var(--fa-font-sharp-solid);
        content: '\f054';
        right: 1.5rem;
        margin-right: unset;
        line-height: inherit;
		color: rgba(96, 125, 139, .7);
		top: 50%;
		transform: translateY(-50%);
	}
	#menu-header .menu-mobile .mm-bottom li a {
        margin-bottom: 10px;
		opacity: .9;
	}
	#menu-header .menu-mobile p.submenu_title {
		padding: 0 45px 0 20px;
        color: rgba(96, 125, 139, 1);
        font-weight: 600;
        display: block;
        line-height: 22px;
        margin: 20px 0 5px;
        text-transform: uppercase;
	}
	#menu-header li.separator {
		border-top: 1px solid rgba(96, 125, 139, .5);
		margin-top: 2rem;
		margin: 2rem 2.5rem 2rem 1.5rem;
	}
	#menu-header .menu-mobile li a.favoris {
		display: none;
		color: #2f9688;
        opacity: 1;
	}
	#menu-header .menu-mobile li a.favoris.active {
		display: block;
	}
	#menu-header .icon:before {
		font: var(--fa-font-sharp-solid);
		margin-right: 10px;
		content: "\f095";
		color: #607d8b;
	}
	#menu-header .tel:before {
		content: "\f095";
	}
	#menu-header .contact:before {
		content: "\f658";
	}
	#menu-header .search:before {
		content: "\f002";
	}
	#menu-header .connexion {
		margin-top: 20px;
	}
	#menu-header .connexion:before {
		content: "\f2bd";
	}
	#menu-header .favoris:before {
		content: "\f004";
        color: #2f9688;
	}
	#recherche-wrap.recherche-archives.active {
		top: 50px;
	}
	#wrap {
		padding-top: 50px;
	}
	#map_wrap {
		top: 50px;
    }
	#recherche-wrap.recherche-archives .recherche_pdt_immo {
		width: 100%;
		margin-right: 0;
	}
	.dispositif .item-dispositif {
		width: calc(33.33% - 14px);
	}
	.single-ressource .content {
		max-width: 100%;
	}
	.single-ressource .sommaire {
		margin-left: -65px;
	}
	.scroll-down .sommaireleft {
		top: 150px;
	}
	.programmes_interessants.pisressource {
		margin: 0 -30px;
	}
}
/* Small devices (landscape phones, 576px to 767px) */
@media (max-width: 940px) {
	#recherche-wrap.recherche-archives, .scroll-down #recherche-wrap.recherche-archives.active, .scroll-up #recherche-wrap.recherche-archives.active {
		top: -110px;
	}
	#recherche-wrap .recherche_pdt_immo {
		justify-content: center;
		height: 160px;
		gap: 20px;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	section#presentation_produit {
		margin-right: 0;
	}
	#presentation_produit .content {
		flex-direction: column;
		padding: 0 15px;
	}
	#presentation_produit .the_content {
		width: 100%;
	}
	#presentation_produit .auteur-pdt {
		margin-left:0;
	}
	#presentation_produit .infos {
		position: relative;
		top: 0;
	}
	.scroll-up #presentation_produit .infos {
		top:0;
	}
	#presentation_produit .infos_produit {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 35px 50px;
		margin: 10px auto 160px;
	}
	#presentation_produit .infos_produit::before {
		width: 0;
		height: 0;
	}
	#presentation_produit .points_forts {
		width: calc(100% - 40px);
        margin-left: 20px;
	}
	#presentation_produit .image_produit {
		bottom: 160px;
        right: 0;
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px);
        z-index: -1;
        height: 600px;
	}
	#presentation_produit .image_produit img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}}
/* Small devices (landscape phones, 576px to 767px) */
@media (max-width: 820px) {
	blockquote {
		margin: 1rem 2rem 2rem;
	}
	blockquote p, .site-content blockquote p {
		padding-right: 3rem;
	    padding-left: 3rem;
	}
	section#offres .offres {
		flex-direction: column!important;
	}
	.offres .titre, .offres.row-reverse .titre {
		width: 100%;
        margin: 0;
        padding: 0 10px;
		text-align: left;
	}
	.offres .contenu {
		width: 100%;
	}
	#map_wrap {
		right: 0;
        width: 90%;
		height: calc(100% - 30px);
        z-index: -1;
		background: #f6f2f1;
    }
	#map_wrap.active {
        z-index: 100;
    }
	.map_cache {
		z-index: -1;
		transition: z-index 0.15s;
	}
	.map_cache.active {
		position: absolute;
        top: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        z-index: 1001;
        cursor: pointer;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid rgba(96, 125, 139, .2);
	}
	.map_cache.active::before {
		content: '\f00d';
        font: var(--fa-font-sharp-regular);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.5em;
        font-weight: 300;
	}
	.titre-recherche {
		width: 100%;
	}
	h1.tax_pdts {
		width: 100%;
		padding-right: 0;
	}
	.map_voir {
		position: absolute;
        right: 15px;
        top: 50px;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        background: #fff;
        border: 1px solid #607D8B;
        cursor: pointer;
        border-radius: 2px;
	}
	.map_voir:hover, .map_voir.active {
		box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
	}
	.map_voir::before {
		content: '\f3c5';
        font: var(--fa-font-sharp-regular);
        font-size: 1.1em;
        margin-right: 7px;
        font-weight: 600;
		color: #607D8B;
	}
	.recherche_pdt_input_txt {
		max-width: 140px;
	}
	section#produit_header_wrap {
        padding: 20px 20px 60px;
	}
	#produit_title_wrap {
		flex: unset;
		padding-bottom: 20px;
	}	
	#produit_prix_wrap {
		flex: unset;
		padding-bottom: 20px;
	}
	#produit_tag_wrap {
		left: 20px;
	}
	#produit_contact_wrap {
		flex: unset;
		position: absolute;
		bottom: 20px;
		right: 20px;
		flex-direction: row;
		gap: 20px;
	}

	section#prix_produit .prix_wrap {
		padding: 1rem;
	}
	.af_item {
		width:100%;
	}
	.af_item .af_img {
		width: 30%;
	}
	.af_item .af_img .mask {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.af_item .af_img img {
		width: 100%;
		height: 100%;
	}
	.af_item .af_txt {
		position: relative;
		width: 70%;
		margin-right: 2rem;
		margin-left: 2rem;
	}
	.af_item:not(.in_content) .af_txt_button {
		flex-direction: column;
	}
	.af_item .af_txt_button span {
		text-align: center;
	}
	.af_item .af_button {
		position: absolute;
		bottom: 1.5em;
		width: 25%;
		height: auto;
		display: inline-flex	;
		margin-top: 0;
		align-items: flex-start;
	}
	.nous_rencontrer_wrap {
		flex-direction: column-reverse;
	}
	.nous_rencontrer_wrap .text {
		flex: unset;
        margin-right: 0;
		margin-top: 40px;
	}
	.nous_rencontrer_wrap .contact {
		flex-direction: row;
		gap: 50px;
	}
	.single-ressource .image {
		height: 321px;
	}    
	.single-ressource .content {
		max-width: 100%;
		margin: 0 0 4rem;
		padding: 3rem 0 0;
	}
	.single-ressource h1 {
		max-width: 100%;
	}
	.single-ressource h1::before {
		position: relative;
		display: inline-block;
		top: 0;
		left: 0;
		margin-right: 16px;
	}
	.single-ressource h2.sous_titre {
		max-width: 100%;
	}
	.single-ressource .chapo {
		max-width: 100%;
	}
	.single-ressource .sommaire {
		float: none;
		margin-left: 0;
        width: 100%;
	}
	.slide-ressources, .slide-produits {
		width: 100%;
        padding: 0;
	}
	.programmes_interessants.container, .programmes_interessants.pisressource, #ressources .container, #autres_produits .container {
		margin: 0 -15px;
        width: inherit;
        max-width: calc(100% + 30px);
	}
	.item-ressource, .slide-ressources .item-produit {
		width: calc((100% / 2) - 20px);
	}
	.single-dispositif section#top {
		margin: 30px 0 0;
		flex-direction: column;
	}
	.single-dispositif section#contenu {
		margin: 0 0 50px;
	}
	.single-dispositif .contenu {
		width: 100%;
		padding-right: 0;
	}
	.dispositif .item-dispositif {
		width: calc(50% - 10px);
	}
	.page-contact h1, .page-simulation h1 {
		margin: 2rem 0 0;
	}
	.page-contact h1::before, .page-simulation h1::before {
		position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        margin-right: 16px;
	}
	.page-contact .content, .page-simulation .content {
		flex-direction: column;
	}
	.page-contact .col-left, .page-simulation .col-left, .page-contact .col-right, .page-simulation .col-right {
		width: 100%;
		max-width: unset;
	}
	.page-contact .col-left .sstitre, .page-simulation .col-left .sstitre {
		padding: 0;
	}
	.page-contact .col-left, .page-simulation .col-left {
		margin-top: 0;
	}
	.page-contact .col-right, .page-simulation .col-right {
		margin-top: 0;
	}
	.page-contact .col-left .sscol {
		padding: 0 20px;
		flex-direction: row;
		gap: 40px;
	}
	.page-contact .col-left .sscol .txt {
		width: 50%;
	}
	.page-contact .content.txt, .page-simulation .content.txt {
		padding: 0;
	}
	.page-contact .a_propos, .page-simulation .a_propos {
		flex-direction: column;
		padding: 0;
	}
	.laune {
		flex-direction: column;
        gap: 1rem;
	}
	.slide-laune.guides {
		width: 100%;
	}
	.menu_laune {
		width: 100%;
	}
	.load-more, .page-taxonomy .load-more, .page-archives .load-more {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
	}
	#footer-main .col.col-1, #footer-main .col.col-2 {
		width: 33%;
	}
	#footer-main .scol-wrap {
		flex-direction: column;
		gap: 0rem;
		margin-bottom: 1rem;
	}
	.sommaireleft.visible {
		display: none;
	}
 }
@media (max-width: 768px) {
	#banner::before {
		opacity: 0;
	}
	#banner::after {
		background: unset;
	}
	#banner .banner-txt {
		width: 100%;
	}
	#banner .banner-txt h1, #banner .banner-txt h2, #banner .banner-txt p {
        background-color: rgba(91, 91, 91, .9);
        padding-left: 18px;
        padding-right: 18px;
    }
	#banner .banner-txt h1 {
		padding-top: 18px;
	}
}
@media (max-width: 680px) {
		#recherche-wrap .recherche_pdt_immo {
		justify-content: center;
		height: 280px;
	}
	.recherche_pdt_immo div.recherche_pdt_button {
        width: 300px;
    }
	.recherche_pdt_immo .tax_immo {
		width: 300px;
	}
	.recherche_pdt_option_wrap {
		width: 300px;
	}
	.recherche-archives .recherche_pdt_immo_close {
		position: absolute;
		top: 280px;
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.recherche-archives .recherche_pdt_immo_close span.close {
		width: 50px;
		height: 50px;
		background-color: #f9f9f9;
		border-radius: 0 0 25px 25px;
		cursor: pointer;
	}
	.recherche-archives .recherche_pdt_immo_close span::before {
		font: var(--fa-font-sharp-regular);
		content: "\00D7";
		font-size: 24px;
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
	}

}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
	html.fixe, .fixed {
		padding-right: 0;
	}
	html.fixe #header-top, .fixed #header-top {
		padding-right: 20px;
	}
	html.fixe #header-top::before, .fixed #header-top::before {
		width: 120px;
	}
	#map_wrap {
		width:100%;
	}
	blockquote {
		margin: 1rem 0 2rem;
	}
	#home-banner .banner-txt {
		top: 50px;
	}
	#edito .container {
		flex-direction: column;
	}
	#recherche-wrap {
		margin: 0px auto 20px auto;
	}
	#recherche-wrap.recherche-archives {
		top: -280px;
	}
	.scroll-down #recherche-wrap.recherche-archives.active, .scroll-up #recherche-wrap.recherche-archives.active {
		top: 50px;
	}
	.fixed #recherche-wrap.recherche-archives.active {
		padding-right: 0;
	}
	.recherche_pdt_input_txt {
		max-width: 220px;
	}
	.slide-produits .no-result {
		flex-direction: column;
	}
	.slide-produits .no-result .img, .slide-produits .no-result .text {
		width: 100%;
	}
	section#produit_header_wrap {
		flex-direction: column;
		padding: 20px;
		margin: 0px -15px 20px;
		gap: 0;
		z-index: 1;
	}
	.banner_produit_immobilier #banner_buttons {
        bottom: 20px;
    }
	#produit_title_wrap {
		position: absolute;
		top: -300px;
		background-color: rgba(91,91,91,.9);
		padding: 20px;
		width: calc(100% - 40px);
		transform: translateY(-50%);
	}
	#produit_title_wrap h1 {
        padding-bottom: 0;
    }
	#produit_title_wrap h1 span.loc {
		color: #f9f9f9;
	}
	#produit_title_wrap h1 span.titre {
		color: #ffce3a;
		line-height: unset;
	}
	#produit_prix_wrap {
		text-align: center;
	}
	#produit_contact_wrap {
        position: relative;
        bottom: 0;
        right: 0;
		padding: 10px 0 30px 0;
	}
	#produit_tag_wrap {
		position: relative;
        display: flex;
        bottom: unset;
        left: unset;
        gap: 10px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
	}
	#presentation_produit .content {
        padding: 0;
    }
	#presentation_produit .points_forts {
        width: 100%;
        margin-left: 0;
    }
	#presentation_produit .points_forts::before {
		bottom: -15px;
		left: -15px;
	}
	section#prix_produit .prix_wrap {
		padding: 1rem;
	}
	section#prix_produit .prix_wrap::before {
		top: -15px;
		left: -15px;
	}
	section#prix_produit .prix_wrap::after {
		right: -15px;
		bottom: 15px;
	}
	section#prix_produit .prix_box {
		padding: 1rem;
	}
	section#prix_produit .prix_wrap .logement-info {
		flex-direction: column;
	}
	section#prix_produit .prix_wrap .logement-info .prestations {
		position: relative;
	}
	.af_item, .af_item:nth-child(odd), .af_item:nth-child(even) {
		flex-direction: column;
		align-items: center;
	}
	.af_item.in_content .af_txt_button {
		flex-direction: column;
	}
	.af_item .af_img {
        width: 100%;
		margin-bottom: 30px;
    }
	.af_item .af_txt, .af_item.in_content .af_txt {
		width: 100%;
	}
	.af_item .af_button {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }
	.af_item .af_button a {
        width: 100%;
		text-align: center;
    }
	.af_item .af_txt_button {
		white-space: normal;
		text-align: center;
		align-items: unset;
	}
	.nous_rencontrer_wrap .contact {
		flex-direction: column;
		gap: 20px;
	}
	.single-ressource .content {
		max-width: 100%;
		margin: 0 0 4rem;
	}
	.single-ressource .header {
		flex-direction: column;
	}
	.single-ressource .sommaire {
		margin-top: 0;
		margin-right: 0;
	}
	.item-ressource, .item-produit, .slide-ressources .item-produit {
		width: 100%;
	}
	.dispositif .item-dispositif {
		width: 100%;
	}
	.dispositif .item-dispositif.titre {
		min-height: auto;
		padding: 0 0 30px;
	}
	.page-contact .col-left .sscol {
        flex-direction: column;
		gap: 20px;
    }
	.page-contact .col-left .sscol .txt {
        width: unset;
    }
	.modal, .pop {
		width: 100%;
		height: 100%;
	}
	.pop#pop_partager {
		width: auto;
		height: auto;
	}
	.modal .inner-modal, .pop .inner-pop {
		padding: 2em;
	}
	.pop .inner-pop iframe.mapcontact {
		max-width: calc(100vw - 4rem);
		height: calc(100vh - 4.4rem);
	}
	.pop .inner-pop .cfkpf {
		max-width: 100%;
	}
	.cfkpf .formtitle p {
		margin: 1em 0 1em;
	}
	.modal .close_modal {
		left: auto;
		right: 25px;
	}
	.page-simulation .etapes div span {
		font-size: .75rem;
	}
	.footer-main-wrap {
		gap: 2rem;
		flex-direction: column;
		padding-bottom: 20px;
	}
	#footer-main .col.col-1, #footer-main .col.col-2 {
        width: 100%;
    }
	.page-contact .col-right, .page-simulation .col-right {
		padding: 2rem;
	}
	.cfkpf .formline {
		margin: 0;
		gap: 0;
		flex-direction: column;
	}
	.cfkpf .field, .cfkpf .field-left, .cfkpf .field-right {
		margin-bottom: 26px;
	}
	
	.scrolltotop, html.fixe .scrolltotop, .fixed .scrolltotop {
		right: 0;
	}
	body.scrolled .scrolltotop, body.scrolled .scrolltotop:hover {
		bottom: -40px;
		opacity: 0;
	}
	body.scrolled.scroll-up .scrolltotop {
    	bottom: 0;
		opacity: 1;
	}
	.demandedinformation-wrap a.demandedinformations {
		clip-path: unset;
		line-height: 50px;
		padding: 0 5%;
		width: calc(105% - 70px - 50px);
        text-align: center;
		overflow: hidden;
        max-height: 50px;
	}
	.demandedinformation-wrap a, html.fixe .demandedinformation-wrap a, .fixed .demandedinformation-wrap a {
		right: 50px;
	}
	body.scrolled.scroll-up .demandedinformation-wrap a {
		bottom: 0;
		opacity: 1;
	}
	.demandedinformation-wrap a.tel {
		display: flex;
        left: 0;
        clip-path: unset;
        width: 70px;
        padding: 0;
        font-size: 0;
        color: transparent;
        align-items: center;
        box-shadow: unset;
	}
	.demandedinformation-wrap a.tel::before {
		font: var(--fa-font-sharp-solid);
        position: absolute;
        content: "\f095";
        color: #ffce3a;
        font-size: 1.8rem;
        padding: 15px;
        border-radius: 50%;
        background-color: #f9f9f9;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	}
	.searchform form {
		gap: 20px;
		flex-direction: column;
	}
	.item_equipe {
		width: 100%;
		max-width: 375px;
	}
}
@container (max-width: 400px) { /* .page-contact .col-right, .page-simulation .col-right */
	.cfkpf .formline {
		margin: 0;
		gap: 0;
		flex-direction: column;
	}
	.cfkpf .field, .cfkpf .field-left, .cfkpf .field-right {
		margin-bottom: 26px;
	}
	.page-simulation .etapes div span {
		font-size: .75rem;
	}
}
@media (max-width: 430px) { 
	.nous_rencontrer_wrap {
		padding: 10px 15px 30px;
	}
	.nous_rencontrer_wrap .image::before {
		right: -15px;
	}
	section#prix_produit .prix_wrap {
		padding: 0;
	}
	#presentation_produit .infos_produit {
		padding: 30px;
	}
}
@media (max-width: 320px) {
	#outer-wrap {
		overflow: hidden;
	}
}