@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CSS CODE BASE -- DATE : 16/11/2015 -- AUTHOR :OLIVER MICHAS -- V 0.1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* REMOVE BEFORE TRANSFER */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 
╔╗ ╔═╗╔═╗╔═╗
╠╩╗╠═╣╚═╗║╣ 
╚═╝╩ ╩╚═╝╚═╝
////////////////////////////////*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  position: relative;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

#root, #__next {
  isolation: isolate;
}

/*Normalize : github.com/necolas*/
/*---------------------------- 	
	PROJECT VARIABLES
------------------------------*/
/* -> RP BREAKS */
/* -> COLOR PALETTE */
/* -> project colors */
/* -> popup component */
/* -> SIZES */
/* -> FONT SIZES*/
/*Palette de couleurs et variables*/
/*---------------------------- 	
	LAYOUT
	Global project layout including main header and footer
------------------------------*/
html, body {
  overflow-x: hidden;
  /*scroll-behavior:smooth;*/
}

/* 
	LAYOUT BASE 
	Abstract for general structure
*/
html {
  /*background: linear-gradient(55deg, #1E052F, #882C71, #300940, #3D1246, #882C71);*/
  background-image: radial-gradient(circle at 46% 41%, rgba(46, 0, 52, 0.8) 0%, rgba(46, 0, 85, 0.8) 86%), radial-gradient(circle at 55% 120%, #E13477 0%, #8540E7 86%);
  background-size: 400% 400%;
  background-position: 0 0, 100% 50%;
  height: 100vh;
}

body {
  background-image: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 34%, rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0) 100%);
  background-size: 150%;
}
body.easter-egg {
  background-image: radial-gradient(circle at 25% 50%, green 0%, green 34%, blue 55%);
}

@keyframes gradient-background {
  0% {
    background-position: 0 0, 0% 50%;
  }
  50% {
    background-position: 0 0, 100% 50%;
  }
  100% {
    background-position: 0 0, 0% 50%;
  }
}
.container {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow: scroll;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 8vh, black 30vh, black);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 8vh, black 30vh, black);
}

.mobile-mask {
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #fff #e13477;
}
.mobile-mask:-webkit-scrollbar:-webkit-scrollbar-thumb {
  background: #fff;
}
.mobile-mask:-webkit-scrollbar:-webkit-scrollbar-track {
  background: #e13477;
}

/* 
	HEADER
	Main header definition (templatable)
*/
.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* 
	FOOTER 
	Main footer definition (templatable)
*/
.main-footer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 89px;
  z-index: 10;
}
.main-footer p {
  opacity: 0.7;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
}
.main-footer b {
  display: block;
  line-height: 2rem;
  font-weight: 500;
}
.main-footer a {
  color: #FED2BE;
}
.main-footer figure {
  position: relative;
}
.main-footer figure:hover {
  cursor: help;
}
.main-footer figure, .main-footer picture, .main-footer img, .main-footer svg {
  width: 100%;
}
.main-footer svg {
  position: absolute;
  top: 0.8%;
  left: -2.3%;
  height: 100%;
}
.main-footer text {
  opacity: 0;
  font-size: 1.6em;
  transition: all 0.34s ease-in;
  fill: white;
}
.main-footer tspan {
  fill: #ddd;
  font-size: 0.6em;
  font-style: italic;
  text-decoration: none !important;
}
.main-footer polygon:hover + text,
.main-footer path:hover + text {
  animation: glitch 0.13s linear forwards;
}
.main-footer polygon:hover,
.main-footer path:hover {
  cursor: help;
  animation: rgbFlash 0.21s linear forwards;
}
@keyframes rgbFlash {
  0% {
    opacity: 0;
    fill: purple;
  }
  25% {
    opacity: 0.34;
    fill: blue;
  }
  50% {
    opacity: 0.34;
    fill: red;
  }
  75% {
    opacity: 0.34;
    fill: green;
  }
  100% {
    opacity: 0;
    fill: purple;
  }
}
@keyframes glitch {
  0% {
    opacity: 0;
    fill: purple;
  }
  25% {
    opacity: 0.34;
    fill: blue;
    text-decoration: line-through;
  }
  50% {
    opacity: 0.55;
    fill: red;
    text-decoration: line-through;
  }
  75% {
    opacity: 0.34;
    fill: green;
    text-decoration: line-through;
  }
  100% {
    opacity: 1;
    fill: white;
    text-decoration: none;
  }
}

/*Mise en page préléminaire*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 
╔═╗╦  ╔═╗╔╗ ╔═╗╦  
║ ╦║  ║ ║╠╩╗╠═╣║  
╚═╝╩═╝╚═╝╚═╝╩ ╩╩═╝
////////////////////////////////*/
/*---------------------------- 	
	HELPERS
	Helpful bits & fixes
------------------------------*/
/* Clears */
.clr {
  clear: both;
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
  clear: both;
}

/* Other */
/*abstractions utiles*/
/*---------------------------- 	
	FONT
	All things written
------------------------------*/
/* BASE */
html {
  font-family: "Poppins", "Arial", sans-serif;
  font-display: optional;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}

/* -> HEADINGS */
.heading-xlarge, .tpt-usecase .cpt-usecase header h1, .tpt-homepage .cpt-section:first-child h1, .cpt-projectslider .cpt-projectslider--item .back h4 {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: clamp(1.59rem, calc(0.92rem + 3.02vw), 3.93rem);
  font-weight: 400;
  letter-spacing: 1.1px;
  /* -> 4K -- 1920 et + */
}
.heading-xlarge b, .tpt-usecase .cpt-usecase header h1 b, .tpt-homepage .cpt-section:first-child h1 b, .cpt-projectslider .cpt-projectslider--item .back h4 b {
  font-family: "Poppins", "Arial Black", sans-serif;
  display: block;
  font-size: clamp(2.13rem, calc(1.13rem + 4.44vw), 5.56rem);
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.4em;
}
.heading-large, .tpt-usecase .cpt-usecase section h3, .cpt-tech h4, .cpt-section h1, .cpt-section h2, .cpt-section h3, .loz-heading {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 48px;
  font-size: clamp(1.20rem, calc(0.74rem + 2.05vw), 2.78rem);
  font-weight: 400;
  letter-spacing: 1.1px;
}
.heading-large b, .tpt-usecase .cpt-usecase section h3 b, .cpt-tech h4 b, .cpt-section h1 b, .cpt-section h2 b, .cpt-section h3 b, .loz-heading b {
  font-family: "Poppins", "Arial Black", sans-serif;
  display: block;
  font-size: 55px;
  font-size: clamp(1.59rem, calc(0.92rem + 3.02vw), 3.93rem);
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.4em;
}

.heading-medium {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.625rem;
  color: #08616D;
  letter-spacing: 0.1px;
  line-height: 0.95em;
  /* -> 4K -- 1920 et + */
}
.heading-medium b {
  font-family: "Poppins", "Arial Black", sans-serif;
  display: block;
  font-weight: 800;
  font-size: 2.125rem;
  letter-spacing: 0.07px;
}

.heading-small, .cpt-modal h5 {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.125rem;
  font-style: italic;
  letter-spacing: 0.067em;
  line-height: 1.4em;
}
.heading-small b, .cpt-modal h5 b {
  font-family: "Poppins", "Arial Black", sans-serif;
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 2.625rem;
  color: #08616D;
  letter-spacing: 0.08px;
}

.heading--white {
  color: rgba(255, 255, 255, 0.8);
}
.heading--white small, .heading--white b {
  color: #fff;
}

/* -> CORPUS */
.corpus-large,
.corpus-medium,
.tpt-usecase .cpt-usecase section p,
.cpt-section p,
.cpt-modal p {
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04px;
  font-size: clamp(1.1rem, calc(0.59rem + 1.38vw), 1.97rem);
  line-height: 2em;
}

.corpus-medium, .tpt-usecase .cpt-usecase section p, .cpt-section p, .cpt-modal p {
  letter-spacing: 0.05px;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  line-height: 1.6em;
}

.corpus-small, .cpt-projectslider .cpt-projectslider--item .back p {
  letter-spacing: 0.034px;
  font-size: 18px;
  line-height: 1.4em;
}

/* -> CUSTOM TEXT*/
.txt-largequote {
  font-family: "Lufga", serif;
  font-size: 4.747rem;
  font-weight: 600;
  color: #FED2BE;
  letter-spacing: 1.6px;
  line-height: 1.1em;
  margin-left: 3em;
}
.txt-largequote small {
  display: block;
  margin-left: -3em;
  font-size: 3.437rem;
  letter-spacing: 1.2px;
}
.txt-largequote:before, .txt-largequote:after {
  content: " ";
  position: absolute;
  width: 54px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.txt-largequote:before {
  left: -3.1em;
  top: -0.2em;
  background-image: url(../assets/icons/quote--left.svg);
}
.txt-largequote:after {
  right: -0.8em;
  bottom: -0.2em;
  background-image: url(../assets/icons/quote--right.svg);
}
@media screen and (max-width: 1440px) {
  .txt-largequote {
    font-size: 3.437rem;
  }
  .txt-largequote small {
    font-size: 2.625rem;
  }
  .txt-largequote:before {
    left: -3.5em !important;
  }
  .txt-largequote:after {
    right: -1.2em !important;
  }
}

.txt-legend,
figcaption {
  padding-top: 5px;
  font-style: italic;
  color: #706F6D;
  font-size: 1.313rem;
}

.txt-largecite {
  font-weight: 300;
  font-size: 1.313rem;
  color: #08616D;
  line-height: 2em;
  letter-spacing: 0.52px;
}

.loz-heading {
  text-align: center;
  padding: 10%;
}
.loz-heading b {
  font-size: 4.747rem;
}
@media screen and (max-width: 1440px) {
  .loz-heading {
    font-size: 2.625rem;
    padding: 10% 15%;
  }
  .loz-heading b {
    font-size: 3.437rem;
  }
}

/* COMBOS*/
h1 + p,
h2 + p {
  margin-top: 55px;
}
@media screen and (max-width: 1280px) {
  h1 + p,
h2 + p {
    margin-top: 34px;
  }
}
@media screen and (max-height: 900px) {
  h1 + p,
h2 + p {
    margin-top: 34px;
  }
}

h3 + p,
h4 + p {
  margin-top: 21px;
}
@media screen and (max-width: 1280px) {
  h3 + p,
h4 + p {
    margin-top: 13px;
  }
}
@media screen and (max-height: 900px) {
  h3 + p,
h4 + p {
    margin-top: 13px;
  }
}

p + p {
  margin-top: 1.4em;
}

/*polices et règles d'affichage du texte*/
/*---------------------------- 	
	ACTIONS
	Actionnable elements eg: call-to-actions
------------------------------*/
.cta-loz, .cpt-tech a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  transform: rotate(45deg);
  background: #E13472;
  box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.34s ease-in;
}
.cta-loz i, .cpt-tech a i {
  display: block;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 2.6rem;
  transform: rotate(45deg);
  padding-top: 1px;
}
.cta-loz:hover, .cpt-tech a:hover {
  transform: rotate(135deg) scale(1.2);
}

.cta-classic, .tpt-expertise .cpt-section:not(#contact) p + a, .cpt-projet div + a {
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  color: #D115C8;
  max-width: 333px;
  text-align: left;
  transition: all 0.21s ease-in-out;
}
.cta-classic:before, .tpt-expertise .cpt-section:not(#contact) p + a:before, .cpt-projet div + a:before {
  flex-shrink: 0;
  content: " ";
  display: block;
  height: 55px;
  width: 55px;
  transform: rotate(45deg);
  background-image: url(../assets/icons/plus.svg), linear-gradient(189deg, #D61EB0 0%, #CD0DDF 100%);
  background-repeat: no-repeat;
  background-position: center 45%;
  color: #fff;
  transition: all 0.34s ease-out;
}
.cta-classic:hover, .tpt-expertise .cpt-section:not(#contact) p + a:hover, .cpt-projet div + a:hover {
  color: #fff;
}
.cta-classic:hover:before, .tpt-expertise .cpt-section:not(#contact) p + a:hover:before, .cpt-projet div + a:hover:before {
  background-image: url(../assets/icons/plus-on.svg), linear-gradient(189deg, #FFFFFF 0%, #FAFAFA 100%);
  transform: rotate(45deg) rotateY(180deg);
}

.cta-classic--right, .tpt-expertise .cpt-section:not(#contact) p + a, .cpt-projet div + a {
  text-align: right;
  flex-direction: row-reverse;
}
.cta-classic--right:before, .tpt-expertise .cpt-section:not(#contact) p + a:before, .cpt-projet div + a:before {
  margin-left: 34px;
}

/* ICONS */
.icon-angular {
  background-image: url(../assets/img/logo-tech--angular.svg);
}

.icon-docker {
  background-image: url(../assets/img/logo-tech--docker.svg);
}

.icon-ionic {
  background-image: url(../assets/img/logo-tech--ionic.svg);
}

.icon-laravel {
  background-image: url(../assets/img/logo-tech--laravel.svg);
}

.icon-nodejs {
  background-image: url(../assets/img/logo-tech--nodejs.svg);
}

.icon-react {
  background-image: url(../assets/img/logo-tech--reactnative.svg);
}

.icon-design {
  background-image: url(../assets/img/logo-tech--sketch.svg);
}

.icon-integration {
  background-image: url(../assets/img/logo-tech--htmlcss.svg);
}

/*actions, boutons, liens et inputs*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 
╔═╗╔═╗╔╦╗╔═╗╔═╗╔╗╔╔═╗╔╗╔╔╦╗╔═╗
║  ║ ║║║║╠═╝║ ║║║║║╣ ║║║ ║ ╚═╗
╚═╝╚═╝╩ ╩╩  ╚═╝╝╚╝╚═╝╝╚╝ ╩ ╚═╝
////////////////////////////////*/
/*---------------------------- 	
	BLOBS
	Micro-composants
------------------------------*/
/*---------------------------- 	
	COMPONENTS
	Composants génériques
------------------------------*/
.cpt-modal {
  z-index: 1000;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.77);
  backdrop-filter: blur(2px);
}
.cpt-modal::backdrop {
  background: rgba(0, 0, 0, 0.77);
  filter: blur(2px);
}
.cpt-modal .cpt-modal--content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 768px;
  max-height: 90vh;
  margin-left: calc(-768px / 2);
  transform: translate(0, -50%);
  border-radius: 8px;
  padding: 89px 55px;
  box-shadow: 5px 5px 1px #e13477;
  background: #fff;
  overflow: visible;
  color: #333;
}
.cpt-modal h5 {
  text-align: center;
  padding-bottom: 0.4em;
}
.cpt-modal p {
  font-size: clamp(0.51rem, calc(0.37rem + 0.62vw), 0.98rem);
  text-align: center;
  padding-bottom: 2.1em;
}
.cpt-modal button[aria-label=close] {
  position: absolute;
  top: -44px;
  right: -34px;
  color: #fff;
  font-weight: bold;
  background: rgba(225, 52, 119, 0.8);
  text-transform: uppercase;
  border: 0;
  padding: 3px 8px;
  border-radius: 3px;
}
.cpt-modal button[aria-label=close]:hover {
  cursor: pointer;
  background: #e13477;
  transform: scale(1.2);
  transition: all 0.21s ease-out;
}
.cpt-modal form {
  width: 74%;
  margin: 0 auto;
}
.cpt-modal form > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 21px;
}
.cpt-modal form input,
.cpt-modal form textarea {
  order: 2;
  width: 100%;
  font-size: clamp(0.51rem, calc(0.37rem + 0.62vw), 0.98rem);
  min-height: 44px;
  padding-left: 1em;
  font-weight: bold;
}
.cpt-modal form input:focus, .cpt-modal form input:active,
.cpt-modal form textarea:focus,
.cpt-modal form textarea:active {
  outline: 0 none;
  border-color: #E13477;
  box-shadow: 0 1px 1px rgba(225, 52, 119, 0.075) inset;
}
.cpt-modal form input:focus + label, .cpt-modal form input:active + label,
.cpt-modal form textarea:focus + label,
.cpt-modal form textarea:active + label {
  color: #E13477;
}
.cpt-modal form textarea {
  padding-top: 1em;
}
.cpt-modal form label {
  order: 1;
  font-size: clamp(0.51rem, calc(0.37rem + 0.62vw), 0.98rem);
  padding-bottom: 5px;
}
.cpt-modal form button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #fff;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  line-height: 1.2rem;
  width: 100%;
  border-radius: 2px;
  font-weight: 500;
  height: 55px;
  outline: none;
  border: 0;
  transition: all 0.42s ease-in-out;
  background-image: radial-gradient(circle at 47% 82%, #E13477 0%, #8540E7 81%);
  background-size: 400% 400%;
}
.cpt-modal form button:hover {
  cursor: pointer;
  background-image: radial-gradient(circle at 47% 82%, #E13477 0%, #8540E7 81%);
  background-size: 400% 400%;
  animation: gradient-background 15s ease infinite;
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .cpt-modal .cpt-modal--content {
    width: 90vw;
    margin-left: -45vw;
  }
  .cpt-modal button[aria-label=close] {
    right: -10px;
  }
  .cpt-modal p {
    font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  }
  .cpt-modal form {
    width: 94%;
  }
  .cpt-modal form input, .cpt-modal form textarea, .cpt-modal form label {
    font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  }
}
@media screen and (max-width: 480px) {
  .cpt-modal .cpt-modal--content {
    padding: 55px 34px;
  }
}
@media screen and (max-height: 800px) {
  .cpt-modal .cpt-modal--content {
    overflow: scroll;
  }
  .cpt-modal button[aria-label=close] {
    right: 0;
    margin-right: 21px;
    top: 21px;
    width: 44px;
    background: #e13477;
  }
}

.cpt-quickpagi {
  position: fixed;
  top: 50%;
  margin-top: -55px;
  left: 89px;
  z-index: 1000;
}
@supports not (aspect-ratio: 1/1) {
  .cpt-quickpagi {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1920px) {
  .cpt-quickpagi {
    left: 55px;
  }
}
@media screen and (max-width: 1280px) {
  .cpt-quickpagi {
    left: 34px;
  }
}
.cpt-quickpagi button {
  width: 21px;
  background: url(../assets/icons/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  transition: 0.21s ease-out;
}
.cpt-quickpagi button:first-child {
  opacity: 0;
}
.cpt-quickpagi span + button {
  transform: none;
}
.cpt-quickpagi span {
  display: block;
  width: 21px;
  height: 21px;
  margin: 8px 0;
  background: #fff;
  border-radius: 100%;
}
.cpt-quickpagi span:before {
  content: " ";
  position: absolute;
  width: 35px;
  height: 35px;
  left: -7px;
  top: -7px;
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 0.2;
}
.cpt-quickpagi.updown button:first-child {
  opacity: 1;
}
.cpt-quickpagi.up span + button {
  opacity: 0;
}

.cpt-pagitip {
  z-index: 5;
  position: absolute;
  bottom: 89px;
  left: 50%;
  margin-left: -17px;
  display: flex;
  justify-content: center;
}
.cpt-pagitip button {
  width: 34px;
  height: 53px;
  background: url(../assets/icons/pagitip.svg);
  background-size: 100%;
  outline: none;
  border: 0;
  transition: all 0.34s ease-in-out;
}
.cpt-pagitip button:hover {
  cursor: pointer;
  transform: scale(1.2);
}
@media screen and (max-width: 1280px) {
  .cpt-pagitip {
    bottom: 34px;
  }
}

.cpt-lang {
  position: absolute;
  top: 72px;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  right: 55px;
  list-style-type: none;
}
.cpt-lang li + li {
  display: none;
}
.cpt-lang a {
  color: #fff;
  opacity: 0.8;
}
.cpt-lang a:hover {
  opacity: 1;
}

.cpt-section {
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.cpt-section.left, .tpt-expertise .cpt-section:not(#contact), .tpt-homepage .cpt-section:nth-child(2) {
  padding-left: 13vw;
}
.cpt-section.left h2, .tpt-expertise .cpt-section:not(#contact) h2, .tpt-homepage .cpt-section:nth-child(2) h2, .cpt-section.left h3, .tpt-expertise .cpt-section:not(#contact) h3, .tpt-homepage .cpt-section:nth-child(2) h3, .cpt-section.left p, .tpt-expertise .cpt-section:not(#contact) p, .tpt-homepage .cpt-section:nth-child(2) p {
  width: 34%;
}
.cpt-section.center, .tpt-usecase .cpt-usecase header.cpt-section, .tpt-contact .cpt-section, .tpt-projets .cpt-section:nth-child(2), .tpt-expertise .cpt-section:nth-child(10), .tpt-homepage .cpt-section:nth-child(3),
.tpt-homepage .cpt-section:nth-child(4),
.tpt-homepage .cpt-section:nth-child(5), .tpt-homepage .cpt-section:first-child, .cpt-section.cpt-contact {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.cpt-section.center > h2, .tpt-usecase .cpt-usecase header.cpt-section > h2, .tpt-contact .cpt-section > h2, .tpt-projets .cpt-section:nth-child(2) > h2, .tpt-expertise .cpt-section:nth-child(10) > h2, .tpt-homepage .cpt-section:nth-child(3) > h2,
.tpt-homepage .cpt-section:nth-child(4) > h2,
.tpt-homepage .cpt-section:nth-child(5) > h2, .tpt-homepage .cpt-section:first-child > h2, .cpt-section.cpt-contact > h2, .cpt-section.center > h3, .tpt-usecase .cpt-usecase header.cpt-section > h3, .tpt-contact .cpt-section > h3, .tpt-projets .cpt-section:nth-child(2) > h3, .tpt-expertise .cpt-section:nth-child(10) > h3, .tpt-homepage .cpt-section:nth-child(3) > h3,
.tpt-homepage .cpt-section:nth-child(4) > h3,
.tpt-homepage .cpt-section:nth-child(5) > h3, .tpt-homepage .cpt-section:first-child > h3, .cpt-section.cpt-contact > h3, .cpt-section.center > p, .tpt-usecase .cpt-usecase header.cpt-section > p, .tpt-contact .cpt-section > p, .tpt-projets .cpt-section:nth-child(2) > p, .tpt-expertise .cpt-section:nth-child(10) > p, .tpt-homepage .cpt-section:nth-child(3) > p,
.tpt-homepage .cpt-section:nth-child(4) > p,
.tpt-homepage .cpt-section:nth-child(5) > p, .tpt-homepage .cpt-section:first-child > p, .cpt-section.cpt-contact > p {
  width: 66%;
}
.cpt-section.center .clients, .tpt-usecase .cpt-usecase header.cpt-section .clients, .tpt-contact .cpt-section .clients, .tpt-projets .cpt-section:nth-child(2) .clients, .tpt-expertise .cpt-section:nth-child(10) .clients, .tpt-homepage .cpt-section:nth-child(3) .clients,
.tpt-homepage .cpt-section:nth-child(4) .clients,
.tpt-homepage .cpt-section:nth-child(5) .clients, .tpt-homepage .cpt-section:first-child .clients, .cpt-section.cpt-contact .clients {
  padding: 0 89px;
  margin-top: 144px;
  max-width: 1280px;
}
@media screen and (max-width: 1920px) {
  .cpt-section.left, .tpt-expertise .cpt-section:not(#contact), .tpt-homepage .cpt-section:nth-child(2) {
    padding-left: 8vw;
  }
  .cpt-section.left h2, .tpt-expertise .cpt-section:not(#contact) h2, .tpt-homepage .cpt-section:nth-child(2) h2, .cpt-section.left h3, .tpt-expertise .cpt-section:not(#contact) h3, .tpt-homepage .cpt-section:nth-child(2) h3, .cpt-section.left p, .tpt-expertise .cpt-section:not(#contact) p, .tpt-homepage .cpt-section:nth-child(2) p {
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .cpt-section.left, .tpt-expertise .cpt-section:not(#contact), .tpt-homepage .cpt-section:nth-child(2) {
    padding-left: 8vw;
  }
  .cpt-section.left h2, .tpt-expertise .cpt-section:not(#contact) h2, .tpt-homepage .cpt-section:nth-child(2) h2, .cpt-section.left h3, .tpt-expertise .cpt-section:not(#contact) h3, .tpt-homepage .cpt-section:nth-child(2) h3, .cpt-section.left p, .tpt-expertise .cpt-section:not(#contact) p, .tpt-homepage .cpt-section:nth-child(2) p {
    width: 45%;
  }
}
@media screen and (max-width: 1280px) {
  .cpt-section {
    min-height: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .cpt-section.center .clients, .tpt-usecase .cpt-usecase header.cpt-section .clients, .tpt-contact .cpt-section .clients, .tpt-projets .cpt-section:nth-child(2) .clients, .tpt-expertise .cpt-section:nth-child(10) .clients, .tpt-homepage .cpt-section:nth-child(3) .clients,
.tpt-homepage .cpt-section:nth-child(4) .clients,
.tpt-homepage .cpt-section:nth-child(5) .clients, .tpt-homepage .cpt-section:first-child .clients, .cpt-section.cpt-contact .clients {
    margin-top: 89px;
    padding: 0;
  }
}

.cpt-quote, .tpt-usecase .cpt-usecase blockquote, .cpt-projet blockquote {
  position: relative;
  text-align: center;
}
.cpt-quote p, .tpt-usecase .cpt-usecase blockquote p, .cpt-projet blockquote p {
  font-style: italic;
  font-size: clamp(1.1rem, calc(0.59rem + 1.38vw), 1.97rem);
  font-family: "Poppins", "Arial Black", sans-serif;
}
.cpt-quote cite, .tpt-usecase .cpt-usecase blockquote cite, .cpt-projet blockquote cite {
  display: inline-block;
  padding-top: 13px;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  opacity: 0.8;
  font-style: normal;
}

.cpt-projet {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 377px;
}
.cpt-projet:last-child {
  margin-bottom: 144px;
}
.cpt-projet figure {
  align-self: flex-start;
  flex-basis: 55%;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 0 50px 50px 0;
  padding: 21px 21px 21px 0;
  margin-left: -4px;
}
.cpt-projet figure img {
  width: 100%;
  opacity: 0;
  transform: rotate3d(1, 1, 0, 34deg);
}
@media screen and (max-width: 1920px) {
  .cpt-projet figure {
    flex-basis: 50%;
  }
}
.cpt-projet div {
  align-self: flex-end;
  flex-basis: 45%;
  max-width: 850px;
  padding-left: 55px;
  padding-right: 144px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .cpt-projet div {
    flex-basis: 50%;
    padding-right: 5vw;
  }
}
.cpt-projet div + a {
  display: none;
  position: absolute;
  right: 144px;
  top: 144px;
  max-width: 233px;
}
@media screen and (max-width: 1920px) {
  .cpt-projet div + a {
    right: 8vw;
    top: 520px;
  }
}
.cpt-projet h2 {
  font-size: clamp(1.59rem, calc(0.92rem + 3.02vw), 3.93rem);
  text-transform: uppercase;
  font-weight: 600;
}
.cpt-projet ul {
  margin: 21px 0 21px;
}
.cpt-projet blockquote {
  flex-basis: 100%;
  margin: 377px 21vw -89px;
}
.cpt-projet blockquote:before {
  content: " ";
  position: absolute;
  height: 50px;
  left: 50%;
  margin-left: calc(((-50px * 5) + 15px) / 2);
  width: calc((50px * 5) - 15px);
  top: -63px;
  display: block;
  background-image: url(../assets/icons/star.svg);
  background-repeat: repeat-x;
}
.cpt-projet blockquote:hover:before {
  animation: stars 1s ease-out forwards;
}
@keyframes stars {
  0% {
    background-image: url(../assets/icons/star.svg);
  }
  100% {
    background-image: url(../assets/icons/star-filled.svg);
  }
}
.cpt-projet:nth-child(odd) {
  flex-direction: row-reverse;
}
.cpt-projet:nth-child(odd) figure {
  border-radius: 50px 0 0 50px;
  padding: 21px 0 21px 21px;
  margin-left: 0;
  margin-right: -4px;
}
.cpt-projet:nth-child(odd) div {
  align-self: flex-start;
  text-align: right;
  padding-top: 55px;
  padding-bottom: 0;
  padding-left: 144px;
  padding-right: 55px;
}
@media screen and (max-width: 1920px) {
  .cpt-projet:nth-child(odd) div {
    padding-left: 5vw;
  }
}
.cpt-projet:nth-child(odd) div + a {
  left: 377px;
  bottom: 89px;
  top: auto;
  right: auto;
}
@media screen and (max-width: 1920px) {
  .cpt-projet:nth-child(odd) div + a {
    left: 8vw;
    top: 520px;
  }
}
.cpt-projet:nth-child(odd) .cpt-techlist {
  justify-content: flex-end;
}
.cpt-projet:nth-child(odd) .cpt-techlist li {
  margin-right: 0;
  margin-left: 21px;
}
.cpt-projet:nth-child(2) img, .cpt-projet:nth-child(6) img {
  border-radius: 0 40px 40px 0;
}
.cpt-projet:nth-child(4) img, .cpt-projet:nth-child(7) img {
  border-radius: 40px;
}
.cpt-projet:nth-child(1) img, .cpt-projet:nth-child(3) img, .cpt-projet:nth-child(5) img {
  border-radius: 40px 0 0 40px;
}
.cpt-projet:nth-child(4), .cpt-projet:nth-child(7) {
  flex-direction: column;
  align-items: center;
  width: 66%;
}
.cpt-projet:nth-child(4) figure, .cpt-projet:nth-child(7) figure {
  border-radius: 50px;
  padding: 21px;
  margin-left: 0;
  margin-right: 0px;
}
.cpt-projet:nth-child(4) div, .cpt-projet:nth-child(7) div {
  align-self: flex-start;
  padding-top: 55px;
  padding-left: 34px;
  padding-right: 0;
  width: 55%;
}
@media screen and (max-width: 1920px) {
  .cpt-projet:nth-child(4) div, .cpt-projet:nth-child(7) div {
    width: 80%;
  }
}
.cpt-projet:nth-child(4) div + a, .cpt-projet:nth-child(7) div + a {
  right: 144px;
  bottom: 610px;
  top: auto;
}
@media screen and (max-width: 1920px) {
  .cpt-projet:nth-child(4) div + a, .cpt-projet:nth-child(7) div + a {
    right: 8%;
    bottom: auto;
    top: 40%;
  }
}
.cpt-projet:nth-child(4) blockquote, .cpt-projet:nth-child(7) blockquote {
  margin: 377px 5vw -89px;
}
.cpt-projet:nth-child(7) div {
  align-self: flex-end;
  padding-right: 34px;
  padding-left: 0;
}
.cpt-projet:nth-child(7) div + a {
  right: auto;
  left: 144px;
  bottom: 144px;
}
@media screen and (max-width: 1920px) {
  .cpt-projet:nth-child(7) div + a {
    left: 8%;
    bottom: auto;
    top: 66%;
  }
}
.cpt-projet.in figure img {
  animation: rotateIn 1s ease-in-out forwards;
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate3d(1, 1, 0, 34deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

.cpt-contact {
  background: url(../assets/img/contact-pad.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: auto;
  padding: calc(100vw / 3.3) 0;
  justify-content: flex-start;
}
@media screen and (max-width: 1920px) {
  .cpt-contact {
    background-size: auto 66%;
  }
}

.cpt-contactlinks {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-top: 89px;
}
.cpt-contactlinks li:nth-child(2) {
  opacity: 0.7;
  margin: 0 34px;
}
.cpt-contactlinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1C042D;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  line-height: 1.2rem;
  width: 275px;
  border-radius: 2px;
  font-weight: 500;
  height: 55px;
  transition: all 0.42s ease-in-out;
}
.cpt-contactlinks a:hover {
  background-image: radial-gradient(circle at 47% 82%, #E13477 0%, #8540E7 81%);
  background-size: 400% 400%;
  animation: gradient-background 15s ease infinite;
  color: #fff;
  transform: scale(1.05);
}
@keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.cpt-projectslider {
  margin-top: 144px;
  width: 66vw;
  aspect-ratio: 16/9;
  position: relative;
  perspective: 100vw;
  --translateZ: 58.5vw;
}
@supports not (aspect-ratio: 1/1) {
  .cpt-projectslider {
    height: calc((66vw / 16) * 9);
  }
}
.cpt-projectslider .cpt-projectslider--slides {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  /*backface-visibility: hidden;*/
  transform: translateZ(-58.5vw);
  transition: transform 1s ease-in;
}
.cpt-projectslider .cpt-projectslider--item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: radial-gradient(circle at 47% 82%, #E13477 0%, #8540E7 81%);
  background-size: 360%;
  border-radius: 2px;
  transform: translateZ(0);
  /*&.active ~ .cpt-projectslider--item:hover img{filter:grayscale(0);opacity: 1;}*/
}
.cpt-projectslider .cpt-projectslider--item:hover {
  transform: translateZ(0);
  animation: gradient-background 15s ease infinite;
}
@keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cpt-projectslider .cpt-projectslider--item .front {
  padding: 21px;
  width: 100%;
  height: 100%;
  transition: 0.55s ease-in;
  transition-delay: 0.2s;
}
.cpt-projectslider .cpt-projectslider--item .front picture {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transition: 0.89s ease-in;
  filter: grayscale(1);
  opacity: 0.4;
}
.cpt-projectslider .cpt-projectslider--item .front img {
  width: 100%;
  height: 100%;
}
.cpt-projectslider .cpt-projectslider--item.active .front picture {
  filter: grayscale(0);
  opacity: 1;
}
.cpt-projectslider .cpt-projectslider--item.active:hover .front {
  opacity: 0.08;
}
.cpt-projectslider .cpt-projectslider--item.active:hover .front picture {
  filter: grayscale(1);
}
.cpt-projectslider .cpt-projectslider--item .back {
  position: absolute;
  top: 0;
  opacity: 0;
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  margin: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 89px;
  transition: 0.55s ease-in;
  transition-delay: 0.2s;
}
.cpt-projectslider .cpt-projectslider--item .back h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.cpt-projectslider .cpt-projectslider--item .back p {
  text-align: left;
  width: 66%;
}
.cpt-projectslider .cpt-projectslider--item.active:hover .back {
  opacity: 1;
}
.cpt-projectslider .cpt-projectslider--item:nth-child(1) {
  transform: rotateY(0deg) translateZ(58.5vw);
}
.cpt-projectslider .cpt-projectslider--item:nth-child(2) {
  transform: rotateY(60deg) translateZ(58.5vw);
}
.cpt-projectslider .cpt-projectslider--item:nth-child(3) {
  transform: rotateY(120deg) translateZ(58.5vw);
}
.cpt-projectslider .cpt-projectslider--item:nth-child(4) {
  transform: rotateY(180deg) translateZ(58.5vw);
}
.cpt-projectslider .cpt-projectslider--item:nth-child(5) {
  transform: rotateY(240deg) translateZ(58.5vw);
}
.cpt-projectslider .cpt-projectslider--item:nth-child(6) {
  transform: rotateY(300deg) translateZ(58.5vw);
}

.cpt-projectslider--pagi {
  margin-top: 34px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpt-projectslider--pagi button {
  transition: transform 0.21s ease-in, opacity 1s ease-in;
}
.cpt-projectslider--pagi button:hover {
  transform: scale(1.2);
}
.cpt-projectslider--pagi .prev,
.cpt-projectslider--pagi .next {
  font-size: 1.3rem;
  text-align: center;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}
.cpt-projectslider--pagi ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}
.cpt-projectslider--pagi li {
  margin: 0 13px;
  display: flex;
  list-style-type: none;
  align-items: center;
}
.cpt-projectslider--pagi li button {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border-radius: 35px;
  background: #fff;
  border: 0;
  font-size: 0;
  outline: 0 none;
  opacity: 0.34;
}
.cpt-projectslider--pagi li button:after {
  content: " ";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  left: -7px;
  top: -7px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 35px;
  opacity: 0;
}
.cpt-projectslider--pagi li.active {
  margin: 0 7px;
}
.cpt-projectslider--pagi li.active button {
  width: 21px;
  height: 21px;
  opacity: 1;
  position: relative;
}
.cpt-projectslider--pagi li.active button:after {
  transition: opacity 1s ease-in;
  opacity: 1;
}

.cpt-techlist {
  display: flex;
  margin-bottom: 13px;
  font-size: 16px;
  text-transform: uppercase;
  list-style-type: none;
  font-weight: 500;
}
.cpt-techlist li {
  text-align: left;
  margin-right: 21px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1920px) {
  .cpt-techlist li {
    height: 24px;
  }
}

.cpt-tech {
  height: 66vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.cpt-tech a {
  margin-top: 55px;
}
.cpt-tech.in {
  animation: fadeIn 1s ease-in forwards;
}
.cpt-tech.out {
  animation: fadeOut 1s ease-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*composants du projet*/
/*---------------------------- 	
	TEMPLATES
	Use for templating project pages from least specific to tailor-made
------------------------------*/
/* 	
	NAME PAGE LAYOUT 
	For : what pages ? (tpt-*)
*/
@media screen and (max-width: 1024px) {
  .tpt-expertise .container {
    overflow: hidden;
  }
}
.tpt-expertise .container,
.tpt-expertise .mobile-mask,
.tpt-projets .container,
.tpt-contact .container {
  overflow-x: hidden;
}

.tpt-homepage {
  /* Intro */
  /* Agence */
  /* Technologies - Spirale */
  /* Slider */
}
.tpt-homepage .container {
  overflow-x: hidden;
}
.tpt-homepage .cpt-section:first-child {
  align-items: center;
}
.tpt-homepage .cpt-section:first-child h1 {
  margin-top: -15%;
  text-align: center;
}
.tpt-homepage .cpt-section:nth-child(2) {
  height: 70vh;
}
@media screen and (max-width: 1280px) {
  .tpt-homepage .cpt-section:nth-child(2) {
    padding-bottom: calc(100vw / 3);
    min-height: 70vh;
    height: auto;
  }
}
.tpt-homepage .cpt-section:nth-child(3) {
  height: auto;
}
.tpt-homepage .cpt-section:nth-child(3) h3 {
  height: 66vh;
}
.tpt-homepage .cpt-section:nth-child(3) .cpt-tech:last-child {
  height: 100vh;
}
.tpt-homepage .cpt-section:nth-child(4) {
  height: auto;
}

.tpt-expertise #other-techs {
  display: none;
}
.tpt-expertise .cpt-section:not(#contact) {
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  height: 80vh;
  height: 100vh;
  min-height: 987px;
  margin-left: 1vw;
}
.tpt-expertise .cpt-section:not(#contact) h1, .tpt-expertise .cpt-section:not(#contact) h2 {
  width: 55%;
  text-align: left;
}
.tpt-expertise .cpt-section:not(#contact) s {
  opacity: 0.7;
  font-weight: normal;
  font-style: italic;
}
.tpt-expertise .cpt-section:not(#contact) p {
  width: 50%;
}
.tpt-expertise .cpt-section:not(#contact) p a {
  color: #FED2BE;
}
.tpt-expertise .cpt-section:not(#contact) p + a {
  margin-top: 89px;
  margin-left: 18%;
}
.tpt-expertise .cpt-section:first-child {
  height: 100vh;
}
.tpt-expertise .cpt-section:nth-child(10) {
  height: auto;
  padding: 233px 0 377px;
  justify-content: flex-start;
  padding-left: 0;
}
.tpt-expertise .cpt-contact {
  background: none;
}

.tpt-projets .cpt-section {
  padding-top: 33vh;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.tpt-projets .cpt-section h1 {
  text-align: center;
  margin-bottom: 233px;
}
.tpt-projets .cpt-section:nth-child(2) {
  height: auto;
  padding: 233px 0 377px;
  justify-content: flex-start;
}

.tpt-contact .cpt-section {
  height: auto;
  padding: 33vh 0 144px;
}
.tpt-contact .main-footer {
  flex-direction: column;
  margin-bottom: 0;
}

.tpt-usecase .cpt-usecase {
  overflow: hidden;
}
.tpt-usecase .cpt-usecase header {
  display: flex;
  flex-direction: column;
  padding: 377px 0 233px;
  align-items: center;
  justify-content: center;
}
.tpt-usecase .cpt-usecase header h1 {
  text-align: center;
}
.tpt-usecase .cpt-usecase header h2 {
  font-size: 2.125rem;
  font-weight: 400;
  margin-bottom: 34px;
}
.tpt-usecase .cpt-usecase header + figure {
  width: 79%;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  padding: 21px;
}
.tpt-usecase .cpt-usecase header + figure img {
  border-radius: 40px;
}
.tpt-usecase .cpt-usecase section {
  position: relative;
  width: 66%;
  margin: 233px auto;
  display: flex;
  flex-direction: column;
}
.tpt-usecase .cpt-usecase section h3, .tpt-usecase .cpt-usecase section p {
  width: 55%;
}
.tpt-usecase .cpt-usecase section .a {
  position: absolute;
  right: 13vw;
  top: 233px;
  width: auto;
  height: auto;
  perspective: unset;
}
.tpt-usecase .cpt-usecase section .a figure {
  position: absolute;
  width: 233px;
  height: 233px;
  top: -233px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
}
.tpt-usecase .cpt-usecase section .a img {
  width: auto;
  max-height: 100%;
}
.tpt-usecase .cpt-usecase section:nth-child(even) {
  align-items: flex-end;
  text-align: right;
}
.tpt-usecase .cpt-usecase section:nth-child(even) .a {
  right: auto;
  left: 0;
}
.tpt-usecase .cpt-usecase blockquote {
  padding: 144px 21vw;
}
.tpt-usecase .cpt-usecaseslider {
  width: 79%;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  padding: 21px;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.tpt-usecase .cpt-usecaseslider figure, .tpt-usecase .cpt-usecaseslider img {
  width: 100%;
}
.tpt-usecase .cpt-usecaseslider figure {
  position: absolute;
  opacity: 0;
  transition: all 1s ease-out;
  transform: rotate3d(1, 1, 0, 34deg);
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate3d(1, 1, 0, 34deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    opacity: 0;
    transform: rotate3d(1, 1, 0, -34deg);
  }
}
.tpt-usecase .cpt-usecaseslider figure.active {
  animation: rotateIn 1s 0.2s ease-in forwards;
}
.tpt-usecase .cpt-usecaseslider figure.inactive {
  animation: rotateOut 1s ease-in forwards;
}
.tpt-usecase .cpt-usecaseslider img {
  border-radius: 40px;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .prev, .tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .next {
  position: absolute;
  top: 0;
  border: 0;
  outline: 0;
  width: calc(13px * 3);
  height: calc(7px * 3);
  background: url(../assets/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  animation: blink 2s linear infinite;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .prev:after, .tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .next:after {
  content: " ";
  position: absolute;
  top: -5px;
  left: 13px;
  width: 13px;
  height: 7px;
  background: url(../assets/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.21s ease-in;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .prev:hover, .tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .next:hover {
  cursor: pointer;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .prev:hover:after, .tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .next:hover:after {
  top: 0;
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .prev {
  left: -89px;
  transform: rotate(90deg);
}
.tpt-usecase .cpt-usecaseslider .cpt-usecaseslider--pagi .next {
  right: -89px;
  transform: rotate(-90deg);
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}

/*templates du projet*/
/*---------------------------- 	
	POPUP COMPONENT
	Use for building popups
------------------------------*/
/* -> Overlay */
.popup-overlay {
  display: none;
  z-index: 9999;
  background-color: #444242cc;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

/* -> Content */
.popup-content {
  display: flex;
  align-items: center;
  margin: 8% 3%;
  background-color: #08616D;
  color: white;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
.popup-content figure + div {
  flex-grow: 1;
}

/*popup & modals*/
/*---------------------------- 	
	FLEX GRID
	Use for easy fluid layouts, two to 6 columns
------------------------------*/
.gflex {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.gflex[class^=flex-] {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gflex-2 > * {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

.gflex-3 > * {
  -webkit-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
}

.gflex-4 > * {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}

.gflex-5 > * {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
}

.gflex-6 > * {
  -webkit-flex-basis: 16.5%;
  -ms-flex-basis: 16.5%;
  flex-basis: 16.5%;
}

/*grids with flex*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 
╔╦╗╔═╗╔╦╗╦ ╦╦  ╔═╗╔═╗
║║║║ ║ ║║║ ║║  ║╣ ╚═╗
╩ ╩╚═╝═╩╝╚═╝╩═╝╚═╝╚═╝
////////////////////////////////*/
nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  /*
  		a:before{
  		    display: block;
  		    content: attr(title);
  		    font-weight: 700;
  		    text-transform: uppercase;
  		    height: 0;
  		    overflow: hidden;
  		    visibility: hidden;}*/
}
nav ul li {
  margin: 0 13px;
}
nav ul a {
  display: inline-block;
  text-align: center;
  font-size: clamp(0.89rem, calc(0.46rem + 0.93vw), 1.39rem);
  text-transform: uppercase;
  padding: 21px 34px;
  color: #fff;
  font-weight: 300;
  opacity: 0.8;
}
nav ul a:hover,
nav ul .active a {
  opacity: 1;
}
nav ul .active a {
  font-weight: 400;
}
nav ul li:nth-child(3) a {
  opacity: 1;
  transform: scale(1.2);
  animation: scale-down 0.55s ease-in-out forwards;
}
nav ul li:nth-child(3) a:hover {
  animation: scale-up 0.89s ease-in-out both;
}
@keyframes scale-down {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.2) rotate(-3deg);
  }
}

nav object {
  width: 75px;
}

nav svg:hover,
nav object:hover {
  cursor: pointer;
}

nav li:nth-child(1) a:hover,
nav li:nth-child(2) a:hover,
nav li:nth-child(4) a:hover,
nav li:nth-child(5) a:hover {
  position: relative;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
nav li:nth-child(1) a:hover:before, nav li:nth-child(1) a:hover:after,
nav li:nth-child(2) a:hover:before,
nav li:nth-child(2) a:hover:after,
nav li:nth-child(4) a:hover:before,
nav li:nth-child(4) a:hover:after,
nav li:nth-child(5) a:hover:before,
nav li:nth-child(5) a:hover:after {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.55;
  font-weight: 300;
}
nav li:nth-child(1) a:hover:before,
nav li:nth-child(2) a:hover:before,
nav li:nth-child(4) a:hover:before,
nav li:nth-child(5) a:hover:before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #410D59;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
nav li:nth-child(1) a:hover:after,
nav li:nth-child(2) a:hover:after,
nav li:nth-child(4) a:hover:after,
nav li:nth-child(5) a:hover:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #410D59, 2px 1px #410D59;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(93px, 9999px, 90px, 0);
    transform: skew(0.43deg);
  }
  5% {
    clip: rect(68px, 9999px, 21px, 0);
    transform: skew(0.9deg);
  }
  10% {
    clip: rect(95px, 9999px, 91px, 0);
    transform: skew(0.15deg);
  }
  15% {
    clip: rect(60px, 9999px, 30px, 0);
    transform: skew(0.98deg);
  }
  20% {
    clip: rect(91px, 9999px, 92px, 0);
    transform: skew(0.59deg);
  }
  25% {
    clip: rect(49px, 9999px, 53px, 0);
    transform: skew(0.85deg);
  }
  30% {
    clip: rect(52px, 9999px, 37px, 0);
    transform: skew(0.63deg);
  }
  35% {
    clip: rect(53px, 9999px, 31px, 0);
    transform: skew(0.75deg);
  }
  40% {
    clip: rect(14px, 9999px, 88px, 0);
    transform: skew(0.85deg);
  }
  45% {
    clip: rect(92px, 9999px, 19px, 0);
    transform: skew(0.69deg);
  }
  50% {
    clip: rect(86px, 9999px, 43px, 0);
    transform: skew(0.88deg);
  }
  55% {
    clip: rect(77px, 9999px, 33px, 0);
    transform: skew(0.04deg);
  }
  60% {
    clip: rect(27px, 9999px, 6px, 0);
    transform: skew(0.47deg);
  }
  65% {
    clip: rect(28px, 9999px, 82px, 0);
    transform: skew(0.67deg);
  }
  70% {
    clip: rect(26px, 9999px, 43px, 0);
    transform: skew(0.64deg);
  }
  75% {
    clip: rect(32px, 9999px, 40px, 0);
    transform: skew(0.03deg);
  }
  80% {
    clip: rect(37px, 9999px, 82px, 0);
    transform: skew(0.43deg);
  }
  85% {
    clip: rect(36px, 9999px, 89px, 0);
    transform: skew(0.7deg);
  }
  90% {
    clip: rect(72px, 9999px, 92px, 0);
    transform: skew(0.3deg);
  }
  95% {
    clip: rect(25px, 9999px, 68px, 0);
    transform: skew(0.29deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(48px, 9999px, 43px, 0);
    transform: skew(0.77deg);
  }
  5% {
    clip: rect(46px, 9999px, 55px, 0);
    transform: skew(0.58deg);
  }
  10% {
    clip: rect(5px, 9999px, 13px, 0);
    transform: skew(0.13deg);
  }
  15% {
    clip: rect(97px, 9999px, 79px, 0);
    transform: skew(0.24deg);
  }
  20% {
    clip: rect(60px, 9999px, 18px, 0);
    transform: skew(0.95deg);
  }
  25% {
    clip: rect(45px, 9999px, 31px, 0);
    transform: skew(0.86deg);
  }
  30% {
    clip: rect(50px, 9999px, 11px, 0);
    transform: skew(0.9deg);
  }
  35% {
    clip: rect(54px, 9999px, 44px, 0);
    transform: skew(1deg);
  }
  40% {
    clip: rect(35px, 9999px, 32px, 0);
    transform: skew(0.14deg);
  }
  45% {
    clip: rect(1px, 9999px, 90px, 0);
    transform: skew(0.57deg);
  }
  50% {
    clip: rect(37px, 9999px, 9px, 0);
    transform: skew(0.09deg);
  }
  55% {
    clip: rect(34px, 9999px, 59px, 0);
    transform: skew(0.83deg);
  }
  60% {
    clip: rect(27px, 9999px, 40px, 0);
    transform: skew(0.99deg);
  }
  65% {
    clip: rect(62px, 9999px, 50px, 0);
    transform: skew(0.88deg);
  }
  70% {
    clip: rect(11px, 9999px, 13px, 0);
    transform: skew(0.57deg);
  }
  75% {
    clip: rect(23px, 9999px, 91px, 0);
    transform: skew(0.51deg);
  }
  80% {
    clip: rect(3px, 9999px, 53px, 0);
    transform: skew(0.09deg);
  }
  85% {
    clip: rect(18px, 9999px, 90px, 0);
    transform: skew(0.42deg);
  }
  90% {
    clip: rect(12px, 9999px, 37px, 0);
    transform: skew(0.23deg);
  }
  95% {
    clip: rect(64px, 9999px, 50px, 0);
    transform: skew(0.4deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(2deg);
  }
  10% {
    transform: skew(5deg);
  }
  20% {
    transform: skew(4deg);
  }
  30% {
    transform: skew(5deg);
  }
  40% {
    transform: skew(1deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(4deg);
  }
  70% {
    transform: skew(1deg);
  }
  80% {
    transform: skew(-2deg);
  }
  90% {
    transform: skew(2deg);
  }
}
/*module des menus*/
/*----------------------------
  Various
  De tout et de rien
------------------------------*/
.helper-x,
.helper-y {
  display: none;
  position: fixed;
  background: #59FF00;
  z-index: 1000;
  opacity: 0.2;
}

.helper-x {
  top: 50vh;
  left: 0;
  margin-top: -1px;
  height: 2px;
  width: 100vw;
}

.helper-y {
  top: 0;
  left: 50vw;
  margin-left: -1px;
  width: 2px;
  height: 100vw;
}

/* 3d Pad Box styles*/
.p {
  position: absolute;
  top: 0;
  width: 250px;
  height: 20px;
  transform-style: preserve-3d;
  transition: 0.34s ease-in-out;
  transform: var(--base-3d);
  /* Disabled state : P is transparent, only bottom shows*/
  /* Active state : Pis white, full size*/
  /* Pressed state : P is white, top surface inset*/
  /* Highlight state : Pis colored, full size*/
  /* Hidden state : surprise ! can't see it*/
}
.p > i {
  position: absolute;
  display: block;
  transition: 0.34s ease-in-out;
}
.p .p-ff,
.p .p-fb {
  width: 250px;
  height: 20px;
  top: 0;
}
.p .p-fr,
.p .p-fl {
  width: 250px;
  height: 20px;
  left: 62.5px;
  top: 0;
}
.p .p-ft,
.p .p-fbt {
  width: 250px;
  height: 250px;
  top: 10px;
}
.p .p-ff,
.p .p-fr,
.p .p-fb,
.p .p-fl {
  background-color: rgba(215, 40, 178, 0.4);
}
.p .p-fbt {
  background-color: rgba(255, 255, 255, 0.1);
}
.p .p-ft {
  background-image: linear-gradient(180deg, #DB2797 0%, #E9424E 100%);
  /*background: hsla(356,79,59,1);*/
}
.p .p-ff {
  transform: rotateY(0deg) translateZ(125px);
}
.p .p-fb {
  transform: rotateY(180deg) translateZ(125px);
}
.p .p-fr {
  transform: rotateY(90deg) translateZ(62.5px);
}
.p .p-fl {
  transform: rotateY(-90deg) translateZ(188px);
}
.p .p-ft {
  transform: rotateX(90deg) translateZ(135px);
}
.p .p-fbt {
  transform: rotateX(-90deg) translateZ(-115px);
}
.p.p-d .p-ff, .a.a--home .a--sprl.in .p .p-ff, .a.a--home .a--sprl .p:nth-child(23) ~ .p .p-ff, .a.a--home .a--sprl .p .p-ff, .a.a--home .a--pth .p ~ .p .p-ff,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-ff,
.p.p-d .p-fb,
.a.a--home .a--sprl.in .p .p-fb,
.a.a--home .a--sprl .p:nth-child(23) ~ .p .p-fb,
.a.a--home .a--sprl .p .p-fb,
.a.a--home .a--pth .p ~ .p .p-fb,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-fb,
.p.p-d .p-fl,
.a.a--home .a--sprl.in .p .p-fl,
.a.a--home .a--sprl .p:nth-child(23) ~ .p .p-fl,
.a.a--home .a--sprl .p .p-fl,
.a.a--home .a--pth .p ~ .p .p-fl,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-fl,
.p.p-d .p-fr,
.a.a--home .a--sprl.in .p .p-fr,
.a.a--home .a--sprl .p:nth-child(23) ~ .p .p-fr,
.a.a--home .a--sprl .p .p-fr,
.a.a--home .a--pth .p ~ .p .p-fr,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-fr {
  top: 20px;
  height: 0;
}
.p.p-d .p-ff, .a.a--home .a--sprl.in .p .p-ff, .a.a--home .a--sprl .p:nth-child(23) ~ .p .p-ff, .a.a--home .a--sprl .p .p-ff, .a.a--home .a--pth .p ~ .p .p-ff,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-ff,
.p.p-d .p-fr,
.a.a--home .a--sprl.in .p .p-fr,
.a.a--home .a--sprl .p:nth-child(23) ~ .p .p-fr,
.a.a--home .a--sprl .p .p-fr,
.a.a--home .a--pth .p ~ .p .p-fr,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-fr,
.p.p-d .p-fb,
.a.a--home .a--sprl.in .p .p-fb,
.a.a--home .a--sprl .p:nth-child(23) ~ .p .p-fb,
.a.a--home .a--sprl .p .p-fb,
.a.a--home .a--pth .p ~ .p .p-fb,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-fb,
.p.p-d .p-fl,
.a.a--home .a--sprl.in .p .p-fl,
.a.a--home .a--sprl .p:nth-child(23) ~ .p .p-fl,
.a.a--home .a--sprl .p .p-fl,
.a.a--home .a--pth .p ~ .p .p-fl,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-fl {
  background-color: rgba(255, 255, 255, 0.2);
}
.p.p-d .p-ft, .a.a--home .a--sprl.in .p .p-ft, .a.a--home .a--sprl .p:nth-child(23) ~ .p .p-ft, .a.a--home .a--sprl .p .p-ft, .a.a--home .a--pth .p ~ .p .p-ft,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p .p-ft {
  opacity: 0;
  background-image: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
  transform: rotateX(90deg) translateZ(115px);
}
.p.p-a, .a.a--expt .a--step-10 .p:nth-child(9),
.a.a--home .a--pth .a.a--expt .a--step-10 .p ~ .p:nth-child(9), .a.a--expt .a--step-4 .p:nth-child(5),
.a.a--home .a--pth .a.a--expt .a--step-4 .p ~ .p:nth-child(5), .a.a--expt .a--step-3 .p:nth-child(5),
.a.a--home .a--pth .a.a--expt .a--step-3 .p ~ .p:nth-child(5), .a.a--expt .a--step-2 .p:nth-child(5),
.a.a--home .a--pth .a.a--expt .a--step-2 .p ~ .p:nth-child(5), .a.a--expt .p,
.a.a--home .a--pth .a.a--expt .p ~ .p,
.a.a--expt .a.a--home .a--pth .p ~ .p,
.a.a--home .a--pth .a.a--expt .p:nth-child(10).p-hted ~ .p,
.a.a--expt .a.a--home .a--pth .p:nth-child(10).p-hted ~ .p, .a.a--home .a--sprl .p:nth-child(4n),
.a.a--home .a--pth .a--sprl .p ~ .p:nth-child(4n),
.a.a--home .a--sprl .a--pth .p ~ .p:nth-child(4n),
.a.a--home .a--pth .a--sprl .p:nth-child(10).p-hted ~ .p:nth-child(4n),
.a.a--home .a--sprl .a--pth .p:nth-child(10).p-hted ~ .p:nth-child(4n), .a.a--home .a--pth .p:first-child:hover,
.a.a--home .a--pth .p ~ .p.p-a,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a {
  /*height: 10px;*/
  transform-origin: bottom center;
  cursor: pointer;
  /*top:10px;*/
}
.p.p-a .p-ff, .a.a--expt .a--step-10 .p:nth-child(9) .p-ff, .a.a--expt .a--step-4 .p:nth-child(5) .p-ff, .a.a--expt .a--step-3 .p:nth-child(5) .p-ff, .a.a--expt .a--step-2 .p:nth-child(5) .p-ff, .a.a--expt .p .p-ff,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-ff,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-ff, .a.a--home .a--sprl .p:nth-child(4n) .p-ff, .a.a--home .a--pth .p:first-child:hover .p-ff,
.a.a--home .a--pth .p ~ .p.p-a .p-ff,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-ff,
.p.p-a .p-fb,
.a.a--expt .a--step-10 .p:nth-child(9) .p-fb,
.a.a--expt .a--step-4 .p:nth-child(5) .p-fb,
.a.a--expt .a--step-3 .p:nth-child(5) .p-fb,
.a.a--expt .a--step-2 .p:nth-child(5) .p-fb,
.a.a--expt .p .p-fb,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fb,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fb,
.a.a--home .a--sprl .p:nth-child(4n) .p-fb,
.a.a--home .a--pth .p:first-child:hover .p-fb,
.a.a--home .a--pth .p ~ .p.p-a .p-fb,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fb,
.p.p-a .p-fr,
.a.a--expt .a--step-10 .p:nth-child(9) .p-fr,
.a.a--expt .a--step-4 .p:nth-child(5) .p-fr,
.a.a--expt .a--step-3 .p:nth-child(5) .p-fr,
.a.a--expt .a--step-2 .p:nth-child(5) .p-fr,
.a.a--expt .p .p-fr,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fr,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fr,
.a.a--home .a--sprl .p:nth-child(4n) .p-fr,
.a.a--home .a--pth .p:first-child:hover .p-fr,
.a.a--home .a--pth .p ~ .p.p-a .p-fr,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fr,
.p.p-a .p-fl,
.a.a--expt .a--step-10 .p:nth-child(9) .p-fl,
.a.a--expt .a--step-4 .p:nth-child(5) .p-fl,
.a.a--expt .a--step-3 .p:nth-child(5) .p-fl,
.a.a--expt .a--step-2 .p:nth-child(5) .p-fl,
.a.a--expt .p .p-fl,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fl,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fl,
.a.a--home .a--sprl .p:nth-child(4n) .p-fl,
.a.a--home .a--pth .p:first-child:hover .p-fl,
.a.a--home .a--pth .p ~ .p.p-a .p-fl,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fl {
  top: 10px;
  opacity: 1;
  height: 10px;
}
.p.p-a .p-ft, .a.a--expt .a--step-10 .p:nth-child(9) .p-ft, .a.a--expt .a--step-4 .p:nth-child(5) .p-ft, .a.a--expt .a--step-3 .p:nth-child(5) .p-ft, .a.a--expt .a--step-2 .p:nth-child(5) .p-ft, .a.a--expt .p .p-ft,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-ft,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-ft, .a.a--home .a--sprl .p:nth-child(4n) .p-ft, .a.a--home .a--pth .p:first-child:hover .p-ft,
.a.a--home .a--pth .p ~ .p.p-a .p-ft,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-ft {
  opacity: 1;
  height: 250px;
  transform: rotateX(90deg) translateZ(125px);
  /*background-image: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);*/
  background: #F2F2F2;
  /*background: hsla(356,79,100,1);*/
}
.p.p-a .p-ff, .a.a--expt .a--step-10 .p:nth-child(9) .p-ff, .a.a--expt .a--step-4 .p:nth-child(5) .p-ff, .a.a--expt .a--step-3 .p:nth-child(5) .p-ff, .a.a--expt .a--step-2 .p:nth-child(5) .p-ff, .a.a--expt .p .p-ff,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-ff,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-ff, .a.a--home .a--sprl .p:nth-child(4n) .p-ff, .a.a--home .a--pth .p:first-child:hover .p-ff,
.a.a--home .a--pth .p ~ .p.p-a .p-ff,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-ff,
.p.p-a .p-fr,
.a.a--expt .a--step-10 .p:nth-child(9) .p-fr,
.a.a--expt .a--step-4 .p:nth-child(5) .p-fr,
.a.a--expt .a--step-3 .p:nth-child(5) .p-fr,
.a.a--expt .a--step-2 .p:nth-child(5) .p-fr,
.a.a--expt .p .p-fr,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fr,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fr,
.a.a--home .a--sprl .p:nth-child(4n) .p-fr,
.a.a--home .a--pth .p:first-child:hover .p-fr,
.a.a--home .a--pth .p ~ .p.p-a .p-fr,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fr,
.p.p-a .p-fb,
.a.a--expt .a--step-10 .p:nth-child(9) .p-fb,
.a.a--expt .a--step-4 .p:nth-child(5) .p-fb,
.a.a--expt .a--step-3 .p:nth-child(5) .p-fb,
.a.a--expt .a--step-2 .p:nth-child(5) .p-fb,
.a.a--expt .p .p-fb,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fb,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fb,
.a.a--home .a--sprl .p:nth-child(4n) .p-fb,
.a.a--home .a--pth .p:first-child:hover .p-fb,
.a.a--home .a--pth .p ~ .p.p-a .p-fb,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fb,
.p.p-a .p-fl,
.a.a--expt .a--step-10 .p:nth-child(9) .p-fl,
.a.a--expt .a--step-4 .p:nth-child(5) .p-fl,
.a.a--expt .a--step-3 .p:nth-child(5) .p-fl,
.a.a--expt .a--step-2 .p:nth-child(5) .p-fl,
.a.a--expt .p .p-fl,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fl,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fl,
.a.a--home .a--sprl .p:nth-child(4n) .p-fl,
.a.a--home .a--pth .p:first-child:hover .p-fl,
.a.a--home .a--pth .p ~ .p.p-a .p-fl,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fl {
  background-color: rgba(255, 255, 255, 0.4);
}
.p.p-a .p-fbt, .a.a--expt .a--step-10 .p:nth-child(9) .p-fbt, .a.a--expt .a--step-4 .p:nth-child(5) .p-fbt, .a.a--expt .a--step-3 .p:nth-child(5) .p-fbt, .a.a--expt .a--step-2 .p:nth-child(5) .p-fbt, .a.a--expt .p .p-fbt,
.a.a--home .a--pth .a.a--expt .p ~ .p .p-fbt,
.a.a--expt .a.a--home .a--pth .p ~ .p .p-fbt, .a.a--home .a--sprl .p:nth-child(4n) .p-fbt, .a.a--home .a--pth .p:first-child:hover .p-fbt,
.a.a--home .a--pth .p ~ .p.p-a .p-fbt,
.a.a--home .a--pth .p:nth-child(10).p-hted ~ .p.p-a .p-fbt {
  background-color: rgba(255, 255, 255, 0.1);
}
.p.p-p .p-ff, .a.a--home .a--pth .p:first-child:active .p-ff,
.p.p-p .p-fr,
.a.a--home .a--pth .p:first-child:active .p-fr,
.p.p-p .p-fb,
.a.a--home .a--pth .p:first-child:active .p-fb,
.p.p-p .p-fl,
.a.a--home .a--pth .p:first-child:active .p-fl {
  background: rgba(255, 255, 255, 0.7);
}
.p.p-p .p-ft, .a.a--home .a--pth .p:first-child:active .p-ft {
  background-image: linear-gradient(180deg, #F2F2F2 0%, #FAFAFA 100%);
  transform: rotateX(90deg) translateZ(122px);
}
.p.p-ht .p-ff, .a.a--expt .a--step-9 .p:nth-child(9) .p-ff, .a.a--expt .a--step-8 .p:nth-child(8) .p-ff, .a.a--expt .a--step-7 .p:nth-child(7) .p-ff, .a.a--expt .a--step-6 .p:nth-child(6) .p-ff, .a.a--expt .a--step-5 .p:nth-child(5) .p-ff, .a.a--expt .a--step-4 .p:nth-child(4) .p-ff, .a.a--expt .a--step-3 .p:nth-child(3) .p-ff, .a.a--expt .a--step-2 .p:nth-child(2) .p-ff, .a.a--expt .a--step-1 .p:nth-child(1) .p-ff,
.a.a--expt .a--step-1 .p:nth-child(5) .p-ff, .a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-ff,
.p.p-ht .p-fb,
.a.a--expt .a--step-9 .p:nth-child(9) .p-fb,
.a.a--expt .a--step-8 .p:nth-child(8) .p-fb,
.a.a--expt .a--step-7 .p:nth-child(7) .p-fb,
.a.a--expt .a--step-6 .p:nth-child(6) .p-fb,
.a.a--expt .a--step-5 .p:nth-child(5) .p-fb,
.a.a--expt .a--step-4 .p:nth-child(4) .p-fb,
.a.a--expt .a--step-3 .p:nth-child(3) .p-fb,
.a.a--expt .a--step-2 .p:nth-child(2) .p-fb,
.a.a--expt .a--step-1 .p:nth-child(1) .p-fb,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fb,
.a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fb,
.p.p-ht .p-fr,
.a.a--expt .a--step-9 .p:nth-child(9) .p-fr,
.a.a--expt .a--step-8 .p:nth-child(8) .p-fr,
.a.a--expt .a--step-7 .p:nth-child(7) .p-fr,
.a.a--expt .a--step-6 .p:nth-child(6) .p-fr,
.a.a--expt .a--step-5 .p:nth-child(5) .p-fr,
.a.a--expt .a--step-4 .p:nth-child(4) .p-fr,
.a.a--expt .a--step-3 .p:nth-child(3) .p-fr,
.a.a--expt .a--step-2 .p:nth-child(2) .p-fr,
.a.a--expt .a--step-1 .p:nth-child(1) .p-fr,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fr,
.a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fr,
.p.p-ht .p-fl,
.a.a--expt .a--step-9 .p:nth-child(9) .p-fl,
.a.a--expt .a--step-8 .p:nth-child(8) .p-fl,
.a.a--expt .a--step-7 .p:nth-child(7) .p-fl,
.a.a--expt .a--step-6 .p:nth-child(6) .p-fl,
.a.a--expt .a--step-5 .p:nth-child(5) .p-fl,
.a.a--expt .a--step-4 .p:nth-child(4) .p-fl,
.a.a--expt .a--step-3 .p:nth-child(3) .p-fl,
.a.a--expt .a--step-2 .p:nth-child(2) .p-fl,
.a.a--expt .a--step-1 .p:nth-child(1) .p-fl,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fl,
.a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fl {
  height: 20px;
  top: 0;
}
.p.p-ht .p-ff, .a.a--expt .a--step-9 .p:nth-child(9) .p-ff, .a.a--expt .a--step-8 .p:nth-child(8) .p-ff, .a.a--expt .a--step-7 .p:nth-child(7) .p-ff, .a.a--expt .a--step-6 .p:nth-child(6) .p-ff, .a.a--expt .a--step-5 .p:nth-child(5) .p-ff, .a.a--expt .a--step-4 .p:nth-child(4) .p-ff, .a.a--expt .a--step-3 .p:nth-child(3) .p-ff, .a.a--expt .a--step-2 .p:nth-child(2) .p-ff, .a.a--expt .a--step-1 .p:nth-child(1) .p-ff,
.a.a--expt .a--step-1 .p:nth-child(5) .p-ff, .a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-ff,
.p.p-ht .p-fr,
.a.a--expt .a--step-9 .p:nth-child(9) .p-fr,
.a.a--expt .a--step-8 .p:nth-child(8) .p-fr,
.a.a--expt .a--step-7 .p:nth-child(7) .p-fr,
.a.a--expt .a--step-6 .p:nth-child(6) .p-fr,
.a.a--expt .a--step-5 .p:nth-child(5) .p-fr,
.a.a--expt .a--step-4 .p:nth-child(4) .p-fr,
.a.a--expt .a--step-3 .p:nth-child(3) .p-fr,
.a.a--expt .a--step-2 .p:nth-child(2) .p-fr,
.a.a--expt .a--step-1 .p:nth-child(1) .p-fr,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fr,
.a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fr,
.p.p-ht .p-fb,
.a.a--expt .a--step-9 .p:nth-child(9) .p-fb,
.a.a--expt .a--step-8 .p:nth-child(8) .p-fb,
.a.a--expt .a--step-7 .p:nth-child(7) .p-fb,
.a.a--expt .a--step-6 .p:nth-child(6) .p-fb,
.a.a--expt .a--step-5 .p:nth-child(5) .p-fb,
.a.a--expt .a--step-4 .p:nth-child(4) .p-fb,
.a.a--expt .a--step-3 .p:nth-child(3) .p-fb,
.a.a--expt .a--step-2 .p:nth-child(2) .p-fb,
.a.a--expt .a--step-1 .p:nth-child(1) .p-fb,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fb,
.a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fb,
.p.p-ht .p-fl,
.a.a--expt .a--step-9 .p:nth-child(9) .p-fl,
.a.a--expt .a--step-8 .p:nth-child(8) .p-fl,
.a.a--expt .a--step-7 .p:nth-child(7) .p-fl,
.a.a--expt .a--step-6 .p:nth-child(6) .p-fl,
.a.a--expt .a--step-5 .p:nth-child(5) .p-fl,
.a.a--expt .a--step-4 .p:nth-child(4) .p-fl,
.a.a--expt .a--step-3 .p:nth-child(3) .p-fl,
.a.a--expt .a--step-2 .p:nth-child(2) .p-fl,
.a.a--expt .a--step-1 .p:nth-child(1) .p-fl,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fl,
.a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fl {
  background-color: rgba(215, 40, 178, 0.4);
}
.p.p-ht .p-fbt, .a.a--expt .a--step-9 .p:nth-child(9) .p-fbt, .a.a--expt .a--step-8 .p:nth-child(8) .p-fbt, .a.a--expt .a--step-7 .p:nth-child(7) .p-fbt, .a.a--expt .a--step-6 .p:nth-child(6) .p-fbt, .a.a--expt .a--step-5 .p:nth-child(5) .p-fbt, .a.a--expt .a--step-4 .p:nth-child(4) .p-fbt, .a.a--expt .a--step-3 .p:nth-child(3) .p-fbt, .a.a--expt .a--step-2 .p:nth-child(2) .p-fbt, .a.a--expt .a--step-1 .p:nth-child(1) .p-fbt,
.a.a--expt .a--step-1 .p:nth-child(5) .p-fbt, .a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-fbt {
  background-color: rgba(255, 255, 255, 0.1);
}
.p.p-ht .p-ft, .a.a--expt .a--step-9 .p:nth-child(9) .p-ft, .a.a--expt .a--step-8 .p:nth-child(8) .p-ft, .a.a--expt .a--step-7 .p:nth-child(7) .p-ft, .a.a--expt .a--step-6 .p:nth-child(6) .p-ft, .a.a--expt .a--step-5 .p:nth-child(5) .p-ft, .a.a--expt .a--step-4 .p:nth-child(4) .p-ft, .a.a--expt .a--step-3 .p:nth-child(3) .p-ft, .a.a--expt .a--step-2 .p:nth-child(2) .p-ft, .a.a--expt .a--step-1 .p:nth-child(1) .p-ft,
.a.a--expt .a--step-1 .p:nth-child(5) .p-ft, .a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-ft {
  opacity: 1;
  background-image: linear-gradient(180deg, #DB2797 0%, #E9424E 100%);
  /*background: hsla(356,79,59,1);*/
}
.p.p-ht .p-ft, .a.a--expt .a--step-9 .p:nth-child(9) .p-ft, .a.a--expt .a--step-8 .p:nth-child(8) .p-ft, .a.a--expt .a--step-7 .p:nth-child(7) .p-ft, .a.a--expt .a--step-6 .p:nth-child(6) .p-ft, .a.a--expt .a--step-5 .p:nth-child(5) .p-ft, .a.a--expt .a--step-4 .p:nth-child(4) .p-ft, .a.a--expt .a--step-3 .p:nth-child(3) .p-ft, .a.a--expt .a--step-2 .p:nth-child(2) .p-ft, .a.a--expt .a--step-1 .p:nth-child(1) .p-ft,
.a.a--expt .a--step-1 .p:nth-child(5) .p-ft, .a.a--home .a--pth .p ~ .p.p-hted:nth-child(10) .p-ft {
  transform: rotateX(90deg) translateZ(135px);
}
.p.p-hd .p-ff, .a.a--home .a--sprl.out .p .p-ff, .a.a--home .a--sprl.step--6 .p:nth-child(32) ~ .p .p-ff, .a.a--home .a--sprl.step--5 .p:nth-child(20) ~ .p .p-ff, .a.a--home .a--sprl.step--4 .p:nth-child(16) ~ .p .p-ff, .a.a--home .a--sprl.step--3 .p:nth-child(12) ~ .p .p-ff, .a.a--home .a--sprl.step--2 .p:nth-child(8) ~ .p .p-ff, .a.a--home .a--sprl.step--1 .p:nth-child(4) ~ .p .p-ff, .a.a--home .a--sprl.step--0 .p .p-ff, .a.a--home .a--pth .p:nth-child(10) ~ .p .p-ff,
.p.p-hd .p-fb,
.a.a--home .a--sprl.out .p .p-fb,
.a.a--home .a--sprl.step--6 .p:nth-child(32) ~ .p .p-fb,
.a.a--home .a--sprl.step--5 .p:nth-child(20) ~ .p .p-fb,
.a.a--home .a--sprl.step--4 .p:nth-child(16) ~ .p .p-fb,
.a.a--home .a--sprl.step--3 .p:nth-child(12) ~ .p .p-fb,
.a.a--home .a--sprl.step--2 .p:nth-child(8) ~ .p .p-fb,
.a.a--home .a--sprl.step--1 .p:nth-child(4) ~ .p .p-fb,
.a.a--home .a--sprl.step--0 .p .p-fb,
.a.a--home .a--pth .p:nth-child(10) ~ .p .p-fb,
.p.p-hd .p-fr,
.a.a--home .a--sprl.out .p .p-fr,
.a.a--home .a--sprl.step--6 .p:nth-child(32) ~ .p .p-fr,
.a.a--home .a--sprl.step--5 .p:nth-child(20) ~ .p .p-fr,
.a.a--home .a--sprl.step--4 .p:nth-child(16) ~ .p .p-fr,
.a.a--home .a--sprl.step--3 .p:nth-child(12) ~ .p .p-fr,
.a.a--home .a--sprl.step--2 .p:nth-child(8) ~ .p .p-fr,
.a.a--home .a--sprl.step--1 .p:nth-child(4) ~ .p .p-fr,
.a.a--home .a--sprl.step--0 .p .p-fr,
.a.a--home .a--pth .p:nth-child(10) ~ .p .p-fr,
.p.p-hd .p-fl,
.a.a--home .a--sprl.out .p .p-fl,
.a.a--home .a--sprl.step--6 .p:nth-child(32) ~ .p .p-fl,
.a.a--home .a--sprl.step--5 .p:nth-child(20) ~ .p .p-fl,
.a.a--home .a--sprl.step--4 .p:nth-child(16) ~ .p .p-fl,
.a.a--home .a--sprl.step--3 .p:nth-child(12) ~ .p .p-fl,
.a.a--home .a--sprl.step--2 .p:nth-child(8) ~ .p .p-fl,
.a.a--home .a--sprl.step--1 .p:nth-child(4) ~ .p .p-fl,
.a.a--home .a--sprl.step--0 .p .p-fl,
.a.a--home .a--pth .p:nth-child(10) ~ .p .p-fl,
.p.p-hd .p-ft,
.a.a--home .a--sprl.out .p .p-ft,
.a.a--home .a--sprl.step--6 .p:nth-child(32) ~ .p .p-ft,
.a.a--home .a--sprl.step--5 .p:nth-child(20) ~ .p .p-ft,
.a.a--home .a--sprl.step--4 .p:nth-child(16) ~ .p .p-ft,
.a.a--home .a--sprl.step--3 .p:nth-child(12) ~ .p .p-ft,
.a.a--home .a--sprl.step--2 .p:nth-child(8) ~ .p .p-ft,
.a.a--home .a--sprl.step--1 .p:nth-child(4) ~ .p .p-ft,
.a.a--home .a--sprl.step--0 .p .p-ft,
.a.a--home .a--pth .p:nth-child(10) ~ .p .p-ft,
.p.p-hd .p-fbt,
.a.a--home .a--sprl.out .p .p-fbt,
.a.a--home .a--sprl.step--6 .p:nth-child(32) ~ .p .p-fbt,
.a.a--home .a--sprl.step--5 .p:nth-child(20) ~ .p .p-fbt,
.a.a--home .a--sprl.step--4 .p:nth-child(16) ~ .p .p-fbt,
.a.a--home .a--sprl.step--3 .p:nth-child(12) ~ .p .p-fbt,
.a.a--home .a--sprl.step--2 .p:nth-child(8) ~ .p .p-fbt,
.a.a--home .a--sprl.step--1 .p:nth-child(4) ~ .p .p-fbt,
.a.a--home .a--sprl.step--0 .p .p-fbt,
.a.a--home .a--pth .p:nth-child(10) ~ .p .p-fbt {
  background: rgba(255, 255, 255, 0);
}

.a {
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  perspective: 100vw;
  /* GRADIENT MASKING (FOR SPIRAL)
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 8vh, rgba(0, 0, 0, 1) 30vh, rgba(0, 0, 0, 1));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 8vh, rgba(0, 0, 0, 1) 30vh, rgba(0, 0, 0, 1));
  */
  --base-3d: rotateY(-47deg) rotateX(-14.5deg) rotateZ(15deg);
}
.a.a-abs {
  position: absolute;
  z-index: 2;
}
.a.a-fxd {
  position: fixed;
}
.a .a--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
}
@supports (-moz-appearance: none) {
  .a .a--holder {
    transform: none;
    -webkit-transform: none;
  }
}
@supports not (aspect-ratio: 1/1) {
  .a .a--holder {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.a.a--projet figure, .a.a--design figure, .a.a--dev figure {
  opacity: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  filter: drop-shadow(0px 34px 34px rgba(255, 255, 255, 0.55));
}
.a.a--projet figure.active, .a.a--design figure.active, .a.a--dev figure.active {
  animation: levitate 3.4s linear infinite, scaleInSmall 0.618s ease-in forwards;
}
.a.a--projet .p:nth-child(2), .a.a--design .p:nth-child(2) {
  transform: var(--base-3d) translate(calc(260px*3), calc(-140px*3));
}
.a.a--projet .p:nth-child(3), .a.a--design .p:nth-child(3) {
  transform: var(--base-3d) translate(calc(260px*2), calc(-140px*2));
}
.a.a--projet .p:nth-child(4), .a.a--design .p:nth-child(4) {
  transform: var(--base-3d) translate(260px, -140px);
}
.a.a--projet .p:nth-child(6), .a.a--design .p:nth-child(6) {
  transform: var(--base-3d) translate(calc(260px), calc(0px));
}
.a.a--projet .p:nth-child(7), .a.a--design .p:nth-child(7) {
  transform: var(--base-3d) translate(calc(260px*2), calc(0px));
}
.a.a--projet .p:nth-child(8), .a.a--design .p:nth-child(8) {
  transform: var(--base-3d) translate(calc(260px*3), calc(0px));
}
.a.a--dev .p:nth-child(2) {
  transform: var(--base-3d) translate(calc(-260px*3), 0);
}
.a.a--dev .p:nth-child(3) {
  transform: var(--base-3d) translate(calc(-260px*2), calc(0px));
}
.a.a--dev .p:nth-child(4) {
  transform: var(--base-3d) translate(-260px, 0);
}
.a.a--dev .p:nth-child(6) {
  transform: var(--base-3d) translate(calc(-260px), calc(140px));
}
.a.a--dev .p:nth-child(7) {
  transform: var(--base-3d) translate(calc(-260px*2), calc(140px*2));
}
.a.a--dev .p:nth-child(8) {
  transform: var(--base-3d) translate(calc(-260px*3), calc(140px*3));
}
.a.a--home {
  /*LE CHEMIN LUMINEUX*/
  /* ETAPE 1 : END*/
  /*SPIRALE DES TECHNOLOGIES*/
  /* ETAPE 2 : END*/
}
@media screen and (max-width: 1280px) {
  .a.a--home {
    transform: scale(0.8);
    transform-origin: bottom;
  }
}
.a.a--home .a--pth {
  /* --> PADS*/
  /* --> LOGIC*/
  /* --> PLACEMENT */
  /* Lighted p*/
  /* Connectors to spiral*/
}
.a.a--home .a--pth .p {
  top: 66%;
  left: calc(50% - 125px);
}
.a.a--home .a--pth .p:nth-child(2) {
  transform: var(--base-3d) translate(calc(260px*1), 0px);
}
.a.a--home .a--pth .p:nth-child(3) {
  transform: var(--base-3d) translate(calc(260px*2), 0px);
}
.a.a--home .a--pth .p:nth-child(4) {
  transform: var(--base-3d) translate(calc(260px*3), 0px);
}
.a.a--home .a--pth .p:nth-child(5) {
  transform: var(--base-3d) translate(calc(260px*4), 0px);
}
.a.a--home .a--pth .p:nth-child(6) {
  transform: var(--base-3d) translate(calc(260px*3), calc(140px*1));
}
.a.a--home .a--pth .p:nth-child(7) {
  transform: var(--base-3d) translate(calc(260px*2), calc(140px*2));
}
.a.a--home .a--pth .p:nth-child(8) {
  transform: var(--base-3d) translate(calc(260px*1), calc(140px*3));
}
.a.a--home .a--pth .p:nth-child(9) {
  transform: var(--base-3d) translate(calc(260px*2), calc(140px*3));
}
.a.a--home .a--pth .p:nth-child(10) {
  transform: var(--base-3d) translate(calc(260px*3), calc(140px*3));
}
.a.a--home .a--pth .p:nth-child(11) {
  transform: var(--base-3d) translate(calc(260px*4), calc(140px*3));
}
.a.a--home .a--pth .p:nth-child(12) {
  transform: var(--base-3d) translate(calc(260px*5), calc(140px*3));
}
.a.a--home .a--pth .p:nth-child(13) {
  transform: var(--base-3d) translate(calc(260px*6), calc(140px*3));
}
.a.a--home .a--sprl {
  /* --> PS*/
  /* --> LOGIC*/
  /* Animation de sortie*/
  /* Animation d'entree*/
  /* PLACEMENT*/
  /* First p starts from center right*/
  /* Going down*/
}
.a.a--home .a--sprl .p {
  top: calc(50% - 10px);
  left: calc(50% - 125px);
}
.a.a--home .a--sprl .p {
  transition-duration: 0.55s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(1) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(1) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(2) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(2) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(3) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(3) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(4) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--1 .p:nth-child(4) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(5) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(5) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(6) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(6) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(7) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(7) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(8) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--2 .p:nth-child(8) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(9) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(9) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(10) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(10) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(11) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(11) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(12) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--3 .p:nth-child(12) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(13) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(13) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(14) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(14) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(15) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(15) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(16) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--4 .p:nth-child(16) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(17) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(17) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(18) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(18) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(19) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(19) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(20) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--5 .p:nth-child(20) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.step--7 {
  /*transform: rotateX(90deg);*/
  opacity: 0;
  transition: 2s ease-out;
  transform: rotate(-12deg) rotateY(5deg) rotateZ(-1deg);
  --newbase-3d: rotateY(-47deg) rotateX(-75deg) rotateZ(75deg);
}
.a.a--home .a--sprl.step--7 .p {
  transition: 2s ease-out;
  transition-delay: 0s !important;
}
.a.a--home .a--sprl.step--7 .p > i {
  transition-delay: 0s !important;
}
.a.a--home .a--sprl.step--7 .p:nth-child(1) {
  transform: var(--newbase-3d) translate(calc(260px*6), calc(-140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(2) {
  transform: var(--newbase-3d) translate(calc(260px*5), calc(-140px*2));
}
.a.a--home .a--sprl.step--7 .p:nth-child(3) {
  transform: var(--newbase-3d) translate(calc(260px*4), calc(-140px*1));
}
.a.a--home .a--sprl.step--7 .p:nth-child(4) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*0));
}
.a.a--home .a--sprl.step--7 .p:nth-child(5) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(140px*1));
}
.a.a--home .a--sprl.step--7 .p:nth-child(6) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(140px*2));
}
.a.a--home .a--sprl.step--7 .p:nth-child(7) {
  transform: var(--newbase-3d) translate(calc(260px*0), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(8) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(9) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(10) {
  transform: var(--newbase-3d) translate(calc(-260px*3), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(11) {
  transform: var(--newbase-3d) translate(calc(-260px*4), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(12) {
  transform: var(--newbase-3d) translate(calc(-260px*5), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(13) {
  transform: var(--newbase-3d) translate(calc(-260px*6), calc(140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(14) {
  transform: var(--newbase-3d) translate(calc(-260px*5), calc(140px*2));
}
.a.a--home .a--sprl.step--7 .p:nth-child(15) {
  transform: var(--newbase-3d) translate(calc(-260px*4), calc(140px*1));
}
.a.a--home .a--sprl.step--7 .p:nth-child(16) {
  transform: var(--newbase-3d) translate(calc(-260px*3), calc(140px*0));
}
.a.a--home .a--sprl.step--7 .p:nth-child(17) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(-140px*1));
}
.a.a--home .a--sprl.step--7 .p:nth-child(18) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(-140px*2));
}
.a.a--home .a--sprl.step--7 .p:nth-child(19) {
  transform: var(--newbase-3d) translate(calc(-260px*0), calc(-140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(20) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(21) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(-140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(22) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(23) {
  transform: var(--newbase-3d) translate(calc(260px*4), calc(-140px*3));
}
.a.a--home .a--sprl.step--7 .p:nth-child(24) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*2)) scale3d(0.95, 1, 0.95);
}
.a.a--home .a--sprl.step--7 .p:nth-child(25) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(-140px*1)) scale3d(0.9, 1, 0.9);
}
.a.a--home .a--sprl.step--7 .p:nth-child(26) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*0)) scale3d(0.85, 1, 0.85);
}
.a.a--home .a--sprl.step--7 .p:nth-child(27) {
  transform: var(--newbase-3d) translate(calc(260px*0), calc(140px*1)) scale3d(0.8, 1, 0.8);
}
.a.a--home .a--sprl.step--7 .p:nth-child(28) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*1)) scale3d(0.75, 1, 0.75);
}
.a.a--home .a--sprl.step--7 .p:nth-child(29) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(140px*1)) scale3d(0.7, 1, 0.7);
}
.a.a--home .a--sprl.step--7 .p:nth-child(30) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*0)) scale3d(0.65, 1, 0.65);
}
.a.a--home .a--sprl.step--7 .p:nth-child(31) {
  transform: var(--newbase-3d) translate(calc(-260px*0), calc(-140px*1)) scale3d(0.6, 1, 0.6);
}
.a.a--home .a--sprl.step--7 .p:nth-child(32) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*1)) scale3d(0.55, 1, 0.55);
}
.a.a--home .a--sprl.step--7B {
  /*transform: rotateX(90deg);*/
  /*opacity: 0;*/
  transition: 2s ease-out;
  /*transform: rotate(-12deg) rotateY(5deg) rotateZ(-1deg);*/
  --newbase-3d: rotateY(0) rotateX(0) rotateZ(0);
}
.a.a--home .a--sprl.step--7B .p {
  transition: 2s ease-out;
  transition-delay: 0s !important;
}
.a.a--home .a--sprl.step--7B .p > i {
  transition-delay: 0s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(1) {
  transform: var(--newbase-3d) translate(calc(260px*6), calc(-140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(2) {
  transform: var(--newbase-3d) translate(calc(260px*5), calc(-140px*2));
}
.a.a--home .a--sprl.step--7B .p:nth-child(3) {
  transform: var(--newbase-3d) translate(calc(260px*4), calc(-140px*1));
}
.a.a--home .a--sprl.step--7B .p:nth-child(4) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*0));
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.25s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(4) > i {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.25s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(5) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(140px*1));
}
.a.a--home .a--sprl.step--7B .p:nth-child(6) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(140px*2));
}
.a.a--home .a--sprl.step--7B .p:nth-child(7) {
  transform: var(--newbase-3d) translate(calc(260px*0), calc(140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(8) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*3));
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(8) > i {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(9) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(10) {
  transform: var(--newbase-3d) translate(calc(-260px*3), calc(140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(11) {
  transform: var(--newbase-3d) translate(calc(-260px*4), calc(140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(12) {
  transform: var(--newbase-3d) translate(calc(-260px*5), calc(140px*3));
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(12) > i {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(13) {
  transform: var(--newbase-3d) translate(calc(-260px*6), calc(140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(14) {
  transform: var(--newbase-3d) translate(calc(-260px*5), calc(140px*2));
}
.a.a--home .a--sprl.step--7B .p:nth-child(15) {
  transform: var(--newbase-3d) translate(calc(-260px*4), calc(140px*1));
}
.a.a--home .a--sprl.step--7B .p:nth-child(16) {
  transform: var(--newbase-3d) translate(calc(-260px*3), calc(140px*0));
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1.5s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(16) > i {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1.5s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(17) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(-140px*1));
}
.a.a--home .a--sprl.step--7B .p:nth-child(18) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(-140px*2));
}
.a.a--home .a--sprl.step--7B .p:nth-child(19) {
  transform: var(--newbase-3d) translate(calc(-260px*0), calc(-140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(20) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*3));
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 2s !important;
}
.a.a--home .a--sprl.step--7B .p:nth-child(20) > i {
  transition-delay: 2s !important;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.a.a--home .a--sprl.step--7B .p:nth-child(21) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(-140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(22) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(23) {
  transform: var(--newbase-3d) translate(calc(260px*4), calc(-140px*3));
}
.a.a--home .a--sprl.step--7B .p:nth-child(24) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*2)) scale3d(0.95, 1, 0.95);
}
.a.a--home .a--sprl.step--7B .p:nth-child(25) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(-140px*1)) scale3d(0.9, 1, 0.9);
}
.a.a--home .a--sprl.step--7B .p:nth-child(26) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*0)) scale3d(0.85, 1, 0.85);
}
.a.a--home .a--sprl.step--7B .p:nth-child(27) {
  transform: var(--newbase-3d) translate(calc(260px*0), calc(140px*1)) scale3d(0.8, 1, 0.8);
}
.a.a--home .a--sprl.step--7B .p:nth-child(28) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*1)) scale3d(0.75, 1, 0.75);
}
.a.a--home .a--sprl.step--7B .p:nth-child(29) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(140px*1)) scale3d(0.7, 1, 0.7);
}
.a.a--home .a--sprl.step--7B .p:nth-child(30) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*0)) scale3d(0.65, 1, 0.65);
}
.a.a--home .a--sprl.step--7B .p:nth-child(31) {
  transform: var(--newbase-3d) translate(calc(-260px*0), calc(-140px*1)) scale3d(0.6, 1, 0.6);
}
.a.a--home .a--sprl.step--7B .p:nth-child(32) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*1)) scale3d(0.55, 1, 0.55);
}
.a.a--home .a--sprl.step--7C {
  opacity: 0;
  transition: 3.4s ease-in;
  /*transform: scale3d(6,2,1) translateY(-21%);*/
  --newbase-3d: rotateY(-68deg) rotateX(-40deg) rotateZ(57deg);
}
.a.a--home .a--sprl.step--7C .p {
  transition: 3.4s ease-in;
  transition-delay: 0s !important;
}
.a.a--home .a--sprl.step--7C .p > i {
  transition-delay: 0s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(1) {
  transform: var(--newbase-3d) translate(calc(260px*6), calc(-140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(2) {
  transform: var(--newbase-3d) translate(calc(260px*5), calc(-140px*2));
}
.a.a--home .a--sprl.step--7C .p:nth-child(3) {
  transform: var(--newbase-3d) translate(calc(260px*4), calc(-140px*1));
}
.a.a--home .a--sprl.step--7C .p:nth-child(4) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*0));
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(4) > i {
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(5) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(140px*1));
}
.a.a--home .a--sprl.step--7C .p:nth-child(6) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(140px*2));
}
.a.a--home .a--sprl.step--7C .p:nth-child(7) {
  transform: var(--newbase-3d) translate(calc(260px*0), calc(140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(8) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*3));
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(8) > i {
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(9) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(10) {
  transform: var(--newbase-3d) translate(calc(-260px*3), calc(140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(11) {
  transform: var(--newbase-3d) translate(calc(-260px*4), calc(140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(12) {
  transform: var(--newbase-3d) translate(calc(-260px*5), calc(140px*3));
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(12) > i {
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(13) {
  transform: var(--newbase-3d) translate(calc(-260px*6), calc(140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(14) {
  transform: var(--newbase-3d) translate(calc(-260px*5), calc(140px*2));
}
.a.a--home .a--sprl.step--7C .p:nth-child(15) {
  transform: var(--newbase-3d) translate(calc(-260px*4), calc(140px*1));
}
.a.a--home .a--sprl.step--7C .p:nth-child(16) {
  transform: var(--newbase-3d) translate(calc(-260px*3), calc(140px*0));
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(16) > i {
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(17) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(-140px*1));
}
.a.a--home .a--sprl.step--7C .p:nth-child(18) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(-140px*2));
}
.a.a--home .a--sprl.step--7C .p:nth-child(19) {
  transform: var(--newbase-3d) translate(calc(-260px*0), calc(-140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(20) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*3));
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(20) > i {
  transition-delay: 0.13s !important;
}
.a.a--home .a--sprl.step--7C .p:nth-child(21) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(-140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(22) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(23) {
  transform: var(--newbase-3d) translate(calc(260px*4), calc(-140px*3));
}
.a.a--home .a--sprl.step--7C .p:nth-child(24) {
  transform: var(--newbase-3d) translate(calc(260px*3), calc(-140px*2)) scale3d(0.95, 1, 0.95);
}
.a.a--home .a--sprl.step--7C .p:nth-child(25) {
  transform: var(--newbase-3d) translate(calc(260px*2), calc(-140px*1)) scale3d(0.9, 1, 0.9);
}
.a.a--home .a--sprl.step--7C .p:nth-child(26) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*0)) scale3d(0.85, 1, 0.85);
}
.a.a--home .a--sprl.step--7C .p:nth-child(27) {
  transform: var(--newbase-3d) translate(calc(260px*0), calc(140px*1)) scale3d(0.8, 1, 0.8);
}
.a.a--home .a--sprl.step--7C .p:nth-child(28) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*1)) scale3d(0.75, 1, 0.75);
}
.a.a--home .a--sprl.step--7C .p:nth-child(29) {
  transform: var(--newbase-3d) translate(calc(-260px*2), calc(140px*1)) scale3d(0.7, 1, 0.7);
}
.a.a--home .a--sprl.step--7C .p:nth-child(30) {
  transform: var(--newbase-3d) translate(calc(-260px*1), calc(140px*0)) scale3d(0.65, 1, 0.65);
}
.a.a--home .a--sprl.step--7C .p:nth-child(31) {
  transform: var(--newbase-3d) translate(calc(-260px*0), calc(-140px*1)) scale3d(0.6, 1, 0.6);
}
.a.a--home .a--sprl.step--7C .p:nth-child(32) {
  transform: var(--newbase-3d) translate(calc(260px*1), calc(-140px*1)) scale3d(0.55, 1, 0.55);
}
.a.a--home .a--sprl.out {
  opacity: 0;
  transform: rotate3d(90, 1, 1, 90deg);
  transition: transform 3s ease-in, opacity 2s ease-in;
}
.a.a--home .a--sprl.out .p {
  transition: all 1s ease-out;
  transition-delay: 1.2s;
}
.a.a--home .a--sprl.out .p > i {
  transition-delay: 1.2s;
}
.a.a--home .a--sprl.out .p:nth-child(1) {
  transition-delay: 0.05s;
}
.a.a--home .a--sprl.out .p:nth-child(1) > i {
  transition-delay: 0.05s;
}
.a.a--home .a--sprl.out .p:nth-child(2) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.out .p:nth-child(2) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.out .p:nth-child(3) {
  transition-delay: 0.15s;
}
.a.a--home .a--sprl.out .p:nth-child(3) > i {
  transition-delay: 0.15s;
}
.a.a--home .a--sprl.out .p:nth-child(4) {
  transition-delay: 0.2s;
}
.a.a--home .a--sprl.out .p:nth-child(4) > i {
  transition-delay: 0.2s;
}
.a.a--home .a--sprl.out .p:nth-child(5) {
  transition-delay: 0.25s;
}
.a.a--home .a--sprl.out .p:nth-child(5) > i {
  transition-delay: 0.25s;
}
.a.a--home .a--sprl.out .p:nth-child(6) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.out .p:nth-child(6) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.out .p:nth-child(7) {
  transition-delay: 0.35s;
}
.a.a--home .a--sprl.out .p:nth-child(7) > i {
  transition-delay: 0.35s;
}
.a.a--home .a--sprl.out .p:nth-child(8) {
  transition-delay: 0.4s;
}
.a.a--home .a--sprl.out .p:nth-child(8) > i {
  transition-delay: 0.4s;
}
.a.a--home .a--sprl.out .p:nth-child(9) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.out .p:nth-child(9) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.out .p:nth-child(10) {
  transition-delay: 0.5s;
}
.a.a--home .a--sprl.out .p:nth-child(10) > i {
  transition-delay: 0.5s;
}
.a.a--home .a--sprl.out .p:nth-child(11) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.out .p:nth-child(11) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.out .p:nth-child(12) {
  transition-delay: 0.6s;
}
.a.a--home .a--sprl.out .p:nth-child(12) > i {
  transition-delay: 0.6s;
}
.a.a--home .a--sprl.out .p:nth-child(13) {
  transition-delay: 0.65s;
}
.a.a--home .a--sprl.out .p:nth-child(13) > i {
  transition-delay: 0.65s;
}
.a.a--home .a--sprl.out .p:nth-child(14) {
  transition-delay: 0.7s;
}
.a.a--home .a--sprl.out .p:nth-child(14) > i {
  transition-delay: 0.7s;
}
.a.a--home .a--sprl.out .p:nth-child(15) {
  transition-delay: 0.75s;
}
.a.a--home .a--sprl.out .p:nth-child(15) > i {
  transition-delay: 0.75s;
}
.a.a--home .a--sprl.out .p:nth-child(16) {
  transition-delay: 0.8s;
}
.a.a--home .a--sprl.out .p:nth-child(16) > i {
  transition-delay: 0.8s;
}
.a.a--home .a--sprl.out .p:nth-child(17) {
  transition-delay: 0.85s;
}
.a.a--home .a--sprl.out .p:nth-child(17) > i {
  transition-delay: 0.85s;
}
.a.a--home .a--sprl.out .p:nth-child(18) {
  transition-delay: 0.9s;
}
.a.a--home .a--sprl.out .p:nth-child(18) > i {
  transition-delay: 0.9s;
}
.a.a--home .a--sprl.out .p:nth-child(19) {
  transition-delay: 0.95s;
}
.a.a--home .a--sprl.out .p:nth-child(19) > i {
  transition-delay: 0.95s;
}
.a.a--home .a--sprl.out .p:nth-child(20) {
  transition-delay: 1s;
}
.a.a--home .a--sprl.out .p:nth-child(20) > i {
  transition-delay: 1s;
}
.a.a--home .a--sprl.out .p:nth-child(21) {
  transition-delay: 1.05s;
}
.a.a--home .a--sprl.out .p:nth-child(21) > i {
  transition-delay: 1.05s;
}
.a.a--home .a--sprl.out .p:nth-child(22) {
  transition-delay: 1.1s;
}
.a.a--home .a--sprl.out .p:nth-child(22) > i {
  transition-delay: 1.1s;
}
.a.a--home .a--sprl.out .p:nth-child(23) {
  transition-delay: 1.15s;
}
.a.a--home .a--sprl.out .p:nth-child(23) > i {
  transition-delay: 1.15s;
}
.a.a--home .a--sprl.in {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 90deg);
  transition: transform 2s ease-out, opacity 1s ease-out;
}
.a.a--home .a--sprl.in .p {
  transition: all 2s ease-in;
  transition-delay: 0s;
}
.a.a--home .a--sprl.in .p > i {
  transition-delay: 0s;
}
.a.a--home .a--sprl.in .p:nth-child(23) {
  transition-delay: 0.05s;
}
.a.a--home .a--sprl.in .p:nth-child(23) > i {
  transition-delay: 0.05s;
}
.a.a--home .a--sprl.in .p:nth-child(22) {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.in .p:nth-child(22) > i {
  transition-delay: 0.1s;
}
.a.a--home .a--sprl.in .p:nth-child(21) {
  transition-delay: 0.15s;
}
.a.a--home .a--sprl.in .p:nth-child(21) > i {
  transition-delay: 0.15s;
}
.a.a--home .a--sprl.in .p:nth-child(20) {
  transition-delay: 0.2s;
}
.a.a--home .a--sprl.in .p:nth-child(20) > i {
  transition-delay: 0.2s;
}
.a.a--home .a--sprl.in .p:nth-child(19) {
  transition-delay: 0.25s;
}
.a.a--home .a--sprl.in .p:nth-child(19) > i {
  transition-delay: 0.25s;
}
.a.a--home .a--sprl.in .p:nth-child(18) {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.in .p:nth-child(18) > i {
  transition-delay: 0.3s;
}
.a.a--home .a--sprl.in .p:nth-child(17) {
  transition-delay: 0.35s;
}
.a.a--home .a--sprl.in .p:nth-child(17) > i {
  transition-delay: 0.35s;
}
.a.a--home .a--sprl.in .p:nth-child(16) {
  transition-delay: 0.4s;
}
.a.a--home .a--sprl.in .p:nth-child(16) > i {
  transition-delay: 0.4s;
}
.a.a--home .a--sprl.in .p:nth-child(15) {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.in .p:nth-child(15) > i {
  transition-delay: 0.45s;
}
.a.a--home .a--sprl.in .p:nth-child(14) {
  transition-delay: 0.5s;
}
.a.a--home .a--sprl.in .p:nth-child(14) > i {
  transition-delay: 0.5s;
}
.a.a--home .a--sprl.in .p:nth-child(13) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.in .p:nth-child(13) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl.in .p:nth-child(12) {
  transition-delay: 0.6s;
}
.a.a--home .a--sprl.in .p:nth-child(12) > i {
  transition-delay: 0.6s;
}
.a.a--home .a--sprl.in .p:nth-child(11) {
  transition-delay: 0.65s;
}
.a.a--home .a--sprl.in .p:nth-child(11) > i {
  transition-delay: 0.65s;
}
.a.a--home .a--sprl.in .p:nth-child(10) {
  transition-delay: 0.7s;
}
.a.a--home .a--sprl.in .p:nth-child(10) > i {
  transition-delay: 0.7s;
}
.a.a--home .a--sprl.in .p:nth-child(9) {
  transition-delay: 0.75s;
}
.a.a--home .a--sprl.in .p:nth-child(9) > i {
  transition-delay: 0.75s;
}
.a.a--home .a--sprl.in .p:nth-child(8) {
  transition-delay: 0.8s;
}
.a.a--home .a--sprl.in .p:nth-child(8) > i {
  transition-delay: 0.8s;
}
.a.a--home .a--sprl.in .p:nth-child(7) {
  transition-delay: 0.85s;
}
.a.a--home .a--sprl.in .p:nth-child(7) > i {
  transition-delay: 0.85s;
}
.a.a--home .a--sprl.in .p:nth-child(6) {
  transition-delay: 0.9s;
}
.a.a--home .a--sprl.in .p:nth-child(6) > i {
  transition-delay: 0.9s;
}
.a.a--home .a--sprl.in .p:nth-child(5) {
  transition-delay: 0.95s;
}
.a.a--home .a--sprl.in .p:nth-child(5) > i {
  transition-delay: 0.95s;
}
.a.a--home .a--sprl.in .p:nth-child(4) {
  transition-delay: 1s;
}
.a.a--home .a--sprl.in .p:nth-child(4) > i {
  transition-delay: 1s;
}
.a.a--home .a--sprl.in .p:nth-child(3) {
  transition-delay: 1.05s;
}
.a.a--home .a--sprl.in .p:nth-child(3) > i {
  transition-delay: 1.05s;
}
.a.a--home .a--sprl.in .p:nth-child(2) {
  transition-delay: 1.1s;
}
.a.a--home .a--sprl.in .p:nth-child(2) > i {
  transition-delay: 1.1s;
}
.a.a--home .a--sprl.in .p:nth-child(1) {
  transition-delay: 1.15s;
}
.a.a--home .a--sprl.in .p:nth-child(1) > i {
  transition-delay: 1.15s;
}
.a.a--home .a--sprl .p:nth-child(4n) {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl .p:nth-child(4n) > i {
  transition-delay: 0.55s;
}
.a.a--home .a--sprl .p:nth-child(1) {
  transform: var(--base-3d) translate(calc(260px*6), calc(-140px*3));
}
.a.a--home .a--sprl .p:nth-child(2) {
  transform: var(--base-3d) translate(calc(260px*5), calc(-140px*2));
}
.a.a--home .a--sprl .p:nth-child(3) {
  transform: var(--base-3d) translate(calc(260px*4), calc(-140px*1));
}
.a.a--home .a--sprl .p:nth-child(4) {
  transform: var(--base-3d) translate(calc(260px*3), calc(-140px*0));
}
.a.a--home .a--sprl .p:nth-child(5) {
  transform: var(--base-3d) translate(calc(260px*2), calc(140px*1));
}
.a.a--home .a--sprl .p:nth-child(6) {
  transform: var(--base-3d) translate(calc(260px*1), calc(140px*2));
}
.a.a--home .a--sprl .p:nth-child(7) {
  transform: var(--base-3d) translate(calc(260px*0), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(8) {
  transform: var(--base-3d) translate(calc(-260px*1), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(9) {
  transform: var(--base-3d) translate(calc(-260px*2), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(10) {
  transform: var(--base-3d) translate(calc(-260px*3), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(11) {
  transform: var(--base-3d) translate(calc(-260px*4), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(12) {
  transform: var(--base-3d) translate(calc(-260px*5), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(13) {
  transform: var(--base-3d) translate(calc(-260px*6), calc(140px*3));
}
.a.a--home .a--sprl .p:nth-child(14) {
  transform: var(--base-3d) translate(calc(-260px*5), calc(140px*2));
}
.a.a--home .a--sprl .p:nth-child(15) {
  transform: var(--base-3d) translate(calc(-260px*4), calc(140px*1));
}
.a.a--home .a--sprl .p:nth-child(16) {
  transform: var(--base-3d) translate(calc(-260px*3), calc(140px*0));
}
.a.a--home .a--sprl .p:nth-child(17) {
  transform: var(--base-3d) translate(calc(-260px*2), calc(-140px*1));
}
.a.a--home .a--sprl .p:nth-child(18) {
  transform: var(--base-3d) translate(calc(-260px*1), calc(-140px*2));
}
.a.a--home .a--sprl .p:nth-child(19) {
  transform: var(--base-3d) translate(calc(-260px*0), calc(-140px*3));
}
.a.a--home .a--sprl .p:nth-child(20) {
  transform: var(--base-3d) translate(calc(260px*1), calc(-140px*3));
}
.a.a--home .a--sprl .p:nth-child(21) {
  transform: var(--base-3d) translate(calc(260px*2), calc(-140px*3));
}
.a.a--home .a--sprl .p:nth-child(22) {
  transform: var(--base-3d) translate(calc(260px*3), calc(-140px*3));
}
.a.a--home .a--sprl .p:nth-child(23) {
  transform: var(--base-3d) translate(calc(260px*4), calc(-140px*3));
}
.a.a--home .a--sprl .p:nth-child(24) {
  transform: var(--base-3d) translate(calc(260px*3), calc(-140px*2)) scale3d(0.95, 1, 0.95);
}
.a.a--home .a--sprl .p:nth-child(24) .p-fbt {
  opacity: 0.9;
}
.a.a--home .a--sprl .p:nth-child(25) {
  transform: var(--base-3d) translate(calc(260px*2), calc(-140px*1)) scale3d(0.9, 1, 0.9);
}
.a.a--home .a--sprl .p:nth-child(25) .p-fbt {
  opacity: 0.8;
}
.a.a--home .a--sprl .p:nth-child(26) {
  transform: var(--base-3d) translate(calc(260px*1), calc(-140px*0)) scale3d(0.85, 1, 0.85);
}
.a.a--home .a--sprl .p:nth-child(26) .p-fbt {
  opacity: 0.7;
}
.a.a--home .a--sprl .p:nth-child(27) {
  transform: var(--base-3d) translate(calc(260px*0), calc(140px*1)) scale3d(0.8, 1, 0.8);
}
.a.a--home .a--sprl .p:nth-child(27) .p-fbt {
  opacity: 0.6;
}
.a.a--home .a--sprl .p:nth-child(28) {
  transform: var(--base-3d) translate(calc(-260px*1), calc(140px*1)) scale3d(0.75, 1, 0.75);
}
.a.a--home .a--sprl .p:nth-child(28) .p-fbt {
  opacity: 0.5;
}
.a.a--home .a--sprl .p:nth-child(29) {
  transform: var(--base-3d) translate(calc(-260px*2), calc(140px*1)) scale3d(0.7, 1, 0.7);
}
.a.a--home .a--sprl .p:nth-child(29) .p-fbt {
  opacity: 0.4;
}
.a.a--home .a--sprl .p:nth-child(30) {
  transform: var(--base-3d) translate(calc(-260px*1), calc(140px*0)) scale3d(0.65, 1, 0.65);
}
.a.a--home .a--sprl .p:nth-child(30) .p-fbt {
  opacity: 0.3;
}
.a.a--home .a--sprl .p:nth-child(31) {
  transform: var(--base-3d) translate(calc(-260px*0), calc(-140px*1)) scale3d(0.6, 1, 0.6);
}
.a.a--home .a--sprl .p:nth-child(31) .p-fbt {
  opacity: 0.2;
}
.a.a--home .a--sprl .p:nth-child(32) {
  transform: var(--base-3d) translate(calc(260px*1), calc(-140px*1)) scale3d(0.55, 1, 0.55);
}
.a.a--home .a--sprl .p:nth-child(32) .p-fbt {
  opacity: 0.1;
}
.a.a--home .a--sprl .light {
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  transform: translate(-31px, -310px);
  background: #E13474;
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 34px rgba(255, 255, 255, 0.55), 1px 1px 21px rgba(255, 255, 255, 0.55);
}
.a.a--expt {
  position: fixed;
  overflow: hidden;
  /* GENERAL*/
  /* LOGIC*/
  /* Animation d'entrée*/
}
@supports not (aspect-ratio: 1/1) {
  .a.a--expt {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.a.a--expt .a--holder {
  transition: 0.34s ease-out;
  transform-origin: 75% 0;
}
.a.a--expt .a--holder:not(.a--step-1) {
  top: 10%;
}
@media screen and (max-height: 900px) and (min-width: 1024px) {
  .a.a--expt .a--holder:not(.fake) {
    top: 15%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  .a.a--expt .a--holder {
    transform: scale(0.8);
    top: 10%;
  }
  @supports (-moz-appearance: none) {
    .a.a--expt .a--holder {
      transform: scale(0.8) translate3d(0px, 0px, 1px);
    }
  }
  .a.a--expt .a--holder:not(.a--step-1) {
    top: 20%;
  }
}
@media screen and (max-height: 800px) and (max-width: 1024px) {
  .a.a--expt .a--holder:not(.a--step-1) {
    top: 15%;
  }
  .a.a--expt .a--holder:not(.a--step-1) figure div {
    transform-origin: center;
  }
}
@media screen and (max-height: 800px) and (min-width: 1024px) {
  .a.a--expt .a--holder:not(.fake) {
    top: 25%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .a.a--expt .a--holder {
    transform: scale(0.66);
    top: 20%;
  }
  @supports (-moz-appearance: none) {
    .a.a--expt .a--holder {
      transform: scale(0.66) translate3d(0px, 0px, 1px);
    }
  }
  .a.a--expt .a--holder:not(.a--step-1) {
    top: 30%;
  }
}
.a.a--expt .p {
  top: calc(50% - 125px);
  right: 13%;
}
@media screen and (max-width: 1024px) {
  .a.a--expt .p {
    right: 50%;
    margin-right: -127px;
  }
}
.a.a--expt .logos {
  position: absolute;
  right: 11.22%;
  top: calc(50% - 300px);
  width: 320px;
  display: flex;
  justify-content: center;
  z-index: 100;
}
@supports not (aspect-ratio: 1/1) {
  .a.a--expt .logos {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .a.a--expt .logos {
    width: 270px;
    right: 50%;
    margin-right: -135px;
  }
}
.a.a--expt figure {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 233px;
  height: 233px;
  filter: drop-shadow(0px 34px 34px rgba(255, 255, 255, 0.55));
}
.a.a--expt figure div {
  opacity: 0;
  transform-origin: bottom center;
}
.a.a--expt .a--step-1 .p:nth-child(1) {
  z-index: 6;
  transform: var(--base-3d) translate(0, calc(66px*0));
  animation: penter-1 0.6s ease-out forwards;
}
.a.a--expt .a--step-1 .p:nth-child(2) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1));
  animation: penter-2 0.6s ease-out forwards;
}
.a.a--expt .a--step-1 .p:nth-child(3) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
  animation: penter-3 0.6s ease-out forwards;
}
.a.a--expt .a--step-1 .p:nth-child(4) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3));
  animation: penter-4 0.6s ease-out forwards;
}
.a.a--expt .a--step-1 .p:nth-child(5) {
  z-index: 2;
  transform: var(--base-3d) translate(0, calc(66px*4));
  animation: penter-5 0.6s ease-out forwards;
}
@keyframes penter-1 {
  0% {
    transform: var(--base-3d) translate(0, calc(-66px*3));
  }
  100% {
    transform: var(--base-3d) translate(0, calc(66px*0));
  }
}
@keyframes penter-2 {
  0% {
    transform: var(--base-3d) translate(0, calc(-66px*2));
  }
  100% {
    transform: var(--base-3d) translate(0, calc(66px*1));
  }
}
@keyframes penter-3 {
  0% {
    transform: var(--base-3d) translate(0, calc(66px*2));
  }
  100% {
    transform: var(--base-3d) translate(0, calc(66px*2));
  }
}
@keyframes penter-4 {
  0% {
    transform: var(--base-3d) translate(0, calc(66px*4));
  }
  100% {
    transform: var(--base-3d) translate(0, calc(66px*3));
  }
}
@keyframes penter-5 {
  0% {
    transform: var(--base-3d) translate(0, calc(66px*6));
  }
  100% {
    transform: var(--base-3d) translate(0, calc(66px*4));
  }
}
.a.a--expt .a--step-1 .p:nth-child(5) ~ .p {
  z-index: 1;
  transform: var(--base-3d) translate(0, calc(66px*5));
}
.a.a--expt .a--step-1 .p:nth-child(5) ~ .p i {
  opacity: 0;
}
.a.a--expt .a--step-2 .p:nth-child(5) ~ .p {
  z-index: 1;
  transform: var(--base-3d) translate(0, calc(66px*5));
}
.a.a--expt .a--step-2 .p:nth-child(5) ~ .p i {
  opacity: 0;
}
.a.a--expt .a--step-2 .p:nth-child(1) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-2 .p:nth-child(1) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-2 .p:nth-child(2) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-2 .p:nth-child(3) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-2 .p:nth-child(4) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3)) scale3d(0.9, 1, 0.9);
}
.a.a--expt .a--step-2 .p:nth-child(5) {
  z-index: 2;
  transform: var(--base-3d) translate(0, calc(66px*4)) scale3d(0.8, 1, 0.8);
}
.a.a--expt .a--step-2 .logos figure:nth-child(1) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-3 .p:nth-child(6) ~ .p {
  z-index: 1;
  transform: var(--base-3d) translate(0, calc(66px*5));
}
.a.a--expt .a--step-3 .p:nth-child(6) ~ .p i {
  opacity: 0;
}
.a.a--expt .a--step-3 .p:nth-child(1) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-3 .p:nth-child(2) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-3 .p:nth-child(2) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-3 .p:nth-child(3) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-3 .p:nth-child(4) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-3 .p:nth-child(5) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3)) scale3d(0.9, 1, 0.9);
}
.a.a--expt .a--step-3 .p:nth-child(6) {
  z-index: 2;
  transform: var(--base-3d) translate(0, calc(66px*4)) scale3d(0.8, 1, 0.8);
}
.a.a--expt .a--step-3 .logos figure:nth-child(2) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-4 .p:nth-child(7) ~ .p {
  z-index: 1;
  transform: var(--base-3d) translate(0, calc(66px*5));
}
.a.a--expt .a--step-4 .p:nth-child(7) ~ .p i {
  opacity: 0;
}
.a.a--expt .a--step-4 .p:nth-child(1),
.a.a--expt .a--step-4 .p:nth-child(2) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-4 .p:nth-child(3) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-4 .p:nth-child(3) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-4 .p:nth-child(4) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-4 .p:nth-child(5) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-4 .p:nth-child(6) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3)) scale3d(0.9, 1, 0.9);
}
.a.a--expt .a--step-4 .p:nth-child(7) {
  z-index: 2;
  transform: var(--base-3d) translate(0, calc(66px*4)) scale3d(0.8, 1, 0.8);
}
.a.a--expt .a--step-4 .logos figure:nth-child(3) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-5 .p:nth-child(8) ~ .p {
  z-index: 1;
  transform: var(--base-3d) translate(0, calc(66px*5));
}
.a.a--expt .a--step-5 .p:nth-child(8) ~ .p i {
  opacity: 0;
}
.a.a--expt .a--step-5 .p:nth-child(1),
.a.a--expt .a--step-5 .p:nth-child(2),
.a.a--expt .a--step-5 .p:nth-child(3) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-5 .p:nth-child(4) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-5 .p:nth-child(4) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-5 .p:nth-child(5) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-5 .p:nth-child(6) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-5 .p:nth-child(7) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3)) scale3d(0.9, 1, 0.9);
}
.a.a--expt .a--step-5 .p:nth-child(8) {
  z-index: 2;
  transform: var(--base-3d) translate(0, calc(66px*4)) scale3d(0.8, 1, 0.8);
}
.a.a--expt .a--step-5 .logos figure:nth-child(4) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-6 .p:nth-child(9) ~ .p {
  z-index: 1;
  transform: var(--base-3d) translate(0, calc(66px*5));
}
.a.a--expt .a--step-6 .p:nth-child(9) ~ .p i {
  opacity: 0;
}
.a.a--expt .a--step-6 .p:nth-child(1),
.a.a--expt .a--step-6 .p:nth-child(2),
.a.a--expt .a--step-6 .p:nth-child(3),
.a.a--expt .a--step-6 .p:nth-child(4) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-6 .p:nth-child(5) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-6 .p:nth-child(5) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-6 .p:nth-child(6) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-6 .p:nth-child(7) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-6 .p:nth-child(8) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3)) scale3d(0.9, 1, 0.9);
}
.a.a--expt .a--step-6 .p:nth-child(9) {
  z-index: 2;
  transform: var(--base-3d) translate(0, calc(66px*4)) scale3d(0.8, 1, 0.8);
}
.a.a--expt .a--step-6 .logos figure:nth-child(5) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-7 .p:nth-child(1),
.a.a--expt .a--step-7 .p:nth-child(2),
.a.a--expt .a--step-7 .p:nth-child(3),
.a.a--expt .a--step-7 .p:nth-child(4),
.a.a--expt .a--step-7 .p:nth-child(5),
.a.a--expt .a--step-7 .p:nth-child(6) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-7 .p:nth-child(6) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-7 .p:nth-child(6) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-7 .p:nth-child(7) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-7 .p:nth-child(8) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-7 .p:nth-child(9) {
  z-index: 3;
  transform: var(--base-3d) translate(0, calc(66px*3)) scale3d(0.9, 1, 0.9);
}
.a.a--expt .a--step-7 .logos figure:nth-child(6) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-8 .p:nth-child(1),
.a.a--expt .a--step-8 .p:nth-child(2),
.a.a--expt .a--step-8 .p:nth-child(3),
.a.a--expt .a--step-8 .p:nth-child(4),
.a.a--expt .a--step-8 .p:nth-child(5),
.a.a--expt .a--step-8 .p:nth-child(6),
.a.a--expt .a--step-8 .p:nth-child(7) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-8 .p:nth-child(7) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-8 .p:nth-child(7) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-8 .p:nth-child(8) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-8 .p:nth-child(9) {
  z-index: 4;
  transform: var(--base-3d) translate(0, calc(66px*2));
}
.a.a--expt .a--step-8 .logos figure:nth-child(7) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-9 .p:nth-child(1),
.a.a--expt .a--step-9 .p:nth-child(2),
.a.a--expt .a--step-9 .p:nth-child(3),
.a.a--expt .a--step-9 .p:nth-child(4),
.a.a--expt .a--step-9 .p:nth-child(5),
.a.a--expt .a--step-9 .p:nth-child(6),
.a.a--expt .a--step-9 .p:nth-child(7),
.a.a--expt .a--step-9 .p:nth-child(8) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-9 .p:nth-child(9) {
  z-index: 5;
  transform: var(--base-3d) translate(0, calc(66px*1)) scale3d(1.3, 1, 1.3);
}
.a.a--expt .a--step-9 .p:nth-child(8) {
  z-index: 6;
  /*transform: var(--base-3d) translate(0, calc(-40vh)) scale3d(3,0.2,3);*/
  animation: scaleOut 0.5s linear forwards;
}
.a.a--expt .a--step-9 .p:nth-child(8) i {
  animation: fadeOut 0.3s 0.2s linear forwards;
}
.a.a--expt .a--step-9 .logos figure:nth-child(8) div {
  animation: levitate 3.4s linear infinite, scaleIn 0.618s ease-in forwards;
}
.a.a--expt .a--step-10 .p:nth-child(1),
.a.a--expt .a--step-10 .p:nth-child(2),
.a.a--expt .a--step-10 .p:nth-child(3),
.a.a--expt .a--step-10 .p:nth-child(4),
.a.a--expt .a--step-10 .p:nth-child(5),
.a.a--expt .a--step-10 .p:nth-child(6),
.a.a--expt .a--step-10 .p:nth-child(7),
.a.a--expt .a--step-10 .p:nth-child(8) {
  transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
}
.a.a--expt .a--step-10 .p:nth-child(9) {
  transform: rotateY(-47deg) rotateX(-20.5deg) rotateZ(22deg) scale3d(2, 3, 2) translate3d(13vh, 7vh, 0vh);
}
.a.a--expt .a--step-10 .p:nth-child(9) i {
  opacity: 0.6 !important;
}
.a.a--expt .up .p {
  animation: none !important;
}
@keyframes scaleOut {
  0% {
    transform: var(--base-3d) translate(0, calc(66px*0)) scale3d(1, 1, 1);
  }
  100% {
    transform: var(--base-3d) translate(0, -100vh) scale3d(3, 1, 3);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0) rotateY(0deg);
  }
  50% {
    opacity: 0;
    transform: scale(0.2) rotateY(120deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.34) rotateY(360deg);
  }
}
@keyframes scaleInSafari {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1.34);
  }
}
@keyframes scaleInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0) rotateY(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2) rotateY(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1) rotateY(360deg);
  }
}
@keyframes levitate {
  0% {
    margin-top: 0;
    filter: drop-shadow(0px 34px 21px rgba(255, 255, 255, 0.55));
  }
  50% {
    margin-top: -13px;
    filter: drop-shadow(0px 34px 34px rgba(255, 255, 255, 0.34));
  }
  100% {
    margin-top: 0;
    filter: drop-shadow(0px 34px 21px rgba(255, 255, 255, 0.55));
  }
}

/*autre spécifications*/
@media screen and (max-width: 1280px) {
  body .cpt-projectslider .cpt-projectslider--item .back {
    padding: 55px;
  }
  body .cpt-projectslider .cpt-projectslider--item .back p {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  body .cpt-projet {
    margin-bottom: calc(100vw / 4.5);
  }
  body .cpt-projet blockquote, body .cpt-projet:nth-child(4) blockquote, body .cpt-projet:nth-child(7) blockquote {
    margin-top: calc(100vw / 4.5);
  }
  body .cpt-projet:nth-child(odd) {
    flex-wrap: nowrap;
  }
  body .cpt-projet .cpt-techlist li {
    width: 24px;
    overflow: hidden;
    text-indent: 24px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 1024px) {
  body {
    /* EXPERTISE */
    /* PROJETS */
    /* CONTACT */
  }
  body nav {
    margin-top: 0;
  }
  body nav ul {
    width: 100%;
    justify-content: space-around;
    padding-left: 3vw;
    padding-right: 3vw;
    /* logo */
  }
  body nav ul li:nth-child(3) {
    order: 1;
  }
  body nav ul li:nth-child(2) {
    order: 2;
  }
  body nav ul li:nth-child(4) {
    order: 3;
  }
  body nav ul li:nth-child(5) {
    order: 4;
  }
  body nav ul li:nth-child(3) {
    max-width: 60px;
    min-width: 40px;
    flex-grow: 1;
  }
  body nav ul li:nth-child(3) a {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
  }
  body nav ul li:nth-child(3) object {
    margin-top: 10px;
    width: 100%;
  }
  body nav ul li:nth-child(1) {
    display: none;
  }
  body nav ul li {
    margin: 0;
  }
  body nav ul a {
    font-size: 1rem;
    padding: 21px 13px;
  }
  body .main-footer {
    padding: 0 5vw;
  }
  body .main-footer figure {
    width: 120%;
    margin-left: -10%;
  }
  body .cpt-lang {
    display: none;
  }
  body .cpt-section {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  body .cpt-section h2, body h3, body p {
    width: 100% !important;
  }
  body.tpt-homepage .cpt-section:nth-child(2) {
    padding-top: 55px;
  }
  body .a.a--home {
    transform: scale(0.7) rotate3d(0, 1, 0, 55deg);
  }
  body.tpt-homepage .cpt-section:nth-child(3) h3 {
    height: 35vh;
  }
  body .cpt-tech {
    height: 50vh;
  }
  body .cpt-projectslider {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  body .cpt-projectslider .cpt-projectslider--item .front {
    padding: 8px;
  }
  body .cpt-projectslider .cpt-projectslider--slides {
    transform: translateZ(-90vw);
  }
  body .cpt-projectslider .cpt-projectslider--item:nth-child(1) {
    transform: rotateY(0deg) translateZ(90vw);
  }
  body .cpt-projectslider .cpt-projectslider--item:nth-child(2) {
    transform: rotateY(60deg) translateZ(90vw);
  }
  body .cpt-projectslider .cpt-projectslider--item:nth-child(3) {
    transform: rotateY(120deg) translateZ(90vw);
  }
  body .cpt-projectslider .cpt-projectslider--item:nth-child(4) {
    transform: rotateY(180deg) translateZ(90vw);
  }
  body .cpt-projectslider .cpt-projectslider--item:nth-child(5) {
    transform: rotateY(240deg) translateZ(90vw);
  }
  body .cpt-projectslider .cpt-projectslider--item:nth-child(6) {
    transform: rotateY(300deg) translateZ(90vw);
  }
  body .cpt-contact {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
    background-size: 66% auto;
  }
  body .cpt-contactlinks {
    flex-direction: column;
  }
  body .cpt-contactlinks li:nth-child(2) {
    margin: 21px 0;
  }
  body .cta-classic, body .cpt-projet div + a, .cpt-projet body div + a, body .tpt-expertise .cpt-section:not(#contact) p + a, .tpt-expertise .cpt-section:not(#contact) body p + a {
    font-size: 1rem;
  }
  body .cta-classic:before, body .cpt-projet div + a:before, .cpt-projet body div + a:before, body .tpt-expertise .cpt-section:not(#contact) p + a:before, .tpt-expertise .cpt-section:not(#contact) body p + a:before {
    width: 34px;
    height: 34px;
    margin-left: 21px;
    background-size: 40%, auto;
  }
  body .cpt-quickpagi {
    display: none;
  }
  body.tpt-expertise .container {
    mask-image: none;
    -webkit-mask-image: none;
  }
  body .mobile-mask {
    z-index: 1000;
    height: 100%;
    overflow: scroll;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50vh, black 60vh, black);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50vh, black 60vh, black);
  }
  body.tpt-expertise .cpt-section:not(#contact) {
    justify-content: flex-end;
    padding-bottom: 9vh;
    min-height: 0;
    margin-left: 0;
  }
  body.tpt-expertise .cpt-section:not(#contact) > h1, body.tpt-expertise .cpt-section:not(#contact) > h2, body.tpt-expertise .cpt-section:not(#contact) > p {
    text-align: center;
  }
  body.tpt-expertise .cpt-section:not(#contact) h1 {
    width: 100%;
  }
  body.tpt-expertise .a {
    transform: scale(0.5) translateY(-21%);
    transform-origin: 50% 40%;
    overflow: visible;
  }
  body .a.a--expt .logos {
    width: 270px;
  }
  body.tpt-expertise .cpt-section:nth-child(10) {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  body.tpt-projets .cpt-section h1 {
    margin-bottom: 144px;
  }
  body.tpt-projets .cpt-projet {
    width: 100%;
    margin-bottom: 233px;
  }
  body.tpt-projets .cpt-projet figure, body.tpt-projets .cpt-projet div {
    flex-basis: 100%;
  }
  body.tpt-projets .cpt-projet figure {
    border-radius: 21px;
    padding: 5px;
  }
  body.tpt-projets .cpt-projet img {
    border-radius: 13px;
  }
  body.tpt-projets .cpt-projet div {
    width: 100%;
    padding: 34px 0 0 0;
  }
  body.tpt-projets .cpt-projet a {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 34px;
  }
  body.tpt-projets .cpt-projet ul {
    flex-wrap: wrap;
    gap: 13px;
    font-size: 14px;
  }
  body.tpt-projets .cpt-projet ul li {
    margin: 0 !important;
  }
  body.tpt-projets .cpt-projet blockquote {
    margin-top: 144px;
    padding: 34px 5vw 0;
  }
  body.tpt-projets .cpt-projet blockquote:before {
    top: 0;
  }
  body.tpt-projets .cpt-projet:last-child {
    margin-bottom: 89px;
  }
  body.tpt-contact .cpt-section {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  body.tpt-contact .cpt-section h1 b {
    padding-bottom: 13px;
  }
  body.tpt-contact .main-footer {
    padding-left: 0;
    padding-right: 0;
  }
  body.tpt-contact .main-footer p {
    padding-left: 8vw;
    padding-right: 8vw;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  body .cpt-section {
    padding-left: 5vw;
    padding-right: 5vw;
    min-height: 500px;
  }
  body.tpt-homepage .cpt-section:nth-child(2) {
    justify-content: flex-end;
  }
  body .cpt-tech {
    height: auto;
    padding-top: calc(100vw / 4);
    padding-bottom: calc(100vw / 4);
  }
  body .a.a-fxd.a--home {
    height: 80vh;
    top: -5vh;
    transform: scale(0.4) rotate3d(0, 1, 0, 55deg);
  }
  body .main-footer figure {
    width: 140%;
    margin-left: -20%;
  }
  body .cpt-projectslider .back {
    justify-content: center;
    align-items: center;
  }
  body .cpt-projectslider .back h4 {
    margin-bottom: 0;
  }
  body .cpt-projectslider .back p, body .cpt-projectslider .back ul {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-height: 740px) {
  body .mobile-mask {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45vh, black 55vh, black);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45vh, black 55vh, black);
  }
  body.tpt-expertise .a {
    transform: scale(0.5) translateY(-25%);
  }
}
@media screen and (max-width: 1024px) and (min-height: 830px) {
  body.tpt-expertise .cpt-section:not(#contact) {
    padding-bottom: 14vh;
  }
}
/*responsive*/

/*# sourceMappingURL=style.css.map */
