@charset "UTF-8";
.scale-up {
  transform: scale(1.05); /* Modifier la valeur de scale ici */
}

.img {
  transition: transform 0.3s;
}

::selection {
  color: #FFFBF2;
  background: #004BF9;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.all {
  padding-top: 120px;
  width: 100vw;
}

body {
  padding-right: 1%;
  margin: 0px;
  background-color: #FFFBF2;
  overflow-x: hidden;
  width: 100vw;
}
body header {
  transition: top 0.3s ease-in-out;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  border-top: 0px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  position: fixed;
  z-index: 10;
  background-color: #FFFBF2;
}
body header .tracofore-button {
  display: inline-block;
  font-family: "montreal-bold";
  border-right: 1px solid black;
  color: black;
  text-decoration: none;
  padding: 30px;
  width: max-content;
  z-index: 1;
  box-shadow: inset 0 0 0 0 #004BF9;
  transition: 0.27s ease;
}
body header .tracofore-button:hover {
  box-shadow: inset 0 79.5px 0 0 #004BF9;
  color: white;
}
body header .menu {
  display: flex;
  justify-content: flex-end;
  font-family: inter, sans-serif;
  padding: 30px;
}
body header .menu a {
  margin-left: 80px;
  color: black;
  text-decoration: none;
}
body header .menu .le-projet {
  margin-left: 0px;
}
body section#hero {
  display: flex;
  justify-content: space-evenly;
  z-index: 1;
  background-color: #FFFBF2;
}
body section#hero .titre {
  margin-top: 30px;
  margin-left: 50px;
}
body section#hero .titre em {
  color: #FFFBF2;
  background: #004BF9;
  font-style: normal;
  animation: fadeIn 1s forwards;
}
body section#hero .titre hr {
  margin-top: 20px;
  animation: expand 1s ease-out forwards;
}
body section#hero .titre .t {
  overflow: hidden;
}
body section#hero .titre h2 {
  font-family: montreal-book;
  font-size: 96px;
  line-height: 110%;
  font-weight: 400;
  margin: 0px;
  color: black;
}
body section#hero .titre p {
  line-height: 0%;
}
body section#hero .titre p em {
  color: black;
  font-family: montreal-bold;
  background: none;
}
body section#hero .titre p a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  transition: color ease 0.3s;
  line-height: 120%;
}
body section#hero .titre p a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 5%;
  left: 0;
  bottom: 0;
  background-color: black;
  transition: all ease 0.3s;
}
body section#hero .titre p a:hover {
  color: white;
}
body section#hero .titre p a:hover::after {
  height: 100%;
}
body section#hero .titre .t-description1 {
  width: fit-content;
  margin-top: 70px;
  font-size: 16px;
  font-family: inter;
  color: grey;
  overflow: hidden;
}
body section#hero .titre .t-description3 {
  width: fit-content;
  font-size: 16px;
  font-family: inter;
  color: grey;
  overflow: hidden;
}
body section#hero .titre .t-description2 {
  width: fit-content;
  font-size: 16px;
  font-family: inter;
  color: grey;
  overflow: hidden;
}
body section#hero .titre .t-description4 {
  width: fit-content;
  font-size: 16px;
  font-family: inter;
  color: grey;
  overflow: hidden;
}
body section#hero .tour {
  position: relative;
  overflow: hidden;
}
body .marquee {
  position: relative;
  background: #FFFBF2;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  color: black;
  padding: 10px 0;
  text-transform: uppercase;
  overflow: hidden;
  font-family: "montreal-book";
  font-size: 64px;
  font-weight: 400;
  transform: rotate(-1deg);
  margin-top: -140px;
  z-index: 4;
}
body .marquee .marquee__inner {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
}
body .marquee .marquee__inner .marquee__part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4px;
}
body #section-le-projet {
  pointer-events: none;
  min-height: 100vh;
  background-color: #FFFBF2;
  z-index: 3;
  position: relative;
  margin-top: -15px;
  padding-bottom: 100px;
  height: 120vh;
}
body #section-le-projet .trois-section-titre {
  font-family: montreal-bold;
  font-size: 64px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -212px;
  margin-top: -35px;
}
body #section-le-projet .front-layer, body #section-le-projet .back-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform; /* Optimize performance */
  transition: transform 0.2s ease-out; /* Ajoute une transition douce */
}
body #section-le-projet .front-layer {
  z-index: 2;
}
body #section-le-projet .front-layer ul {
  margin: 0px;
}
body #section-le-projet .front-layer .little-title {
  font-family: inter, sans-serif;
  padding: 7px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid black;
  background-color: #FFFBF2;
  width: fit-content;
  margin-bottom: -10px;
  position: relative;
}
body #section-le-projet .front-layer .little-text {
  font-family: inter, sans-serif;
  padding: 15px;
  font-size: 20px;
  border: 1px solid black;
  background-color: #FFFBF2;
  width: 311px;
  padding-left: 0px;
  padding-top: 20px;
  margin-left: 10px;
}
body #section-le-projet .front-layer .concept {
  position: absolute;
  left: 15%;
  top: 5%;
}
body #section-le-projet .front-layer .originalite {
  position: absolute;
  left: 8%;
  top: 50%;
}
body #section-le-projet .front-layer .objectif {
  position: absolute;
  right: 6%;
  top: 30%;
}
body #section-le-projet .back-layer {
  z-index: 1;
}
body #section-le-projet .back-layer .petite-tour {
  background-image: url(img/svg/petite-tour.svg);
  width: 116px;
  height: 219px;
  position: absolute;
  top: 70%;
  right: 40%;
}
body #section-le-projet .back-layer .lunettes {
  background-image: url(img/svg/lunettes.svg);
  width: 92px;
  height: 56px;
  position: absolute;
  top: 10%;
  left: 60%;
}
body #section-le-projet .back-layer img {
  position: absolute;
  top: 30%;
  left: 5%;
}
body #la-presentation {
  height: 100vh;
  width: 100vw;
  background-color: black;
  display: flex;
  color: white;
}
body #la-presentation .video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80%;
  margin: 100px;
}
body #la-presentation .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body #la-presentation iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #section-les-concepteurs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-family: inter;
  font-weight: 400;
  height: 120vh;
  margin-bottom: 442px;
  position: relative;
  z-index: 0;
  background-color: #FFFBF2;
}
body #section-les-concepteurs #un {
  margin-top: -150px;
  margin-left: 50px;
}
body #section-les-concepteurs #trois {
  margin-top: 150px;
  margin-right: 50px;
}
body #section-les-concepteurs .concepteur .nom {
  padding: 8px;
  border: 1px solid black;
  background-color: #FFFBF2;
  width: fit-content;
  position: relative;
  z-index: 2;
}
body #section-les-concepteurs .concepteur .photo-et-description {
  font-weight: 100;
  font-size: 20px;
  border: 1px solid black;
  width: fit-content;
  margin-top: -20px;
  margin-left: 20px;
}
body #section-les-concepteurs .concepteur .photo-et-description .member-frame {
  position: relative;
  border-bottom: 1px solid black;
  width: 352px;
  height: 468px;
  overflow: hidden;
}
body #section-les-concepteurs .concepteur .photo-et-description .member-frame .member-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
body #section-les-concepteurs .concepteur .photo-et-description .member-frame .member-image .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #section-les-concepteurs .concepteur .photo-et-description .concepteur-description {
  padding: 10px;
}
body #section-les-concepteurs .concepteur .bouton-voir-plus {
  display: flex;
  margin: 10px;
  align-items: center;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  margin-top: -15px;
  margin-left: 220px;
  padding: 8px;
  background-color: #FFFBF2;
  width: 190px;
  box-shadow: inset 0 0 0 0 #004BF9;
  transition: 0.27s ease;
}
body #section-les-concepteurs .concepteur .bouton-voir-plus:hover {
  box-shadow: inset 0 79.5px 0 0 #004BF9;
  color: white;
}
body #section-les-concepteurs .concepteur .bouton-voir-plus:hover > .fleche-haut {
  transform: translateX(10px) rotate(90deg);
  filter: invert(100%);
}
body #section-les-concepteurs .concepteur .bouton-voir-plus .fleche-haut {
  background-image: url(img/svg/flache-haut.svg);
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  transition: 0.27s ease;
}
body footer {
  background-color: black;
  color: white;
  position: fixed;
  bottom: 0;
  z-index: -5;
  width: 100vw;
}
body footer .top-footer {
  display: flex;
  justify-content: space-between;
  margin: 0px 40px;
  padding-top: 40px;
}
body footer .top-footer .top-left-footer .logo-footer {
  font-family: montreal-bold;
  font-size: 128px;
  white-space: nowrap;
  display: flex;
}
body footer .top-footer .top-left-footer .logo-footer span {
  opacity: 0;
  transform: translateY(100%);
  display: inline-block;
}
body footer .top-footer .top-left-footer .footer-nav {
  font-family: inter;
  font-size: 20px;
  display: flex;
}
body footer .top-footer .top-left-footer .footer-nav li {
  list-style: none;
}
body footer .top-footer .top-left-footer .footer-nav li:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body footer .top-footer .top-left-footer .footer-nav li a {
  color: white;
  text-decoration: none;
}
body footer .top-footer .top-left-footer .footer-nav ul {
  margin: 0px;
  padding: 0px;
}
body footer .top-footer .top-left-footer .footer-nav #ul-deux {
  margin-left: 100px;
}
body footer .top-footer .top-right-footer {
  margin-top: 43px;
  margin-right: 30px;
}
body footer .top-footer .top-right-footer .carre-top {
  display: flex;
  align-items: center;
}
body footer .top-footer .top-right-footer .carre-top .carre {
  width: 82px;
  height: 82px;
  border: 1px solid white;
  box-shadow: inset 0 0 0 0 #FFFBF2;
  transition: 0.27s ease;
  position: relative;
  z-index: 0;
}
body footer .top-footer .top-right-footer .carre-top .carre:hover {
  box-shadow: inset 0 80px 0 0 #FFFBF2;
  color: white;
}
body footer .top-footer .top-right-footer .carre-top .carre:hover .linkedin {
  filter: invert(1);
}
body footer .top-footer .top-right-footer .carre-top .carre:hover .youtube {
  filter: invert(1);
}
body footer .top-footer .top-right-footer .carre-top #espace-droite {
  margin-right: 80px;
}
body footer .top-footer .top-right-footer .carre-top #espace-left {
  margin-right: -82px;
}
body footer .top-footer .top-right-footer .carre-top i.linkedin {
  background-image: url(img/svg/linkedin.svg);
  position: relative;
  top: 10%;
  left: 10%;
  transform: translate(50%, 50%);
  width: 32px;
  height: 32px;
  z-index: 1;
  display: block;
  transition: 0.3s ease;
}
body footer .top-footer .top-right-footer .carre-top .youtube {
  background-image: url(img/svg/youtube.svg);
  position: relative;
  top: 15%;
  left: 4%;
  transform: translate(50%, 50%);
  width: 38px;
  height: 26px;
  z-index: 1;
  display: block;
  transition: 0.3s ease;
}
body footer .top-footer .top-right-footer .carre-mid {
  display: flex;
  align-items: center;
  margin-top: -1px;
}
body footer .top-footer .top-right-footer .carre-mid #px {
  margin-left: -1px;
}
body footer .top-footer .top-right-footer .carre-mid #pxx {
  margin-left: 81px;
}
body footer .top-footer .top-right-footer .carre-mid .carre {
  width: 82px;
  height: 82px;
  border: 1px solid white;
  box-shadow: inset 0 0 0 0 #FFFBF2;
  transition: 0.27s ease;
  position: relative;
  z-index: 0;
}
body footer .top-footer .top-right-footer .carre-mid .carre:hover {
  box-shadow: inset 0 80px 0 0 #FFFBF2;
  color: white;
}
body footer .top-footer .top-right-footer .carre-mid .carre:hover .polytech {
  filter: invert(1);
}
body footer .top-footer .top-right-footer .carre-mid .carre:hover .symme {
  filter: invert(1);
}
body footer .top-footer .top-right-footer .carre-mid .polytech {
  background-image: url(img/svg/polytech.svg);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 47px;
  z-index: 1;
  display: block;
  transition: 0.3s ease;
}
body footer .top-footer .top-right-footer .carre-mid .symme {
  background-image: url(img/svg/symme.svg);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 51px;
  z-index: 1;
  display: block;
  transition: 0.3s ease;
}
body footer .top-footer .top-right-footer .carre-bot {
  display: flex;
  align-items: center;
  margin-top: -1px;
}
body footer .top-footer .top-right-footer .carre-bot .carre {
  width: 82px;
  height: 82px;
  border: 1px solid white;
  box-shadow: inset 0 0 0 0 #FFFBF2;
  transition: 0.27s ease;
  position: relative;
  z-index: 0;
  margin-left: 243px;
}
body footer .top-footer .top-right-footer .carre-bot .carre:hover {
  box-shadow: inset 0 80px 0 0 #FFFBF2;
  color: white;
}
body footer .top-footer .top-right-footer .carre-bot .carre:hover .usmb {
  filter: invert(1);
}
body footer .top-footer .top-right-footer .carre-bot .usmb {
  background-image: url(img/svg/usmb.svg);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 48px;
  z-index: 1;
  display: block;
  transition: 0.3s ease;
}
body footer .bot-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 35px;
  margin-top: 40px;
  padding-bottom: 20px;
}
body footer .bot-footer .footer-bot-left {
  display: flex;
  align-items: center;
}
body footer .bot-footer .footer-bot-left .usmb-big {
  background-image: url(img/svg/usmb-big.svg);
  margin-right: 50px;
  width: 159px;
  height: 59px;
  display: block;
  filter: invert(60%);
  transition: 0.3s ease;
}
body footer .bot-footer .footer-bot-left .usmb-big:hover {
  filter: invert(0%);
}
body footer .bot-footer .footer-bot-left .manaslu {
  background-image: url(img/svg/manaslu.svg);
  width: 199px;
  height: 55px;
  display: block;
  filter: invert(60%);
  transition: 0.3s ease;
}
body footer .bot-footer .footer-bot-left .manaslu:hover {
  filter: invert(0%);
}
body footer .bot-footer .footer-bot-left .insa {
  background-image: url(img/svg/insa.svg);
  width: 193px;
  height: 41px;
  display: block;
  margin-left: 50px;
  filter: invert(60%);
  transition: 0.3s ease;
}
body footer .bot-footer .footer-bot-left .insa:hover {
  filter: invert(0%);
}
body footer .bot-footer .footer-bot-left .caue {
  background-image: url(img/svg/caue.svg);
  width: 113px;
  height: 60px;
  display: block;
  margin-left: 50px;
  filter: invert(60%);
  transition: 0.3s ease;
}
body footer .bot-footer .footer-bot-left .caue:hover {
  filter: invert(0%);
}
body footer .bot-footer .footer-bot-right {
  display: flex;
  align-items: center;
}
body footer .bot-footer .footer-bot-right .copyright {
  font-family: inter;
  font-size: 16px;
  text-decoration: underline;
  color: white;
  font-weight: 200;
  text-underline-offset: 3px;
}
body footer .bot-footer .footer-bot-right #copy2 {
  margin-left: 20px;
}

/*MENTIONS LÉGALES*/
body.mentions-legales {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px;
}
body.mentions-legales h1 {
  font-family: montreal-bold;
  font-size: 32px;
}
body.mentions-legales p {
  font-family: montreal-book;
  font-size: 20px;
  width: 60%;
}
body.mentions-legales a {
  font-family: montreal-book;
  font-size: 20px;
  color: black;
  width: fit-content;
  margin-top: 20px;
}
body.mentions-legales a:hover {
  text-decoration: none;
}

/*FONTS*/
@font-face {
  font-family: montreal-bold;
  src: url(fonts/montreal-bold.otf);
}
@font-face {
  font-family: montreal-sbi;
  src: url(fonts/montreal-sbi.otf);
}
@font-face {
  font-family: montreal-book;
  src: url(fonts/montreal-book.otf);
}
@font-face {
  font-family: montreal-i;
  src: url(fonts/montreal-i.otf);
}
@font-face {
  font-family: inter;
  src: url(fonts/inter.ttf);
}
/*KEYFRAMES*/
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

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