@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700,500italic,300,300italic,500,400|Montserrat+Subrayada:700");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/657cd3782b273e23cc76b9df.657cd3792b273e23cc76b9e2.jydP15Z.hcp.png");

@font-face {
  font-family: "Kokoro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Kokoro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Ristretto Pro-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/RistrettoPro-SemiBold.otf") format("opentype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: fit-content;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
  height: fit-content;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

* {
  box-sizing: border-box;
}

.navbar-1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 46px 46px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.navbar-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
  line-height: 15px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-55 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.compagnie-52-hertz {
  letter-spacing: 0;
  line-height: 13px;
  margin-top: -1px;
  min-height: 65px;
  min-width: 244px;
  text-align: center;
}

.frame-social-icons {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.hlne-bertrand {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 7px;
  padding: 0px 19px;
  position: relative;
  transition: all 0.2s ease;
}

.span1 {
  line-height: 10px;
}

.anguille {
  background-image: url(../img/cie52hertz-sir-nes-espacemennt-anguille-2.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 17.87px;
  position: relative;
  width: 128.66px;
}

.noms_collaborateurices {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 34px;
  justify-content: center;
  position: relative;
  width: 640px;
}

.noms_collaborateurices-item {
  height: 33px;
  letter-spacing: 0;
  line-height: 13px;
  margin-top: -1.00px;
  position: relative;
  width: 180px;
}

.name-4 {
  margin-top: -1.00px;
  width: 180px;
}

.noms_collaborateurices-item-1 {
  height: 23px;
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
  width: 180px;
}

.matthieu-desailly-graphiste {
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
  width: 180px;
}

.name-5 {
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
}

.span-1 {
  letter-spacing: 0;
}

.bouton-retour {
  align-items: flex-end;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  height: 54px;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
}

.retour {
  left: 0;
  letter-spacing: 0;
  line-height: 13px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 2px 3px #00000040;
  top: 0;
  white-space: nowrap;
  width: 79px;
}





@media screen and (max-width: 720px) {

  /* = onglets pages */
  .navbar-1 {
    align-items: flex-end;
    display: flex;
    flex-wrap:nowrap;
    gap: 45px 45px;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
  


  .navbar-link {
    color: var(--white);
    cursor: pointer;
    font-weight: 400;
    line-height: 0px;
    margin-top: -15px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }

  .frame-55 {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 20%;
  }
  
  .frame-social-icons {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: flex-end;
    position: relative;
  }

}