@font-face {
  font-family: "made_tommyblack";
  src: url("fonts/generator/made_tommy_black_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_black_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 13, 2022 */

@font-face {
  font-family: "made_tommy_outlineblack";
  src: url("fonts/generator/made_tommy_black_outline_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_black_outline_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommy_outlinebold";
  src: url("fonts/generator/made_tommy_bold_outline_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_bold_outline_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommybold";
  src: url("fonts/generator/made_tommy_bold_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_bold_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommy_outlineextrabold";
  src: url("fonts/generator/made_tommy_extrabold_outline_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_extrabold_outline_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommyextrabold";
  src: url("fonts/generator/made_tommy_extrabold_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_extrabold_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommylight";
  src: url("fonts/generator/made_tommy_light_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_light_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommy_outlinemedium";
  src: url("fonts/generator/made_tommy_medium_outline_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_medium_outline_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommymedium";
  src: url("fonts/generator/made_tommy_medium_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_medium_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommy_outlineregular";
  src: url("fonts/generator/made_tommy_regular_outline_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_regular_outline_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommyregular";
  src: url("fonts/generator/made_tommy_regular_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_regular_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "made_tommythin";
  src: url("fonts/generator/made_tommy_thin_personal_use-webfont.woff2")
      format("woff2"),
    url("fonts/generator/made_tommy_thin_personal_use-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@keyframes animationpied {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 10;
  }
}

@keyframes animationfooter {
  0% {
    bottom: -20%;
  }
  100% {
    bottom: -1%;
  }
}

@keyframes animationdeplacementboitestudio {
  0% {
    top: 30%;
    opacity: 0;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}

@keyframes animationdeplacementboitemateriel {
  0% {
    left: 25%;
    opacity: 0;
  }
  100% {
    left: 30%;
    opacity: 1;
  }
}

@keyframes animationopacite {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: flex;
    opacity: 0;
  }

  100% {
    display: flex;
    opacity: 1;
  }
}

@keyframes animationdeplacementgauche {
  0% {
    display: none;
    left: 0%;
  }

  0.1% {
    display: flex;
    margin-left: 200%;
  }

  100% {
    display: flex;
    margin-left: 78%;
  }
}

@keyframes animationcouleur {
  0% {
    color: white;
  }
  25% {
    color: blue;
  }
  50% {
    color: red;
  }
  75% {
    color: yellow;
  }
  100% {
    color: white;
  }
}

@keyframes animationdeplacementhaut {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: 0%;
  }
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #000;
  display: block;
  width: 100%;
  justify-content: center;
  align-items: center;
}

nav {
  width: 10%;
  position: absolute;
  display: inline-flex;
  height: 100%;
  transform: translateX(10px);
  top: 20px;
  color: white;
  animation: animationdeplacementgauche forwards;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  z-index: 20;
}

nav h1 {
  font-size: calc(0.1em + 4vw);
}

nav h3 {
  font-size: calc(0.1em + 3vw);
}

nav a {
  display: inline-flex;
  color: white;
}

nav:hover > a {
  margin-left: -5%;
  margin-top: -5%;
}

nav:hover > a h1 {
  font-family: made_tommy_outlineblack;
  font-size: calc(1em + 1vw);
  -webkit-text-stroke-width: 0.1rem;
  animation: animationcouleur;
  animation-duration: 0.1s;
  animation-iteration-count: 2;
}

nav:hover > a h3 {
  font-family: made_tommybold;
  animation: animationcouleur;
  animation-duration: 0.1s;
  animation-iteration-count: 4;
  font-family: made_tommymedium;
}

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  line-height: 0.7;
  animation: animationopacite forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}

main a {
  color: white;
  font-size: calc(1em + 3.5vw);
  text-align: center;
  height: 13%;
  vertical-align: middle;
}

main a h1 {
  transition: 0.2s;
  user-select: none;
}

footer {
  position: fixed;
  z-index: 9999;
  width: 12%;
  height: 7%;
  display: flex;
  border: solid 10px;
  border-radius: 30px 30px 0px 0px;
  background-color: black;
  right: 42%;
  animation: animationfooter ease forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
  align-items: center;
  justify-content: center;
}

footer p {
left : 6%;
position : relative;
}

main a h1:hover {
  color: #000;
  text-decoration-color: white;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: white;
}

h1 {
  font-family: made_tommyblack;
}

h2 {
  font-size: calc(1em + 3vw);
  font-family: made_tommybold;
  text-align: center;
  width: auto;
}

h3 {
  font-size: calc(1em + 1vw);
  font-family: made_tommy_outlinemedium;
}

h4 {
  font-family: made_tommyregular;
}

a {
  text-decoration-line: none;
}

p {
  font-size: calc(0.5em + 0.5vw);
  font-family: made_tommyregular;
}

ul,
li {
  display: block;
}
li {
  background: black;
  font-size: calc(0.5em + 0.8vw);
  font-family: made_tommyregular;
  margin-left: 2%;
  text-align: right;
  border-bottom: 1px solid white;
  color: white;
}

.pied-de-page {
  position: relative;
  text-align: right;
  vertical-align: middle;
  padding: 2.5%;
  margin-bottom: 20%;
  color: white;
}

.pied-de-page:hover {
  position: relative;
  animation: animationpied 0.4s ease;
  animation-fill-mode: forwards;
}

.horsaccueil {
  margin-top: 5%;
  background-color: black;
  width: 100%;
}

.studiopage {
  background-color: black;
  height: auto;
  display: flex;
  flex-direction: row;
  text-align: center;
  border-top: solid 3px white;
}

#boitestudio {
  width: 20%;
  padding: 2%;
  height: 70%;
  margin-top: 10%;
  position: relative;
  left: 15%;
  top: 5%;
  box-shadow: 0em 0em red;
  text-align: justify;
  color: white;
  opacity: 0;
}
#studio-check-div {
  position: absolute;
  width: calc(1em + 3vw);
  top: calc(0.7em + 2.1vw);
  left: calc(4em + 12vw);
  cursor: pointer;
}
#studio-check-div svg text {
  transition: 0.3s;
}
#studio-check-div svg circle {
  transform-box: fill-box;
  transform-origin: center;
  stroke-dasharray: 251;
  transition: 0.3s;
  transform: rotate(204.5deg);
}
#studio-check-div svg path {
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.1s;
}
#studio-check-div:hover svg circle {
  stroke-dasharray: 220;
}
#studio-check-div:hover svg text {
  transform: translateX(-19%);
}
#studio-check-div:hover svg path {
  opacity: 1;
}
#boitestudio p {
  margin-top: 5%;
  font-size: calc(0.5em + 0.8vw);
  font-family: made_tommylight;
}

.boitestudioanim {
  animation: animationdeplacementboitestudio ease;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
#pagetransition {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  z-index: 100000;
}
#span3 {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #000000;
  border-left: 10px solid #ffffff;
  transition: all 1s ease-in;
  right: 0;
}
.width100 {
  width: 100% !important;
}
#boitemateriel {
  width: 30%;
  background-color: black;
  position: relative;
  left: 30%;
  margin-top: 23%;
  text-align: right;
  opacity: 0;
  padding: 2%;
  color: white;
  align-content: center;
  justify-content: center;
  height: 55%;
}

#boitemateriel h3:hover {
  background-position: 0 100%;
}


#boitemateriel h3 {

  color: white;
  font-family: made_tommymedium;
  margin-top: 5%;
  text-align: left;
  font-size: calc(0.1em + 2vw);
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(to right, #DC41FF, #539CFF 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: 2.5s ease;
}

#boitemateriel h2 {
  margin-bottom: 5%;
  text-align: right;
}

.boitematerielanim {
  animation: animationdeplacementboitemateriel;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

#listemicrophones-button {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
}

#listemicrophones-button:hover {
  overflow: hidden;
  cursor: pointer;
}
.close:after {
  cursor: pointer;
}
#listemicrophones-button::after {
  content: "Microphones";
}

#listemicrophones,
#listepreamps,
#listeplugs,
#listeperipherique,
#listeinformatique,
#listemonitoring {
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
  max-height: 0;
}
#listemicrophones.show-listemicrophones {
  max-height: calc((0.5em + 0.8vw + 7px) * 25);
}
#listepreamps.show-listepreamps {
  max-height: calc((0.5em + 0.8vw + 7px) * 2);
}
#listeplugs.show-listeplugs {
  max-height: calc((0.5em + 0.8vw + 7px) * 21);
}
#listeperipherique.show-listeperipherique {
  max-height: calc((0.5em + 0.8vw + 7px) * 16);
}
#listeinformatique.show-listeinformatique {
  max-height: calc((0.5em + 0.8vw + 7px) * 4);
}
#listemonitoring.show-listemonitoring {
  max-height: calc((0.5em + 0.8vw + 7px) * 3);
}

#listepreamps-button {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
}

#listepreamps-button::after {
  content: "Preamps";
}

#listeplugs-button {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
}

#listeplugs-button::after {
  content: "Plungs-ins";
}

#listeperipherique-button {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
}

#listeperipherique-button::after {
  content: "Peripheriques";
}

#listeinformatique-button {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
}

#listeinformatique-button::after {
  content: "Informatique";
}

#listemonitoring-button {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
}

#listemonitoring-button::after {
  content: "Monitoring";
}

.elementfixe {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.services {
  margin-top: 10%;
  height: auto;
  width: 100%;
  display: block;
  align-items: center;
  padding-bottom: 5%;
}

.services h1 {
  margin-left: 8%;
  font-size: calc(1em + 9vw);
  line-height: calc(0.5em + 0.3vw);
  color: white;
  opacity: 1;
  user-select: none;
}

.services h2 {
  text-align: center;
  font-size: calc(1em + 2vw);
  position: relative;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  background: linear-gradient(to right, #DC41FF, #539CFF 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: 0.5s ease;
  user-select: none;
  white-space: pre;
  margin: 0 15px 0 15px;
  font-family: made_tommyblack;
}
.boxservices:hover h2 {
  background-position: 0 100%;
}
.animatesvggradient {
  animation-play-state: paused;
}
.boxservices:hover .animatesvggradient {
  animation-play-state: running;
}
.services h3 {
  text-align: left;
  font-size: calc(0.5em + 0.5vw);
  font-family: made_tommylight;
}

.cadreboxservices {
  margin-top: 5%;
  padding: 0% 5% 0 5%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

.boxservices {
  margin-top: 2%;
  padding: 50px 10px 50px 10px;
  position: relative;
  width: 30%;
  color: white;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
  border-radius: 10px;
  border: 1px solid #000000;
}
.boxservices p {
  opacity: 0;
  transition: opacity 0.3s;
  width: 0%;
  display: none;
}
.boxservices div {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.boxservices path,
.boxservices rect,
.boxservices circle {
  transition: 0.3s;
}
.boxservices:hover path,
.boxservices:hover rect,
.boxservices:hover circle {
  color: #FF4152;
}

.service-open {
  border: 1px solid #ffffff;
  flex-grow: 1;
  justify-content: flex-start;
}
.service-open p {
  display: inline-flex;
  opacity: 1;
  flex-grow: 1;
  text-align: left;
  padding-top : 10%;
  padding-left: 5%;
}
/*.services:hover>h1{
    animation: animationopacite ease forwards;
    animation-duration: 1s;
}

.services:hover>.cadreboxservices>.boxservices{
    animation: animationopacite ease forwards;
    animation-duration: 1s;
    animation-delay: 0.5s;
}*/

.boxservices h3 {
  display: inline-flex;
}

.boxservices p {
  font-size: calc(0.8em + 0.7em);
}

.references {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1%;
  background-color: white;
}

.references h1 {
  margin-top: 12%;
  font-family: made_tommy_outlineblack;
  font-size: calc(1em + 15vw);
  line-height: 0.8;
  text-align: center;
  color: yellow;
  animation: animationcouleur;
  animation-duration: 20s;
  animation-iteration-count: 20;
  user-select: none;
}

.tableaurefs {
  margin-top: 12%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80%;
  color: white;
}

.ref-close {
  text-align: center;
  width: 100%;
  height: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  border: none;
  background: none;
  overflow: hidden;
}

.ref-close h3 {
  margin-top: 10%;
  font-size: calc(0.1em + 1vw);
  z-index: 1;
  color: white;
  font-family: made_tommyblack;
  line-height: 0.9em;
}

.ref-close h2 {
  max-width: 100%;
  line-height: 1em;
  font-size: calc(0.1em + 2.6vw);
  z-index: 1;
}

.ref-close:hover {
  cursor: pointer;
}

.ref-close:hover .back-ref,
.ref-close:focus .back-ref {
  transform: scale(1.2);
}

.ref-close:hover .back-ref:before,
.ref-close:focus .back-ref:before {
  opacity: 1;
}

.ref-close audio {
  display: none;
}

.ref-close p {
  display: none;
}

.ref-close h4 {
  display: none;
}

.back-ref {
  width: 100%;
  height: 100%;
  border: none;
  background-position: center;
  background-size: cover;
  transition: 0.6s;
  position: relative;
}

.back-ref::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 40%, #000);
  opacity: 0;
  transition: 0.6s;
}
.front-ref {
  width: 15%;
  position: absolute;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
  border: none;
}

.ref2 {
  height: 100%;
  width: 100%;
  cursor: normal;
  z-index: 2;
}

.ref2 .front-ref {
  width: 95%;
  height: 90%;
  background-color: white;
  color: black;
  border: solid 1px black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1%;
  position: fixed;
  top: 1%;
  left: 1%;
  animation: animationopacite;
  animation-duration: 0.5s;
}

.ref2 .front-ref h2{
  color : blue;
}

.ref2 .front-ref h3{
  line-height: 2;
  font-size: calc(2em + 1.5vw);
}

.ref2 .front-ref p{
  line-height: 0.5;
  font-size: calc(0.2em + 1.5vw);
}

.ref2 audio {
  display: relative;
  margin-top: 10%;
  animation: animationopacite forwards;
  animation-delay: 0.2s;
  animation-duration: 2s;
  opacity: 0;
  width: 80%;
}

.ref2 img {
  display: none;
}

.croix-fermer {
  display: none;
}

.ref2-fermer {
  color: black;
  height: 10%;
  display: block;
  position: fixed;
  top: 8%;
  right: 8%;
  font-size: calc(1em + 2vw);
  border: none;
  cursor: pointer;
  font-family: made_tommyregular;
  background-color: white;
  animation: animationopacite forwards;
  animation-delay: 0.5s;
  animation-duration: 2s;
  opacity: 0;
  z-index: 3;
}

.about-us {
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding-bottom: 20%;
  padding-top: 5%;
}

.about-us h1 {
  margin-top: 5%;
  padding-top: 5%;
  font-size: calc(1em + 5vw);
  text-align: left;
  user-select: none;
}

.about-us h2 {
  margin-top: 5%;
  padding-left: 3%;
  padding-right: 7%;
  font-family: made_tommyregular;
  font-size: calc(1em + 0.5vw);
  text-align: justify;
}

.staff {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 5%;
  padding: 5%;
}

.personne {
  width: 29%;
  padding-top: 2%;
  padding: 2%;
}

.personne h2 {
  padding: 0%;
  font-family: made_tommybold;
  font-size: calc(0.1em + 3vw);
  text-align: left;
}

.personne h3 {
  margin-top: 5%;
  font-size: calc(0.1em + 2.5vw);
  text-align: left;
}

.personne p {
  font-size: calc(0.1em + 0.9vw);
  text-align: left;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  height: 100%;
  border-top: solid 1px black;
}

.contact h1 {
  text-align: center;
  font-family: made_tommyblack;
  border-top: solid 2px white;
  font-size: calc(1em + 5vw);
}
.contact h1 a {
  color: white;
  text-decoration-color: black;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: black;
}
