/* COLOR */
/* BORDER */
/* TRANSITION */
/* BOX SHADOW */
/* KEYFRAME-ANIMATIONS */
@-webkit-keyframes FADE-IN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes FADE-IN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes FADE-IN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FADE-IN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.iFadeIn {
  -webkit-animation: FADE-IN 5s 7.5s 1 normal backwards;
  -moz-animation: FADE-IN 5s 7.5s 1 normal backwards;
  -o-animation: FADE-IN 5s 7.5s 1 normal backwards;
  animation: FADE-IN 5s 7.5s 1 normal backwards;
}
.iCard {
  background: #FFF;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  width: 300px;
  margin: 1rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.iButton {
  cursor: pointer;
  font-size: 20px;
  padding: 7px 15px;
  border: 1px solid #263238;
  background: #263238;
  color: #ECEFF1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.iButton:hover {
  background: #ECEFF1;
  border-color: #ECEFF1;
  color: #263238;
  box-shadow: rgba(128, 128, 128, 0.2) 0px 2px 2px, rgba(128, 128, 128, 0.2) 0px 4px 4px, rgba(128, 128, 128, 0.2) 0px 8px 8px, rgba(128, 128, 128, 0.2) 0px 16px 16px, rgba(128, 128, 128, 0.2) 0px 32px 32px;
}
#body,
#sb-site,
.sb-site-container,
body,
section {
  background: none;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#footer,
#header {
  display: none;
}
#body {
  padding-top: 12vw;
  padding-bottom: 0;
}
#body > h1 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: white;
  font-size: 17vw;
  font-weight: 900;
  letter-spacing: -10px;
  line-height: 1.3;
  margin-bottom: 7vw;
}
.totalBG {
  width: 100%;
  background-color: black;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9999;
}
a {
  color: white;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a:hover {
  color: #777;
}
.mainTitleLink {
  text-decoration: underline;
}
.mainTitleLink:hover {
  border-bottom: none;
  background-color: aliceblue;
  padding: 0.038em;
}
.mainTitleM:hover::after {
  content: "usician";
  position: fixed;
  background-color: aliceblue;
  padding-right: 30px;
}
.mainTitleN:hover::before {
  content: "desig";
  position: fixed;
  background-color: aliceblue;
  margin-left: -2.7em;
  padding-left: 72px;
}
.mainTitleN:hover::after {
  content: "er";
  position: fixed;
  background-color: aliceblue;
  padding-right: 50px;
  margin-left: 3px;
}
.mainTitleO:hover::before {
  content: "act";
  position: fixed;
  background-color: aliceblue;
  margin-left: -1.75em;
  padding-left: 55px;
  padding-right: 10px;
}
.mainTitleO:hover::after {
  content: "r";
  position: fixed;
  background-color: aliceblue;
  padding-right: 74px;
  margin-left: 3px;
}
.mainSecondMenu {
  -webkit-animation: FADE-IN 5s 7.5s 1 normal backwards;
  -moz-animation: FADE-IN 5s 7.5s 1 normal backwards;
  -o-animation: FADE-IN 5s 7.5s 1 normal backwards;
  animation: FADE-IN 5s 7.5s 1 normal backwards;
  width: 100%;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainSecondMenu .mainSecondMenuLink {
  width: 50px;
  display: inline-block;
  margin: 0 4vw;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainSecondMenu .mainSecondMenuLink.mainSecondMenuA::after {
  content: "Actor";
  color: white;
  border-bottom: white 1px solid;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainSecondMenu .mainSecondMenuLink.mainSecondMenuD::after {
  content: "Designer";
  color: white;
  border-bottom: white 1px solid;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainSecondMenu .mainSecondMenuLink.mainSecondMenuM::after {
  content: "Musician";
  color: white;
  border-bottom: white 1px solid;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainSecondMenu .mainSecondMenuLink.mainSecondMenuR::after {
  content: "Résumé";
  color: white;
  border-bottom: white 1px solid;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainSecondMenu .mainSecondMenuLink:hover.mainSecondMenuA::after,
.mainSecondMenu .mainSecondMenuLink:hover.mainSecondMenuD::after,
.mainSecondMenu .mainSecondMenuLink:hover.mainSecondMenuM::after,
.mainSecondMenu .mainSecondMenuLink:hover.mainSecondMenuR::after {
  opacity: 1;
}
.iCard-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-left: 3px solid #263238;
}
.iCard-1:hover {
  box-shadow: rgba(128, 128, 128, 0.2) 0px 2px 2px, rgba(128, 128, 128, 0.2) 0px 4px 4px, rgba(128, 128, 128, 0.2) 0px 8px 8px, rgba(128, 128, 128, 0.2) 0px 16px 16px, rgba(128, 128, 128, 0.2) 0px 32px 32px;
}
.iCard-1:hover body {
  background-color: red;
}
.iCard-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.iCard-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.iCard-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.iCard-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.element {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.element:hover {
  animation-name: stretch;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-play-state: running;
  box-shadow: rgba(128, 128, 128, 0.2) 0px 2px 2px, rgba(128, 128, 128, 0.2) 0px 4px 4px, rgba(128, 128, 128, 0.2) 0px 8px 8px, rgba(128, 128, 128, 0.2) 0px 16px 16px, rgba(128, 128, 128, 0.2) 0px 32px 32px;
}
@keyframes stretch {
  50% {
    background-color: orange;
  }
  100% {
    transform: scale(1.5);
    background-color: yellow;
    height: initial;
    width: initial;
    max-width: 300px;
    padding: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-left: 3px solid #263238;
  }
}
