*,
*::after,
*::before {
  box-sizing: border-box;
}
:root {
  font-size: 14px;
}
body.cda-noimg #cdawrap {
  padding: 0;
  top: auto;
  left: 4rem;
  right: auto;
  bottom: 2.5rem;
  font-size: 0.85rem;
  font-family: inherit;
}
body {
  margin: 0;
  color: #000;
  background-color: #8faea4;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.texte {
  font-family: "Barlow", sans-serif;
}
/* Page Loader */
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8faea4;
}
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #594343;
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
          animation: loaderAnim 0.7s linear infinite alternate forwards;
}
a {
  text-decoration: none;
  color: #594343;
  outline: none;
}
a:hover,
a:focus {
  color: #000;
  outline: none;
}
.frame {
  padding: 3rem 5vw;
  text-align: center;
  position: relative;
  z-index: 1000;
  mix-blend-mode: screen;
}
.frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: inherit;
}
.frame__links {
  display: block;
  letter-spacing: 1.5px;
}
.frame__links span:after {
  content: '/  ';
}
.frame__links a:not(:last-child),
.frame__menus a:not(:last-child) {
  margin: 0 1rem 0.35rem 0;
}
.frame__menus {
  margin: 1rem 0;
}
.frame__menu--current {
  color: rgba(255,255,255,0.7);
}
.frame__menu--current:hover {
  color: #000;
}
.frame__initials {
  font-family: louvette-display, serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 2.4px;
  pointer-events: none;
  line-height: 14px;
  text-transform: uppercase;
}
.frame__info {
  text-align: justify;
  display: block;
  width: 250px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(64,91,100,1);
  background-image: -webkit-linear-gradient(-92deg, rgba(96,64,100,0.8), rgba(76,100,64,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.8);
  -webkit-animation: hue 26s infinite linear;
}
object {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
  padding: 2em;
  background: #fff;
  position: relative;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  height: 55vh;
  position: relative;
}
@media all and (min-width: 900px) {
  body {
    overflow: hidden;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/194946/aleas.jpg");
    background-size: 20%;
    background-position: 12% 112px;
    background-repeat: no-repeat;
    z-index: 1;
  }
  body:hover {
    background-blend-mode: luminosity;
  }
  .frame {
    position: absolute;
    text-align: left;
    z-index: 10000;
    top: 1%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: grid;
    align-content: space-between;
    width: 80%;
    max-width: 1000px;
    height: 15vh;
    padding: 2.5rem 4rem;
    pointer-events: none;
    grid-template-columns: 40% 20% 40%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title initials menus";
  }
  .frame__title-wrap {
    grid-area: title;
  }
  .frame__title {
    margin: 0 0 3rem 0;
  }
  .frame__initials {
    grid-area: initials;
    margin: 0;
    justify-self: center;
    align-self: start;
  }
  .frame__menus {
    margin: 0;
    grid-area: menus;
    justify-self: end;
    align-self: start;
    -webkit-box-align: end;
            align-items: flex-end;
    text-align: right;
  }
  .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: end;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .frame__links span:after {
    content: '   ';
  }
  .frame__info {
    grid-area: links;
    background-color: #8faea4;
    mix-blend-mode: multiply;
    margin: 0 2em 0 0;
    justify-self: end;
    width: 100vw;
    padding: 0 2em 0 0;
    -webkit-box-align: start;
            align-items: start;
  }
  p.frame__info {
    width: 60%;
    margin-left: 150px;
  }
  .frame a {
    pointer-events: auto;
  }
  .content {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    width: 100%;
  }
  object {
    margin-top: 33%;
    left: 53vw;
    height: 70vh;
    width: 57vw;
    max-width: 800px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: relative;
  }
}
@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
            filter: hue-rotate(-360deg);
  }
}
@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
            filter: hue-rotate(-360deg);
  }
}