@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Italic-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AllRoundGothic-Medium';
  src: url('../fonts/AllRoundGothic-Bold.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
/* Force mobile menu to be closed by default */
.mobile-menu-item{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif;
}
.mobile-menu-panel {transform: translateX(-100%)}
.mobile-menu-panel.active {
    transform: translateX(100%)!important ;
    width: 100%;
}
.mobile-menu-overlay {
  opacity: 0 ;
  pointer-events: none ;
}
.mobile-menu-overlay.active {
  opacity: 1 ;
  pointer-events: auto ;
}
.text-bold{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif;
}
.round-gh-medium {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.round-gh-bold{
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ibm{
    font-family: 'IBM Plex Sans', sans-serif;

}

/* ================================
   E-SENSE THEME COLORS & VARIABLES
   ================================ */
:root {
  /* Colors */
  --color-blanc: #FFFFFF;
  --color-bleu-sombre: #002F42;
  --color-bleu: #66C5E7;
  --color-impacts: #F6D570;
  --color-science: #3694EA;
  --color-transformation: #8DDC9D;
  --color-usages: #F48B74;
  
  /* Spacing */
  --gap-xs: 8px;
  --gap-s: 12px;
  --gap-m: 24px;
  --gap-l: 48px;
  --gap-xl: 80px;
  
  /* Font sizes */
  --text-h1: 80px;
  --text-h2: 48px;
  --text-h3: 32px;
  --text-p: 18px;
  --text-p-small: 14px;
  --text-surtitre: 16px; 
}
.gray{color: rgba(0, 47, 66, 0.70)}
.blue{color: #002F42}
.blue-lite-bold{color: #66C5E7}
.bg-blue-lite-bold{background: #66C5E7}

.bg-blue-lite-bold-opacity{background: rgba(102, 197, 231, 0.20)}

.bg-label-bis{background: rgba(255, 255, 255, 0.50)}
.images-slider{visibility: hidden}
.slick-initialized.slick-slider{visibility: visible}
/* Tailwind custom colors */
.bg-bleu-sombre { background-color: var(--color-bleu-sombre) !important; }
.text-bleu-sombre { color: var(--color-bleu-sombre) !important; }
.bg-bleu { background-color: var(--color-bleu) !important; }
.text-bleu { color: var(--color-bleu) !important; }
.bg-impacts { background-color: var(--color-impacts) !important; }
.text-impacts { color: var(--color-impacts) !important; }
.bg-science { background-color: var(--color-science) !important; }
.text-science { color: var(--color-science) !important; }
.bg-transformation { background-color: var(--color-transformation) !important; }
.text-transformation { color: var(--color-transformation) !important; }
.bg-usages { background-color: var(--color-usages) !important; }
.text-usages { color: var(--color-usages) !important; }
.bg-blue-lite{background: rgba(102, 197, 231, 0.20)}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Video lazy loading */
video.lazy {background: #f4f4f4}
/**
 * *Grid bootstrap
 *
 * ici on charge la grille bootstrap uniquement
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}mark{background:#ff0;color:#000}small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
img{border:0}svg:not(:root){overflow:hidden}
hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{margin:0}button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;
  box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}
  table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:black;background-color:#fff}button,input,select,textarea{font-family:inherit;line-height:inherit}a{text-decoration:none}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1200px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@-ms-viewport{width:device-width}

/**
 * *Reset css
 *
 * ici on annule toutes les modifications css effectué de base par les navigateurs
 */
html, body{
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */

body {line-height: 1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
  font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden
}
a{text-decoration: none}

/*tips*/


/*padding*/
.no-pad-left,.no-pad-left-ipad,.no-pad-left-mobile{padding-left: 0px}
.no-pad-right,.no-pad-right-ipad,.no-pad-right-mobile{padding-right: 0px}
.no-pad-top,.no-pad-top-ipad,.no-pad-top-mobile{padding-top: 0px}
.no-pad-bottom,.no-pad-bottom-ipad,.no-pad-bottom-mobile{padding-right: 0px}
.no-pad{padding: 0px}
/*margin*/
.no-marg-left,.no-marg-left-ipad,.no-marg-left-mobile{margin-left: 0px}
.no-marg-right,.no-marg-right-ipad,.no-marg-right-mobile{margin-right: 0px}
.no-marg-top,.no-marg-top-ipad,.no-marg-top-mobile{margin-top: 0px}
.no-marg-bottom,.no-marg-bottom-ipad,.no-marg-bottom-mobile{margin-right: 0px}
.no-marg{padding: 0px}

/*others tips*/
.display-none,
.display-ipad{display: none}
.display-block{display: block}
.d-flex{display: flex}
.clear{clear: both}
.text-center{text-align: center}
.text-right{text-align: right}
.text-left{text-align: left}
.float-right{float: right}
.float-left{float: left}
.no-decoration:hover,
.no-decoration{text-decoration: none}
.fixed{position: fixed}
.invisible {visibility: hidden}
.img-circle{border-radius: 50%}

.uppercase{text-transform: uppercase}
.capitalize {text-transform: capitalize}
.lowercase {text-transform: lowercase}
.hover-pointer:hover{cursor: pointer}
.img-responsive{max-width: 100%;}
@media screen and (max-width: 991px){
	.display-ipad{display: block}
	.hide-ipad{display: none}
}
@media screen and (max-width: 767px){
	.display-mobile{display: block}
  .hide-mobile{display: none!important}
}

/*animation*/
.hover-shadow {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    z-index: 9999;
}
.hover-shadow:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.hover-shadow:hover:before {
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.tab{
    font-family: 'AllRoundGothic-Medium';
    font-size: 16px;
    font-weight: 600;
}
.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}
input:invalid{animation: shake 300ms}
@keyframes shake {
	25%{transform: translatex(4px)}
	50%{transform: translatex(4px)}
	75%{transform: translatex(4px)}
}
/*Global components*/
.scrollTop{
	width: 40px;
	height: 40px;
	background: white;
	position: fixed;
	bottom: 200px;
	right: 50px;
	border-radius: 5px;
	box-shadow: 1px 0px 14px #bfbfbf;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: -999999;
	transition: 0.6s;
}
.scrollTop.active{
	opacity: 1;
	z-index: 99;
}
.scrollTop svg{width: 20px}
.message{
	clear: both;
	width: 100%;
	padding: 15px 30px;
	border-radius: 15px;
	font-size: 17px;
}
.message:after{
	display: inline-block;
	content: "\00d7"; /* This will render the 'X' */
	float: right;
  font-size: 20px;
}
.message:hover{cursor: pointer}
.message.error{
	background: #fde8e8;
	color: #cf2e2e;
}
.message.success{
	background: #def7ec;
	color: #00d084;
}
.message.info{
	background: #f3f4f6;
	color: #545454;
}
.message.info svg{
	width: 20px;
	top: 3px;
	position: relative;
	margin-right: 5px;
}
table{
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}
table thead tr {
	background-color: #009879;
	color: #ffffff;
	text-align: left;
}
table th,
table td{padding: 12px 15px}
table tbody tr {border-bottom: 1px solid #dddddd}
table tbody tr:nth-of-type(even) {background-color: #efefef}

/* table tbody tr:last-of-type {border-bottom: 2px solid #009879} */
table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
.animate-spin{
	fill: #1c64f2;
	width: 35px;
	-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;
	--tw-text-opacity: 1;
	color: rgb(229 231 235/var(--tw-text-opacity));
}
@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}

input{
    font-family: 'IBM Plex Sans', sans-serif;
  color: var(--color-bleu-sombre);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

}
input::-webkit-input-placeholder{

  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(0, 47, 66, 0.15);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

}
input::-moz-placeholder{
  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(0, 47, 66, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
input:-ms-input-placeholder{
  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(0, 47, 66, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
input:-moz-placeholder{
  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(0, 47, 66, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1100px){
	.container{width: 1088px}
}
@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
    width: 1200px;
    padding: 0;
  }
}
/* ================================
   E-SENSE SPECIFIC STYLES
   ================================ */

/* Sidebar Navigation - Fixed visible */
.sidebar-nav {
  box-shadow: 2px 0 10px rgba(0,0,0,0.05);
  scrollbar-width: none; /* Firefox */
}
.sidebar-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

/* Drawer Thèses — masquer scrollbar */
.these-drawer {
  scrollbar-width: none; /* Firefox */
}
.these-drawer.is-closed {
  transform: translateX(calc(100% + 60px)) !important;
}
.these-drawer.is-open {
  transform: translateX(0) !important;
}
.these-drawer::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
/* Submenu Panels */
.submenu-panel {
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  background-color: #fffffff0;
}
.submenu-panel.active {
  pointer-events: auto;
  opacity: 1;
  transform: translatex(400px);
}
.submenu-panel.submenu-open {transform: translateX(0) !important}
.sidebar-item:hover img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(52%) saturate(450%) hue-rotate(152deg) brightness(95%) contrast(89%);
}
.submenu-item:hover {background-color: rgba(102, 197, 231, 0.20)}
/* Images slider - Fix height issue */
.images-slider {height: 711px}
.images-slider .slick-track {
  display: flex;
  align-items: center;
}
.images-slider .slick-slide {
  height: 711px;
  width: 1150px ;
  margin-right: 18px;
  padding: 0px;
}
.images-slider .slick-slide > div {
  height: 100%;
  border-radius: 22px;
}
.images-slider .slick-list {
  margin: 0 -12px;
  height: 711px;
}
.item-event {width: calc(33.333333333333336% - 16px)}
.item-thema {
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: inset 0 -2px 0 transparent;
}
.item-eco {
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  box-shadow: inset 0 -2px 0 transparent;
}
/* Effet hover bordure interne */
.item-eco-1:hover { box-shadow: inset 0 -12px 0 #F6D570; }
.item-eco-2:hover { box-shadow: inset 0 -12px 0 #3694EA; }
.item-eco-3:hover { box-shadow: inset 0 -12px 0 #8DDC9D; }
.item-eco-4:hover { box-shadow: inset 0 -12px 0 #F48B74; }

/* Animation contenu */
.item-eco .medium-title,
.item-eco .text {
  transition: transform 0.3s ease;
}
.item-eco:hover .medium-title,
.item-eco:hover .text {
  transform: translateY(-5px);
}
.slick-disabled{opacity: 0;}


/* ============================================
   Témoignages Slider
   ============================================ */
.bloc-temoignages-slider .slick-list {
  overflow: hidden;
}
.bloc-temoignages-slider .slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.bloc-temoignages-slider .temoignages-slider.is-single .slick-track {
  margin: 0 !important;
}
/* Barre de lecture custom (vidéo sans texte) */
.temoignage-controls {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.temoignage-controls.is-visible {
  display: flex;
}
.temoignage-controls .tc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
}
.temoignage-controls .tc-btn:hover,
.temoignage-controls .tc-btn:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.temoignage-controls .tc-btn:focus-visible {
  box-shadow: 0 0 0 2px #fff;
}
.temoignage-controls .tc-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}
.temoignage-controls .tc-icon-play,
.temoignage-controls .tc-icon-muted {
  display: none;
}
.temoignage-controls.is-paused .tc-icon-pause {
  display: none;
}
.temoignage-controls.is-paused .tc-icon-play {
  display: block;
}
.temoignage-controls.is-muted .tc-icon-volume {
  display: none;
}
.temoignage-controls.is-muted .tc-icon-muted {
  display: block;
}
.temoignage-controls .tc-time {
  font-variant-numeric: tabular-nums;
  min-width: 34px;
  text-align: center;
  flex-shrink: 0;
  color: #fff;
}
.temoignage-controls .tc-progress {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.temoignage-controls .tc-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  cursor: pointer;
}
.temoignage-controls .tc-progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  cursor: pointer;
}
.temoignage-controls .tc-progress:focus-visible {
  box-shadow: 0 0 0 2px #fff;
}
/* Masquage du contenu texte pendant la lecture (revient avec l'overlay au pause) */
.temoignage-card .temoignage-content,
.temoignage-card .temoignage-mobile-text {
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.temoignage-card.is-playing .temoignage-content,
.temoignage-card.is-playing .temoignage-mobile-text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bloc-temoignages-slider .slick-slide {
  float: none !important;
  flex-shrink: 0;
}
.bloc-temoignages-slider .slick-slide > div {
  height: 100%;
}
.temoignage-card {
  min-height: 500px;
  height: 500px;
}
.temoignage-overlay {
    background: linear-gradient(0deg, rgba(0, 47, 66, 0.50) 0%, rgba(0, 47, 66, 0.50) 100%);
}
.temoignage-video:not(.playing) {
  filter: blur(7px);
}
.temoignage-play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.temoignage-play-btn:hover {
  transform: translate(-50%, -56%) scale(1.04);
}
.temoignage-play-icon {
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}
.temoignage-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .temoignage-card {
    min-height: 710px;
    height: 710px;
  }
  .temoignage-content {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .temoignage-card {
    min-height: 500px;
    height: 500px;
  }
  .temoignage-play-btn {
    transform: translate(-50%, -76%);
  }
  .temoignage-play-btn:hover {
    transform: translate(-50%, -76%) scale(1.04);
  }
}
/* Blocs compétences - couleurs par difficulté */
.bloc-competence-card {position: relative}
.bloc-competence-card.item-green {
  border-left-color: #619B88;
  border: 1px solid #619B88;
  border-left: 11px solid #619B88;
}
.bloc-competence-card.item-blue {
  border-left-color: #2D78BD;
  border: 1px solid #2D78BD;
  border-left: 11px solid #2D78BD;
}
.bloc-competence-card.item-orange {
  border-left-color: #D1664E;
  border: 1px solid   #D1664E;
  border-left: 11px solid #D1664E;
}
.competence-cta:hover svg {transform: translateX(3px)}
/* Drawer Objectifs */
.competence-drawer {transform: translateX(100%)}
.competence-drawer.is-open {transform: translateX(0)}
/* Responsive adjustments */
@media (max-width: 1800px) {
  .images-slider .slick-slide {width: 1100px}
}
@media (max-width: 1700px) {
  .images-slider .slick-slide {width: 1050px}
}
@media (max-width: 1600px) {
  .images-slider .slick-slide {width: 1000px}
}
@media (max-width: 1024px) {
  :root {
    --text-h1: 48px;
    --text-h2: 36px;
    --text-h3: 24px;
  }
  .article-list-item:hover .thumbnail-reveal {width: 120px}
  .article-list-item:hover .article-content {padding-left: 140px}
  .images-slider,
  .images-slider .slick-slide,
  .images-slider .slick-list {
    height: 490px;
  }
  .slider-mobile-evenements .item-event {margin-right: 15px}
  .text-date {font-size: 20px}
}
@media (max-width: 768px) {
  .medium-title{font-size: 24px}
  .big-title {
        font-size: 32px;
        line-height: normal;
  }
  .item-eco {min-height: auto}
  :root {
    --text-h1: 36px;
    --text-h2: 28px;
    --text-h3: 20px;
  }
  .article-list-item .thumbnail-reveal,
  .article-list-item:hover .thumbnail-reveal {
    width: 0 !important;
  }
  .article-list-item .article-content,
  .article-list-item:hover .article-content {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .images-slider,
  .images-slider .slick-slide,
  .images-slider .slick-list {
    height: 390px;
  }
  .images-slider .slick-list {margin: 0px}
  .images-slider-prev, .images-slider-next {display: none}
  .item-eco {margin-right: 18px}
}
/* ============================================
   Mobile Menu Panels
   ============================================ */
.mobile-menu-panel,
.mobile-sub-panel {
  box-shadow: -6px 0 30px rgba(0, 47, 66, 0.12);
  transform: translateX(100%) !important;
  transition: transform 0.3s ease-out, visibility 0s 0.3s;
  visibility: hidden;
}
.mobile-menu-panel.is-open,
.mobile-sub-panel.is-open {
  transform: translateX(0) !important;
  transition: transform 0.3s ease-out, visibility 0s 0s;
  visibility: visible;
}
.mob-menu-item {
  text-align: left;
}
footer{
  overflow: hidden;
}
.shape-footer{
    width: 400px;
    right: -121px;
    bottom: -141px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(17%) saturate(1837%) hue-rotate(152deg) brightness(92%) contrast(94%);

}

/* ============================================
   Archives — Articles & Événements
   ============================================ */
.archive-card {
  border: 1px solid rgba(0, 47, 66, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.archive-card:hover {
  border-color: rgba(102, 197, 231, 0.35);
}
.archive-pagination .archive-page-link a,
.archive-pagination .archive-page-link > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-bleu-sombre);
  border: 1px solid rgba(0, 47, 66, 0.15);
  transition: all 0.2s ease;
}
.archive-pagination .archive-page-link a:hover {
  background: var(--color-bleu-sombre);
  color: #fff;
  border-color: var(--color-bleu-sombre);
}
.archive-pagination .archive-page-link > span.current {
  background: var(--color-bleu-sombre);
  color: #fff;
  border-color: var(--color-bleu-sombre);
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ============================================
   CF7 — Formulaire de Contact
   ============================================ */
.cf7-contact-wrapper .wpcf7 {
  width: 100%;
}


/* Colonne gauche : tous les champs sauf message et submit */
.cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="nom"],
.cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="prenom"],
.cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="adresse_mail"],
.cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="telephone"],
.cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="entreprise"] {
  grid-column: 1;
  display: block;
  margin-bottom: 10px;
}
/* Colonne droite : message */
.cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="message"] {
  grid-column: 2;
  grid-row: 1 / 6;
  display: block;
}
/* Labels de section */
/* Pseudo label MESSAGE via wrapper */
/* .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="message"]::before {
  content: 'MESSAGE';
  display: block;
     font-family: "all-round-gothic", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
  color: var(--color-bleu-sombre);
} */


.candidature-input{
  border: 1px solid rgba(0, 47, 66, 0.75);
}
/* Inputs communs */
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-text,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-email,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-tel {
  width: 100%;
  border: 1px solid rgba(0, 47, 66, 0.75);

  border-radius: 8px;
  padding: 15px 16px;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--color-bleu-sombre);
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-text::placeholder,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-email::placeholder,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-tel::placeholder {
  color: #A0B4C0;
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-text:focus,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-email:focus,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-tel:focus {
  border-color: #66C5E7;
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-text:focus-visible,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-email:focus-visible,
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-tel:focus-visible {
  box-shadow: 0 0 0 3px rgba(102, 197, 231, 0.4);
}
/* Textarea message */
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  min-height: 290px;
  border: 1px solid rgba(0, 47, 66, 0.75);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--color-bleu-sombre);
  background: #fff;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #A0B4C0;
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #66C5E7;
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-textarea:focus-visible {
  box-shadow: 0 0 0 3px rgba(102, 197, 231, 0.4);
}
/* Bouton submit */
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  background-color: var(--color-bleu-sombre);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif;
  cursor: pointer;
  margin-top: 16px;
  transition: opacity 0.2s;
  width: auto;
  -webkit-appearance: none;
  appearance: none;
  width: fit-content
}
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.85;
}
/* Submit + spinner : wrapper implicite — on les positionne en col 1 */
.cf7-contact-wrapper .wpcf7-form-control.wpcf7-submit,
.cf7-contact-wrapper .wpcf7-spinner {
  grid-column: 1;
}
/* Spinner */
.cf7-contact-wrapper .wpcf7-spinner {
  margin-left: 8px;
  vertical-align: middle;
}
/* Messages de réponse */
.cf7-contact-wrapper .wpcf7-response-output {
  grid-column: 1 / -1;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  border: none;
}
.cf7-contact-wrapper .wpcf7-form.sent .wpcf7-response-output {
  background: #EBF6F3;
  color: #619B88;
}
.cf7-contact-wrapper .wpcf7-form.failed .wpcf7-response-output,
.cf7-contact-wrapper .wpcf7-form.invalid .wpcf7-response-output,
.cf7-contact-wrapper .wpcf7-form.spam .wpcf7-response-output {
  background: #F9EFED;
  color: #9E3B24;
}
/* Erreurs de validation inline */
.cf7-contact-wrapper .wpcf7-not-valid {
  border-color: #D1664E !important;
}
.cf7-contact-wrapper .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #9E3B24;
  margin-top: 4px;
  display: block;
}
/* Champs cachés CF7 */
.cf7-contact-wrapper .hidden-fields-container {display: none}
.thematique-transformation-durable .numero{color: #619B88} 
.thematique-science-du-stockage .numero{color: #2D78BD}
.thematique-usages-courants-et-nouveaux .numero{color: #F48B74} 
.thematique-impacts-territoriaux .numero{color: #D5AE38}
.thematique-sustainable-transformation .numero{color: #619B88}
.thematique-storage-science .numero{color: #2D78BD}
.thematique-usages-courants-et-nouveaux-en .numero{color: #F48B74}
.thematique-territorial-impacts .numero{color: #D5AE38}
.thematique-tab.impacts-territoriaux.active{border-bottom: 3px solid #D5AE38}
.thematique-tab.usages-courants-et-nouveaux.active{border-bottom: 3px solid #F48B74}
.thematique-tab.science-du-stockage.active{border-bottom: 3px solid #2D78BD}
.thematique-tab.transformation-durable.active {border-bottom: 3px solid #619B88}
.thematique-tab.territorial-impacts.active{border-bottom: 3px solid #D5AE38}
.thematique-tab.usages-courants-et-nouveaux-en.active{border-bottom: 3px solid #F48B74}
.thematique-tab.storage-science.active{border-bottom: 3px solid #2D78BD}
.thematique-tab.sustainable-transformation.active{border-bottom: 3px solid #619B88}

.thematique-transformation-durable section:not(.bloc-liste-numerotee) h3{color: #619B88} 
.thematique-science-du-stockage section:not(.bloc-liste-numerotee) h3{color: #2D78BD}
.thematique-usages-courants-et-nouveaux section:not(.bloc-liste-numerotee) h3{color: #F48B74} 
.thematique-impacts-territoriaux section:not(.bloc-liste-numerotee) h3{color: #D5AE38}
.thematique-sustainable-transformation section:not(.bloc-liste-numerotee) h3{color: #619B88}
.thematique-storage-science section:not(.bloc-liste-numerotee) h3{color: #2D78BD}
.thematique-usages-courants-et-nouveaux-en section:not(.bloc-liste-numerotee) h3{color: #F48B74}
.thematique-territorial-impacts section:not(.bloc-liste-numerotee) h3{color: #D5AE38}

.bread {
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .bloc-chiffres-cles .medium-title{font-size: 18px}
  .shape-footer{display: none}

}
.candidature-submit{
    text-align: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 48px;
    font-size: 16px;
  font-family: 'AllRoundGothic-Medium';

}  body .text-big-m{font-size: 20px}
@media (min-width: 1024px) {

.br-desktop{
  display: block;
}
}
/* Mobile : une colonne */

@media (max-width: 767px) {
  .slider-thematiques.one-item .slick-track{margin: 0px}
  .slider-theses.one-item .slick-track{margin: 0px}
  .cf7-contact-wrapper .wpcf7-form-control.wpcf7-submit,
  .candidature-submit{
  width: 100%;
  }
    /* Fix slider-candidature on mobile */

  .slider-candidature.slick-initialized {display: block !important}
  .slider-candidature .slick-track {display: flex !important}
  .slider-candidature .slick-slide {
    float: none !important;
    flex-shrink: 0;
  }
  .medium-title {font-size: 22px}
  .text{font-size:14px;}

  .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="nom"],
  .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="prenom"],
  .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="adresse_mail"],
  .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="telephone"],
  .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="entreprise"] {
    grid-column: 1;
  }
  .cf7-contact-wrapper .wpcf7-form-control-wrap[data-name="message"] {
    grid-column: 1;
    grid-row: auto;
    margin-top: 10px;
  }
  .cf7-contact-wrapper .wpcf7-form-control.wpcf7-textarea {min-height: 180px}
  .bloc-chiffres-cles .text {font-size: 13px}
}

.prose ul {
  list-style: none;
  padding-left: 0;
}
.prose  p{
  margin-bottom: 12px
}
.prose ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 10Px;
}
.prose ul li::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 11px;
  background-image: url('../img/svg/arrow-li.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* ============================================
   Floating Labels - Formulaires
   ============================================ */
.floating-label-group {
  position: relative;
  width: 100%;
}

.floating-label-group input,
.floating-label-group textarea {
  width: 100%;
  border: 1px solid rgba(0, 47, 66, 0.75);
  border-radius: 6px;
  padding: 18px 14px 8px 14px;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--color-bleu-sombre);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
}

.floating-label-group input:focus,
.floating-label-group textarea:focus {
  border-color: #66C5E7;
}
.floating-label-group input:focus-visible,
.floating-label-group textarea:focus-visible {
  box-shadow: 0 0 0 3px rgba(102, 197, 231, 0.4);
}

.floating-label-group label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(0, 47, 66, 0.8);
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
  padding: 0 4px;
}

/* Label pour textarea - positionné en haut */
.floating-label-group textarea + label {
  top: 18px;
  transform: translateY(0);
}

/* État actif : focus ou champ rempli */
.floating-label-group input:focus + label,
.floating-label-group input.has-value + label,
.floating-label-group input:not(:placeholder-shown) + label {
  top: 6px;
  transform: translateY(0);
  font-size: 11px;
  color: var(--color-bleu-sombre);
  background: #fff;
}

.floating-label-group textarea:focus + label,
.floating-label-group textarea.has-value + label,
.floating-label-group textarea:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 11px;
  color: var(--color-bleu-sombre);
  background: #fff;
}

/* Hauteurs responsive */
.floating-label-group input {
  height: 50px;
}

@media (max-width: 767px) {
  .floating-label-group input {
    height: 42px;
    padding: 16px 14px 6px 14px;
  }
  
  .floating-label-group label {
    font-size: 13px;
  }
  
  .floating-label-group input:focus + label,
  .floating-label-group input.has-value + label,
  .floating-label-group input:not(:placeholder-shown) + label {
    top: 4px;
    font-size: 10px;
  }
}

/* ============================================
   A11y — Focus visible au clavier uniquement (RGAA 10.7)
   Affiche un outline seulement quand le navigateur détecte une
   interaction clavier (Tab / flèches), jamais au clic souris/tactile.
   ============================================ */
:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
:focus-visible {
  outline: 2px solid var(--color-bleu-sombre);
  outline-offset: 2px;
  border-radius: 4px;
}
/* Skip-link : conserve son style visuel dédié lorsqu'il apparaît au focus */
.skip-link:focus-visible {
  outline-offset: 0;
}
/* Espaceurs responsives (hauteurs via CSS custom properties injectées en inline style) */
@media screen and (max-width: 991px) {
  .espaceur[style*="--esp-ipad"] { height: var(--esp-ipad) !important; }
}
@media screen and (max-width: 767px) {
  .espaceur[style*="--esp-mobile"] { height: var(--esp-mobile) !important; }
}
