@font-face {
  font-family: 'Orchidea Pro';
  src: url("../FONT/Orchidea/OrchideaPro-Medium.otf");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0px;
  background: #ebebf0;
  font-family: "Orchidea Pro";
  color: #464646; }

#loader {
  position: fixed;
  overflow: hidden;
  background: #ebebf0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  #loader #loading {
    width: 30px;
    height: 30px;
    border: 4px solid #464646;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-clip-path: polygon(0 50%, 0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%);
    clip-path: polygon(0 50%, 0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%);
    animation: loading 1s linear infinite; }

@-webkit-keyframes loading {
  from {
    transform: rotate(0turn); }
  to {
    transform: rotate(1turn); } }
#loader.disable {
  height: 0px;
  transition: all .5s ease; }

body.loaded h6 {
  font-size: 4rem;
  margin: 0px;
  transform: rotate(90deg);
  color: white;
  cursor: pointer;
  transition: color 1.5s ease; }
body.loaded #name {
  position: absolute;
  z-index: 899;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 10%;
  color: white; }
body.loaded h6:hover {
  color: #407cca;
  transition: all .5s ease; }
body.loaded #card_left {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  background: #ebebf0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  z-index: 100;
  transition: all .3s ease;
  animation: card_pop 1s ease;
  animation-delay: 1s;
  animation-fill-mode: backwards; }
  body.loaded #card_left #svg_box {
    margin: 10%;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%) scale(1);
    transition: all .3s ease;
    width: 80%;
    left: 0px; }
  body.loaded #card_left #svg_mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  body.loaded #card_left .switch {
    width: 60px;
    height: 60px;
    transition: all .2s ease;
    background: #ebebf0;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    z-index: 2; }
    body.loaded #card_left .switch.left {
      left: 0px; }
      body.loaded #card_left .switch.left .arrow {
        transform: rotate(-45deg);
        position: absolute;
        left: 40%;
        top: 33%; }
    body.loaded #card_left .switch.right {
      right: 0px; }
      body.loaded #card_left .switch.right .arrow {
        transform: rotate(135deg);
        position: absolute;
        right: 40%;
        top: 33%; }
  body.loaded #card_left #focus_box {
    transition: all .2s ease;
    background: #ebebf0;
    height: 60px;
    width: 100%;
    left: 0px;
    display: inline-block;
    position: absolute; }
  body.loaded #card_left #button_box {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    transition: all .2s ease;
    background: #ebebf0; }
  body.loaded #card_left .switch:hover, body.loaded #card_left #focus_box:hover {
    filter: brightness(0.95); }
  body.loaded #card_left .focus {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: pop 1s ease;
    animation-delay: 1s;
    animation-fill-mode: backwards; }
  body.loaded #card_left h1 {
    font-size: 2.5rem;
    margin: 5%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .3s ease; }
  body.loaded #card_left h4 {
    font-size: 1.5rem;
    margin: 0px;
    transform: rotate(-90deg);
    transform-origin: left; }
  body.loaded #card_left #date_box {
    position: absolute;
    right: 5%;
    bottom: 60px;
    width: 0px; }
  body.loaded #card_left h1 {
    animation: title 1s ease-out; }
@-webkit-keyframes title {
  from {
    transform: translate(-200%, 0);
    letter-spacing: 3rem; }
  to {
    transform: translate(0%, 0);
    letter-spacing: normal; } }
  body.loaded #card_left h4 {
    animation: date 1s ease-out; }
@-webkit-keyframes date {
  from {
    transform: translate(0, -1000%) rotate(-90deg);
    opacity: 0;
    letter-spacing: 3rem; }
  to {
    transform: translate(0, 0) rotate(-90deg);
    opacity: 1;
    letter-spacing: normal; } }
  body.loaded #card_left h1, body.loaded #card_left h4 {
    animation-delay: 2s;
    animation-fill-mode: backwards; }
  body.loaded #card_left h1.next {
    animation: title 1s ease-out;
    animation-delay: 0s, 0s; }
  body.loaded #card_left h4.next {
    animation: date 1s ease-out;
    animation-delay: 0s, 0s; }
@-webkit-keyframes card_pop {
  from {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  to {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4); } }
@-webkit-keyframes pop {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
body.loaded #card_left.activ {
  height: 50%; }
  body.loaded #card_left.activ #svg_box {
    transform: translate(0, -55%) scale(0.5); }
  body.loaded #card_left.activ .focus {
    border-radius: 0;
    border-left: 0px solid #407cca;
    border-top: 0px solid #407cca;
    transform: rotate(45deg); }
  body.loaded #card_left.activ .focus::after {
    width: 0px; }
  body.loaded #card_left.activ h1 {
    font-size: 1.5rem; }
body.loaded #preview {
  height: 50%;
  width: 50%;
  position: fixed;
  bottom: 0px;
  left: 0%;
  background: #464646;
  overflow: hidden; }
  body.loaded #preview img {
    min-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }
  body.loaded #preview img.prev {
    animation: imgOut 1s ease;
    animation-delay: .1s;
    animation-fill-mode: forwards; }
  body.loaded #preview p {
    position: absolute;
    margin: 0px;
    top: 5%;
    left: 5%;
    color: white;
    font-size: 1.2rem;
    font-style: italic;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px; }
@-webkit-keyframes imgOut {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(-100%, 0); } }
body.loaded .arrow {
  width: 20px;
  height: 20px;
  border-top: 2px solid #407cca;
  border-left: 2px solid #407cca; }
body.loaded .focus {
  width: 20px;
  height: 20px;
  border: 2px solid #407cca;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease; }
body.loaded .focus::after {
  content: '';
  border-top: 2px solid #407cca;
  width: 14px;
  position: absolute;
  bottom: 1px;
  right: -11px;
  transform: rotate(45deg);
  transform-origin: left; }
body.loaded #card_right {
  width: 50%;
  position: absolute;
  right: 0px;
  top: 5%;
  background: #ebebf0;
  padding: 5%;
  padding-top: 0px;
  box-sizing: border-box;
  z-index: 50;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: top 1s ease, box-shadow 1s ease; }
  body.loaded #card_right.pushed {
    top: 66%;
    padding-top: 5%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4); }
  body.loaded #card_right .projet {
    margin: 5%;
    width: 39%;
    display: inline-block;
    transition: all .3s ease;
    transform: scale(1); }
  body.loaded #card_right .projet:hover {
    transform: scale(1.05); }
  body.loaded #card_right .projet_box {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  body.loaded #card_right h2 {
    position: fixed;
    top: 5%;
    left: 52.5%;
    margin: 0px;
    color: #407cca;
    font-size: 1.5rem; }
  body.loaded #card_right h3 {
    margin: 0px;
    color: #407cca;
    font-size: 1.2rem;
    transform: rotate(-90deg);
    transform-origin: left;
    animation: date 1s ease; }
  body.loaded #card_right #min_date_box {
    position: fixed;
    bottom: 2.5%;
    right: 2.5%;
    width: 0px; }
  body.loaded #card_right p {
    position: fixed;
    left: 52.5%;
    bottom: 2.5%;
    margin: 0px;
    color: #407cca;
    font-style: italic; }
  body.loaded #card_right p, body.loaded #card_right h2 {
    animation: fromRight 1s ease; }
  body.loaded #card_right h2, body.loaded #card_right h3, body.loaded #card_right p {
    display: none; }
  body.loaded #card_right h2.enable, body.loaded #card_right h3.enable, body.loaded #card_right p.enable {
    display: inline-block; }
@-webkit-keyframes fromRight {
  from {
    transform: translate(200%, 0);
    letter-spacing: 3rem; }
  to {
    transform: translate(0, 0);
    letter-spacing: normal; } }
body.loaded .projet.disable {
  filter: grayscale(1);
  opacity: .5; }
body.loaded #volet_haut {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 7%;
  width: 50%;
  background: #ebebf0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4); }
body.loaded #portrait {
  height: 59%;
  width: 50%;
  position: absolute;
  top: 7%;
  left: 50%;
  overflow-y: scroll; }
  body.loaded #portrait img {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    transform: translate(0, -75%);
    display: inline-block;
    margin: 0px; }
  body.loaded #portrait p {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    margin: 0px;
    color: #464646;
    font-style: italic;
    line-height: 1.4rem;
    display: inline-block; }
body.loaded #portrait.disable {
  opacity: 0; }
body.loaded #volet_projet {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ebebf0;
  z-index: 999;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  transform: translate(100%, 0); }
  body.loaded #volet_projet object {
    width: 33%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.loaded #volet_projet.enable {
    animation: volet 1s ease;
    transform: translate(0, 0); }
@-webkit-keyframes volet {
  from {
    transform: translate(100%, 0); }
  to {
    transform: translate(0, 0); } }

/*# sourceMappingURL=main.css.map */
