@charset "UTF-8";

:root {
	--color-black: 0,0,0;
	--color-blue: 0,51,84;
	--color-dark-blue: 0,12,41;
	--color-green: 0,118,104;
	--color-grey-31: 80,80,80;
	--color-grey-94: 240,240,240;
	--color-white: 255,255,255;
}

html {
	height: 100%;
	font-family: 'Barlow', sans-serif;
}

body {
	width: 100%;
	height: 100%;
    background: rgb(var(--color-blue));
	overflow-y: scroll;
}

body.noscroll {
	overflow: hidden;
}

body.loading:after {
    content: "";
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgb(var(--color-blue)) url("../images/logo-carpell-surfaces.svg") center center no-repeat;
    background-size: clamp(200px, (400 / 1920) * 100vw, 400px) auto;
    pointer-events: none;
    z-index: 10000;
}

body.loading.loaded:after {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 0.4s 0.8s linear, transform 1s 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

.notransition {
	transition: none !important;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

img, iframe, video {
	display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, button, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

button {
	background: none;
	border-radius: 0;
	cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

*:focus {
    outline: 0;
}


/*************************************
	Header
 *************************************/


/*header .ticker {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 35px;
	background-color: rgb(var(--color-gold));
    background-image: linear-gradient(rgba(var(--color-white), 0), rgba(var(--color-white), 0.1));
    color: rgb(var(--color-white));
	font-weight: 400;
	font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 12px;
}*/

header {
    display: block;
    position: absolute;
	width: 100%;
    top: 0;
	background-image: linear-gradient(rgba(var(--color-blue),0.85), rgba(var(--color-blue),0));
	margin: 0;
    padding: 0;
    transition: background-color 0.4s linear;
    z-index: 200;
}

body.top header {
    position: fixed;    
}

header.fixed {
    position: fixed;
	transition: background-color 0.4s 0.6s linear, transform 0.6s;
}

header.hide {
	transform: translateY(-100%);
}

header nav {
    max-width: 1920px;
    margin: 0 auto;
	padding: 20px min(40px, (40 / 1920) * 100vw) 20px min(110px, (110 / 1920) * 100vw);
}

header nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	position: relative;
    column-gap: 0.714em;
	min-height: 0vh;
	font-size: clamp(14px, (21 / 1920) * 100vw, 21px);
	padding-top: 35px;
}

header nav ul li {
	min-height: 0vh;
	position: relative;
	color: rgb(var(--color-white));
	font-weight: 600;
	font-size: inherit;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.4s linear;
}

header nav ul li a {
	position: relative;
}

/*header nav ul li:not(.home):not(.contact) a:after {*/
header nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
	bottom: calc(-0.381em - 6px);
    background: rgb(var(--color-white));
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

header nav ul li:not(.home):not(.contact):hover a:after,
/*header nav ul li:not(.home):not(.contact) a.active:after {*/
header nav ul li:not(.home):not(.contact).current_page_item a:after {
    transform: scaleX(1);
}

header nav ul li + li:not(.contact) {
	padding-top: 1.381em;
}

header nav ul li:not(.home) + li:not(.contact):before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 0.714em;
	background: rgb(var(--color-white));
	vertical-align: baseline;
	margin-right: 0.714em;
}

header nav ul li.home {
	flex-grow: 1;
}

header nav ul li.wpml-ls-menu-item a {
	display: inline;
}

/*header nav ul li.home img {
	width: auto;
	height: clamp(51px, (77 / 1920) * 100vw, 77px);
}*/

header nav ul li.home,
header nav ul li.home a {
	display: block;
	width: clamp(198px, (299 / 1920) * 100vw, 299px);
	height: clamp(51px, (77 / 1920) * 100vw, 77px);
    font-size: 0;
}

header nav ul li.home {
    background: url("../images/logo-carpell-surfaces.svg") left top no-repeat;
    background-size: auto 100%;
}

header.invert nav ul li.home {
    background-image: url("../images/logo-carpell-surfaces-invert.svg");
}

header nav ul li.contact {
	position: absolute;
	right: 0;
	top: 0;
	border: solid 1px rgb(var(--color-white));
	font-size: clamp(12px, (18 / 1920) * 100vw, 18px);
	letter-spacing: 0.03em;
	padding: 0.7222em 1.4444em;
}

header nav ul li.contact:hover {
    background: rgb(var(--color-white));
    color: rgb(var(--color-blue));
	transition: background-color 0.4s linear, color 0.4s linear;
}

header.invert {
	background: rgb(var(--color-white));
}

header.invert.fixed {
	background: rgba(var(--color-white),0.75);
}

header.invert nav ul li {
	color: rgb(var(--color-dark-blue));
}

header.invert nav ul li:not(.contact) a:after {
    background: rgb(var(--color-dark-blue));
}

header.invert nav ul li:not(.home) + li:not(.contact):before {
	background: rgb(var(--color-dark-blue));
}

header.invert nav ul li.contact {
	border: solid 1px rgb(var(--color-dark-blue));
}

header.invert nav ul li.contact:hover {
    background: rgb(var(--color-dark-blue));
    color: rgb(var(--color-white));
}



/*************************************
	Sections
 *************************************/


.container {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

/*.page {*/
main {
	flex: 1 0 auto;
	display: block;
	position: relative;
    /*overflow: hidden;*/
}

section {
    display: block;
    position: relative;
    color: rgb(var(--color-black));
}

section:not(.header) {
	background: rgba(var(--color-white),0.92);
}

body.no-transparency section:not(.header) {
	background: rgba(var(--color-white),1);
}

section:not(.full) > div {
	display: flex;
	flex-direction: column;
	row-gap: min(110px, (110 / 1920) * 100vw);
    max-width: 1920px;
    margin: 0 auto;
}

section:not(.full) > div,
.inner-padding {
	padding: min(110px, (110 / 1920) * 100vw) min(220px, (220 / 1920) * 100vw);
}

section h2 {
	min-height: 0vh;
    color: rgb(var(--color-blue));
	font-weight: 700;
	/*font-size: clamp(32px, (60 / 1920) * 100vw, 60px);*/
	font-size: clamp(28px, (54 / 1920) * 100vw, 54px);
	letter-spacing: 0.005em;
	/*line-height: 1.3em;*/
	line-height: 1em;
	text-transform: uppercase;
}

section h2.small {
	/*font-size: 0.8em;
	line-height: 1.3em;*/
	font-size: clamp(24px, (48 / 1920) * 100vw, 48px);
}

section h2 > span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

section h2 > span > span {
    display: inline-block;
    transform: translateY(100%);
}

section h2.show > span {
}

section h2.show > span > span {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
    /*transition-delay: 0 !important;*/
	transition-delay: var(--transition-delay);
}

section h3 {
	min-height: 0vh;
	font-weight: 700;
	font-size: clamp(27px, (33 / 1920) * 100vw, 33px);
	letter-spacing: 0.03em;
	/*line-height: 0.9167em;*/
	line-height: 1.2em;;
	text-transform: uppercase;
	opacity: 0;
	transform: scale(0.95);
}

section h3.show,
section.header div.text h3.show {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.4s 0.4s linear, transform 0.8s 0.4s cubic-bezier(0.25,0.25,0.25,1);
    transition-delay: var(--transition-delay);
}

section h4,
section.nouvelles-list article h1,
section.nouvelle-single article h1 {
	min-height: 0vh;
	font-weight: 700;
	font-size: clamp(18px, (22 / 1920) * 100vw, 22px);
	letter-spacing: 0.03em;
	line-height: 1.5em;
	text-transform: uppercase;
}

section h4 {
	opacity: 0;
}

section h4.show {
	opacity: 1;
	transition: opacity 0.4s 0.4s linear;
    transition-delay: var(--transition-delay);
}

section h3 + h4 {
	margin-top: 1.5em;
}

section:not(.header) p,
section ul.unordered-list {
	min-height: 0vh;
	font-size: clamp(16px, (18 / 1920) * 100vw, 18px);
	letter-spacing: 0.03em;
	line-height: 1.5em;
	opacity: 0;
}

section p.show,
section ul.unordered-list.show {
	opacity: 1;
	transition: opacity 0.4s 0.4s linear;
    transition-delay: var(--transition-delay);
}

section * + p {
	margin-top: 1.5em;
}

section p img {
    display: inline-block;
    vertical-align: middle;
}

section p img + img {
    margin-left: 2em;
}

section q {
    min-height: 0vh;
    font-weight: 500;
    font-style: italic;
	font-size: clamp(30px, (38 / 1920) * 100vw, 38px);
	letter-spacing: 0.03em;
	line-height: 1.5em;
}

section q:lang('fr'):before {
    content: "«";
    margin-right: 0.5em;
}

section q:lang('fr'):after {
    content: "»";
    margin-left: 0.5em;
}

section.bckg-blue {
	background: rgba(var(--color-blue),0.92);
}

body.no-transparency section.bckg-blue {
	background: rgba(var(--color-blue),1);
}

.bckg-dark-blue,
section.bckg-dark-blue {
	background: rgba(var(--color-dark-blue),0.92);
	color: rgb(var(--color-white));
}

body.no-transparency .bckg-dark-blue,
body.no-transparency section.bckg-dark-blue {
	background: rgba(var(--color-dark-blue),1);
	color: rgb(var(--color-white));
}

section.bckg-green {
	background: rgba(var(--color-green),0.92);
}

body.no-transparency section.bckg-green {
	background: rgba(var(--color-green),1);
}

section.bckg-green,
section.bckg-green h2 {
	color: rgb(var(--color-white));
}

section.bckg-grey {
	background: rgba(var(--color-grey-94),0.92);
	color: rgb(var(--color-blue));
}

body.no-transparency section.bckg-grey {
	background: rgba(var(--color-grey-94),1);
}

section.bckg-piste-course,
body.no-transparency section.bckg-piste-course {
	/*background: rgb(var(--color-white)) url("../images/bckg-piste-course.svg") center bottom no-repeat;
	background-size: auto 100%;
	padding-bottom: calc(35% - ((220 / 1920) * 100vw));*/
    /*background-image: 
        linear-gradient(rgba(var(--color-white),1) 50%, rgb(var(--color-white),0)),
        url("../images/bckg-piste-course.svg");
    background-position: 
        center top,
        center bottom;
    background-repeat: no-repeat;
    background-size: 
        100% calc(100% - ((768 / 1920) * 100vw)),
        min(1920px, 100vw) auto;
	padding-bottom: calc((265 / 1920) * 100vw);*/
	background-color: rgb(var(--color-white));
    background-image: url("../images/bckg-piste-course.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: min(1920px, 100vw) auto;
	padding-bottom: calc((265 / 1920) * 100vw);
}

section.bckg-piste-course.a-propos > div > div > p {
	width: max(800px, 50vw);
    background: rgba(var(--color-white),0.75);
    box-shadow: 0 0 15px 15px rgba(var(--color-white),0.75);
}

.bckg-overflow {
	/*background: url('images/bckg-ecoresponsable.jpg') center center no-repeat;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: max(-110px, (-110 / 1920) * 100vw) max(-55px, (-55 / 1920) * 100vw) max(-110px, (-110 / 1920) * 100vw) max(-220px, (-220 / 1920) * 100vw);
	padding: min(110px, (110 / 1920) * 100vw) min(55px, (55 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw) min(220px, (220 / 1920) * 100vw);
}

.bckg-center {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: max(-110px, (-110 / 1920) * 100vw) max(-55px, (-55 / 1920) * 100vw) max(-110px, (-110 / 1920) * 100vw) max(-220px, (-220 / 1920) * 100vw);
	padding: min(110px, (110 / 1920) * 100vw) min(55px, (55 / 1920) * 100vw);
}
/*
<div style="grid-column: 1 / span 4; display: block; position: absolute; width: min(100% + 220px + 55px, 100% + (((220 + 55) / 1920) * 100vw)); height: 100%; background: rgb(var(--color-dark-blue)); margin-left: max(-220px, (-220 / 1920) * 100vw);"></div>
      <div class="text-align-center" style="grid-column: 1 / span 4; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: min(55px, (55 / 1920) * 100vw); color: rgb(var(--color-white)); margin-left: max(-220px + (55px / 2), (-220 + (55 / 2) / 1920) * 100vw); z-index: 10;">
*/

/*section.bckg-piste-course > div > div {
	padding-bottom: 35%;
}*/

/*ul.unordered-list {
	font-weight: 400;
	font-size: 16rem;
	line-height: 24rem;
	margin-bottom: 24rem;
}

ul.unordered-list:last-child {
	margin-bottom: 0 !important;
}*/

ul.unordered-list li {
    /*margin-bottom: 8rem;
    padding-left: 12rem;*/
	position: relative;
	margin-top: 0.75em;
	padding-left: 1rem;
}

ul.unordered-list li:before {
    content: "•";
    display: inline-block;
    position: absolute;
    left: 0;
    /*font-size: 0.75em;*/
}

strong {
    font-weight: 700;
}

sup {
	display: inline-block;
	position: relative;
	font-size: 0.6em;
	vertical-align: top;
	margin-top: -0.3em;
}

.color-blue {
	color: rgb(var(--color-blue));
}

.align-items-center {
    align-items: center;
}

.flex-direction-row {
	display: flex;
	flex-direction: row;
	column-gap: max(51px, (68 / 1366) * 100vw);
}

.flex-direction-column {
	display: flex;
	flex-direction: column;
	row-gap: min(55px, (55 / 1920) * 100vw)
}

.justify-content-center {
	justify-content: center;
}

.align-self-center {
    align-self: center;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-transform-none {
	text-transform: none !important;
}

.text-transform-uppercase {
	text-transform: uppercase !important;
}

.white-space-nowrap {
	white-space: nowrap;
}

.arrow {
    display: block;
}

.arrow i {
	display: block;
	/*width: 100%;
	height: 100%;*/
	width: 0.74em;
	height: 0.74em;
	border: solid rgb(var(--color-white));
	border-width: 0 2px 2px 0;
}

.arrow.right {
	transform: scaleY(135%);
}

.arrow.right i {
	transform: rotate(-45deg);
}

.arrow.down {
	transform: scaleX(135%);
}

.arrow.down i {
	transform: rotate(45deg);
}

.bt {
	/*display: inline-block;*/
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: linear-gradient(90deg, rgb(var(--color-blue)) 33%, rgb(var(--color-green)) 66%);
	background-position: 100% 0;
	background-size: 300% 100%;
	color: rgb(var(--color-white));
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	padding: 1em 4em 1em 2em;
	overflow: hidden;
	transform: translateY(100%);
	transition: background-position 0.6s cubic-bezier(0.25,0.25,0.25,1), color 0.3s linear, padding 0.6s cubic-bezier(0.25,0.25,0.25,1);
}

.bt.show {
	transform: translateY(0);
	transition: background-position 0.6s cubic-bezier(0.25,0.25,0.25,1), color 0.3s linear, padding 0.6s cubic-bezier(0.25,0.25,0.25,1), transform 0.4s 0.2s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: var(--transition-delay);
}

.bt:hover,
section.home.projets div.grid-3-cols figure:hover .bt {
	background-position: 0 0;
	padding: 1em 2em 1em 4em;
}

.bt + .bt  {
    margin-left: 1.5em;
}

/*.bt .arrow {
	display: inline-block;
	width: clamp(14px, (18 / 1920) * 100vw, 18px);
	height: clamp(14px, (18 / 1920) * 100vw, 18px);
}

.bt .arrow i {
	border-color: rgb(var(--color-white));
}*/



/*.bt span.arrow {
}*/

/*.bt .arrow,
.arrow i {
	width: 0.74em;
	height: 0.74em;
}


/*.bt .arrow {
	display: block;
	width: 1em;
	height: 1em;
}*/

.bt span.arrow:nth-of-type(1) {
    opacity: 0;
	transform: scaleY(135%) translateX(-8em);
	transition: opacity 0.3s linear, transform 0.6s cubic-bezier(0.25,0.25,0.25,1);
}

.bt:hover span.arrow:nth-of-type(1),
section.home.projets div.grid-3-cols figure:hover .bt span.arrow:nth-of-type(1) {
    opacity: 1;
	transform: scaleY(135%) translateX(-1.5em);
	transition: opacity 0.3s 0.3s linear, transform 0.6s cubic-bezier(0.25,0.25,0.25,1);
}

.bt span.arrow:nth-of-type(2) {
	transform: scaleY(135%) translateX(1em);
	transition: opacity 0.3s 0.3s linear, transform 0.6s cubic-bezier(0.25,0.25,0.25,1);
}

.bt:hover span.arrow:nth-of-type(2),
section.home.projets div.grid-3-cols figure:hover .bt span.arrow:nth-of-type(2) {
    opacity: 0;
	transform: scaleY(135%) translateX(8em);
	transition: opacity 0.3s linear, transform 0.6s cubic-bezier(0.25,0.25,0.25,1);
}

.bckg-green .bt {
	background-image: linear-gradient(90deg, rgb(var(--color-blue)) 33%, rgb(var(--color-grey-94)) 66%);
	color: rgb(var(--color-blue));
}

.bckg-green .bt:hover {
    color: rgb(var(--color-white));
}

.bckg-green .bt span.arrow:nth-of-type(2) i {
	border-color: rgb(var(--color-blue));
}

img.auto-size {
	width: 100%;
	height: auto;
}

section.header div.text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	width: 100%;
    max-width: 1920px;
	height: 100%;
	left: 0;
    right: 0;
	top: 0;
    margin: 0 auto;
	padding: min(295px, (295 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw) min(70px, (70 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw);
	z-index: 10;
}

section.header div.text h1 {
	flex-grow: 1;
    display: block;
    min-height: 0vh;
	color: rgb(var(--color-white));
	font-weight: 600;
	font-size: min(71px, (71 / 1920) * 100vw);
	letter-spacing: 0.03em;
	line-height: 1.1267em;
	text-shadow: 0 0 0.2em rgba(var(--color-dark-blue),0.75);
	text-transform: uppercase;
    opacity: 0;
}

section.header div.text h1 span {
	display: inline-block;
    position: relative;
}

section.header div.text h1 > span {
	/*background: rgba(255,0,0,0.5);
	box-shadow: 0 0 5px 5px rgba(255,0,0,0.5);*/
	white-space: nowrap;
}

section.header div.text h1 > span > span {
	transform: scale(1.2);
}

section.header div.text h1 > span > span > span {
    perspective: 2em;
	transform-style: preserve-3d;
}

section.header div.text h1 > span > span > span > span {
    opacity: 0;
    transform: rotateY(180deg);
}

section.header div.text h1.show {
	opacity: 1;
}

/*section.header div.text h1.show > span > span {
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: var(--transition-delay);
}

section.header div.text h1.show > span > span > span > span {
    opacity: 1;
    transform: rotateY(0deg);
    transition: opacity 0.6s linear, transform 1.2s cubic-bezier(0.2,0.1,0.4,1);
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.25,0.25,0.25,1);
}*/

section.header div.text h1.show > span > span {
	transform: scale(1);
	/*transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: var(--transition-delay);*/
}

section.header div.text h1.show > span > span > span > span {
    opacity: 1;
    transform: rotateY(0deg);
    transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: calc(var(--transition-delay) + 0.05s), var(--transition-delay);

	transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: calc(var(--transition-delay) + 0.19s), var(--transition-delay);
}
    /*animation: kf-show-h1 0.8s linear both;
    animation-delay: 0.4s;
}

@keyframes kf-show-h1 {
    0% {opacity: 0;}
    100% {opacity: 1;}
}*/


section.header div.text h3 {
	color: rgb(var(--color-white));
	font-weight: 600;
	font-size: min(43px, (43 / 1920) * 100vw);
	letter-spacing: 0.03em;
	line-height: 1.2em;
	text-align: center;
	text-transform: none;
    opacity: 0;
    transform: scale(1.2);
}

section.header a.next {
    display: block;
    opacity: 0;
    margin: 0 auto;
    transform: translateY(-100%);
}

section.header a.next.show {
    opacity: 1;
    transform: translateY(0);
	transition: opacity 0.4s 0.6s linear, transform 0.8s 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

section.header .arrow {
	width: 1em;
	height: 1em;
	font-size: min(55px, (55 / 1920) * 100vw);
	margin: 0 auto;    
}

section.header-alt,
body.no-transparency section.header-alt {
	margin-top: clamp(51px + 35px + 40px, 35px + 40px + ((77 / 1920) * 100vw), 77px + 35px + 40px)
}

section.header-alt > div {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: min(55px, (55 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw);
}

section.header-alt h1 {
	min-height: 0vh;
	color: rgb(var(--color-white));
	font-weight: 600;
	/*font-size: clamp(48px, (48 / 1920) * 100vw, 60px);*/
	font-size: clamp(24px, (48 / 1920) * 100vw, 48px);
	letter-spacing: 0.03em;
	line-height: 1em;
	text-transform: uppercase;
	/*opacity: 0;
	transform: scale(0.95);*/
}

section.header-alt h2 {
	color: rgba(var(--color-white),0.4);
	/*font-size: clamp(28px, (28 / 1920) * 100vw, 36px);*/
	font-size: clamp(14px, (28 / 1920) * 100vw, 28px);
	line-height: 1.2em;
	text-align: right;
}

div.half-width-center {
	width: clamp(650px, 55vw, 1056px);
	text-align: center;
	margin: 0 auto;
}

.grid-12-cols {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	/*grid-gap: min(10px, (10 / 1920) * 100vw);*/
	grid-gap: min(55px, (55 / 1920) * 100vw);
}


/*div.grid-16-cols {
	display: grid;
	grid-template-columns: repeat(16, 1fr);
}*/

.grid-column {
	grid-column: var(--grid-column);
}

.grid-column-start {
    grid-column-start: var(--grid-column-start);
}

.grid-column-end {
    grid-column-end: var(--grid-column-end);
}

.grid-2-cols-auto {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: min(55px, (55 / 1920) * 100vw);
}

.grid-2-cols-auto > * {
	margin-top: 0;
}

div.grid-2-cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: calc((72 / 1920) * 100vw);
}

div.grid-2-cols > div:nth-child(1) {
	text-align: right;
}

div.grid-2-cols > div:nth-child(2) {
	text-align: left;
}

div.grid-3-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

div.grid-3-cols article {
	position: relative;
	background: rgb(var(--color-white));
	clip-path: inset(0 0 100% 0);
    color: rgb(var(--color-black));
	text-align: center;
	padding: min(55px, (55 / 1920) * 100vw);
}

/*div.grid-3-cols article figure:only-child {
	background: transparent;
	clip-path: none;
	padding: 0;
}*/

div.grid-3-cols article.show {
	clip-path: inset(0 0 0 0);
	transition: clip-path 0.4s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: var(--transition-delay);
}

div.grid-3-cols article > * {
    opacity: 0;
}

div.grid-3-cols article.show > * {
    opacity: 1;
	transition: opacity 0.4s 0.4s linear;
}

div.grid-3-cols article h4 {
	margin-top: 1.3333em;
}

div.grid-3-cols figure,
div.grid-3-cols figure picture {
	display: block;
	overflow: hidden;
}

div.grid-3-cols figure picture img {
	transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

div.grid-3-cols figure:hover picture img {
	transform: scale(1.1);
}

div.grid-3-cols article figure:hover picture img {
	transform: none;
}

div.grid-3-cols img {
	width: 100%;
	height: auto;
}

div.grid-3-cols.img-no-padding article figure {
	margin: max(-55px, (-55 / 1920) * 100vw) max(-55px, (-55 / 1920) * 100vw) 0 max(-55px, (-55 / 1920) * 100vw);
}

div.grid-3-cols article.object-fit-cover {
	padding: 0;
}

div.grid-3-cols article.object-fit-cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

div.grid-3-cols article.object-fit-cover.object-position-left-bottom img {
	object-position: left bottom;
}

.flex-column-space-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	row-gap: min(110px, (110 / 1920) * 100vw);
	z-index: 10;
}

section.home.projets {
	color: rgb(var(--color-dark-blue));
}

section.home.projets h4 {
	color: rgb(var(--color-blue));
}

section.home.projets div.grid-3-cols {
	/*margin-top: min(100px, (100 / 1920) * 100vw);*/
	/*margin-top: min(110px, (110 / 1920) * 100vw);*/
}

section.home.projets div.grid-3-cols figcaption {
	position: relative;
	background: rgb(var(--color-green));
    font-size: 0;
	text-align: center;
}

section.home.projets div.grid-3-cols figcaption .bt {
	width: 100%;
    font-size: clamp(18px, (22 / 1920) * 100vw, 22px);
}

section.home.a-propos > div {
	background: url("../images/img-lignes-football.svg") center bottom no-repeat;
	/*background-size: min(1920px - 400px, ((1920 - 400) / 1920) * 100vw);*/
	background-size: min(1920px - 440px, ((1920 - 440) / 1920) * 100vw);
	padding-bottom: min(450px, (450 / 1920) * 100vw);
}

section.home.a-propos div.stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/*margin-top: min(100px, (100 / 1920) * 100vw);*/
	/*margin-top: min(110px, (110 / 1920) * 100vw);*/
}

section.home.a-propos div.stats > div {
	font-weight: 700;
	font-size: clamp(18px, (22 / 1920) * 100vw, 22px);
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
}

section.home.a-propos div.stats > div {
	opacity: 0;
}

section.home.a-propos div.stats > div.show {
	opacity: 1;
	transition: opacity 0.4s linear;
}

section.home.a-propos div.stats > div > span {
	display: block;
}

section.home.a-propos div.stats > div > span:nth-child(1) {
	font-size: clamp(72px, (100 / 1920) * 100vw, 100px);
}

section.home.a-propos div.stats > div > span:nth-child(2) {
	clip-path: inset(0 50% 0 50%);
}

section.home.a-propos div.stats > div.show > span:nth-child(2) {
	clip-path: inset(0 0 0 0);
	transition: clip-path 0.6s 0.8s cubic-bezier(0.25,0.25,0.25,1);
}

section.home.nouvelles,
section.projets,
section.produits,
section.technologies,
section:not(.home).a-propos,
section.equipe {
	text-align: center;
}

/*section.home.nouvelles div.grid-3-cols,
section.produits div.grid-3-cols {
	margin-top: min(55px, (55 / 1920) * 100vw);
}*/
section.home.nouvelles > div,
section.produits > div,
section.projets > div {
	/*display: flex;
	flex-direction: column;
	/*row-gap: min(100px, (100 / 1920) * 100vw);*/
	row-gap: min(55px, (55 / 1920) * 100vw);
}

section.home.nouvelles div.grid-3-cols picture {
	position: relative;
	background: rgb(var(--color-white));
	padding-top: calc((310 / 490) * 100%);
}

section.home.nouvelles div.grid-3-cols picture img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
}

section.home.nouvelles div.grid-3-cols picture.cover img {
	object-fit: cover;
}

section.home.nouvelles div.grid-3-cols figcaption a {
	display: block;
	font-weight: 700;
	font-size: clamp(18px, (22 / 1920) * 100vw, 22px);
	letter-spacing: 0.03em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 1em 1.5em;
}

section.home.temoignages {
	background: rgb(var(--color-white));
	color: rgb(var(--color-blue));
	text-align: center;
}

/*section.home.temoignages > div > div {
	display: flex;
	flex-direction: column;
	row-gap: min(110px, (110 / 1920) * 100vw);
}*/

section.home.temoignages p {
	opacity: 1;
}

.ecoresponsable {
	position: relative;
}

.ecoresponsable:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/bckg-ecoresponsable.jpg") center center no-repeat;
	background-size: cover;
}

section.projets {
    color: rgb(var(--color-blue));
}

section.projets h3 {
    align-self: flex-start;
}

.projets-categories ul {
    display: flex;
    position: relative;
    column-gap: 1.5em;
    font-weight: 700;
    font-size: clamp(18px, (22 / 1920) * 100vw, 22px);
	letter-spacing: 0.03em;
	text-transform: uppercase;
    overflow: hidden;
    padding: 0 0 0.381em 0;
}

.projets-categories ul li {
    transform: translateY(200%);
}

.projets-categories ul li.show {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
	transition-delay: var(--transition-delay);
}

.projets-categories ul li a {
    position: relative;
}

.projets-categories ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -0.381em;
    background: rgb(var(--color-blue));
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

.projets-categories ul li a:hover:after,
.projets-categories ul li a.active:after {
    transform: scaleX(1);
}

.projets-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: min(10px, (10 / 1920) * 100vw);
}

.projets-list figure {
	display: block;
	position: relative;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
}

.projets-list figure.show {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transition: clip-path 0.4s cubic-bezier(0.25,0.25,0.25,1), opacity 0.4s linear;
	transition-delay: var(--transition-delay);
}

.projets-list figure.show figcaption {
    animation: kf-show-projets-figure 0.4s linear backwards;
    animation-delay: 1.2s;
}

@keyframes kf-show-projets-figure {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.projets-list figure.show figcaption > span > span {
    animation: kf-show-projets-figure-text 1.2s linear backwards;
    animation-delay: 0.4s;
}

.projets-list figure:nth-child(even).show figcaption > span > span {
    animation-delay: 0.5s;
}

@keyframes kf-show-projets-figure-text {
    0% {transform: translateY(100%);}
    25%, 100% {transform: translateY(0);}
}

.projets-list figure picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projets-list figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(var(--color-dark-blue),0.75);
	color: rgb(var(--color-white));
	font-size: clamp(16px, (20 / 1920) * 100vw, 20px);
	letter-spacing: 0.03em;
	line-height: 1.2em;
	text-align: center;
	opacity: 0;
    pointer-events: none;
	transition: opacity 0.4s 0.4s linear;
}

.projets-list figure:hover figcaption {
	opacity: 1;
    transition-delay: 0s;
}

.projets-list figcaption > span {
    overflow: hidden;
}

.projets-list figcaption > span > span {
    display: block;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

.projets-list figure:hover figcaption > span > span {
    transform: translateY(0);
    transition-delay: 0.4s;
}

.projets-list figcaption strong {
	display: block;
	text-transform: uppercase;	
}

.technologies h3,
.technologies h4 {
	color: rgb(var(--color-grey-31));
}

.technologies p {
	color: rgb(var(--color-black));
}

.a-propos h3,
.a-propos h4 {
    color: rgb(var(--color-blue));
}

.a-propos p {
	color: rgb(var(--color-black));
}

.technologies > div > div > p,
.equipe > div > div > p {
	width: max(600px, 45vw);
	margin-right: auto;
	margin-left: auto;
}

.a-propos > div > div > p {
	width: max(700px, 60vw);
	margin-right: auto;
	margin-left: auto;
}

.equipe div.grid-3-cols article {
	background: rgb(var(--color-grey-94));
}

.equipe h3,
.equipe h4,
.equipe p {
	color: rgb(var(--color-dark-blue));
}

/*.equipe q {
	color: rgb(var(--color-white));
}*/

.nouvelles-nav form {
	display: none;
}

.nouvelles-nav ul {
    display: flex;
    column-gap: 1em;
    min-height: 0vh;
    font-weight: 600;
    font-size: clamp(16px, (32 / 1920) * 100vw, 32px);
    line-height: 1em;
}

.nouvelles-nav ul {
	display: none;
}

.nouvelles-nav ul li a {
    position: relative;
}

.nouvelles-nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
	bottom: calc(-0.381em - 4px);
    background: rgb(var(--color-white));
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

.nouvelles-nav ul li a:hover:after,
.nouvelles-nav ul li a.active:after {
    transform: scaleX(1);
}

section.nouvelles-recherche > div {
    padding-top: min(55px, (55 / 1920) * 100vw);
    padding-bottom: min(55px, (55 / 1920) * 100vw);
}

section.nouvelles-list > div {
    display: flex;
    flex-direction: column;
	row-gap: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

section.nouvelles-list article,
section.nouvelle-single article {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: min(55px, (55 / 1920) * 100vw);
    background: rgb(var(--color-grey-94));
    color: rgb(var(--color-black));
	padding: min(55px, (55 / 1920) * 100vw);
}

section.nouvelles-list article {
	padding-right: min(110px, (110 / 1920) * 100vw);
	padding-left: min(110px, (110 / 1920) * 100vw);
}

section.nouvelles-list article > *,
section.nouvelle-single.img-left article > * {
    grid-column: 4 / span 9;
}

section.nouvelle-single.img-full article > * {
    grid-column: 1 / -1;
}

section.nouvelles-list article figure,
section.nouvelle-single.img-left article figure {
    grid-column: 1 / span 3;
    grid-row: 1 / span 9999;
    background: rgba(var(--color-white));
}

section.nouvelle-single > div {
    padding-top: 0;
}

section.nouvelle-single.img-left article figure {
	height: 12vw;
}

section.nouvelle-single.img-full article figure {
	margin-bottom: min(55px, (55 / 1920) * 100vw);
}

section.home.nouvelles figure picture.padding img,
section.nouvelles-list article figure.padding,
section.nouvelle-single article figure.padding {
	padding: min(55px, (55 / 1920) * 100vw);
}

section.nouvelles-list article figure picture,
section.nouvelle-single article figure picture {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

section.nouvelles-list article figure picture img,
section.nouvelle-single article figure picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.nouvelle-single.img-full article figure picture img {
    position: relative;
    width: 100%;
    height: auto;
}

section.nouvelles-list article figure.cover img,
section.nouvelle-single article figure.cover img {
    object-fit: cover;
}

section.nouvelles-list article h1,
section.nouvelle-single article h1 {
    color: rgb(var(--color-dark-blue));
}

section.nouvelles-list article a.tag,
section.nouvelle-single article a.tag {
    text-decoration: underline;
}

.share {
    display: flex;
    align-items: center;
	column-gap: 0.75em;
    /*color: rgb(var(--color-aqua));
    text-transform: uppercase;*/
}

.share > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: solid 1px rgb(var(--color-black));
    border-radius: 2px;
    text-decoration: none !important;
}


/*************************************
	Form
 *************************************/


form {
	position: relative;
	font-size: 0px;
	counter-reset: inp_radio;
}

form input, 
form textarea,
form select,
form label,
form button[type="submit"],
form p {
    min-height: 0vh;
    display: block;
    position: relative;
    font-family: 'Barlow', sans-serif;
	font-size: clamp(16px, (18 / 1920) * 100vw, 18px);
	letter-spacing: 0.03em;
	line-height: 1.5em;
    margin: 0;
	padding: 0;
}

form label.select {
	overflow: hidden;
}

form input, 
form textarea,
form select,
form label:not(.checkbox) span {
    padding: 0.5em 0.75em;
}

form input, 
form textarea,
form select {
    /*width: 100%;*/
    min-height: 0;
	background: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
	appearance: none;
    transition: min-height 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

form select {
	padding-right: 2.5em;
}

/*form textarea {
	height: calc(2.25em + 2px);
	transition: height 0.4s;
}

form textarea.focus-in {
	height: 4.75em;
}*/

form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus, 
form input:-webkit-autofill:active {
    -webkit-text-fill-color: rgb(var(--color-blue));
	-webkit-box-shadow: 0 0 0 30px rgb(var(--color-white)) inset !important;
	box-shadow: 0 0 0 30px rgb(var(--color-white)) inset !important;
}

/*form input[type="radio"] {
	display: block;
	width: 0;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

form input[type="radio"]:before {
	content: counter(inp_radio, upper-alpha);
	counter-increment: inp_radio;
	transition: color 0.2s linear;
}

form label.radio,
form input[type="radio"],
form label.checkbox,
form input[type="checkbox"] {
	cursor: pointer;
}

form input[type="radio"]:hover:before,
form input[type="radio"]:checked:before,
form label.radio:hover,
form label.radio.focus-in {
	color: rgb(var(--color-gold));
}*/

form label.select:after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	right: 0.75em;
	top: 50%;
	border-right: solid 1px rgb(var(--color-blue));
	border-bottom: solid 1px rgb(var(--color-blue));
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: center center;
}

form label.select.focus-in:after {
	top: calc(50% + (1.5em * 0.8));
}

form label {
	transition: padding 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

form label + label {
	/*margin-top: 6px;*/
	/*margin-top: 0.5em;*/
}


form input[type="file"] {
	width: 100%;
	padding-right: 8em;
}

form input[type="file"]:before {
	content: attr(data-file-path);
	display: flex;
	align-items: center;
	position: absolute;
	width: calc(100% - 1.5em);
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(var(--color-white));
	/*color: rgb(var(--color-black));*/
	/*font-size: 14px;
	line-height: 16px;*/
    text-transform: uppercase;
	padding: 0 0.75em;
}

form input[type="file"]:after {
	content: attr(data-button-label);
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: rgb(var(--color-blue));
	color: rgb(var(--color-white));
	/*font-size: 14px;
	line-height: 16px;*/
	text-transform: uppercase;
	padding: 0 1.5em;
}

/*form.show label {
	opacity: 1;
	transition: opacity 0.6s linear, padding 0.4s var(--transition-timing-ease-in-out);
}

form.show label:nth-child(2) {
	transition-delay: 0.1s;
}

form.show label:nth-child(3) {
	transition-delay: 0.2s;
}

form.show label:nth-child(4) {
	transition-delay: 0.3s;
}

form.show label:nth-child(5) {
	transition-delay: 0.4s;
}

form.show label:nth-child(6) {
	transition-delay: 0.5s;
}

form.show label:nth-child(7) {
	transition-delay: 0.6s;
}

form.hide label {
	opacity: 0;
}*/

form label.radio {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2em;
	transition: color 0.2s linear;
}

form label.checkbox {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em;
    margin:  2em 0;
    padding: 0;
    transform: none;
}

form label.checkbox span {
	/*font-size: 16px;
	opacity: 0.3;*/
	align-self: center;
	text-transform: none;
}

/*form label + p {
	font-weight: 300;
	margin-top: 4em;
}*/

form input[type="checkbox"] {
    align-self: start;
	width: auto;
	height: auto;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	font-size: 0;
	margin: 0;
	padding: 0;	
}

form input[type="checkbox"]:before{
	content: "\f00c";
	display: block;
	width: 2.25em;
	height: 2.25em;
	min-height: 0vh;
	background: transparent;
	border: solid 1px rgb(var(--color-black));
	color: rgba(var(--color-black), 0);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 2.25em;
	text-align: center;
	transition: color 0.2s linear;
}

form input[type="checkbox"]:checked:before {
    color: rgba(var(--color-black), 1);
}

/*form button[type="submit"] {
	background: rgb(var(--color-dark-blue));
	color: rgb(var(--color-white));
    margin-top: 1.5em;
	padding: 0 1em;
}*/

/*form button[type="submit"]:after {
	background: rgb(var(--color-white));
	color: rgb(var(--color-black));
}*/

form button[type="submit"]:disabled {
	opacity: 0.25;
}

form.show button[type="submit"] {
	opacity: 1;
	transition: opacity 0.6s linear;
	/*transition-delay: var(--transition-delay);*/
	transition-delay: 0.8s;
}

/*form.hide button[type="submit"] {
	opacity: 0;
}*/


/*    width: 100%;
}*/

form#form-contact {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
    justify-content: space-between;
}

form#form-contact.hide {
	height: 0 !important;
	overflow: hidden;
	transition: height 0.6s cubic-bezier(0.25,0.25,0.25,1);
}

form#form-projets,
form#form-news {
	display: none;
}

form#form-news.show {
	display: block;
}

form#form-contact input:not([type="file"]), 
form#form-contact textarea,
form#form-contact select,
form#form-contact label,
/*form#form-contact button[type="submit"],*/
form#form-contact p,
form#form-projets input, 
form#form-projets textarea,
form#form-projets select,
form#form-projets label,
form#form-projets button[type="submit"],
form#form-projets p,
form#form-news input, 
form#form-news textarea,
form#form-news select,
form#form-news label,
form#form-news button[type="submit"],
form#form-news p {
	width: 100%;
}

form#form-contact label {
    grid-column: 1 / -1;
	text-transform: uppercase;
}

form#form-projets label {
    text-align: left;
}

form#form-contact input, 
form#form-contact textarea,
form#form-contact select,
form#form-projets input, 
form#form-projets textarea,
form#form-projets select,
form#form-news input, 
form#form-news textarea,
form#form-news select {
	background: rgb(var(--color-white));
}

form#form-contact label:not(.select):not(.radio):not(.textarea).focus-in,
form#form-projets label:not(.radio):not(.textarea).focus-in,
form#form-news label:not(.radio):not(.textarea).focus-in {
    padding-top: 2.2em;
	transition-delay: 0s;
}

form#form-contact label:not(.checkbox) span,
form#form-projets label span,
form#form-news label span {
	position: absolute;
	border: solid 1px rgba(0,0,0,0);
	transform-origin: left bottom;
	transition: color 0.4s linear, transform 0.4s cubic-bezier(0.25,0.25,0.25,1);
	z-index: 10;
}

form#form-projets label span,
form#form-news label span {
	background: rgb(var(--color-white));
}

form#form-contact label:not(.select):not(.radio).focus-in span,
form#form-projets label:not(.radio).focus-in span,
form#form-news label:not(.radio).focus-in span {
	/*color: rgb(var(--color-gold));*/
    transform: scale(0.8) translateY(-120%);
    transition: color 0.4s 0.2s linear, transform 0.4s 0.2s cubic-bezier(0.25,0.25,0.25,1);
}

.nouvelles-nav form#form-news label span {
	color: rgb(var(--color-blue));
}
.nouvelles-nav form#form-contact label:not(.select):not(.radio).focus-in span,
.nouvelles-nav form#form-news label:not(.radio).focus-in span {
	color: rgb(var(--color-white));
}

form#form-projets label:not(.radio).focus-in span,
form#form-news label:not(.radio).focus-in span {
	background: transparent;
}

form#form-contact button[type="submit"] {
    background: rgb(var(--color-green));
	color: rgb(var(--color-white));
	/*font-size: clamp(20px, (24 / 1920) * 100vw, 24px);
	letter-spacing: 0.03em;
	line-height: 1em;*/
    text-transform: uppercase;
	padding: 0.5em 1.5em;
}

form#form-search {
    display: flex;
    justify-content: flex-end;
}

form#form-search input, 
form#form-search textarea,
form#form-search select {
	border: solid 1px rgb(var(--color-dark-blue));
}

form#form-search input {
    min-width: min(350px, (350 / 1920) * 100vw);
}

form#form-search label[for="search"] span {
	position: absolute;
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.4s cubic-bezier(0.25,0.25,0.25,1);
}

form#form-search label[for="search"].focus-in span {
    clip-path: inset(0 100% 0 0);
}

form#form-search button[type="submit"] {
    background: rgb(var(--color-dark-blue));
	color: rgb(var(--color-white));
	font-size: clamp(20px, (24 / 1920) * 100vw, 24px);
	letter-spacing: 0;
	line-height: 1em;
	padding: 0 0.5em;
}

.error {
	color: #FF0000 !important;
}

.takk {
	display: block;
	position: relative;
	animation: kf-fade-in 0.4s 0.6s linear both;
}


/*************************************
	Footer
 *************************************/


footer {
	background: rgb(var(--color-blue));
	color: rgb(var(--color-white));
	font-size: clamp(18px, (22 / 1920) * 100vw, 22px);
	letter-spacing: 0.03em;
	line-height: 1.5em;
	z-index: 100;
}

footer > div {
	display: flex;
    flex-flow: row wrap;
    row-gap: min(55px, (55 / 1920) * 100vw);
	justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
	padding: min(55px, (55 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw);
}

footer nav ul {
    display: flex;
	flex-direction: column;
	position: relative;
    row-gap: 0.6em;
	min-height: 0vh;
	font-size: clamp(16px, (20 / 1920) * 100vw, 20px);
}

footer nav ul li {
	min-height: 0vh;
	position: relative;
	color: rgb(var(--color-white));
	font-weight: 600;
	font-size: clamp(16px, (20 / 1920) * 100vw, 20px);
	letter-spacing: 0.03em;
	line-height: 1.2em;
	text-transform: uppercase;
}

/*footer nav ul li.home {
	padding: 2em 0 0.6em 0;
}

/*footer nav ul li.home img {
	width: min(47px, (47 / 1920) * 100vw);
	height: auto;
}*/

footer nav ul li.home,
footer nav ul li.home a {
	display: block;
	width: min(47px, (47 / 1920) * 100vw);
	height: min(33px, (33 / 1920) * 100vw);
    font-size: 0;
}

footer nav ul li.home {
    background: url("../images/logo-carpell.svg") left top no-repeat;
    background-size: auto 100%;
	margin: clamp(32px, (40 / 1920) * 100vw, 40px) 0 clamp(10px, (12 / 1920) * 100vw, 12px) 0;
}

footer .legal {
    width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	/*padding: min(100px, (100 / 1920) * 100vw) 0 0 0;*/
}

footer > div > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
	text-align: right;
}

footer .social-networks {
	display: flex;
	justify-content: flex-end;
	column-gap: 1em;
	font-size: clamp(20px, (24 / 1920) * 100vw, 24px);
}


/*************************************
	Lightbox
 *************************************/


#lightbox, #lightbox .lightbox_bckg {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#lightbox {
	z-index: 2000;
}

#lightbox.show {
	display: block;
	animation: kf-fade-in 0.2s linear 0s forwards;
}

#lightbox .lightbox_bckg {
	display: block;
	background: rgba(var(--color-black),0.75);
}

#lightbox button.bt-close {
	width: 1em;
	height: 1em;
	/*color: rgb(var(--color-white));*/
	font-size: 32px;
	/*line-height: 50px;
	text-align: center;*/
	background: url("../images/ico-close.svg") center center no-repeat;
	background-size: contain;
}

/*#lightbox button.bt-close:after {
	content: "\2715";
}*/

#lightbox div.lightbox-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
    pointer-events: none;
}

#lightbox div.lightbox-content {
	display: block;
	position: relative;
	box-shadow: 0 0 30px rgba(var(--color-black), 0.5);
    pointer-events: auto;
}

/*#lightbox div.lightbox-content.gallery {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	width: calc(100vw - 40px);
	height: calc(100vh - 40px);
	background: rgba(var(--color-black),0.85);
	padding: 20px;
}

#lightbox div.lightbox-content.gallery div.media {
	flex-grow: 1;
	display: block;
	position: relative;
	width: 100%;
}

#lightbox div.lightbox-content.gallery iframe,
#lightbox div.lightbox-content.gallery img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	animation: kf-fade-in 0.8s linear 0s forwards;
}

#lightbox div.lightbox-content.gallery img {
	object-fit: contain;
}

#lightbox div.lightbox-content.gallery div.ctrl-arr {
	display: flex;
	column-gap: 1px;
}

#lightbox div.lightbox-content.gallery div.ctrl-arr button {
    display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
    background: rgba(var(--color-white), 0.8);
	opacity: 0.2;
	pointer-events: none;
	transform: none;
}

#lightbox div.lightbox-content.gallery div.ctrl-arr button:after {
    content: "\f060";
    color: rgb(var(--color-black));
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    transition: color 0.4s;
}

#lightbox div.lightbox-content.gallery div.ctrl-arr button[data-dir="next"]:after {
    content: "\f061";
}

#lightbox div.lightbox-content.gallery div.ctrl-arr button.show {
	opacity: 1;
	pointer-events: auto;
}

#lightbox div.lightbox-content.gallery button.bt-close {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}*/

#lightbox div.lightbox-content.projets {
	display: flex;
	flex-direction: column;
	row-gap: min(85px, (85 / 1920) * 100vw);
    width: 100vw;
    height: 100vh;
	background: rgba(var(--color-dark-blue),1);
    color: rgb(var(--color-white));
	padding: min(110px, (110 / 1920) * 100vw);
}

#lightbox div.lightbox-content.projets button.bt-close {
	position: absolute;
	right: min(55px, (55 / 1920) * 100vw);
	top: min(55px, (55 / 1920) * 100vw);
	font-size: min(40px, (40 / 1920) * 100vw);
	transform: translateX(50%);
}

#lightbox div.lightbox-content.projets div.nav-projets {
	position: absolute;
	right: min(110px, (110 / 1920) * 100vw);
	top: min(55px, (55 / 1920) * 100vw);
	font-weight: 600;
	font-size: clamp(12px, (16 / 1920) * 100vw, 16px);
	letter-spacing: 0.03em;
	line-height: min(40px, (40 / 1920) * 100vw);
	text-transform: uppercase;
}

#lightbox div.lightbox-content.projets div.header .toggle {
	display: none;
}

#lightbox div.lightbox-content.projets h1 {
	min-height: 0vh;
	font-weight: 600;
	font-size: clamp(27px, (33 / 1920) * 100vw, 33px);
	letter-spacing: 0.03em;
	line-height: 1.3em;
}

#lightbox div.lightbox-content.projets p {
	min-height: 0vh;
	/*font-size: clamp(22px, (28 / 1920) * 100vw, 28px);
	letter-spacing: 0.03em;
	line-height: 1.3em;*/
	font-size: clamp(16px, (18 / 1920) * 100vw, 18px);
	letter-spacing: 0.03em;
	line-height: 1.5em;	
}

#lightbox div.lightbox-content.projets h1 + p {
	margin-top: 0.7143em;
}


/****  Year of the Tiger  ****/


/*#lightbox .lightbox-content.lb-year-of-the-tiger,
#lightbox .lightbox-content.lb-year-of-the-tiger img {
	width: 980px;
	height: 520px;
	object-fit: cover;
}

#lightbox .lightbox-content.lb-year-of-the-tiger {
	box-shadow: none;
}

#lightbox .lightbox-content.lb-year-of-the-tiger button.bt-close {
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateY(-100%);
}

@media screen and (max-width: 980px) and (orientation : landscape) {
	#lightbox .lightbox-content.lb-year-of-the-tiger,
	#lightbox .lightbox-content.lb-year-of-the-tiger img {
		width: calc((980 / 1024) * 100vw);
		height: calc((520 / 1024) * 100vw);
	}
}

@media screen and (max-width: 980px) and (orientation : portrait) {
    #lightbox .lightbox-content.lb-year-of-the-tiger,
	#lightbox .lightbox-content.lb-year-of-the-tiger img {
		width: calc((490 / 900) * 85vh);
		height: 85vh;
	}
}*/


@keyframes kf-fade-in {
    0%   {opacity: 0;}
    100%  {opacity: 1;}
}


@media screen and (max-width: 1280px) {
	.grid-column {
		grid-column: var(--grid-column-1280);
	}

	.grid-column-start {
		grid-column-start: var(--grid-column-start-1280);
	}

	.grid-column-end {
		grid-column-end: var(--grid-column-end-1280);
	}

	section.technologies div.grid-3-cols {    
        grid-template-columns: auto;
        /*grid-row-gap: clamp(30px, (30 / 375) * 100vw, 60px);*/
		padding: 0 min(220px, (220 / 1920) * 100vw);
    }
	
	/*section.technologies div.grid-3-cols article h4 {
		margin-top: 0;
	}*/
	
	section.technologies div.grid-3-cols img {
		width: 50%;
		height: auto;
		/*margin: max(-55px, (-55 / 1920) * 100vw) auto 0 auto;*/
		margin: 0 auto;
	}
	
	section.technologies div.grid-3-cols article.object-fit-cover img {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		object-fit: cover;
	}
    
    section.nouvelles-list article > *,
    section.nouvelle-single.img-left article > * {
        grid-column: 6 / span 7;
    }

    section.nouvelles-list article figure,
    section.nouvelle-single.img-left article figure {
        grid-column: 1 / span 5;
    }
	
	section.nouvelle-single.img-left article figure {
		height: 20vw;
	}
}

@media screen and (max-width: 960px) {
    header {
        height: clamp(60px + 52px, 52px + ((60 / 375) * 100vw), 120px + 52px);
        padding: clamp(30px, (30 / 375) * 100vw, 60px);
        overflow: hidden;
        transition: height 0.2s 0.9s cubic-bezier(0.25,0.25,0.25,1);
    }
    
    header:before {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: rgb(var(--color-blue));
        /*background-image: linear-gradient(rgba(var(--color-blue)) 50%, rgba(var(--color-dark-blue),0.5));*/
        background-image: linear-gradient(rgba(var(--color-blue)) 50%, rgba(var(--color-green),0.5));
        clip-path: inset(0 0 100% 0);
        opacity: 0;
        transition: clip-path 0.6s 0.3s cubic-bezier(0.25,0.25,0.25,1), opacity 0s 0.9s linear;
    }
    
    header nav {
        padding: 0;
    }

    header nav ul {
        flex-direction: column;
        row-gap: 0.6667em;
        clip-path: inset(0 0 calc(100% - 52px) 0);
        font-size: clamp(18px, (21 / 375) * 100vw, 32px);
        padding: 0;
        transition: clip-path 0.6s cubic-bezier(0.25,0.25,0.25,1);
    }
    
    /*header nav ul li:not(.home) {
        display: none;
    }*/
	
	
 
    header nav ul li.home + li {
        /*margin-top: 0.6667em;*/
        margin-top: 1.3333em;
    }
	 
    header nav ul li.contact {
        position: relative;
        right: auto;
        top: auto;
        border: none;
        font-size: inherit;
        padding: 0;
    }
    
    header nav ul li:not(.home):hover {
        background: transparent !important;
        color: rgb(var(--color-white)) !important;
    }
    
    header nav ul li + li:not(.contact) {
        padding-top: 1.381em;
    }
    
    header nav ul li + li:not(.contact) {
        padding-top: 0;
    }

    header nav ul li:not(.home) + li:not(.contact):before {
        content: none;
    }
	
	header nav ul li:hover a,
	header nav ul li a.active {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	/*header nav ul li:not(.home):not(.contact) a:after,
	header nav ul li.contact a:after {*/
	header nav ul li a:after {
		height: 2px;
		bottom: -2px;/*calc(-0.381em - 2px);*/
	}
	
	/*header nav ul li:not(.home):not(.contact):hover a:after,
	header nav ul li:not(.home):not(.contact) a.active:after {*/
	header nav ul li a.active:after {
		transform: scaleX(1);
	}

   
    /*--  nav-open  --*/

    body.nav-open {
        overflow: hidden;
    }
    
    body.nav-open header {
        height: 100vh;
        transition-delay: 0s;
    }
    
    body.nav-open header:before {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transition: clip-path 0.6s cubic-bezier(0.25,0.25,0.25,1), opacity 0s linear;
    }
    
    body.nav-open header nav ul {
        clip-path: inset(0 0 0 0);
        transition-delay: 0.3s;
    }
	
	/*body.nav-open header nav ul li.home img {*/
	body.nav-open header nav ul li.home {
		background: url("../images/logo-carpell-surfaces.svg") left top no-repeat;
		background-size: auto clamp(51px, (77 / 1920) * 100vw, 77px);
		padding-left: 100%;
	}


    /*--  nav ico  --*/


    header div.ico {
        display: block;
        position: absolute;
        right: clamp(30px, (30 / 375) * 100vw, 60px);
        top: clamp(42px, 12px + ((30 / 375) * 100vw), 72px);
        cursor: pointer;
        z-index: 20;
    }

    header div.ico > div {
        display: block;
        position: relative;
        width: 28px;
        height: 21px;
    }

    header div.ico span {
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background: rgb(var(--color-white));
        transition: width 0s 0.3s, background 0.3s 0.3s, opacity 0.3s 0.3s, top 0.3s 0.3s, transform 0.3s;
    }

    body.nav-open header div.ico span {
        background: rgb(var(--color-white));
        transition: width 0s 0.3s, background 0.3s, opacity 0.3s, top 0.3s, transform 0.3s 0.3s;
    }

    header div.ico span:nth-child(1) {
        top: 0px;
    }

    header div.ico span:nth-child(2) {
        top: calc(50% - 1.5px);
    }

    header div.ico span:nth-child(3) {
        top: calc(100% - 3px);
        right: 0;
    }
	
	body.nav-open header div.ico span:nth-child(1) {
        top: calc(50% - 1.5px);
        transform: rotate(45deg);
    }

    body.nav-open header div.ico span:nth-child(2) {
        opacity: 0;
    }

    body.nav-open header div.ico span:nth-child(3) {
        top: calc(50% - 1.5px);
        width: 100%;
        transform: rotate(-45deg);
    }
	
	
	/*header.invert {
		background: rgb(var(--color-white));
	}

	header.invert.fixed {
		background: rgba(var(--color-white),0.75);
	}

	header.invert nav ul li {
		color: rgb(var(--color-dark-blue));
	}

	header.invert nav ul li:not(.contact) a:after {
		background: rgb(var(--color-dark-blue));
	}

	header.invert nav ul li:not(.home) + li:not(.contact):before {
		background: rgb(var(--color-dark-blue));
	}

	header.invert nav ul li.contact {
		border: solid 1px rgb(var(--color-dark-blue));
	}

	header.invert nav ul li.contact:hover {
		background: rgb(var(--color-dark-blue));
		color: rgb(var(--color-white));
	}*/
	
	header.invert nav ul li {
		color: rgb(var(--color-white));
	}
	
	header.invert nav ul li a:after {
		background: rgb(var(--color-white));
	}
	
	header.invert nav ul li.contact {
		border: none;
	}
	
	header.invert div.ico span {
        background: rgb(var(--color-dark-blue));
    }
    
   
    
    section:not(.full) > div,
	.inner-padding,
	section.home.nouvelles > div,
	section.produits > div {
		row-gap: clamp(30px, (30 / 375) * 100vw, 60px);
	    padding: clamp(30px, (30 / 375) * 100vw, 60px);
    }
	
	.text-align-left-bp-960 {
		text-align: left;
	}
	
	.text-align-center-bp-960 {
		text-align: center;
	}
	
	.text-align-right-bp-960 {
		text-align: right;
	}
	
	/*.bckg-overflow {
		display: block;
		position: absolute;
		width: min(100% + 220px + 55px, 100% + (((220 + 55) / 1920) * 100vw));
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: max(-220px, (-220 / 1920) * 100vw);
	}*/
	
	.bckg-overflow {
		/*background: url('images/bckg-ecoresponsable.jpg') center center no-repeat;*/
		/*margin: max(-110px, (-110 / 1920) * 100vw) max(-55px, (-55 / 1920) * 100vw) max(-110px, (-110 / 1920) * 100vw) max(-220px, (-220 / 1920) * 100vw);
		padding: min(110px, (110 / 1920) * 100vw) min(55px, (55 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw) min(220px, (220 / 1920) * 100vw);*/
		margin: clamp(-30px, (-30 / 375) * 100vw, -60px);
		margin-bottom: 0;
		padding: clamp(30px, (30 / 375) * 100vw, 60px);
	}
	
	.bckg-center {
		/*margin: max(-110px, (-110 / 1920) * 100vw) max(-55px, (-55 / 1920) * 100vw) max(-110px, (-110 / 1920) * 100vw) max(-220px, (-220 / 1920) * 100vw);
		padding: min(110px, (110 / 1920) * 100vw) min(55px, (55 / 1920) * 100vw);*/
		margin: clamp(-30px, (-30 / 375) * 100vw, -60px);
		margin-bottom: 0;
		padding: clamp(30px, (30 / 375) * 100vw, 60px);
	}
    
    .bt {
        /*display: inline-block;
        position: relative;
        background-image: linear-gradient(90deg, rgb(var(--color-blue)) 33%, rgb(var(--color-green)) 66%);
        background-position: 100% 0;
        background-size: 300% 100%;
        color: rgb(var(--color-white));
        font-weight: 700;
        font-size: 1em;
        text-transform: uppercase;
        padding: 1em 4em 1em 2em;
        overflow: hidden;
        transform: translateY(100%);
        transition: background-position 0.6s cubic-bezier(0.25,0.25,0.25,1), color 0.3s linear, padding 0.6s cubic-bezier(0.25,0.25,0.25,1);*/
        /*display: block;
        text-align: center;*/
    }
    
    section.header div.text {
        padding: clamp(30px, (30 / 375) * 100vw, 60px);
        padding-top: clamp(60px + 52px, 52px + ((60 / 375) * 100vw), 120px + 52px);
    }
    
    section.header div.text h1 {
        font-size: clamp(32px, (36 / 375) * 100vw, 72px);
    }
    
    section.header div.text h3 {
        font-size: clamp(20px, (24 / 375) * 100vw, 48px);
    }
    
    section.header .arrow {
        font-size: clamp(32px, (36 / 375) * 100vw, 72px);
    }
	
	section.header-alt,
	body.no-transparency section.header-alt {
		margin-top: clamp(60px + 52px, 52px + ((60 / 375) * 100vw), 120px + 52px);
	}
	
	section.header-alt > div {
		flex-direction: column;
		align-items: flex-start;
        padding: clamp(30px, (30 / 375) * 100vw, 60px);
	}
	
	section.header-alt h2 {
		text-align: left;
	}
	
	/*section.header-alt,
body.no-transparency section.header-alt {
	margin-top: clamp(51px + 35px + 40px, 35px + 40px + ((77 / 1920) * 100vw), 77px + 35px + 40px)
}

section.header-alt > div {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: min(55px, (55 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw);
}

section.header-alt h1 {
	min-height: 0vh;
	color: rgb(var(--color-white));
	font-weight: 600;
	font-size: clamp(48px, (48 / 1920) * 100vw, 60px);
	letter-spacing: 0.03em;
	line-height: 1em;
	text-transform: uppercase;
}

section.header-alt h2 {
	color: rgba(var(--color-white),0.4);
	font-size: clamp(28px, (28 / 1920) * 100vw, 36px);
	line-height: 1.2em;
	text-align: right;
}*/
    
    div.half-width-center {
        width: auto;
    }
	
	.grid-12-cols {
		grid-column-gap: 0;
		grid-row-gap: clamp(30px, (30 / 375) * 100vw, 60px);
	}
    
    div.grid-2-cols,
    div.grid-3-cols,
    section.home.a-propos div.stats {    
        grid-template-columns: auto;
        grid-row-gap: clamp(30px, (30 / 375) * 100vw, 60px);
    }
    
    div.grid-2-cols > div:nth-child(1) {
        text-align: left;
    }
	
	.grid-2-cols-auto {
		display: block;
		/*grid-template-columns: repeat(2, auto);
		grid-gap: min(55px, (55 / 1920) * 100vw);*/
	}
	
	.grid-2-cols-auto {
		display: flex;
		flex-direction: column;
		row-gap: clamp(15px, (15 / 375) * 100vw, 30px);
	}
	
	div.grid-3-cols article {
		padding: clamp(30px, (30 / 375) * 100vw, 60px);
	}
	
	div.grid-3-cols.img-no-padding article figure {
		margin: clamp(-30px, (-30 / 375) * 100vw, -60px) clamp(-30px, (-30 / 375) * 100vw, -60px) 0 clamp(-30px, (-30 / 375) * 100vw, -60px);
	}
	
	section.technologies div.grid-3-cols {    
		padding: 0;
    }
	
	section.technologies div.grid-3-cols img {
		width: 100%;
	}



	/*.grid-2-cols-auto > * {
		margin-top: inherit;
	}*/

	.grid-column {
		grid-column: var(--grid-column-960);
	}

	.grid-column-start {
		grid-column-start: var(--grid-column-start-960);
	}

	.grid-column-end {
		grid-column-end: var(--grid-column-end-960);
	}
    
    /*section.home.projets div.grid-3-cols,
    section.home.nouvelles div.grid-3-cols {
        margin-top: clamp(30px, (30 / 375) * 100vw, 60px);
    }*/

	section.home.projets div.grid-3-cols figcaption .bt {
		font-size: clamp(16px, (16 / 375) * 100vw, 18px);
	}
    
    section.home.a-propos > div {
        background: transparent;
        padding-bottom: clamp(30px, (30 / 375) * 100vw, 60px);
    }
    
    /*section.home.temoignages > div > div {
        row-gap: clamp(30px, (30 / 375) * 100vw, 60px);
    }*/
	
	.projets-categories ul {
		display: none;
	}
	
	form#form-projets,
	form#form-news {
		display: block;
	}
	
	.projets-list {
		grid-template-columns: auto;
		grid-gap: clamp(15px, (15 / 375) * 100vw, 30px);
	}
	
	/*.projets-list figure {
		clip-path: none;
	}*/
	.projets-list figure.show figcaption {
		animation: none;
	}
	
	.projets-list figure picture img {
		height: auto;
	}
	
	.projets-list figcaption {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
	}
	
	.projets-list figure figcaption {
		background: rgb(var(--color-dark-blue));
		opacity: 1;
		padding: 0.5em;
	}

	.projets-list figcaption > span {
		overflow: auto;
	}

	.projets-list figure figcaption > span > span {
		transform: translateY(0);
	}
	
	.technologies > div > div > p,
	.a-propos > div > div > p,
	section.bckg-piste-course.a-propos > div > div > p,
	.equipe > div > div > p {
		width: 100%;
	}
	
	section.bckg-piste-course,
	body.no-transparency section.bckg-piste-course {
		background: rgb(var(--color-white));
		padding-bottom: 0;
	}
	
	.nouvelles-nav {
		width: 100%;
	}
	
	.nouvelles-nav ul {
		display: none;
	}
	
	section.nouvelles-list article,
	section.nouvelle-single article {
		grid-column-gap: 0;
		padding: clamp(15px, (15 / 375) * 100vw, 30px);
	}
	
	section.nouvelles-list article > *,
	section.nouvelle-single.img-left article > * {
		grid-column: 1 / -1;
	}
	
	section.nouvelles-list article h1,
	section.nouvelle-single article h1 {
		grid-row: 1 / 2;
	}
	
	section.nouvelles-list article figure + h1,
	section.nouvelle-single article figure + h1 {
		margin-bottom: 1em;
	}
	
	section.nouvelles-list article figure,
	section.nouvelle-single.img-left article figure {
		grid-column: 1 / -1;
		grid-row: auto;
		height: auto;
	}
	
	section.home.nouvelles figure picture.padding img,
	section.nouvelles-list article figure.padding,
	section.nouvelle-single article figure.padding {
		padding: clamp(15px, (15 / 375) * 100vw, 30px);
	}
	
	section.nouvelles-list article figure picture img,
	section.nouvelle-single.img-left article figure picture img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	
	/*section.nouvelles-list article {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-column-gap: min(55px, (55 / 1920) * 100vw);
		background: rgb(var(--color-grey-94));
		color: rgb(var(--color-black));
		padding: min(55px, (55 / 1920) * 100vw) min(110px, (110 / 1920) * 100vw);
	}

	section.nouvelles-list article > * {
		grid-column: 4 / span 9;
	}

	section.nouvelles-list article figure {
		grid-column: 1 / span 3;
		grid-row: 1 / span 9999;
		background: rgba(var(--color-white));
	}

	section.nouvelles-list article figure.padding {
		padding: min(55px, (55 / 1920) * 100vw);
	}

	section.nouvelles-list article figure picture {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}

	section.nouvelles-list article figure picture img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	section.nouvelles-list article figure.cover img {
		object-fit: cover;
	}

	section.nouvelles-list article h1 {
		color: rgb(var(--color-dark-blue));
	}*/
	
	form#form-search {
		width: 100%;
	}
	
	form#form-search label,
	form#form-search input {
		width: 100%;
	}
	
	form#form-contact {
		grid-template-columns: auto;
		grid-gap: clamp(15px, (15 / 375) * 100vw, 30px);
	}
	
    footer {
        font-size: clamp(16px, (16 / 375) * 100vw, 18px);
    }
    
    footer > div {
        flex-direction: column;
        row-gap: clamp(30px, (30 / 375) * 100vw, 60px);
        padding: clamp(30px, (30 / 375) * 100vw, 60px);
    }
        
    footer nav ul {
        font-size: clamp(14px, (14 / 375) * 100vw, 16px);
    }
    
    footer nav ul li.home {
        padding: 0;
    }
    
    /*footer nav ul li.home img {
        width: min(47px, (47 / 375) * 100vw);
    }*/
    footer nav ul li.home,
    footer nav ul li.home a {
        width: min(47px, (47 / 375) * 100vw);
        height: min(33px, (33 / 375) * 100vw);
    }

    footer > div > div:nth-child(2) {
        text-align: left;
    }

    footer .social-networks {
        justify-content: flex-start;
    }
    
    footer .legal {
        font-size: clamp(12px, (12 / 375) * 100vw, 14px);
    }
	
	#lightbox div.lightbox-content.projets {
		row-gap: clamp(15px, (15 / 375) * 100vw, 30px);
		padding: clamp(30px, (30 / 375) * 100vw, 60px);
	}
	
	#lightbox div.lightbox-content.projets button.bt-close {
		/*right: clamp(30px, (30 / 375) * 100vw, 60px);
		top: clamp(30px, (30 / 375) * 100vw, 60px);*/
		align-self: flex-end;
		position: relative;
		right: auto;
		top: auto;
		height: 20px;
		font-size: min(20px, (20 / 375) * 100vw);
		transform: none;
		z-index: 20;
	}

	#lightbox div.lightbox-content.projets div.nav-projets {
		position: absolute;
		right: clamp(70px, (70 / 375) * 100vw, 100px);
		top: clamp(30px, (30 / 375) * 100vw, 60px);
		line-height: min(20px, (20 / 375) * 100vw);
		z-index: 20;
	}
	
	#lightbox div.lightbox-content.projets div.header {
		position: absolute;
		width: calc(100% - clamp(60px, (60 / 375) * 100vw, 120px));
		background: rgba(var(--color-dark-blue), 0.75);
		padding: clamp(15px, (15 / 375) * 100vw, 30px);
		padding-top: calc(min(20px, (20 / 375) * 100vw) + clamp(30px, (30 / 375) * 100vw, 60px));
		z-index: 10;
	}
	
	#lightbox div.lightbox-content.projets div.header div.content {
		padding-bottom: 0;
		overflow: hidden;
		transition: height 0.4s cubic-bezier(0.25,0.25,0.25,1);
	}
	
	#lightbox div.lightbox-content.projets div.header.show div.content {
		padding-bottom: clamp(15px, (15 / 375) * 100vw, 30px);
	}
	
	#lightbox div.lightbox-content.projets h1 {
		font-size: clamp(18px, (18 / 375) * 100vw, 27px);
	}

	#lightbox div.lightbox-content.projets p {
		font-size: clamp(14px, (14 / 375) * 100vw, 16px);
	}
	
	#lightbox div.lightbox-content.projets div.header .toggle {
		display: block;
		text-align: center;
	}
	
	#lightbox div.lightbox-content.projets div.header .toggle button {
		display: inline-block;
		transition: transform 0.4s 0.2s cubic-bezier(0.25,0.25,0.25,1);
	}
	
	#lightbox div.lightbox-content.projets div.header.show .toggle button {
		transform: scaleY(-1);
	}

	#lightbox div.lightbox-content.projets div.header .toggle button .arrow {
		width: 1em;
		height: 1em;
		font-size: clamp(20px, (20 / 375) * 100vw, 40px);
		margin: 0 auto;
	}
	
	/*#lightbox div.lightbox-content.projets {
		display: flex;
		flex-direction: column;
		row-gap: min(85px, (85 / 1920) * 100vw);
		width: 100vw;
		height: 100vh;
		background: rgba(var(--color-dark-blue),1);
		color: rgb(var(--color-white));
		padding: min(110px, (110 / 1920) * 100vw);
	}

	#lightbox div.lightbox-content.projets button.bt-close {
		position: absolute;
		right: min(55px, (55 / 1920) * 100vw);
		top: min(55px, (55 / 1920) * 100vw);
		font-size: min(40px, (40 / 1920) * 100vw);
		transform: translateX(50%);
	}

	#lightbox div.lightbox-content.projets div.nav-projets {
		position: absolute;
		right: min(110px, (110 / 1920) * 100vw);
		top: min(55px, (55 / 1920) * 100vw);
		font-weight: 600;
		font-size: clamp(12px, (16 / 1920) * 100vw, 16px);
		letter-spacing: 0.03em;
		line-height: min(40px, (40 / 1920) * 100vw);
		text-transform: uppercase;
	}

	#lightbox div.lightbox-content.projets h1 {
		min-height: 0vh;
		font-weight: 600;
		font-size: clamp(27px, (33 / 1920) * 100vw, 33px);
		letter-spacing: 0.03em;
		line-height: 1.3em;
	}

	#lightbox div.lightbox-content.projets p {
		min-height: 0vh;
		font-size: clamp(16px, (18 / 1920) * 100vw, 18px);
		letter-spacing: 0.03em;
		line-height: 1.5em;	
	}

	#lightbox div.lightbox-content.projets h1 + p {
		margin-top: 0.7143em;
	}*/
}

.body-preload,
.preload {
	display: none !important;
}