* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  color: #2b2d35;
  background: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #424242 31%, #1d1d1d 100%);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body a {
  color: #d8ad4a;
}

body a:hover {
  color: #b78c29;
  text-decoration: none;
}

body main {
  min-height: calc(80vh - 1.5rem);
  position: relative;
}

body main:before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-top: 1px solid #2b2d35;
  border-left: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body main:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-top: 1px solid #2b2d35;
  border-right: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body main #main-content {
  min-height: calc(80vh - 1.5rem);
  position: relative;
}

body main #main-content:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-bottom: 1px solid #2b2d35;
  border-left: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body main #main-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-bottom: 1px solid #2b2d35;
  border-right: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body main #main-content #bodymovin-logo {
  height: 50vw;
  max-height: 300px;
  max-width: 194px;
  display: inline-block;
  cursor: pointer;
}

body main #main-content #bodymovin-logo svg {
  width: auto !important;
}

body main #main-content #bodymovin-logo svg path {
  -webkit-transition: fill .5s ease;
  transition: fill .5s ease;
}

body main #main-content .bloc {
  width: 100%;
}

body main #main-content .bloc img {
  display: inline-block;
}

body main #main-content .bloc img.logo-1 {
  width: 180px;
}

body main #main-content .bloc img.logo-2 {
  width: 116px;
}

body main #main-content .bloc img.logo-white {
  display: none;
}

body footer {
  min-height: calc(20vh - 1.5rem);
  position: relative;
}

body footer:before {
  content: '';
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-bottom: 1px solid #2b2d35;
  border-left: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body footer:after {
  content: '';
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-bottom: 1px solid #2b2d35;
  border-right: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body footer #footer-content {
  min-height: calc(20vh - 1.5rem);
  position: relative;
}

body footer #footer-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-left: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body footer #footer-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50px;
  max-height: 50px;
  width: 10vw;
  height: 10vw;
  border-right: 1px solid #2b2d35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.dark {
  color: white;
}

body.dark:before {
  opacity: 1;
}

body.dark #main-content #bodymovin-logo svg path {
  fill: white;
}

body.dark #main-content .bloc img.logo-white {
  display: inline-block;
}

body.dark #main-content .bloc img.logo-dark {
  display: none;
}

body.dark :before, body.dark :after, body.dark #main-content:before, body.dark #main-content:after, body.dark #footer-content:before, body.dark #footer-content:after {
  border-color: white;
}

@media screen and (min-width: 576px) {
  body main #main-content .bloc img.logo-1 {
    width: 230px;
  }
  body main #main-content .bloc img.logo-2 {
    width: 148px;
  }
}

@media screen and (min-width: 992px) {
  body main #main-content .bloc {
    width: calc((100% - 194px) / 2);
  }
  body main #main-content .bloc img.logo-1 {
    width: 290px;
  }
  body main #main-content .bloc img.logo-2 {
    width: 187px;
  }
}
/*# sourceMappingURL=style.css.map */