@charset "UTF-8";
/* CSS Document */
/* ©pascale moise v1 juillet 2025 */
/*     pascalemoise.com       */


/*------------------------- HOMEPAGE  ---------------------*/
/*------------------------- section Hero  ---------------------*/
section#hero {
	display: block;
	border-radius:5vw 5vw 0 0;
	overflow: hidden;
	background: url(../img/poster_hero_desktop.jpg)no-repeat center center;
	background-size: cover;
	height: calc( 77vh + 5vw);
	width: 100%;
	transform: translateY(75vh);
	will-change: transform;
}


section#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: calc(100% - 10%);
  transform: translate(-50%,  -55.56%);
  object-fit: cover;
}


@media (max-width:900px) {
	section#hero  {
		background: url(../img/poster_hero_mobile.jpg)no-repeat center center;
		background-size: cover;
	}
	section#hero video {
	  height: 100%;
	  transform: translate(-50%,  -50%);
	}
}
section#hero button.sound {
	right: 3vw;
	top: 3vw;
}
section#hero div.infosound {
	position: absolute;
	right: 4vw;
	top: 10vw;
	width: 180px;
	text-align: right;
	padding-right: 30px;
}
section#hero div.infosound span {
	color: #fff;
	line-height:1.25rem;
}

@keyframes wiggle-arrow {
  0%   { transform: rotate(-90deg) translateX(0px); }
  50%  { transform: rotate(-90deg) translateX(10px); }
  100% { transform: rotate(-90deg) translateX(0px); }
}

section#hero div.infosound::before {
	content: ' ';
	position: absolute;
	right: -10px;
	top: 10px;
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url(../img/arrow.svg)no-repeat center center;
	background-size: contain;
	animation: wiggle-arrow 1s ease-in-out infinite;
}
@media (max-width: 768px) {
	section#hero div.infosound {
		right: 2vh;
		top: 5vh;
	}
}

@media (min-aspect-ratio: 7/4) {
  body.homepage header {
  	height: 20vh;
  }
  header div.title {
  	padding-top: 10px;
  }
  section#hero {
  	height: calc( 80vh + 5vw);
  }
}

/*------------------------- section HISTORY  ---------------------*/
section#history {
	border-radius:5vw 5vw 0 0;
	background: #000;
	width: 100%;
	margin-top: calc(-7vh);
	margin-bottom:-5vw;
	padding-bottom: 15vw;
	opacity: 0;
}
section#history * {
	color: #fff;
}
section#history div.flex {
	flex-direction:row-reverse;
}
section#history div.frame {
	width: 100%;
	border-radius: 15vw 0 15vw 0;
	overflow: hidden;
	display: flex;
	aspect-ratio:4/3;
	justify-content:center;
	align-items:center;
}
section#history img {
	position: absolute;
	width: 100%;
}
section#history h3 {
	margin: 0 0 10px 0;
}

@media (max-width:900px) {
	section#history {
		margin-top: -5vw;
	}
}
/*------------------------- section DEMO  ---------------------*/
section#demo  {
	border-radius:5vw 5vw 0 0;
	overflow: hidden;
	background: #fff;
	padding: 10vh 0 ;
	margin-top: -10vw;
}
section#demo .wrapper.flex  {
	align-items: center;
	padding: 0vh 5vw;
}
section#demo video {
	width: 100%;
	border-radius: 3vw;
	overflow: hidden;
}
section#demo .col-1x2:last-child {
	padding-right: calc((100vw - 1200px)/2 + 5vw);
}
/*------------------------- section TV  ---------------------*/
section#tv {
	background: #E9E9E6;
	padding: 2vh 0;
}
section#tv div.flex {
	gap: 2vw;
	padding: 0 2vw;
}

section#tv img {
	width: 100px;
	opacity: .5;
	filter: grayscale(1);
}
/*------------------------- section CARACTERISTICS  ---------------------*/
section#caracteristics {
	transform: translateY(-15vh);
	padding-top: 0vh;
}

section#caracteristics figure {
	width: 50%;
	aspect-ratio:1/1;
	border-radius: 50%;
	margin: 0;
}
section#caracteristics figure {
	background: #000 url('../img/carac_madeinfrance.svg') no-repeat center center;
	background-size: 40%;
}
section#caracteristics .fixable figure {
	background-image:url('../img/carac_fixable.svg');
}
section#caracteristics .recyclable figure {
	background-image:url('../img/carac_recyclable.svg');
	background-size: 45%;
}
section#caracteristics ul  {
	padding: 0 10px;
	list-style-position: inside;
}
section#caracteristics ul li {
	font-size: .85rem;
	line-height: 1.25rem;
}
/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
	section#caracteristics figure {
		width: 15vw;
		height: 15vw;
		margin-right: 5vw;
	}
	section#caracteristics .col-1x3 {
		display: flex;
	}
	section#caracteristics h3 { 
		margin: 10px 0 0 0;
	}
}


/*------------------------- section OFFER  ---------------------*/
section#offer {
	background: var(--jaune);
	border-radius:5vw 5vw 0 0;
	padding-top: 3vh;
	padding-bottom: 5vw;
}
section#offer .wrapper:first-of-type {
	text-align: center;
}
section#offer h3 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
section#offer h5 {
	margin: 0;
	font-size: 1rem;
	margin-bottom: 2vh;
	font-weight: normal;
}
section#offer div.price {
	width: calc((100% / 3) - 2.5vw);
	margin: 3vw auto;
	aspect-ratio:1/1;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 2vw;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content:center;
}
section#offer div.price span {
	display: block;
}
section#offer div.price span.now {
	font-weight: 600;
	font-size: 6rem;
	margin: 20% 0; 
}
section#offer div.price span.before {
	font-weight: 600;
	font-size: 20px;
	text-decoration: line-through;
}
section#offer .flex .col-1x3 {
	background: rgba(255,255,255,.2);
	border-radius: 2vw;
	padding: 1vw 2vw;
}
section#offer .reserver a.cta, section#reserver-fixed a.cta {
	position: relative;
	z-index: 1;
	margin: 10px 0;
	outline: 10px solid var(--jaune);
}
section#offer .reserver {
	visibility:hidden;
	padding: 8vh 0 0 0;
	text-align: center;
}
section#offer .reserver.active {
	visibility:visible;
}

section#offer a {
  text-decoration: none;
}


section#reserver-fixed {
	visibility:hidden;
	padding: 0;
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%;
	z-index: 99;
	overflow: auto;
}
section#reserver-fixed.active {
	visibility:visible;
}
section#reserver-fixed div.container {
	height: 70px;
	text-align: center;
}
section#reserver-fixed div.container::before {
	content: ' ';
	position: absolute;
	bottom: 0;left: 0;
	width: 100%;
	height: 40px;
	background: var(--jaune);
}
section#reserver-fixed button {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	outline: 10px solid var(--jaune);
	color: #fff;
	text-decoration: none;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
	section#offer div.price {
		width: 50%;
	}
	section#offer div.price span.now {
		font-size: 5rem;
	}
	section#offer .flex .col-1x3 {
		padding: 1vh 2vw;
		margin: 2vh 0;
	}
	section#offer .flex .col-1x3 {
		padding: 1vh 2vw;
		margin: 2vh 0;
	}
	section#offer .flex .col-1x3 h4{
		margin: 1vh 0;
	}
}
@media (max-width: 500px) {
	section#offer div.price span.now {
		font-size: 16vw;
		margin: 5% 0;
	}
}

/*------------------------- section DESIGN  ---------------------*/
section#design {
	padding-bottom: 5vh;
	border-radius:5vw 5vw 0 0;
	background: #fff;
}
section#design .flex {
	flex-direction: row-reverse;
}
section#design .col-2x3 {
	text-align: center;
}
section#design img {
	max-width: 50%;
	width: 50%;
}
section#design .wrapper.flex {
	align-items: center;
	margin-bottom: 5vh;
}
section#design img.etagere_nb {
	position: absolute;
	left: 25%;
}
section#design img.opensource {
	width: 35%;
}
section#design .opensource h3 span  {
	display: block;
	font-size: 5rem;
}
/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
	section#design .col-2x3 {
		margin-top: 4vh;
	}
	section#design .flex {
		flex-direction: row;
	}
}

/*------------------------- section neverforget  ---------------------*/
section#neverforget {
	height: 100vh;
	border-radius:5vw 5vw 0 0;
	overflow: hidden;
}
section#neverforget video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 10vw;
}
section#neverforget * {
	color: #fff;
}
section#neverforget div.wrapper {
	position: absolute;
	width: 100%;
	left: calc((100vw - 1240px)/2);
	bottom: 20vh;
}
section#neverforget button.sound{
	top: 3vw;
	right: 3vw;
}
@media (max-width: 1200px) {
	section#neverforget div.wrapper {
		left:0;
		bottom: 5vh;
	}
}

/*------------------------- section leads  ---------------------*/
section#leads {
	height: auto;
	background: #000;
	padding: 3vh 0 5vh 0;
}
section#leads * {
	color: #fff;
}
section#leads .wrapper.flex {
	align-items: flex-end;
}
/*------------------------- section testers  ---------------------*/
section#testers {
	height: auto;
	padding-bottom: 3vh;
	border-radius: 5vw 5vw 0 0;
	margin-top: -10vw;
	background: #fff;
}
section#testers div.wrapper {
	background: var(--gris);
	border-radius:5vw;
	padding: 1vw 5vw 2vw 5vw;
}
section#testers img {
	position: relative;
	display: block;
	margin-left: 25%;
	border-radius: 50%;
	width: 50%;
	aspect-ratio:1/1;
	z-index: 9;
}
section#testers div.wrapper div.flex {
	align-items: stretch;
}
section#testers .citation {
	background: #fff;
	border-radius: 3vw;
	padding:7vw 3vw 3vw 3vw;
	transform: translateY(-5vw);
	z-index: 1;
	height: calc(100% - 10vw);
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
	
	section#testers img {
		position: absolute;
		width: 20vw;
		height: 20vw;
		margin-left: 0;
	}
	section#testers div.citation {
		width: 80vw;
		margin: 3vh 0;
		min-height: 16vw;
		transform: translateX(10vw) translateY(-3vw);
		padding: 3vw 3vw 0 13vw;
		
	}
}

/*------------------------- section team  ---------------------*/
section#team {
	height: auto;
	padding: 5vh 0 20vh 0vw;
}
section#team div.teammate {
	padding-bottom: 2vw;
}
section#team div.teammate h4 {
	margin: 1vh 0 0 0;
}
section#team div.image {
	border-radius: 2vw;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
	aspect-ratio:4/2;
}
section#team div.image img{
	min-width: 100%;
}
section#team a.arrow { 
	margin-left: calc((100% / 3) + 3.25vw);
}
section#team a.arrow::before { 
	filter: invert(1);
}
/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
	
	section#team div.teammate {
		padding-top: 3vh;
	}
	section#team a.arrow { 
		margin: 3vh 0 0 0;
	}
}

/*------------------------- section serie  ---------------------*/
section#serie {
	background: var(--jaune);
	border-radius:5vw 5vw 0 0;
	padding-top: 3vh;
}
section#serie .wrapper {
	text-align: center;
}
section#serie h3 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
section#serie h5 {
	margin: 0;
	font-size: 1rem;
	margin-bottom: 2vh;
	font-weight: normal;
}
section#serie .flex .col-1x4 {
	background: rgba(255,255,255,.2);
	border-radius: 1vw;
	padding: 1vw 2vw;
	font-weight: 600;
	margin: 3vh 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
section#serie div.wrapper.boxes {
	margin-bottom: 7vh;
}

/* CONTAINER GÉNÉRAL */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 40px 20px;
  gap: 20px;
  overflow-x: auto;
  margin-bottom: 7vh;
}

.timeline .step {
  text-align: center;
  position: relative;
  flex: 1;
  min-width: 120px;
}
.timeline .step::after {
  content: " ";
  position: absolute;
  top: 32px;
  left: 50%;
  height: 4px;
  width: 100%;
  background: #c99800;
}
.timeline .step.achieved::after {
  background: #000;
}

.timeline .step:last-child::after {
  display: none;
}
.timeline .num {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #c99800;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.timeline .step.achieved .num {
  background: black;
}
.timeline .step.achieved .num::after {
	font-family: 'Material Icons';
  content: "\e5ca";
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  color: black;
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline .step.inprogress .num {
  border: 4px solid #000;
}

.timeline .title {
  font-weight: bold;
  margin-top: 1em;
}

.timeline .state {
  font-size: 0.8em;
  margin: .5em 0;
}


/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
	section#serie .boxes {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 5vh;
	}
	section#serie .flex .col-1x4  {
		width: 40vw;
		padding: 2vh;
		line-height: 1.5rem;
		margin: 0;
	}
	.timeline {
		padding: 20px;
	}
	.timeline .step::after {
		top: 64px;
		left: 32px;
		height: 64px;
		width: 4px;
	}
	.timeline .step {
		text-align: left;
		height: 100px;
	}
	.timeline .step .num {
		margin: 0;
	}
	.timeline .step .title {
		position: absolute;
		top: 0;
		left: 100px;
	}
	.timeline .step .state {
		position: absolute;
		top: 30px;
		left: 100px;
	}
}


/*------------------------- section FAQ  ---------------------*/
section#faq {
	background: var(--gris);
	border-radius:5vw 5vw 0 0;
	padding: 5vh 0;
}
section#faq .accordion {
	padding: 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
section#faq .accordion:last-child {
	border: none;
}
section#faq .accordion h4 {
	padding-right: 50px;
	line-height: 1.25em;
}
section#faq .accordion h4::after {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'Material Icons';
	content: '\e313';
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height:32px;
	background: #000;
	color: #fff;
	font-weight: 400;
	border-radius: 50%;
	text-align: center;
	transition: all .25s ease-in-out 0s;
}
section#faq .accordion p {
	display: none;
	padding-bottom: 3vh;
}
section#faq .accordion.active h4::after {
	transform: rotate(180deg);
}
/*------------------------- section FAQ  ---------------------*/
section#loveit {
	 padding: 0;
	 background: none;
}
section#loveit video {
	 width: 101%;
	 margin: -1% 0;
}
section#loveit div.wrapper {
	position: absolute;
	width: 100%;
	bottom: 5%;
	text-align: right;
}
section#loveit div.wrapper h3 {
	color: #fff;
}


