@charset "UTF-8";
/* 
	Author :: Elodie BAYET
*/
/*
    Global Placeholders
*/
/* typography */
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400&subset=latin-ext");
/*
    Global Variables
*/
/* Main Colors */
/* Custom Greys */
/* Dynamic Colors */
/*
    Global Mixins
*/
/* For 'navigation-expand' mixin */
/* For layout w/ expanded navigation */
/* Set for UI icons mixins */
/* For icons of brands (used in theme) */
/* For icons of UI (used in theme) */
/* For positioning UI icons (used in theme) */
/* For success or failure informations */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/the-anton-project-authors.eot"); /* Old browsers */
  src: local("Anton Regular"), local("Anton-Regular"), url("../../assets/fonts/the-anton-project-authors.woff2") format("woff2"), url("../../assets/fonts/the-anton-project-authors.woff") format("woff"), url("../../assets/fonts/the-anton-project-authors.ttf") format("truetype"), url("../../assets/fonts/the-anton-project-authors.svg#Anton") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
/* For hover effect (used in theme) */
.topic h4, .topic > *:last-child, form input[type=button],
form input[type=reset],
form input[type=submit], form .choice, form .toggle, .project a + .cover div img, .bypass .cursor, .applogo > span, #uihead .navigation, a, a:link, a:visited, button, .navigation li {
  transition: 0.25s ease-in-out;
}

/* Kit Author */
#author {
  text-align: center;
}
#author p {
  font-size: 1.2rem;
  line-height: 2;
}
#author p * {
  display: inline-block;
  vertical-align: bottom;
}
#author p img {
  width: 18px;
  display: inline-block;
  margin-left: 3px;
  margin-top: -7px;
}

/*
    Default Design
*/
/* Local dynamics */
/* Animations */
@keyframes SlideUp {
  0% {
    bottom: 0%;
    opacity: 0;
  }
  33% {
    bottom: 33%;
    opacity: 0;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes SlideDown {
  0% {
    top: 0%;
    opacity: 0;
  }
  33% {
    top: 33%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes Spin {
  0% {
    transform: rotate(0deg);
    filter: brightness(125%);
  }
  50% {
    transform: rotate(180deg);
    filter: brightness(100%);
  }
  100% {
    transform: rotate(360deg);
    filter: brightness(125%);
  }
}
@keyframes FadeOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Disapear {
  0% {
    text-shadow: 0px 6px 4px rgb(137.82, 137.82, 137.82);
    opacity: 1;
  }
  100% {
    text-shadow: 0px 0px 0px rgb(137.82, 137.82, 137.82);
    opacity: 0.5;
  }
}
@keyframes Animated {
  0% {
    margin-top: 24px;
    filter: brightness(100%);
  }
  33% {
    margin-top: 0px;
    filter: brightness(150%);
  }
  100% {
    margin-top: 24px;
    filter: brightness(100%);
  }
}
/* General */
body {
  background-color: rgb(242, 239, 239);
  color: rgb(38, 38, 38);
}

/* Typography */
main h1 {
  color: rgb(112.865, 112.865, 112.865);
}
main h2 {
  color: rgb(10, 107, 119);
}
main h3 {
  color: rgb(87.91, 87.91, 87.91);
}
main h4 {
  color: rgb(0, 0, 0);
}
main pre {
  border: 1px solid rgb(178, 11, 43);
  padding: 18px;
}
main a:not([class]) {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(10, 107, 119);
}
main a:not([class]):hover, main a:not([class]):focus {
  color: rgb(10, 91.1151376147, 101.15);
  border-bottom: 1px solid rgb(14.4302325581, 154.4034883721, 171.7197674419);
}
main .darken {
  color: rgb(10, 91.1151376147, 101.15);
}
main .origin {
  color: rgb(10, 107, 119);
}
main .lighten {
  color: rgb(14.4302325581, 154.4034883721, 171.7197674419);
}
main .xdark {
  color: rgb(62.955, 62.955, 62.955);
}
main .dark {
  color: rgb(87.91, 87.91, 87.91);
}
main .mdark {
  color: rgb(112.865, 112.865, 112.865);
}
main .medium {
  color: rgb(137.82, 137.82, 137.82);
}
main .mlight {
  color: rgb(162.775, 162.775, 162.775);
}
main .light {
  color: rgb(187.73, 187.73, 187.73);
}
main .xlight {
  color: rgb(212.685, 212.685, 212.685);
}

/* Logo */
.applogo .icon {
  opacity: 1;
}
.applogo .title {
  color: rgb(230, 230, 230);
}
.applogo:hover .icon {
  opacity: 0.1;
}
.applogo:hover .title {
  color: rgb(10, 107, 119);
}
.applogo + p {
  color: rgb(62.955, 62.955, 62.955);
}

/* Navigations */
nav li a {
  color: rgb(62.955, 62.955, 62.955);
  background-color: transparent;
}
nav li a:hover, nav li a:focus, nav li a.selected {
  color: rgb(10, 107, 119);
}
nav.socialmenu li a {
  filter: contrast(300%) grayscale(100%);
  opacity: 0.9;
}
nav.socialmenu li a:hover, nav.socialmenu li a:focus {
  filter: contrast(100%) grayscale(0%);
  opacity: 1;
}

/* Page header */
#uihead .inner {
  color: inherit;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 101;
}
#uihead .inner + .edge {
  background-image: linear-gradient(90deg, rgb(242, 239, 239), rgb(242, 239, 239), rgba(242, 239, 239, 0.6), rgba(242, 239, 239, 0.3), rgba(242, 239, 239, 0));
  left: 0;
  z-index: 102;
}
#uihead .edge {
  color: inherit;
  background-color: transparent;
  position: absolute;
  width: 15%;
  max-width: 320px;
  height: 100%;
  top: 0;
  display: block;
}
#uihead .edge + .edge {
  background-image: linear-gradient(-90deg, rgb(242, 239, 239), rgb(242, 239, 239), rgba(242, 239, 239, 0.6), rgba(242, 239, 239, 0.3), rgba(242, 239, 239, 0));
  right: 0;
  z-index: 103;
}
#uihead button {
  color: inherit;
  background-color: transparent;
  background-image: url("../../assets/ui/navigation_icons_bl.svg");
  background-repeat: no-repeat;
  background-size: 18px 440px;
  background-position-x: 13px;
  background-position-y: -44px;
  filter: contrast(85%);
}
#uihead.closed button {
  background-position-x: 13px;
  background-position-y: 0px;
}
#uihead .navigation {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
#uihead .navigation.expand .sub li a {
  color: rgb(112.865, 112.865, 112.865);
  background-color: transparent;
}
#uihead .navigation.expand .sub li a:hover, #uihead .navigation.expand .sub li a:focus, #uihead .navigation.expand .sub li a.selected {
  color: rgb(10, 91.1151376147, 101.15);
}
@media (max-width: 1209px), (any-hover: none) {
  #uihead .navigation nav + nav {
    background-image: linear-gradient(90deg, rgb(87.91, 87.91, 87.91), rgb(87.91, 87.91, 87.91));
    background-position: 50% 0%;
    background-size: 48px 1px;
    background-repeat: no-repeat;
    padding-top: 8px;
  }
}
@media (min-width: 1210px) and (any-hover: hover) {
  #uihead .navigation .sub::before {
    content: " ";
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(137.82, 137.82, 137.82) transparent transparent transparent;
    top: 98%;
    left: 50%;
    margin-left: -2px;
  }
  #uihead .navigation .sub:hover::before {
    border-color: rgb(10, 107, 119) transparent transparent transparent;
  }
  #uihead .navigation .sub ul {
    background-color: rgb(255, 255, 255);
    background-clip: content-box;
    opacity: 0.9;
  }
}

/* Page footer */
#uifoot {
  border-top: 1px solid rgb(10, 107, 119);
}
@media (max-width: 995px) {
  #uifoot .navigation .mainmenu {
    border-bottom: 1px dotted rgb(112.865, 112.865, 112.865);
  }
}

/* Content */
main noscript {
  opacity: 0.75;
  border: 1px solid rgb(178, 11, 43);
}
main *.disabled, main *:disabled {
  opacity: 0.5;
  filter: grayscale(100%);
}
main *.disabled:hover, main *:disabled:hover {
  cursor: not-allowed;
}
main .nomodule {
  color: rgb(87.91, 87.91, 87.91);
}
main .nomodule samp {
  border: 1px solid rgb(178, 11, 43);
  padding: 9px;
}

#author p {
  color: rgb(112.865, 112.865, 112.865);
}
#author span {
  color: rgb(0, 0, 0);
}
#author a {
  color: rgb(10, 107, 119);
}
#author a:hover, #author a:focus {
  color: rgb(10, 91.1151376147, 101.15);
}

/* 
	Author :: Elodie BAYET
*/
/* Local dynamics */
/* Classics */
.list li::before {
  color: rgb(10, 107, 119);
}

.listitem.apart li ~ li::before {
  color: rgb(187.73, 187.73, 187.73);
}

.listline.apart li ~ li::before {
  color: rgb(14.4302325581, 154.4034883721, 171.7197674419);
}

table thead tr:last-of-type {
  border-bottom: 2px solid rgb(10, 107, 119);
}
table tr ~ tr {
  border-top: 1px solid rgb(14.4302325581, 154.4034883721, 171.7197674419);
}

.badge .title {
  border-top: 1px solid rgb(187.73, 187.73, 187.73);
}
.badge p small {
  color: rgb(112.865, 112.865, 112.865);
  background-color: transparent;
}

.divided ~ .divided {
  border-top: 1px dashed rgb(10, 107, 119);
}

.topic h4 {
  color: rgb(10, 91.1151376147, 101.15);
  opacity: 0.9;
}
.topic > *:last-child {
  border-bottom: 1px solid rgb(162.775, 162.775, 162.775);
}
.topic:hover h4 {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.topic:hover > *:last-child {
  border-bottom: 1px solid rgb(14.4302325581, 154.4034883721, 171.7197674419);
}

.nothing::before {
  color: rgb(178, 11, 43);
}

/* Interactive */
a.button.url span, a.link.url span {
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
}
a.button.url span.pdf, a.link.url span.pdf {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_reader.svg");
}
a.button.url span.github, a.link.url span.github {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_github.svg");
}
a.button.url span.bitbucket, a.link.url span.bitbucket {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_bitbucket.svg");
}
a.button.url span.linkedin, a.link.url span.linkedin {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_linkedin.svg");
}
a.button:not(.url) > span, a.link:not(.url) > span {
  width: 9px;
  line-height: 23px;
  background-image: url("../../assets/ui/navigation_icons_bl.svg");
  background-repeat: no-repeat;
  background-size: 9px 220px;
  filter: grayscale(0%) contrast(85%);
}
a.button:not(.url).selected, a.link:not(.url).selected {
  color: rgb(10, 91.1151376147, 101.15);
}
a.button:not(.url).selected > span, a.link:not(.url).selected > span {
  background-position-x: 0;
  background-position-y: -22px;
  filter: grayscale(100%) contrast(100%);
}
a.button.toggle > span, a.link.toggle > span {
  background-position-x: 0;
  background-position-y: -132px;
}
a.button.anchor > span, a.link.anchor > span {
  background-position-x: 0;
  background-position-y: -110px;
}

a.tab.url span {
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
}
a.tab.url span.pdf {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_reader.svg");
}
a.tab.url span.github {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_github.svg");
}
a.tab.url span.bitbucket {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_bitbucket.svg");
}
a.tab.url span.linkedin {
  background-image: url("https://www.elodiebayet.com/assets/icons/icon_linkedin.svg");
}

a.button {
  color: rgb(0, 0, 0);
  background-color: white;
}
a.button:not(.disabled):hover {
  background-color: rgb(250.58, 249.56, 249.56);
}

a.link {
  color: rgb(0, 0, 0);
  background-color: transparent;
}
a.link:not(.disabled):hover {
  color: rgb(10, 91.1151376147, 101.15);
}

.button, .tab {
  color: rgb(38, 38, 38);
  background-color: rgb(242, 239, 239);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(10, 107, 119);
  border-radius: 4px;
}
.button:not(.disabled):not(:disabled):hover, .button.selected, .tab:not(.disabled):not(:disabled):hover, .tab.selected {
  color: rgb(10, 91.1151376147, 101.15);
  background-color: rgb(255, 255, 255);
  border-color: rgb(14.4302325581, 154.4034883721, 171.7197674419);
}

.success h4 {
  color: rgb(71.4, 156.4, 0);
  border-bottom: 1px solid rgb(71.4, 156.4, 0);
}
.success h4::before {
  content: "✓";
  font-weight: bold;
  margin-right: 4px;
}
.success p {
  font-style: italic;
}

.failure h4 {
  color: rgb(178, 11, 43);
  border-bottom: 1px solid rgb(178, 11, 43);
}
.failure h4::before {
  content: "✕";
  font-weight: bold;
  margin-right: 4px;
}
.failure p {
  font-style: italic;
}

form div label:first-child {
  color: rgb(0, 0, 0);
  background-color: transparent;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=url],
form select,
form textarea {
  color: rgb(0, 0, 0);
  background-color: rgb(242, 239, 239);
  border-radius: 2px;
  border: 1px solid rgb(10, 107, 119);
}
form .error input[type=text],
form .error input[type=email],
form .error input[type=number],
form .error input[type=url],
form .error select,
form .error textarea {
  font-weight: 600;
  border: 1px solid rgb(178, 11, 43);
}
form .error p {
  color: rgb(178, 11, 43);
  font-style: italic;
  margin-top: 0.6rem;
  display: block;
}
form .error .slab,
form .error .box {
  color: rgb(178, 11, 43);
  font-weight: 600;
}
form input[type=button]:not(:disabled):hover,
form input[type=reset]:not(:disabled):hover,
form input[type=submit]:not(:disabled):hover {
  cursor: pointer;
}
form option {
  color: rgb(0, 0, 0);
  background-color: rgb(242, 239, 239);
}
form .currency span {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 107, 119);
}
form .currency.error span {
  background-color: rgb(178, 11, 43);
}
form .value span {
  color: rgb(10, 107, 119);
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid rgb(14.4302325581, 154.4034883721, 171.7197674419);
}
form .value span::after {
  content: " ";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent rgb(14.4302325581, 154.4034883721, 171.7197674419) transparent;
  bottom: 100%;
  right: 50%;
  margin-left: -4px;
}
form .choice, form .toggle {
  color: rgb(0, 0, 0);
  background-color: rgb(242, 239, 239);
  border-radius: 4px;
  border: 1px solid rgb(137.82, 137.82, 137.82);
}
form .choice::before, form .toggle::before {
  font-size: 2.4rem;
  text-shadow: none;
  color: rgb(137.82, 137.82, 137.82);
  position: absolute;
  display: block;
  left: -7px;
}
form .choice.on::before, form .choice:hover::before, form .toggle.on::before, form .toggle:hover::before {
  color: rgb(10, 107, 119);
}
form .choice strong, form .toggle strong {
  color: rgb(137.82, 137.82, 137.82);
}
form .choice.on, form .choice:hover, form .toggle.on, form .toggle:hover {
  cursor: pointer;
  border-color: rgb(10, 107, 119);
  background-color: rgb(255, 255, 255);
}
form .choice.on strong, form .choice:hover strong, form .toggle.on strong, form .toggle:hover strong {
  color: rgb(10, 91.1151376147, 101.15);
}
form .choice::before {
  content: "■";
}
form .toggle::before {
  content: "●";
}

#filter.error {
  border: 1px solid rgb(178, 11, 43);
  padding: 9px 24px 12px;
}
#filter ul {
  border: 1px solid rgb(137.82, 137.82, 137.82);
}
#filter ul::after {
  border-color: rgb(137.82, 137.82, 137.82) transparent transparent transparent;
  top: 100%;
  content: " ";
  position: absolute;
  border-width: 9px;
  border-style: solid;
}

.animated {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.animated .sample {
  width: 120px;
  height: 170px;
  animation: Animated 2s ease-out infinite;
}

.chrono {
  border-radius: 4px;
  border: 1px solid rgb(10, 107, 119);
}
.chrono p {
  color: rgb(0, 0, 0);
  background-color: transparent;
}
.chrono.break p {
  color: rgb(178, 11, 43);
  animation: Disapear 0.75s ease-in 0s infinite alternate none;
}

.tasks li {
  padding: 12px 0;
  border-bottom: 2px dotted rgb(137.82, 137.82, 137.82);
}
.tasks li span s {
  color: rgb(112.865, 112.865, 112.865);
  text-decoration-style: line-through;
  text-decoration-style: wavy;
  text-decoration-color: rgb(178, 11, 43);
  text-decoration-thickness: 2px;
}

@media (min-width: 960px) and (any-hover: hover) {
  .tooltip:hover .top {
    animation: SlideUp 0.33s ease-in-out;
  }
  .tooltip:hover .bottom {
    animation: SlideDown 0.33s ease-in-out;
  }
  .tooltip .tip {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: 6px 4px 8px 1px rgba(0, 0, 0, 0.33);
  }
  .tooltip .tip::after {
    content: " ";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    left: 10px;
  }
  .tooltip .tip.top::after {
    border-color: rgb(255, 255, 255) transparent transparent transparent;
    top: 100%;
  }
  .tooltip .tip.bottom::after {
    border-color: transparent transparent rgb(255, 255, 255) transparent;
    bottom: 100%;
  }
}
.project .cover div {
  background-color: rgb(187.73, 187.73, 187.73);
  box-shadow: 4px 4px 4px 0px rgb(162.775, 162.775, 162.775);
  border-radius: 0 12px 12px 0;
}
.project a + .cover div img {
  transform-origin: 50% 50%;
  transform: scale(1, 1);
}
.project a:hover + .cover div img {
  transform: scale(1.05, 1.05);
}
.project .summary {
  color: rgb(38, 38, 38);
  background-color: rgb(242, 239, 239);
}
.project .summary .date, .project .summary .title {
  text-shadow: -3px 4px 3px rgb(187.73, 187.73, 187.73);
}
.project .summary .date {
  color: rgb(10, 91.1151376147, 101.15);
  background-color: transparent;
  background-image: linear-gradient(90deg, rgb(162.775, 162.775, 162.775), rgb(162.775, 162.775, 162.775));
  background-position: 4px 12px;
  background-size: 104px 1px;
  background-repeat: no-repeat;
}

.data > div::before {
  color: rgb(162.775, 162.775, 162.775);
  transition: 0.25s ease-in-out;
}
.data > div:hover::before {
  color: rgb(10, 107, 119);
}
.data > div:hover h3 {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(14.4302325581, 154.4034883721, 171.7197674419);
}
.data h3 {
  border-bottom: 1px solid rgb(187.73, 187.73, 187.73);
  transition: 0.25s ease-in-out;
}

.onload {
  position: relative;
  min-height: 24px;
}
.onload > *:not(.spin) {
  opacity: 0.5;
  filter: blur(2px);
}
.onload .spin {
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: radial-gradient(rgb(10, 91.1151376147, 101.15), rgb(10, 107, 119), transparent, transparent, transparent, transparent);
  border-top: 8px double rgba(10, 91, 101, 0.9);
  border-right: 8px double rgba(255, 255, 255, 0.1);
  border-bottom: 8px double rgba(10, 91, 101, 0.9);
  border-left: 8px double rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: Spin 2s linear infinite;
}

.bypass .cursor {
  height: 44px;
  width: 44px;
  filter: grayscale(100%) contrast(0%);
  background-image: url("../../assets/ui/navigation_icons_bl.svg");
  background-repeat: no-repeat;
  background-size: 18px 440px;
}
.bypass .label {
  color: rgb(10, 91.1151376147, 101.15);
  background-color: rgba(242, 239, 239, 0.66);
}
.bypass:hover .cursor {
  filter: grayscale(0) contrast(50%);
}
.bypass#previous .cursor {
  background-position-x: 13px;
  background-position-y: -88px;
}
.bypass#previous .label {
  margin-left: -6px;
}
.bypass#next .cursor {
  background-position-x: 13px;
  background-position-y: -132px;
}
.bypass#next .label {
  margin-right: -6px;
}

@media (min-width: 1036px) {
  .bypass:hover .label {
    animation: FadeOn 0.33s ease-in-out;
  }
}/*# sourceMappingURL=theme.css.map */