/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

* {
  box-sizing: border-box; }

body, html {
  background-image: linear-gradient(to bottom, #63ad61 0%, #74b672 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF63AD61', endColorstr='#FF74B672', GradientType=0); }
  @media screen and (min-width: 64em) {
    body, html {
      min-width: 100vw;
      min-height: 100vh;
      background: #3d3d48; } }

.container__animations {
  display: none; }
  @media screen and (min-width: 64em) {
    .container__animations {
      display: flex;
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0; } }

.container {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .container {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      min-height: 100vh;
      max-width: 1000px;
      margin: 0 auto; } }
  .container .section__container {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 64em) {
      .container .section__container {
        display: flex;
        margin-left: 10px; } }

header, section, article, aside, footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  header .inner, section .inner, article .inner, aside .inner, footer .inner {
    padding: 10px; }
  header h1, header h2, header h3, header h4, header h5, header h6, section h1, section h2, section h3, section h4, section h5, section h6, article h1, article h2, article h3, article h4, article h5, article h6, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  header h1, section h1, article h1, aside h1, footer h1 {
    font-size: 24px;
    font-size: 1.5rem; }
  header h2, section h2, article h2, aside h2, footer h2 {
    font-size: 22px;
    font-size: 1.375rem; }
  header h3, section h3, article h3, aside h3, footer h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  header h4, section h4, article h4, aside h4, footer h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  header h5, section h5, article h5, aside h5, footer h5 {
    font-size: 16px;
    font-size: 1rem; }
  header h6, section h6, article h6, aside h6, footer h6 {
    font-size: 14px;
    font-size: 0.875rem; }
  header p, header a, header li, section p, section a, section li, article p, article a, article li, aside p, aside a, aside li, footer p, footer a, footer li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5em;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 64em) {
      header p, header a, header li, section p, section a, section li, article p, article a, article li, aside p, aside a, aside li, footer p, footer a, footer li {
        line-height: 1.2em; } }
  header a, section a, article a, aside a, footer a {
    text-decoration: none; }
  header img, section img, article img, aside img, footer img {
    display: block;
    width: 100%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 64em) {
    header {
      display: flex;
      flex-direction: column;
      position: relative;
      width: auto; } }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100vw - 20px);
    background-color: #31313A;
    text-align: center;
    border-radius: 0 0 5px 5px; }
    @media screen and (min-width: 64em) {
      header nav {
        width: 75px;
        flex-direction: column;
        border-radius: 5px; } }
    header nav a {
      position: relative;
      width: 100%;
      padding: 15px 0;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      transition: all 0.25s ease; }
      header nav a::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(to bottom, #56a154 0%, rgba(255, 255, 255, 0) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=0); }
        @media screen and (min-width: 64em) {
          header nav a::before {
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #56a154 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FF56A154', GradientType=1); } }
      header nav a:first-child::before {
        display: none; }
      header nav a.active {
        color: #63ad61; }
      @media screen and (min-width: 64em) {
        header nav a:hover {
          color: #63ad61; } }
      header nav a .fa, header nav a .fas, header nav a .far {
        display: block;
        margin-bottom: 5px; }

section {
  width: calc(100vw - 20px);
  background-color: #31313A;
  margin: 0 auto 10px;
  border-radius: 5px; }
  @media screen and (min-width: 64em) {
    section.section__home {
      display: flex;
      z-index: 9999;
      -o-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); } }
  section.section__about, section.section__resume, section.section__portfolio, section.section__blog, section.section__contact {
    padding: 20px 0;
    align-items: flex-start;
    transition: all 0.75s ease; }
    @media screen and (min-width: 64em) {
      section.section__about, section.section__resume, section.section__portfolio, section.section__blog, section.section__contact {
        opacity: 0;
        position: absolute;
        max-width: 500px;
        height: calc(562px - 20px);
        top: 10px;
        right: 375px;
        padding-left: 35px;
        z-index: 0; } }
    section.section__about.section--active, section.section__resume.section--active, section.section__portfolio.section--active, section.section__blog.section--active, section.section__contact.section--active {
      display: flex;
      opacity: 1;
      right: 0; }
    section.section__about.jspScrollable, section.section__resume.jspScrollable, section.section__portfolio.jspScrollable, section.section__blog.jspScrollable, section.section__contact.jspScrollable {
      padding: 0 0 0 35px !important; }
    section.section__about .jspContainer, section.section__resume .jspContainer, section.section__portfolio .jspContainer, section.section__blog .jspContainer, section.section__contact .jspContainer {
      width: 100% !important; }
    section.section__about .jspPane, section.section__resume .jspPane, section.section__portfolio .jspPane, section.section__blog .jspPane, section.section__contact .jspPane {
      width: 100% !important;
      padding-top: 20px !important; }
    section.section__about .jspVerticalBar, section.section__resume .jspVerticalBar, section.section__portfolio .jspVerticalBar, section.section__blog .jspVerticalBar, section.section__contact .jspVerticalBar {
      width: 5px;
      background: #31313A; }
    section.section__about .jspTrack, section.section__resume .jspTrack, section.section__portfolio .jspTrack, section.section__blog .jspTrack, section.section__contact .jspTrack {
      background: #484856; }
    section.section__about .jspDrag, section.section__resume .jspDrag, section.section__portfolio .jspDrag, section.section__blog .jspDrag, section.section__contact .jspDrag {
      background: #1a1a1e;
      border-radius: 25px; }

.section--title {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 25px 20px; }
  .section--title::before, .section--title::after {
    content: '';
    display: block;
    position: absolute; }
  .section--title:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #56a154 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=1); }
  .section--title h4 {
    color: rgba(255, 255, 255, 0.85);
    z-index: 5; }

.section--content {
  position: relative;
  padding: 20px 25px 0;
  margin-bottom: 20px;
  width: 100%; }
  .section--content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #56a154 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=0); }
  .section--content:last-child {
    margin-bottom: 0; }
  .section--content p {
    color: rgba(255, 255, 255, 0.55); }

.card {
  width: 100%; }
  .card .card__image figure {
    width: 100%; }
    .card .card__image figure .home__picture {
      border-radius: 5px 5px 0 0;
      max-width: 1500px; }
  .card .card__content {
    position: relative;
    padding: 10px; }
  .card .card__actions {
    margin-top: 20px; }

#formulaire .form__element {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px; }
  #formulaire .form__element:last-child {
    margin-bottom: 0; }

#formulaire input:not([type="checkbox"]):not([type="radio"]), #formulaire textarea {
  border: none;
  outline: none;
  padding: 10px 12px;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #63ad61;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.25s ease;
  font-size: 14px;
  font-size: 0.875rem; }
  #formulaire input:not([type="checkbox"]):not([type="radio"]):focus, #formulaire textarea:focus {
    border-bottom: 2px solid #63ad61; }

#formulaire textarea {
  resize: none; }

#formulaire ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Roboto", sans-serif; }

#formulaire ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Roboto", sans-serif; }

#formulaire :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Roboto", sans-serif; }

#formulaire :-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Roboto", sans-serif; }

.button, .button__about, .button__contact {
  display: block;
  position: relative;
  width: 100%;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  background-color: transparent;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.25s ease; }
  .button i, .button__about i, .button__contact i {
    margin-left: 5px; }

.button__about {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.85); }
  .button__about:first-child::before, .button__about:first-child::after, .button__about:last-child::before {
    display: block;
    position: absolute;
    content: ''; }
  .button__about:first-child::before, .button__about:last-child::before {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%; }
  .button__about:first-child::before {
    background-image: linear-gradient(to right, #56a154 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=1); }
  .button__about:first-child::after {
    bottom: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #56a154 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FF56A154', GradientType=0); }
  .button__about:last-child::before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #56a154 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FF56A154', GradientType=1); }

.button__contact {
  color: rgba(255, 255, 255, 0.85);
  max-width: 150px;
  border: 2px solid #63ad61; }

.section__home {
  margin-top: calc(65px + 10px); }
  @media screen and (min-width: 64em) {
    .section__home {
      max-width: 450px;
      margin: 0; } }
  .section__home .card__content::before, .section__home .card__content::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1; }
  .section__home .card__content::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 275px;
    border-color: transparent transparent transparent #31313A;
    top: -100px;
    left: 0; }
  .section__home .card__content::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 325px;
    border-color: transparent transparent #31313A transparent;
    top: -60px;
    right: 0; }
  .section__home .home__profile {
    display: block;
    margin-top: -125px;
    text-align: center; }
    .section__home .home__profile figure {
      display: inline-block;
      position: relative;
      width: 175px;
      height: 175px;
      border: 5px solid #31313A;
      overflow: hidden;
      z-index: 50;
      border-radius: 50%; }
    .section__home .home__profile .home__profile__picture {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 200px;
      margin: 0 auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .section__home .home__title {
    margin-top: 20px;
    text-align: center; }
    .section__home .home__title h1 {
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 10px; }
    .section__home .home__title h4 {
      color: #63ad61; }
  .section__home .home__socials {
    margin-top: 20px; }
  .section__home ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .section__home li {
    margin-right: 20px; }
    .section__home li:last-child {
      margin-right: 0; }
    .section__home li a {
      font-size: 18px;
      font-size: 1.125rem;
      transition: all 0.25s ease; }
      @media screen and (min-width: 64em) {
        .section__home li a:hover {
          color: #63ad61; } }
  .section__home .card__actions {
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (min-width: 64em) {
  .section__about {
    padding-left: 35px !important; } }

.section__about .resume__about, .section__about .resume__stuff {
  width: 100%; }

.section__about .resume__stuff .section--content {
  padding: 0 10px; }
  .section__about .resume__stuff .section--content::before {
    display: none; }

.section__about .resume__about__infos {
  margin-top: 20px;
  margin-bottom: 50px; }
  .section__about .resume__about__infos .info__title {
    text-transform: uppercase;
    display: inline-block;
    width: 45px;
    border-right: 1px solid rgba(255, 255, 255, 0.55); }
  .section__about .resume__about__infos .info__content {
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.55); }

.section__about .resume__stuff__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .section__about .resume__stuff__block .stuff_block {
    position: relative;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0; }
    .section__about .resume__stuff__block .stuff_block i {
      margin-bottom: 20px;
      color: #63ad61;
      font-size: 24px;
      font-size: 1.5rem; }
    .section__about .resume__stuff__block .stuff_block::before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(to bottom, #56a154 0%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=0); }

.section__resume .resume__edu, .section__resume .resume__skills {
  width: 100%; }

.section__resume .resume__edu .section--content {
  padding-left: 10px; }

.section__resume .resume__block__title, .section__resume .resume__block__content {
  width: 100%; }

.section__resume .resume__block__title {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  padding-left: 15px; }
  .section__resume .resume__block__title::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #56a154 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=1); }
  .section__resume .resume__block__title i {
    color: #63ad61;
    margin-right: 10px;
    font-size: 22px;
    font-size: 1.375rem; }

.section__resume .resume__block__item {
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 15px;
  position: relative; }
  .section__resume .resume__block__item::before, .section__resume .resume__block__item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5; }
  .section__resume .resume__block__item::before {
    height: 10px;
    width: 10px;
    top: 22px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .section__resume .resume__block__item::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #56a154 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=1); }
  .section__resume .resume__block__item.item--actually::before {
    background-color: #63ad61; }
  .section__resume .resume__block__item:last-child::after {
    display: none; }

.section__resume h6 {
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase; }

.section__resume .date, .section__resume .resume__title, .section__resume .resume__subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }

.section__resume .date, .section__resume .resume__title {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700; }

.section__resume .date {
  margin-bottom: 10px; }
  .section__resume .date.date--actually {
    color: #63ad61; }

.section__resume .resume__content {
  margin-top: 10px;
  text-align: justify; }

.section__resume .resume__skills {
  margin-top: 50px;
  padding-bottom: 20px; }
  .section__resume .resume__skills .section--content {
    padding: 0 20px 0 10px; }

.section__resume .skills__block {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 0 20px 15px; }
  .section__resume .skills__block::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #56a154 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF56A154', endColorstr='#00FFFFFF', GradientType=1); }
  .section__resume .skills__block:last-child::after {
    display: none; }
  .section__resume .skills__block label {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-size: 0.75rem; }
  .section__resume .skills__block progress {
    width: 100%;
    border: none;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .section__resume .skills__block progress::-webkit-progress-bar {
    background-color: #545463; }
  .section__resume .skills__block progress::-webkit-progress-value {
    background-color: #63ad61; }

@media screen and (min-width: 64em) {
  .section__portfolio {
    padding-left: 35px !important; } }

@media screen and (min-width: 64em) {
  .section__blog {
    padding-left: 35px !important; } }

@media screen and (min-width: 64em) {
  .section__contact {
    padding-left: 35px !important; }
    .section__contact .button__contact:hover {
      background-color: #63ad61; } }

.section__contact .contact__address, .section__contact .contact__form {
  width: 100%; }

.section__contact .contact__address {
  margin-bottom: 50px; }
  .section__contact .contact__address .info__title {
    text-transform: uppercase; }
  .section__contact .contact__address .info__content {
    color: rgba(255, 255, 255, 0.55);
    margin-left: 5px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px; }

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px; }

.jspDisabled {
  background: #80808d;
  cursor: default; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px; }

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.swal-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem; }

.swal-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }

/*# sourceMappingURL=main.css.map */
