@font-face {
  font-family: 'hero';
  src: url('fonts/hero_light-webfont.woff2') format('woff2'), url('fonts/hero_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'hero';
  src: url('fonts/hero-webfont.woff2') format('woff2'), url('fonts/hero-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'hero', sans-serif;
}
.page-content {
  padding-bottom: 0;
}
#full-frame {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../images-blindspot/BSA-fond.jpg') no-repeat center center / cover;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}
#full-frame.active {
  border: 40px solid #fff;
}
@media (max-width: 575px) {
  #full-frame.active {
    border-width: 20px;
  }
}
#full-frame.active #hidden-frame {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -ms-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
}
#full-frame.active #text-zone {
  opacity: 1;
  -webkit-transition: all 1s linear 1.5s;
  -moz-transition: all 1s linear 1.5s;
  -ms-transition: all 1s linear 1.5s;
  -o-transition: all 1s linear 1.5s;
  transition: all 1s linear 1.5s;
}
#full-frame.active #text-zone .st0 {
  fill: #000;
  -webkit-transition: all 0.5s linear 2s;
  -moz-transition: all 0.5s linear 2s;
  -ms-transition: all 0.5s linear 2s;
  -o-transition: all 0.5s linear 2s;
  transition: all 0.5s linear 2s;
}
#full-frame.active #text-zone a {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 3.5s, background 0.3s linear;
  -moz-transition: opacity 0.5s linear 3.5s, background 0.3s linear;
  -ms-transition: opacity 0.5s linear 3.5s, background 0.3s linear;
  -o-transition: opacity 0.5s linear 3.5s, background 0.3s linear;
  transition: opacity 0.5s linear 3.5s, background 0.3s linear;
}
#full-frame.active #text-zone figure figcaption {
  opacity: 1;
  -webkit-transition: all 0.5s linear 2.7s;
  -moz-transition: all 0.5s linear 2.7s;
  -ms-transition: all 0.5s linear 2.7s;
  -o-transition: all 0.5s linear 2.7s;
  transition: all 0.5s linear 2.7s;
}
#full-frame #hidden-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#full-frame #text-zone {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  letter-spacing: 4px;
}
#full-frame #text-zone #wrapp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#full-frame #text-zone .st0 {
  fill: #fff;
}
#full-frame #text-zone a {
  opacity: 0;
  display: inline-block;
  margin: 150px 0 0;
  padding: 15px 50px 13px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
#full-frame #text-zone a:hover {
  background: #000;
}
#full-frame #text-zone figure svg {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  #full-frame #text-zone figure svg {
    max-width: none;
  }
}
#full-frame #text-zone figure figcaption {
  margin: 40px 0 0;
  opacity: 0;
}
