.cover_section{position:relative;height:80vh;min-height:600px;background-color:rgba(20,20,40,.2);display:flex;flex-direction:column;justify-content:flex-end;flex-wrap:nowrap;overflow:hidden}@media screen and (max-width: 768px){.cover_section{height:70vh}}.cover_section__bcg{position:absolute;inset:0;z-index:-1;pointer-events:none}.cover_section__bcg.with-shadow::after{content:"";position:absolute;bottom:0;left:0;right:0;height:50vh}.cover_section__bcg.with-shadow.is-shadow-high::after{background:rgba(0,0,0,.2);background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%)}.cover_section__bcg.with-shadow.is-shadow-low::after{background:rgba(0,0,0,.1);background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0) 100%)}.cover_section__carousel{height:100%}.cover_section__carousel .embla__viewport{overflow:hidden;height:100%}.cover_section__carousel .embla__container{display:flex;touch-action:pan-y pinch-zoom;height:100%}.cover_section__carousel .embla__slide{flex:0 0 100%;min-width:0}.cover_section__img{height:100%;width:100%}.cover_section__content{padding-bottom:var(--padding-section);color:var(--tt-white-color)}.cover_section__surtitle{position:relative;color:var(--tt-white-color);font-size:clamp(1.3rem,1.2319526627rem + 0.001183432*100vw,1.4rem);font-weight:800;line-height:1;letter-spacing:1.2px;text-transform:uppercase;--tt-caret-size: 48px;padding-left:calc(var(--tt-caret-size) + 16px);margin-bottom:32px}@media screen and (max-width: 1024px){.cover_section__surtitle{margin-bottom:24px}}@media screen and (max-width: 768px){.cover_section__surtitle{margin-bottom:16px}}.cover_section__surtitle::before{content:"";display:block;width:var(--tt-caret-size);height:1px;background-color:var(--tt-primary-color);position:absolute;top:50%;left:0;transform:translateY(-50%);pointer-events:none}.cover_section .eyebrow{margin-bottom:16px;color:var(--tt-primary-color)}.cover_section .h1{color:var(--tt-white-color);text-wrap:balance}.cover_section__infos{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px 32px;margin-top:24px}@media screen and (max-width: 1024px){.cover_section__infos{gap:16px 24px}}@media screen and (max-width: 768px){.cover_section__infos{gap:12px 16px;margin-top:16px}}.cover_section__infos>div{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;align-items:center;color:var(--tt-white-color);line-height:1}.cover_section__infos>div svg{width:auto;height:1lh}.cover_section__buttons{margin-top:48px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:16px 24px}@media screen and (max-width: 1280px){.cover_section__buttons{margin-top:40px}}@media screen and (max-width: 1024px){.cover_section__buttons{margin-top:32px}}@media screen and (max-width: 768px){.cover_section__buttons{margin-top:24px}}.cover_section__dots{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:12px;margin-top:64px}@media screen and (max-width: 1280px){.cover_section__dots{margin-top:48px}}@media screen and (max-width: 1024px){.cover_section__dots{margin-top:40px}}@media screen and (max-width: 768px){.cover_section__dots{margin-top:24px}}.cover_section__dots .embla__dot{width:18px;height:18px;border:2px solid var(--tt-white-color);background:none;cursor:pointer;transition:border .2s ease-out,background .2s ease-out}@media screen and (max-width: 768px){.cover_section__dots .embla__dot{width:16px;height:16px}}.cover_section__dots .embla__dot.embla__dot--selected{border:2px solid var(--tt-primary-color);background:var(--tt-primary-color)}.cover_section__dots .embla__dot:hover{border:2px solid var(--tt-primary-color)}
.grid__images{display:grid;width:100%;grid-template-columns:repeat(12, 1fr);grid-template-rows:repeat(12, 1fr);gap:32px;aspect-ratio:6/5}@media screen and (max-width: 1280px){.grid__images{grid-template-columns:repeat(10, 1fr);grid-template-rows:repeat(10, 1fr)}}@media screen and (max-width: 1024px){.grid__images{gap:24px}}@media screen and (max-width: 768px){.grid__images{aspect-ratio:inherit;display:flex;flex-direction:column;flex-wrap:nowrap}}.grid__images>.grid__images__item{position:relative}.grid__images>.grid__images__item picture,.grid__images>.grid__images__item img{position:absolute;inset:0}.grid__images>.grid__images__item:nth-of-type(1){grid-column:1/7;grid-row:1/7}@media screen and (max-width: 1280px){.grid__images>.grid__images__item:nth-of-type(1){grid-column:1/6;grid-row:1/6}}@media screen and (max-width: 768px){.grid__images>.grid__images__item:nth-of-type(1){height:auto;aspect-ratio:56/60}}.grid__images>.grid__images__item:nth-of-type(2){grid-column:7/13;grid-row:2/6}@media screen and (max-width: 1280px){.grid__images>.grid__images__item:nth-of-type(2){grid-column:6/11;grid-row:2/5}}@media screen and (max-width: 768px){.grid__images>.grid__images__item:nth-of-type(2){width:74%;height:auto;aspect-ratio:56/40}}.grid__images>.grid__images__item:nth-of-type(3){grid-column:1/9;grid-row:7/13}@media screen and (max-width: 1280px){.grid__images>.grid__images__item:nth-of-type(3){grid-column:1/8;grid-row:6/11}}@media screen and (max-width: 768px){.grid__images>.grid__images__item:nth-of-type(3){height:auto;aspect-ratio:76/50}}.grid__images>.grid__images__item:nth-of-type(4){grid-column:9/13;grid-row:6/11}@media screen and (max-width: 1280px){.grid__images>.grid__images__item:nth-of-type(4){grid-column:8/11;grid-row:5/9}}@media screen and (max-width: 768px){.grid__images>.grid__images__item:nth-of-type(4){margin-left:auto;width:86%;height:auto;aspect-ratio:36/30}}.project__page .faq_section{padding:calc(var(--padding-section)*2) 0}.project__temoignage{padding:calc(var(--padding-section)*2) 0;background-color:var(--tt-third-color);text-align:center}.project__temoignage svg{filter:var(--tt-secondary-filter);height:24px;width:auto}@media screen and (max-width: 768px){.project__temoignage svg{height:20px}}.project__temoignage .h4{margin:32px auto;max-width:870px}@media screen and (max-width: 768px){.project__temoignage .h4{margin:24px auto}}.project__temoignage .h4 *{text-wrap:balance}.project__temoignage__author{font-size:1.8rem;font-weight:700;line-height:1.6;margin-bottom:8px}.project__content{padding:calc(var(--padding-section)*2) 0 var(--padding-section)}.project__content .container{display:grid;grid-template-columns:2fr 1fr;gap:var(--padding-section)}@media screen and (max-width: 768px){.project__content .container{display:flex;flex-direction:column;gap:calc(var(--padding-section)*3)}}.project__content__aside{padding-left:16px;border-left:1px solid var(--tt-primary-color)}@media screen and (max-width: 768px){.project__content__aside{padding-left:0;border-left:none}}.project__content__aside .eyebrow{margin-bottom:16px}.project__content__aside ul{display:flex;flex-direction:column;gap:16px}.project__content__aside ul li{padding-bottom:15px;border-bottom:1px solid rgba(209,197,183,.3)}.project__content__aside ul+.eyebrow{margin-top:48px}@media screen and (max-width: 768px){.project__content__aside ul+.eyebrow{margin-top:32px}}.project__galerie{padding-bottom:calc(var(--padding-section)*2)}.project__galerie__head{display:flex;flex-wrap:nowrap;align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:32px}.project__galerie__nav{display:flex;gap:16px}.project__galerie__nav button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--tt-secondary-color);cursor:pointer;background-color:rgba(0,0,0,0)}.project__galerie__nav button svg{width:auto;height:16px;filter:var(--tt-secondary-filter)}.project__galerie__nav button:disabled{cursor:not-allowed;opacity:.4}.project__galerie__nav button:not(:disabled):hover{background-color:var(--tt-secondary-color)}.project__galerie__nav button:not(:disabled):hover svg{filter:invert(100%)}@media screen and (max-width: 1024px){.project__galerie .grid__images{grid-template-columns:repeat(10, 1fr);grid-template-rows:repeat(5, 1fr);aspect-ratio:3/2}}.embla{max-width:100%;margin:auto;--slide-height: 19rem;--slide-spacing: 1rem;--slide-size: 100%;position:relative;z-index:1;aspect-ratio:6/5}@media screen and (max-width: 1024px){.embla{aspect-ratio:3/2;--slide-height: 10rem}}@media screen and (max-width: 1024px){.embla .grid__images:nth-child(3n+1)>.grid__images__item:nth-of-type(1){grid-row:2/6}.embla .grid__images:nth-child(3n+1)>.grid__images__item:nth-of-type(2){grid-row:1/4}.embla .grid__images:nth-child(3n+2)>.grid__images__item:nth-of-type(1){grid-row:2/5}.embla .grid__images:nth-child(3n+2)>.grid__images__item:nth-of-type(2){grid-row:1/6}.embla .grid__images:nth-child(3n)>.grid__images__item:nth-of-type(1){grid-row:1/5}.embla .grid__images:nth-child(3n)>.grid__images__item:nth-of-type(2){grid-row:3/6}}.embla__viewport{overflow:hidden;position:relative;z-index:1}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1)}.embla__slide{transform:translate3d(0, 0, 0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide a{display:block;height:100%;width:100%}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

