@charset "UTF-8";
/* RESPONSIVE */
#main-container {
  animation: introContainer 1.5s cubic-bezier(0.24, 0.16, 0, 1) forwards;
}

@keyframes introContainer {
  0% {
    transform: translateY(0vh);
    opacity: 0;
  }
  1% {
    transform: translateY(-100vh);
    opacity: 0;
  }
  2% {
    transform: translateY(-100vh);
    opacity: 1;
  }
  100% {
    transform: translateY(0vh);
    opacity: 1;
  }
}
body {
  height: 100vh;
  overflow-y: hidden;
  margin: 0;
  background: black;
  font-family: "itc_avant_garde_gothicbook";
  letter-spacing: 0.06rem;
  font-size: 0.95rem;
  color: white;
}
body * {
  box-sizing: border-box;
}
body #main-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  gap: 0.1vh;
}
body #main-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vh;
  line-height: 1.5;
  opacity: 0;
  animation: lazyLoad 1s 0.5s forwards ease-in-out;
  height: 100%;
}
body #main-container .content .rea-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  line-height: 1.7;
  font-size: 130%;
  font-family: "itc_avant_garde_gothicmedium";
  text-transform: uppercase;
}
body #main-container .content .rea-list__name:hover > .sub-menu {
  max-height: 30px;
}
body #main-container .content .rea-list__name .sub-menu {
  font-size: small;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 4%;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  body #main-container .content .rea-list {
    font-size: 100%;
    line-height: 1.9;
  }
}
body #main-container .content .rea-list.col-2 {
  -moz-columns: 2;
       columns: 2;
}
body #main-container .content .rea-list a {
  color: white;
}
body #main-container .content .rea-list a:hover {
  color: white;
  opacity: 0.5;
}
body #main-container .content li {
  margin: 0vh;
  animation: lazyLoad 0.6s ease-in-out forwards;
  opacity: 0;
}
body #main-container .content li a {
  padding: 1.2vh 0;
  text-decoration: none;
}
body #main-container .content li a:hover {
  color: linear-gradient(90deg, rgb(0, 98, 147) 0%, rgb(0, 80, 120) 100%);
  opacity: 0.5;
}
body #main-container .content .additional_content {
  line-height: 1.3;
}
body #main-container .content .additional_content em {
  font-style: normal;
  font-size: 80%;
}
body #main-container .content li:nth-child(1) {
  animation-delay: 0.15s;
}
body #main-container .content li:nth-child(2) {
  animation-delay: 0.3s;
}
body #main-container .content li:nth-child(3) {
  animation-delay: 0.45s;
}
body #main-container .content li:nth-child(4) {
  animation-delay: 0.6s;
}
body #main-container .content li:nth-child(5) {
  animation-delay: 0.75s;
}
body #main-container .content li:nth-child(6) {
  animation-delay: 0.9s;
}
body #main-container .content li:nth-child(7) {
  animation-delay: 1.05s;
}
body #main-container .content li:nth-child(8) {
  animation-delay: 1.2s;
}
body #main-container .content li:nth-child(9) {
  animation-delay: 1.35s;
}
body #main-container .content li:nth-child(10) {
  animation-delay: 1.5s;
}
body #main-container .content li:nth-child(11) {
  animation-delay: 1.65s;
}
body #main-container .content li:nth-child(12) {
  animation-delay: 1.8s;
}
body #main-container .content li:nth-child(13) {
  animation-delay: 1.95s;
}
body #main-container .content li:nth-child(14) {
  animation-delay: 2.1s;
}
body #main-container .content li:nth-child(15) {
  animation-delay: 2.25s;
}
body #main-container .content li:nth-child(16) {
  animation-delay: 2.4s;
}
body #main-container .content li:nth-child(17) {
  animation-delay: 2.55s;
}
body #main-container .content li:nth-child(18) {
  animation-delay: 2.7s;
}
body #main-container .content li:nth-child(19) {
  animation-delay: 2.85s;
}
body #main-container .content li:nth-child(20) {
  animation-delay: 3s;
}
body #main-container .content li:nth-child(21) {
  animation-delay: 3.15s;
}
body #main-container .content li:nth-child(22) {
  animation-delay: 3.3s;
}
body #main-container .content li:nth-child(23) {
  animation-delay: 3.45s;
}
body #main-container .content li:nth-child(24) {
  animation-delay: 3.6s;
}
body #main-container .content li:nth-child(25) {
  animation-delay: 3.75s;
}
body #main-container .content li:nth-child(26) {
  animation-delay: 3.9s;
}
body #main-container .content li:nth-child(27) {
  animation-delay: 4.05s;
}
body #main-container .content li:nth-child(28) {
  animation-delay: 4.2s;
}
body #main-container .content li:nth-child(29) {
  animation-delay: 4.35s;
}
body #main-container .content li:nth-child(30) {
  animation-delay: 4.5s;
}
body #main-container .content li:nth-child(31) {
  animation-delay: 4.65s;
}
body #main-container .content li:nth-child(32) {
  animation-delay: 4.8s;
}
body #main-container .content li:nth-child(33) {
  animation-delay: 4.95s;
}
body #main-container .content li:nth-child(34) {
  animation-delay: 5.1s;
}
body #main-container .content li:nth-child(35) {
  animation-delay: 5.25s;
}
body #main-container .content li:nth-child(36) {
  animation-delay: 5.4s;
}
body #main-container .content li:nth-child(37) {
  animation-delay: 5.55s;
}
body #main-container .content li:nth-child(38) {
  animation-delay: 5.7s;
}
body #main-container .content li:nth-child(39) {
  animation-delay: 5.85s;
}
body #main-container .content li:nth-child(40) {
  animation-delay: 6s;
}
body #main-container .content li:nth-child(41) {
  animation-delay: 6.15s;
}
body #main-container .content li:nth-child(42) {
  animation-delay: 6.3s;
}
body #main-container .content li:nth-child(43) {
  animation-delay: 6.45s;
}
body #main-container .content li:nth-child(44) {
  animation-delay: 6.6s;
}
body #main-container .content li:nth-child(45) {
  animation-delay: 6.75s;
}
body #main-container .content li:nth-child(46) {
  animation-delay: 6.9s;
}
body #main-container .content li:nth-child(47) {
  animation-delay: 7.05s;
}
body #main-container .content li:nth-child(48) {
  animation-delay: 7.2s;
}
body #main-container .content li:nth-child(49) {
  animation-delay: 7.35s;
}
body #main-container .content li:nth-child(50) {
  animation-delay: 7.5s;
}
body #main-container .content .div-sup {
  margin-top: 4vh;
  font-size: 80%;
}
body .title-container {
  position: absolute;
  bottom: 6%;
  left: 30px;
  width: 90%;
  color: white;
  font-size: 144%;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
  z-index: 10;
  transition: 0.3s all;
}
body .title-container > div:not(:first-child) {
  font-size: 80%;
}
body .page-talents .vjs-loading-spinner {
  display: none !important;
}
body .send-demos {
  position: fixed;
  width: 100%;
  bottom: 4vh;
  text-align: center;
  text-transform: uppercase;
  font-size: 70%;
  line-height: 0.5;
  z-index: 2;
}
body .send-demos .medium-text {
  font-size: 120%;
}
body .send-demos .medium-text a {
  text-decoration: none;
  color: white;
}

a {
  color: inherit;
}

b, strong {
  font-family: "itc_avant_garde_gothicmedium";
  letter-spacing: 0.05rem;
}

@keyframes intro {
  0% {
    transform: translateX(-50%);
    transform: translateY(-5vh);
    opacity: 0;
  }
  100% {
    transform: translateY(0vh);
    opacity: 1;
  }
}
@keyframes lazyLoad {
  0% {
    opacity: 0;
    transform: translateY(-2vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0vh);
  }
}
@keyframes lazyLoadWithX {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-2vh);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0vh);
  }
}
@keyframes lazyLoadOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    margin: rotateZ(45deg) translateY(0vh) translateX(0);
  }
  50% {
    transform: rotateZ(45deg) translateY(0.3vh) translateX(0.3vh);
  }
  100% {
    transform: rotateZ(45deg) translateY(0vh) translateX(0);
  }
}
.video-container {
  display: block;
  scroll-snap-align: start;
  max-width: 100%;
  width: 49.5vw;
  height: 49.5vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.video-container:hover .poster:not(.mandatory) {
  opacity: 0;
  transform: scale(1);
}
@media (max-width: 768px) {
  .video-container {
    width: 100%;
  }
}
.video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container__player {
  position: absolute;
}
.video-container__player video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-container:hover .title-container {
  opacity: 1;
}
.video-container:hover .title-container--triangle {
  display: none;
}
.video-container:first-child {
  width: 100%;
  height: 100vh;
}
.video-container:first-child .video-js .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container:first-child .video-container__title {
  bottom: 15%;
}
.video-container:first-child .video-container__title--triangle {
  top: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1vh;
  transform: rotateZ(45deg) translateY(0);
  cursor: pointer;
  animation: jump 1s ease-in-out infinite;
}
.video-container:nth-last-child(1):nth-child(even) {
  width: 100%;
  height: 100vh;
}
.video-container__player {
  width: 100%;
  height: 100%;
}
.video-container .video-js, .video-container .video-container__player--attachment {
  color: linear-gradient(90deg, rgb(0, 98, 147) 0%, rgb(0, 80, 120) 100%);
  background-color: linear-gradient(90deg, rgb(0, 98, 147) 0%, rgb(0, 80, 120) 100%);
  width: 100%;
  height: auto;
}
.video-container .video-js.video-container__player, .video-container .video-container__player--attachment.video-container__player {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container .video-js.video-container__player .vjs-tech, .video-container .video-container__player--attachment.video-container__player .vjs-tech {
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container .video-js .vjs-loading-spinner, .video-container .video-container__player--attachment .vjs-loading-spinner {
  z-index: 100;
}
.video-container .video-js .vjs-big-play-button, .video-container .video-container__player--attachment .vjs-big-play-button {
  border: none;
  height: 2em;
  width: 2em;
  margin-left: -1em;
  line-height: 2em;
  border-radius: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
}
.video-container .video-js .vjs-big-play-button .vjs-icon-placeholder, .video-container .video-container__player--attachment .vjs-big-play-button .vjs-icon-placeholder {
  opacity: 0.5;
}
.video-container .video-js .vjs-play-progress, .video-container .video-container__player--attachment .vjs-play-progress {
  background-color: linear-gradient(90deg, rgb(0, 98, 147) 0%, rgb(0, 80, 120) 100%);
}
.video-container .video-js .vjs-control-bar, .video-container .video-container__player--attachment .vjs-control-bar {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-container .video-js.vjs-paused, .video-container .video-container__player--attachment.vjs-paused {
  height: 100%;
}
.video-container .video-js.vjs-paused .vjs-big-play-button, .video-container .video-container__player--attachment.vjs-paused .vjs-big-play-button {
  display: block !important;
}
.video-container .video-js.vjs-paused video, .video-container .video-container__player--attachment.vjs-paused video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container .poster {
  position: absolute;
  top: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
  transition: transform 1s ease-in-out, opacity 0.3s ease-in-out;
}
.video-container.mix .vjs-has-started ~ .poster {
  opacity: 0;
  transition: opacity 0.3s;
}
.video-container ~ .triangle {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 5vh;
}

.page-talents .content {
  z-index: 2;
}
.page-talents .video-container__list {
  width: 100vw;
  height: 100vh;
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.page-talents .video-container__list.visible {
  opacity: 1;
}
.page-talents .video-container__list .video-js {
  background: linear-gradient(90deg, rgb(0, 98, 147) 0%, rgb(0, 80, 120) 100%);
}
.page-talents .video-container__list .video-js .vjs-loading-spinner {
  display: block;
}
.page-talents .video-container__list video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Première image full screen */
.first-fullscreen {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  scroll-snap-align: end;
}
.first-fullscreen img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#photo-gallery {
  scroll-snap-align: start;
}

.first-fullscreen:hover .title-container, .photo-container:hover .title-container {
  opacity: 1;
}
.first-fullscreen:hover .title-container--triangle, .photo-container:hover .title-container--triangle {
  display: none;
}

.video-container.photo img, .photo-container img {
  transform: scale(1);
  transition: transform 7s ease !important;
}
.video-container.photo:hover img, .photo-container:hover img {
  transform: scale(1.2);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.popup-overlay.show {
  opacity: 1;
}
.popup-overlay .popup-header .title-container {
  opacity: initial;
}
.popup-overlay .splide {
  top: 50%;
  transform: translateY(-50%);
}
.popup-overlay .splide .splide__track {
  height: 100%;
}
.popup-overlay .splide .splide__track .splide__slide {
  opacity: 0.25;
  transition: opacity 0.3s;
}
.popup-overlay .splide .splide__track .splide__slide img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
  margin: 0 auto;
}
.popup-overlay .splide .splide__track .splide__slide.is-active {
  opacity: 1;
}
.popup-overlay .splide .splide__track .splide__slide img {
  max-height: 100%;
}
.popup-overlay .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5%;
  width: 97%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.popup-overlay .splide__arrows svg {
  display: none;
}
.popup-overlay .splide__arrows .splide__arrow {
  width: 22px;
  height: 35px;
  -webkit-mask-image: url(../img/arrow_right.svg);
          mask-image: url(../img/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
  border: none;
  cursor: pointer;
}
.popup-overlay .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
.popup-overlay .splide__arrows .splide__arrow--prev {
  transform: rotate(360deg) scaleX(-1);
}

.popup-close {
  position: fixed;
  top: 6vh;
  right: 1vw;
  font-size: 40px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 6;
}

#site-header {
  position: fixed;
  top: 5vh;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.site-logo {
  width: 8vw;
  min-width: 200px;
  margin-top: 1vh;
}

#burger {
  display: none;
}

#close-button {
  display: none;
}

.attachment #close-button {
  display: block;
  position: fixed;
  top: 8vh;
  right: 2vw;
  z-index: 1002;
  font-size: 120%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .attachment #close-button {
    top: 12vh;
  }
}
@media (max-width: 768px) {
  .attachment .video-container__player--attachment {
    min-height: 100%;
    min-width: 100%;
    height: auto !important;
    width: auto !important;
  }
  .attachment .video-container__player--attachment video {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .attachment .video-container__player--attachment .video-js:not(.vjs-playing) .vjs-big-play-button {
    display: block;
  }
  .attachment .video-container__player--attachment .vjs-control-bar {
    display: none !important;
  }
}

.menu-principal-container {
  text-align: center;
}
.menu-principal-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.menu-principal-container ul.menu {
  display: flex;
  justify-content: center;
  gap: 3vw;
}
.menu-principal-container ul.menu > li {
  position: relative;
  margin: 0.25rem 0;
}
.menu-principal-container ul.menu > li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  line-height: 1.57;
  font-size: 90%;
}
.menu-principal-container ul.menu > li a:hover {
  opacity: 0.5;
}
.menu-principal-container ul.menu > li.current-menu-item > a, .menu-principal-container ul.menu > li.current-menu-parent > a {
  font-family: "itc_avant_garde_gothicbold";
}
.menu-principal-container ul.menu > li.insta-icon a {
  line-height: 1.57;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-color: white;
  -webkit-mask-image: url(../img/instagram.svg);
          mask-image: url(../img/instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
.menu-principal-container ul.menu > li:hover .sub-menu li {
  max-height: 20px;
}
.menu-principal-container ul.menu > li .sub-menu {
  position: absolute;
  overflow: hidden;
}
.menu-principal-container ul.menu > li .sub-menu li {
  transition: 0.3s ease-in-out;
  max-height: 0px;
  overflow: hidden;
}
.menu-principal-container ul.menu > li .sub-menu li a {
  font-size: 80%;
}
.menu-principal-container ul.menu > li .sub-menu li.current-menu-item {
  max-height: 20px;
}
.menu-principal-container ul.menu > li .sub-menu li.current-menu-item a {
  font-family: "itc_avant_garde_gothicbold";
}

@media (max-width: 768px) {
  #site-header {
    top: 2vh;
    display: block;
  }
  #site-header .logo-button {
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
    z-index: 3;
    width: 40%;
  }
  #site-header .logo-button .site-logo {
    width: 100%;
    min-width: auto;
  }
  #site-header #burger {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 3;
  }
  #site-header .menu-principal-container {
    display: none;
  }
  #site-header .menu-principal-container.visible {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: black;
    animation: lazyLoad 0.5s ease-in-out;
  }
  #site-header .menu-principal-container ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #site-header .menu-principal-container ul > li {
    padding: 0.15vh;
    font-size: 110%;
  }
  #site-header .menu-principal-container ul .sub-menu {
    font-size: 80%;
    text-align: center;
    position: static;
  }
  #site-header .menu-principal-container ul .sub-menu li {
    max-height: initial;
    padding: 4px;
  }
  #site-header .fake {
    display: none;
  }
}
@keyframes LazyLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-contact {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-contact {
    height: auto;
    overflow: auto;
  }
}
.page-contact #main-container {
  display: block;
  animation: none;
  text-align: left;
}
@media (max-width: 768px) {
  .page-contact #main-container {
    height: auto;
  }
}
.page-contact #main-container .content {
  display: block;
  width: 55%;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .page-contact #main-container .content {
    margin-top: 20vh;
    width: 97%;
  }
}
.page-contact #main-container .content > div {
  padding: 1vh 0;
}
.page-contact #main-container .content .additional_content {
  line-height: 0.5;
  opacity: 0;
  animation: lazyLoad 0.5s ease-in-out forwards;
}
@media (max-width: 768px) {
  .page-contact #main-container .content .additional_content {
    line-height: normal;
  }
}
.page-contact #main-container .content .big_sentence {
  font-size: 6vh;
  font-family: "itc_avant_garde_gothic_stdXLt";
  line-height: 1;
}
@media (max-width: 768px) {
  .page-contact #main-container .content .big_sentence {
    font-size: 5vh;
  }
}
.page-contact #main-container .content .big_sentence p {
  margin: 0;
}
.page-contact #main-container .content div:nth-child(1) {
  animation-delay: 0.3s;
}
.page-contact #main-container .content div:nth-child(2) {
  animation-delay: 0.6s;
}
.page-contact #main-container .content div:nth-child(3) {
  animation-delay: 0.9s;
}
.page-contact #main-container .content div:nth-child(4) {
  animation-delay: 1.2s;
}
.page-contact #main-container .content div:nth-child(5) {
  animation-delay: 1.5s;
}
.page-contact #main-container .content div:nth-child(6) {
  animation-delay: 1.8s;
}
.page-contact #main-container .content div:nth-child(7) {
  animation-delay: 2.1s;
}
.page-contact #main-container .content div:nth-child(8) {
  animation-delay: 2.4s;
}
.page-contact #main-container .content div:nth-child(9) {
  animation-delay: 2.7s;
}
.page-contact #main-container .content div:nth-child(10) {
  animation-delay: 3s;
}
.page-contact #main-container .content div:nth-child(11) {
  animation-delay: 3.3s;
}
.page-contact #main-container .content div:nth-child(12) {
  animation-delay: 3.6s;
}
.page-contact #main-container .content div:nth-child(13) {
  animation-delay: 3.9s;
}
.page-contact #main-container .content div:nth-child(14) {
  animation-delay: 4.2s;
}
.page-contact #main-container .content div:nth-child(15) {
  animation-delay: 4.5s;
}
.page-contact #main-container .content div:nth-child(16) {
  animation-delay: 4.8s;
}
.page-contact #main-container .content div:nth-child(17) {
  animation-delay: 5.1s;
}
.page-contact #main-container .content div:nth-child(18) {
  animation-delay: 5.4s;
}
.page-contact #main-container .content div:nth-child(19) {
  animation-delay: 5.7s;
}
.page-contact #main-container .content div:nth-child(20) {
  animation-delay: 6s;
}
.page-contact #main-container .content div:nth-child(21) {
  animation-delay: 6.3s;
}
.page-contact #main-container .content div:nth-child(22) {
  animation-delay: 6.6s;
}
.page-contact #main-container .content div:nth-child(23) {
  animation-delay: 6.9s;
}
.page-contact #main-container .content div:nth-child(24) {
  animation-delay: 7.2s;
}
.page-contact #main-container .content div:nth-child(25) {
  animation-delay: 7.5s;
}
.page-contact #main-container .content div:nth-child(26) {
  animation-delay: 7.8s;
}
.page-contact #main-container .content div:nth-child(27) {
  animation-delay: 8.1s;
}
.page-contact #main-container .content div:nth-child(28) {
  animation-delay: 8.4s;
}
.page-contact #main-container .content div:nth-child(29) {
  animation-delay: 8.7s;
}
.page-contact #main-container .content div:nth-child(30) {
  animation-delay: 9s;
}
.page-contact #main-container .content div:nth-child(31) {
  animation-delay: 9.3s;
}
.page-contact #main-container .content div:nth-child(32) {
  animation-delay: 9.6s;
}
.page-contact #main-container .content div:nth-child(33) {
  animation-delay: 9.9s;
}
.page-contact #main-container .content div:nth-child(34) {
  animation-delay: 10.2s;
}
.page-contact #main-container .content div:nth-child(35) {
  animation-delay: 10.5s;
}
.page-contact #main-container .content div:nth-child(36) {
  animation-delay: 10.8s;
}
.page-contact #main-container .content div:nth-child(37) {
  animation-delay: 11.1s;
}
.page-contact #main-container .content div:nth-child(38) {
  animation-delay: 11.4s;
}
.page-contact #main-container .content div:nth-child(39) {
  animation-delay: 11.7s;
}
.page-contact #main-container .content div:nth-child(40) {
  animation-delay: 12s;
}
.page-contact #main-container .content div:nth-child(41) {
  animation-delay: 12.3s;
}
.page-contact #main-container .content div:nth-child(42) {
  animation-delay: 12.6s;
}
.page-contact #main-container .content div:nth-child(43) {
  animation-delay: 12.9s;
}
.page-contact #main-container .content div:nth-child(44) {
  animation-delay: 13.2s;
}
.page-contact #main-container .content div:nth-child(45) {
  animation-delay: 13.5s;
}
.page-contact #main-container .content div:nth-child(46) {
  animation-delay: 13.8s;
}
.page-contact #main-container .content div:nth-child(47) {
  animation-delay: 14.1s;
}
.page-contact #main-container .content div:nth-child(48) {
  animation-delay: 14.4s;
}
.page-contact #main-container .content div:nth-child(49) {
  animation-delay: 14.7s;
}
.page-contact #main-container .content div:nth-child(50) {
  animation-delay: 15s;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}/*# sourceMappingURL=main.css.map */