@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
/* line 8, sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove the margin in all browsers (opinionated).
*/
/* line 18, sass/base/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
/* line 42, sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
* Add the correct display in IE 9-.
*/
/* line 53, sass/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
/* line 61, sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
/* line 70, sass/base/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
/* line 80, sass/base/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
/* line 91, sass/base/_normalize.scss */
a {
  background-color: transparent;
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
/* line 101, sass/base/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
/* line 113, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
/* line 124, sass/base/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
/* line 133, sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/
/* line 141, sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
/* line 150, sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Add the correct background and color in IE 9-.
*/
/* line 159, sass/base/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
/* line 168, sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
/* line 178, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 185, sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
/* line 200, sass/base/_normalize.scss */
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
/* line 208, sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
/* line 223, sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct margin in IE 8.
*/
/* line 232, sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
/* line 241, sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
========================================================================== */
/**
* Change font properties to `inherit` in all browsers (opinionated).
*/
/* line 257, sass/base/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/**
* Restore the font weight unset by the previous rule.
*/
/* line 265, sass/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/
/* line 277, sass/base/_normalize.scss */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
* Remove the margin in Safari.
* 1. Remove the margin in Firefox and Safari.
*/
/* line 289, sass/base/_normalize.scss */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
/* line 299, sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Change the cursor in all browsers (opinionated).
*/
/* line 310, sass/base/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
* Restore the default cursor to disabled elements unset by the previous rule.
*/
/* line 318, sass/base/_normalize.scss */
[disabled] {
  cursor: default;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.
*/
/* line 331, sass/base/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
/* line 340, sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
/* line 350, sass/base/_normalize.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
/* line 358, sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
/* line 371, sass/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
/* line 384, sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
/* line 394, sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
/* line 404, sass/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* Correct the odd appearance of search inputs in Chrome and Safari.
*/
/* line 412, sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.
*/
/* line 422, sass/base/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* codrops*/
/* line 427, sass/base/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 427, sass/base/_normalize.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 427, sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 427, sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/* line 427, sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 427, sass/base/_normalize.scss */
body {
  margin: 0;
}

/* line 427, sass/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 427, sass/base/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* line 427, sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 427, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 427, sass/base/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 427, sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 427, sass/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 427, sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 427, sass/base/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

/* line 427, sass/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 427, sass/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 427, sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/* line 427, sass/base/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 427, sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 427, sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 427, sass/base/_normalize.scss */
img {
  border: 0;
}

/* line 427, sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 427, sass/base/_normalize.scss */
figure {
  margin: 0;
}

/* line 427, sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 427, sass/base/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 427, sass/base/_normalize.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 427, sass/base/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 427, sass/base/_normalize.scss */
button, select {
  text-transform: none;
}

/* line 427, sass/base/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 427, sass/base/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 427, sass/base/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 427, sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 427, sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 427, sass/base/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 427, sass/base/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 427, sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 640px) {
  /* line 430, sass/base/_normalize.scss */
  * {
    box-sizing: border-box;
  }

  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */
  /* line 435, sass/base/_normalize.scss */
  body {
    width: auto;
    margin: 0;
    padding: 0;
  }

  /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */
  /* line 453, sass/base/_normalize.scss */
  img,
  table,
  td,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%;
  }

  /* conserver le ratio des images */
  /* line 458, sass/base/_normalize.scss */
  img {
    height: auto;
  }

  /* gestion des mots longs */
  /* line 470, sass/base/_normalize.scss */
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    -webkit-hyphens: auto;
    /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    /* passage à la ligne forcé */
  }

  /* line 479, sass/base/_normalize.scss */
  code,
  pre,
  samp {
    white-space: pre-wrap;
    /* passage à la ligne spécifique pour les éléments à châsse fixe */
  }
}
@media (max-device-width: 768px) and (orientation: landscape) {
  /* line 485, sass/base/_normalize.scss */
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
/*
* Tout à propos de la typo
*/
/*
* HTML and BODY
*/
/* line 19, sass/base/_typography.scss */
html {
  font-size: 62.5%;
}

/*
* Sizes, spacing and rythm
*/
/* line 32, sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
  font-family: "Open Sans", sans-serif;
}

/*
* Advanced settings
*/
/* line 44, sass/base/_typography.scss */
html,
body {
  font-feature-settings: 'kern', 'liga';
}

/* line 50, sass/base/_typography.scss */
pre,
code {
  font-feature-settings: normal;
}

/*
* Ahhh ces macs...
*/
/*retina properties*/
@media only screen and (-webkit-max-device-pixel-ratio: 1.5), only screen and (-o-max-device-pixel-ratio: 3 / 2), only screen and (max--moz-device-pixel-ratio: 1.5), only screen and (max-device-pixel-ratio: 1.5) {
  /*logo*/
  /* line 12, sass/base/_retina.scss */
  header h1 a {
    background: url(img/anelitacassan.png) no-repeat;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*logo*/
  /* line 21, sass/base/_retina.scss */
  header h1 a {
    background-image: url(img/anelitacassan@2x.png);
    background-size: 100% 100%!important;
  }
  /* line 24, sass/base/_retina.scss */
  header h1 a span {
    min-height: 145px;
  }

  /* line 27, sass/base/_retina.scss */
  #hello .alfa::before {
    background: url("img/img-alfa-wide-mobile@2x.png");
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    width: 100%;
    background-size: cover;
  }
}
/*
* Breakpoints
*/
/*
* Variables
*/
/*
* Mixins
*/
/*
*Extends
*/
/*section*/
/* line 6, sass/helpers/_extends.scss */
.section, #about, #skills {
  text-align: left;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  padding: 70px 0 0 0;
  /* 9 */
  padding: 7rem 0 0 0;
  /* 9 */
}

/*title*/
/* line 10, sass/helpers/_extends.scss */
.h1, h1 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  position: relative;
}
/* line 208, sass/helpers/_mixins.scss */
.h1:after, h1:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  height: 1px;
  width: 1px;
}
/* line 16, sass/helpers/_extends.scss */
.h1:after, h1:after {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  content: " ";
  height: 7px;
  width: 32px;
  background-image: url(img/borderTitle.gif);
}
/* line 28, sass/helpers/_extends.scss */
.h1 span, h1 span {
  font-weight: 700;
}

/* line 32, sass/helpers/_extends.scss */
.h2, h2 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #acacad;
  font-style: italic;
  font-weight: 300;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 25px 0;
  /* 9 */
  padding: 2.5rem 0;
  /* 9 */
  display: inline-block;
}

/*text*/
/* line 40, sass/helpers/_extends.scss */
.p, p {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  padding: 30px 0 0 0;
  /* 9 */
  padding: 3rem 0 0 0;
  /* 9 */
  letter-spacing: 0.3px;
}

/* Btn */
/* line 45, sass/helpers/_extends.scss */
.button, #contact .right .btn, #about .btn, #skills .btn, .details .right .live, .details .right .btn {
  display: block;
  border: 3px solid #0645f9;
  width: 300px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 15px 10px;
  /* 9 */
  padding: 1.5rem 1rem;
  /* 9 */
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
/* line 64, sass/helpers/_extends.scss */
.button:before, #contact .right .btn:before, #about .btn:before, #skills .btn:before, .details .right .live:before, .details .right .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0645f9;
  z-index: -1;
  opacity: 0;
  color: #ffffff;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 80, sass/helpers/_extends.scss */
.button:hover, #contact .right .btn:hover, #about .btn:hover, #skills .btn:hover, .details .right .live:hover, .details .right .btn:hover {
  color: #fff;
  border-color: #fff;
}
/* line 83, sass/helpers/_extends.scss */
.button:hover::before, #contact .right .btn:hover::before, #about .btn:hover::before, #skills .btn:hover::before, .details .right .live:hover::before, .details .right .btn:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/** Header*/
/* line 4, sass/layout/_header.scss */
header {
  background-color: #e2e1ea;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  padding: 55px 0px 0px 0;
  /* 9 */
  padding: 5.5rem 0px 0px 0;
  /* 9 */
}
/* line 9, sass/layout/_header.scss */
header h1 a {
  display: block;
  width: 363px;
  height: 90px;
  background: url(img/anelitacassan.png) no-repeat;
  background-image: url("img/anelitacassan.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, sass/layout/_header.scss */
  header h1 a {
    background-image: url("img/anelitacassan@2x.png");
    -webkit-background-size: 50%, 50%;
    -moz-background-size: 50%, 50%;
    -o-background-size: 50%, 50%;
    background-size: 50%, 50%;
  }
}
/* line 16, sass/layout/_header.scss */
header h1 a span {
  text-indent: -800px;
  display: block;
  overflow: hidden;
  min-height: 90px;
}
/* line 25, sass/layout/_header.scss */
header h1:after {
  display: none;
}

/*responsive*/
@media (max-width: 480px) {
  /* line 35, sass/layout/_header.scss */
  header {
    background: #ffffff;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    padding: 20px 0 0 0;
    /* 9 */
    padding: 2rem 0 0 0;
    /* 9 */
  }

  /* line 41, sass/layout/_header.scss */
  header h1 {
    width: 100%;
  }

  /* line 46, sass/layout/_header.scss */
  header h1 a {
    background-size: contain;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
/*under 767*/
@media only screen and (max-width: 767px) {
  /* line 58, sass/layout/_header.scss */
  header {
    background: #ffffff;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    padding: 20px 0 0 0;
    /* 9 */
    padding: 2rem 0 0 0;
    /* 9 */
  }

  /* line 64, sass/layout/_header.scss */
  header h1 {
    width: 100%;
  }

  /* line 69, sass/layout/_header.scss */
  header h1 a {
    background-size: contain;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 81, sass/layout/_header.scss */
  header {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    padding: 20px 0 0 0;
    /* 9 */
    padding: 2rem 0 0 0;
    /* 9 */
  }

  /* line 86, sass/layout/_header.scss */
  header h1 {
    width: 100%;
  }

  /* line 91, sass/layout/_header.scss */
  header h1 a {
    background-size: contain;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
/*
* Navigation
*/
/* General styles */
/* line 8, sass/layout/_navigation.scss */
.navigation .active::after {
  background: #0645f9 !important;
}

/* line 9, sass/layout/_navigation.scss */
.navigation .active::after {
  width: 30%!important;
}

/* line 11, sass/layout/_navigation.scss */
.nav {
  position: fixed;
  right: 10em;
  width: 10em;
  z-index: 10;
}

/* line 19, sass/layout/_navigation.scss */
.item {
  line-height: 1;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  border: 0;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 31, sass/layout/_navigation.scss */
.item:focus {
  outline: none;
}

/*** navigation ***/
/* line 37, sass/layout/_navigation.scss */
.navigation .item {
  width: 3em;
  margin: 0.5em 0;
  text-decoration: none!important;
}

/* line 44, sass/layout/_navigation.scss */
.navigation .item::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #000;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 61, sass/layout/_navigation.scss */
.navigation .item:not(.item--current):hover::after,
.navigation .item:not(.item--current):focus::after {
  background: #0645f9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 65, sass/layout/_navigation.scss */
.navigation .item:not(.item--current):hover::after .title,
.navigation .item:not(.item--current):focus::after .title {
  opacity: 1;
  color: #0645f9;
}

/* line 68, sass/layout/_navigation.scss */
.navigation .item--current::after {
  background: #0645f9;
  -webkit-transform: scale3d(0.2, 1, 1);
  transform: scale3d(0.2, 1, 1);
}

/* line 74, sass/layout/_navigation.scss */
.navigation .title {
  opacity: 0;
  margin-left: 2.5em;
  display: block;
  width: 6em;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transform: translate3d(2em, 0, 0);
  transform: translate3d(2em, 0, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  text-decoration: none!important;
}

/* line 90, sass/layout/_navigation.scss */
a.item--current {
  text-decoration: none;
}

/* line 93, sass/layout/_navigation.scss */
.navigation .title {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-decoration: none;
}

/* line 101, sass/layout/_navigation.scss */
.navigation .active .title {
  color: #0645f9;
  opacity: 100;
  text-decoration: none;
  margin-left: 1em;
}

/* line 102, sass/layout/_navigation.scss */
.navigation a:hover span {
  opacity: 1!important;
  color: #0645f9;
}

/*RESPONSIVE*/
@media (max-width: 767px) {
  /* line 107, sass/layout/_navigation.scss */
  body header .navigation {
    background: #ffffff;
    width: 100%;
    padding: 2rem 6rem 2rem 0;
    position: static;
  }

  /* line 108, sass/layout/_navigation.scss */
  nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: flex!important;
  }

  /* line 109, sass/layout/_navigation.scss */
  .navigation .title {
    opacity: 1;
    color: #333;
  }

  /* line 110, sass/layout/_navigation.scss */
  .navigation .item::after {
    background: #0645f9;
  }

  /* line 111, sass/layout/_navigation.scss */
  .arrow {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 116, sass/layout/_navigation.scss */
  .nav {
    right: 5%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 120, sass/layout/_navigation.scss */
  .nav {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  /* line 123, sass/layout/_navigation.scss */
  .nav {
    right: 5em;
  }
}
@media (min-width: 1900px) {
  /* line 126, sass/layout/_navigation.scss */
  .navigation .title {
    font-size: 2rem!important;
  }
}
/** Footer*/
@font-face {
  font-family: 'si';
  src: url("../css/fonts/socicon.eot");
  src: url("../css/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../css/fonts/socicon.woff") format("woff"), url("../css/fonts/socicon.ttf") format("truetype"), url("../css/fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(../css/fonts/socicon.svg) format(svg);
}
}
/* line 23, sass/layout/_footer.scss */
#contact {
  background-color: #3b3d42;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 40px 0;
  /* 9 */
  padding: 4rem 0;
  /* 9 */
}
/* line 27, sass/layout/_footer.scss */
#contact h1 {
  color: #ffffff;
}
/* line 31, sass/layout/_footer.scss */
#contact h2 {
  color: #ffffff;
}
/* line 35, sass/layout/_footer.scss */
#contact .left {
  width: 29%!important;
  display: inline-block;
  border-right: 1px solid #6d6f75;
}
/* line 42, sass/layout/_footer.scss */
#contact .right {
  width: 65%!important;
  display: inline-block;
  padding: 0 0 0% 5%;
}
/* line 47, sass/layout/_footer.scss */
#contact .right .social {
  display: inline-block;
  float: left;
}
/* line 53, sass/layout/_footer.scss */
#contact .right .btn {
  background: url("img/send.png") no-repeat 95% center #0645f9;
  width: 500px;
  float: right;
}
/* line 59, sass/layout/_footer.scss */
#contact .right .btn:hover::before {
  background: url("img/send.png") no-repeat 95% center #0645f9;
}

/* line 68, sass/layout/_footer.scss */
.soc li {
  display: inline-block;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
/* line 76, sass/layout/_footer.scss */
.soc li a {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  font-family: si!important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 10px;
  color: #ffffff;
  background-color: none;
}

/*linkedIn*/
/* line 111, sass/layout/_footer.scss */
.linkedin:before {
  content: '\e049';
}

/* line 116, sass/layout/_footer.scss */
.linkedin {
  background-color: #3371b7;
}
/* line 119, sass/layout/_footer.scss */
.linkedin:hover {
  background-color: #303236;
  border: 1px solid #ffffff;
  color: #ffffff;
}

/*facebook*/
/* line 128, sass/layout/_footer.scss */
.facebook {
  background-color: #3e5b98;
}
/* line 131, sass/layout/_footer.scss */
.facebook:hover {
  background-color: #303236;
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* line 139, sass/layout/_footer.scss */
.facebook:before {
  content: '\e041';
}

/*RESPONSIVE*/
@media only screen and (max-width: 480px) {
  /* line 148, sass/layout/_footer.scss */
  #contact {
    padding: 5rem 0;
  }
  /* line 150, sass/layout/_footer.scss */
  #contact .right {
    padding: 0!important;
  }
}
/*under 767px*/
@media only screen and (max-width: 767px) {
  /* line 161, sass/layout/_footer.scss */
  body #contact .left {
    width: 100%!important;
    float: left;
    border-right: none;
  }
  /* line 168, sass/layout/_footer.scss */
  body #contact .right {
    width: 100%!important;
    padding: 0!important;
    clear: both;
  }
  /* line 175, sass/layout/_footer.scss */
  body #contact ul {
    padding-left: 0;
  }
  /* line 180, sass/layout/_footer.scss */
  body #contact .soc li {
    margin-bottom: 15px;
  }
  /* line 185, sass/layout/_footer.scss */
  body #contact .btn {
    text-align: center;
    width: 100%!important;
  }
  /* line 189, sass/layout/_footer.scss */
  body #contact .right .social {
    float: none!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 200, sass/layout/_footer.scss */
  body #contact .left {
    width: 45%;
    float: left;
  }
  /* line 206, sass/layout/_footer.scss */
  body #contact .right {
    width: 55%;
    float: right;
    overflow: hidden;
    padding: 0!important;
  }
  /* line 213, sass/layout/_footer.scss */
  body #contact .right .social {
    padding-left: 0;
  }
  /* line 218, sass/layout/_footer.scss */
  body #contact .right .btn {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 230, sass/layout/_footer.scss */
  body #contact .left {
    width: 45%;
    float: left!important;
  }
  /* line 236, sass/layout/_footer.scss */
  body #contact .right {
    width: 55%;
    float: right;
    padding: 0;
    overflow: hidden;
  }
  /* line 242, sass/layout/_footer.scss */
  body #contact .right .social {
    padding-left: 0;
  }
  /* line 247, sass/layout/_footer.scss */
  body #contact .right .btn {
    width: 100%;
  }
}
/** Home page*/
/* line 4, sass/pages/_home.scss */
.container {
  width: 1150px;
  margin: 0 auto;
  text-align: left;
  max-width: 90%;
}

/* line 12, sass/pages/_home.scss */
p {
  margin: 0;
}

/* line 13, sass/pages/_home.scss */
.clear {
  clear: both;
}

/* line 16, sass/pages/_home.scss */
#hello {
  color: #e2e1ea;
  height: 70vh;
  position: relative;
  padding: 0;
  /*video*/
}
/* line 22, sass/pages/_home.scss */
#hello h1 {
  display: none;
}
/* line 27, sass/pages/_home.scss */
#hello .arrow {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  z-index: 2000;
  text-align: center;
}
/* line 35, sass/pages/_home.scss */
#hello .arrow a {
  display: block;
  min-height: 65px;
}
/* line 46, sass/pages/_home.scss */
#hello .videoWrapper {
  z-index: 0;
}
/* line 51, sass/pages/_home.scss */
#hello .video, #hello .videoWrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
/* line 61, sass/pages/_home.scss */
#hello .alfa:before {
  background-image: url(img/img-alfa-wide.png);
  background-position: center center;
  display: block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000!important;
  position: relative;
}

/* line 83, sass/pages/_home.scss */
#works {
  height: 900px;
  overflow: hidden;
  position: relative;
}

/* line 87, sass/pages/_home.scss */
#about {
  background-image: url(img/selfPortrait.png), url(img/texture.png);
  background-position: left top, center center;
  background-repeat: no-repeat, repeat;
  background-color: #3b3d42;
  min-height: 660px;
  display: block;
  position: relative;
}
/* line 208, sass/helpers/_mixins.scss */
#about:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  height: 1px;
  width: 1px;
}
/* line 95, sass/pages/_home.scss */
#about:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 93px;
  left: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  background-image: url(img/maskPath.png);
}
/* line 110, sass/pages/_home.scss */
#about h1, #about h2 {
  color: #ffffff;
  display: block;
}
/* line 111, sass/pages/_home.scss */
#about p {
  color: #ffffff;
  width: 46%;
  float: left;
}
/* line 112, sass/pages/_home.scss */
#about p:nth-child(3) {
  padding: 30px 4% 0 0;
}
/* line 113, sass/pages/_home.scss */
#about .social {
  padding: 0;
  float: right;
}
/* line 115, sass/pages/_home.scss */
#about .btn {
  background: url("img/arrowBtn.png") no-repeat 95% center;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  margin: 60px auto auto auto;
  /* 9 */
  margin: 6rem auto auto auto;
  /* 9 */
}
/* line 116, sass/pages/_home.scss */
#about .btn:hover::before {
  background: url("img/arrowBtnHover.png") no-repeat 95% center #0645f9;
}

/* line 125, sass/pages/_home.scss */
#skills {
  background: #ffffff;
  padding-bottom: 100px;
}
/* line 128, sass/pages/_home.scss */
#skills p {
  padding: 3rem 0;
}
/* line 129, sass/pages/_home.scss */
#skills #language {
  width: 57%;
  padding-right: 3%;
  float: left;
  margin: 3rem 0;
  border-right: 1px solid #efefef;
}
/* line 130, sass/pages/_home.scss */
#skills #language .skillbar:first-child {
  margin-top: 0;
}
/* line 131, sass/pages/_home.scss */
#skills #language .skillbar:last-child {
  margin-bottom: 0;
}
/* line 133, sass/pages/_home.scss */
#skills #softwares {
  width: 36%;
  margin: 3rem 0;
  display: inline-block;
  padding-left: 3%;
}
/* line 134, sass/pages/_home.scss */
#skills #softwares ul {
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 50px 0;
}
/* line 135, sass/pages/_home.scss */
#skills #softwares ul li {
  list-style-type: none;
  float: left;
  display: inline-block;
  padding-right: 60px;
  padding-bottom: 25px;
}
/* line 136, sass/pages/_home.scss */
#skills #softwares ul li:nth-child(3n+3) {
  padding-right: 0;
}
/* line 140, sass/pages/_home.scss */
#skills .btn {
  color: #303236;
  background: url("img/arrowBtn.png") no-repeat scroll 95% center;
  margin: 30px auto;
}
/* line 141, sass/pages/_home.scss */
#skills .btn:hover::before {
  background: url("img/arrowBtnHover.png") no-repeat 95% center #0645f9;
}

/*RESPONSIVE*/
/*under 320*/
@media only screen and (max-width: 320px) {
  /* line 156, sass/pages/_home.scss */
  body #hello {
    min-height: 175px!important;
  }
  /* line 157, sass/pages/_home.scss */
  body #hello video {
    display: none;
  }
  /* line 159, sass/pages/_home.scss */
  body #about {
    height: 1150px!important;
  }
  /* line 160, sass/pages/_home.scss */
  body #skills {
    padding-bottom: 30px;
  }
  /* line 161, sass/pages/_home.scss */
  body #skills .btn {
    margin: 0;
  }
  /* line 162, sass/pages/_home.scss */
  body #skills #softwares {
    width: 100%;
    padding: 0;
  }
  /* line 163, sass/pages/_home.scss */
  body #skills #softwares ul {
    margin: 0;
  }
  /* line 164, sass/pages/_home.scss */
  body #skills #softwares li:nth-child(3n+3) {
    padding-right: 5px;
  }
  /* line 167, sass/pages/_home.scss */
  body #skills #language {
    width: 100%;
  }
  /* line 168, sass/pages/_home.scss */
  body #skills #softwares ul li {
    padding: 5px!important;
  }
}
/*under 480*/
@media only screen and (max-width: 480px) {
  /* line 178, sass/pages/_home.scss */
  body a.btn {
    width: auto!important;
    font-size: 1.4rem!important;
  }

  /*hello*/
  /* line 180, sass/pages/_home.scss */
  body #hello {
    height: 200px;
  }
  /* line 181, sass/pages/_home.scss */
  body #hello video {
    display: none;
  }
  /* line 182, sass/pages/_home.scss */
  body #hello .arrow {
    bottom: -50px;
  }
  /* line 183, sass/pages/_home.scss */
  body #hello .arrow img {
    width: 10%!important;
  }

  /* line 186, sass/pages/_home.scss */
  #works {
    padding-top: 5rem;
  }

  /*about*/
  /* line 188, sass/pages/_home.scss */
  body #about {
    background-image: url("img/texture.png");
    background-repeat: repeat;
    height: 1100px;
    padding: 5rem 0;
  }

  /*skills*/
  /* line 190, sass/pages/_home.scss */
  body #skills {
    padding-bottom: 30px;
    position: relative;
    overflow-y: hidden;
  }
  /* line 191, sass/pages/_home.scss */
  body #skills .btn {
    margin: 0 auto;
  }
  /* line 192, sass/pages/_home.scss */
  body #skills #language {
    width: 100%;
  }
  /* line 193, sass/pages/_home.scss */
  body #skills #softwares {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  /* line 194, sass/pages/_home.scss */
  body #skills #softwares ul {
    margin: 0 0 0 10px;
  }
  /* line 195, sass/pages/_home.scss */
  body #skills #softwares ul li {
    padding: 10px;
  }
  /* line 196, sass/pages/_home.scss */
  body #skills #softwares li:nth-child(3n+3) {
    padding-right: 10px;
  }

  /* line 200, sass/pages/_home.scss */
  .isolayer--deco1 {
    height: auto!important;
  }
}
/*between 480 et 767*/
@media (min-width: 480px) and (max-width: 767px) {
  /* line 204, sass/pages/_home.scss */
  body #hello {
    min-height: 255px;
  }
  /* line 205, sass/pages/_home.scss */
  body #hello video {
    display: none;
  }
  /* line 206, sass/pages/_home.scss */
  body #hello #about {
    height: 900px;
  }

  /*skills*/
  /* line 209, sass/pages/_home.scss */
  body #skills {
    padding-bottom: 30px;
  }
  /* line 210, sass/pages/_home.scss */
  body #skills .btn {
    margin: 0 auto;
  }
  /* line 211, sass/pages/_home.scss */
  body #skills #language {
    width: 100%;
  }
  /* line 212, sass/pages/_home.scss */
  body #skills #softwares {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  /* line 213, sass/pages/_home.scss */
  body #skills #softwares ul {
    margin: 0;
  }
  /* line 214, sass/pages/_home.scss */
  body #skills #softwares ul li {
    padding: 10px;
  }
  /* line 215, sass/pages/_home.scss */
  body #skills #softwares li:nth-child(3n+3) {
    padding-right: 10px;
  }

  /* line 219, sass/pages/_home.scss */
  .isolayer--deco1 {
    height: auto!important;
  }
}
/*special breakpoint*/
@media (min-width: 600px) and (max-width: 767px) {
  /* line 223, sass/pages/_home.scss */
  #hello {
    min-height: 345px!important;
  }
  /* line 224, sass/pages/_home.scss */
  #hello video {
    display: none;
  }

  /* line 225, sass/pages/_home.scss */
  body #about {
    height: 860px;
  }
}
/*under 767*/
@media only screen and (max-width: 767px) {
  /*hello*/
  /* line 232, sass/pages/_home.scss */
  #hello {
    height: 400px;
  }
  /* line 233, sass/pages/_home.scss */
  #hello .alfa::before {
    background: url("img/img-alfa-wide-mobile.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    z-index: 100;
  }
  /* line 235, sass/pages/_home.scss */
  #hello video {
    display: none;
  }
  /* line 236, sass/pages/_home.scss */
  #hello .arrow img {
    width: 10%!important;
  }

  /*skills*/
  /* line 239, sass/pages/_home.scss */
  #skills {
    padding-top: 0;
  }
  /* line 240, sass/pages/_home.scss */
  #skills #language {
    width: 100%;
    border-right: none;
  }
  /* line 241, sass/pages/_home.scss */
  #skills #language .skillbar {
    width: 100%;
    margin: 15px 0!important;
  }
  /* line 243, sass/pages/_home.scss */
  #skills #softwares {
    width: 100%;
    margin-top: 0;
  }
  /* line 244, sass/pages/_home.scss */
  #skills #softwares ul li {
    padding: 5px 10px;
  }

  /*about*/
  /* line 248, sass/pages/_home.scss */
  #about {
    background-image: url("img/texture.png");
    background-repeat: repeat;
  }
  /* line 249, sass/pages/_home.scss */
  #about p {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 255, sass/pages/_home.scss */
  #hello {
    height: 400px;
    padding-bottom: 100px;
  }
  /* line 256, sass/pages/_home.scss */
  #hello .alfa::before {
    background: url("img/img-alfa-wide-tablet.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    z-index: 100;
  }
  /* line 257, sass/pages/_home.scss */
  #hello video {
    display: none;
  }

  /* line 259, sass/pages/_home.scss */
  #about {
    min-height: 700px;
  }
  /* line 260, sass/pages/_home.scss */
  #about p {
    width: 45%;
  }

  /* line 262, sass/pages/_home.scss */
  #skills {
    padding-bottom: 30px;
  }
  /* line 263, sass/pages/_home.scss */
  #skills #language {
    width: 50%;
    padding: 0;
  }
  /* line 264, sass/pages/_home.scss */
  #skills #language .skillbar {
    width: 95%;
    height: 40px;
    margin: 30px 0;
  }
  /* line 265, sass/pages/_home.scss */
  #skills #language .skillbar-title span {
    height: 40px;
    line-height: 40px;
  }
  /* line 266, sass/pages/_home.scss */
  #skills #language .skillbar-bar {
    height: 40px;
  }
  /* line 268, sass/pages/_home.scss */
  #skills #softwares {
    width: 49%;
    padding-left: 0;
  }
  /* line 269, sass/pages/_home.scss */
  #skills #softwares ul li {
    padding: 10px 15px;
  }
  /* line 270, sass/pages/_home.scss */
  #skills #softwares ul {
    margin: 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 276, sass/pages/_home.scss */
  #hello {
    padding-bottom: 100px;
  }
  /* line 277, sass/pages/_home.scss */
  #hello .alfa::before {
    background: url("img/img-alfa-wide.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    z-index: 100;
  }
  /* line 278, sass/pages/_home.scss */
  #hello video {
    display: none;
  }

  /* line 280, sass/pages/_home.scss */
  #about {
    min-height: 700px;
  }
  /* line 281, sass/pages/_home.scss */
  #about p {
    width: 45%;
  }

  /* line 284, sass/pages/_home.scss */
  #skills p {
    padding: 3em 0;
  }
  /* line 285, sass/pages/_home.scss */
  #skills #language {
    width: 60%;
    padding: 0;
  }
  /* line 286, sass/pages/_home.scss */
  #skills #language .skillbar {
    width: 90%;
  }
  /* line 287, sass/pages/_home.scss */
  #skills #language .skillbar {
    width: 95%;
    height: 40px;
    margin: 30px 0;
  }
  /* line 288, sass/pages/_home.scss */
  #skills #language .skillbar-title span {
    height: 40px;
    line-height: 40px;
  }
  /* line 289, sass/pages/_home.scss */
  #skills #language .skillbar-bar {
    height: 40px;
  }
  /* line 291, sass/pages/_home.scss */
  #skills #softwares {
    width: 39%;
    padding: 0;
  }
  /* line 292, sass/pages/_home.scss */
  #skills #softwares ul {
    margin: 0;
  }
  /* line 293, sass/pages/_home.scss */
  #skills #softwares ul li {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  /* line 301, sass/pages/_home.scss */
  body video {
    position: absolute!important;
    left: 15%!important;
    top: 0!important;
  }
}
@media (min-width: 1900px) {
  /* line 305, sass/pages/_home.scss */
  body audio, body canvas, body video {
    position: absolute!important;
    left: 15%!important;
  }
  /* line 306, sass/pages/_home.scss */
  body #works {
    min-height: 1000px!important;
  }
  /* line 307, sass/pages/_home.scss */
  body #works .isolayer--deco1 {
    right: 20%!important;
    height: auto;
    top: 20%!important;
    position: absolute!important;
  }
  /* line 308, sass/pages/_home.scss */
  body #works li {
    width: 500px;
    height: 350px;
  }
  /* line 309, sass/pages/_home.scss */
  body #works .layer {
    width: 500px;
    height: 350px;
  }
  /* line 311, sass/pages/_home.scss */
  body #skills {
    padding-bottom: 195px;
  }
}
/* line 3, sass/pages/_projects.scss */
.details {
  overflow: hidden;
  background: url(img/texture.png);
  background-color: #3b3d42;
  display: flex;
  height: 100vh;
}
/* line 10, sass/pages/_projects.scss */
.details .left {
  width: 50%;
  display: flex;
  padding: 30px;
  text-align: center;
  overflow: hidden;
  float: left;
}
/* line 18, sass/pages/_projects.scss */
.details .left img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}
/* line 26, sass/pages/_projects.scss */
.details .right {
  width: 50%;
  background: url(img/texture.png);
  background-color: #3b3d42;
  overflow: hidden;
  float: right;
  padding: 50px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 37, sass/pages/_projects.scss */
.details .right .container {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
}
/* line 46, sass/pages/_projects.scss */
.details .right .container h1 {
  background: url(img/borderTitle.gif) no-repeat center bottom;
  padding-bottom: 15px;
  font-size: 45px;
  font-size: 4.5rem;
}
/* line 53, sass/pages/_projects.scss */
.details .right .container h1:after {
  background: none;
}
/* line 58, sass/pages/_projects.scss */
.details .right .container h2 {
  color: #ffffff;
}
/* line 63, sass/pages/_projects.scss */
.details .right .container p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
/* line 72, sass/pages/_projects.scss */
.details .right .live {
  background: url("img/eye.png") no-repeat 96% center #0645f9;
  margin: 0 auto;
  text-align: center!important;
}
/* line 78, sass/pages/_projects.scss */
.details .right .live:hover::before {
  background: url("img/eyeHover.png") no-repeat 96% center white;
}
/* line 83, sass/pages/_projects.scss */
.details .right .live:hover {
  color: #0645f9;
}
/* line 90, sass/pages/_projects.scss */
.details .right .btn {
  background: url("img/leftArrowBtn.png") no-repeat 5% center;
  margin: 0 auto;
}
/* line 95, sass/pages/_projects.scss */
.details .right .btn:hover::before {
  background: url("img/leftArrowBtnHover.png") no-repeat 5% center #0645f9;
}

/* line 103, sass/pages/_projects.scss */
.wrapper-img {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  justify-content: center;
}

/*CPSI*/
/* line 113, sass/pages/_projects.scss */
.cpsi .left {
  background: url("img/cpsiBg.jpg") repeat left top;
}

/* line 117, sass/pages/_projects.scss */
.tq16 .left {
  background: url("img/tq16Bg.jpg") repeat center top;
}

/* line 122, sass/pages/_projects.scss */
.ecobuild .left {
  background: url("img/ecobuildbg.jpg") repeat center top;
}

/* line 127, sass/pages/_projects.scss */
.gp .left {
  background: url("img/greenpepperBg.jpg") repeat center top;
}

/* line 132, sass/pages/_projects.scss */
.jpcr .left {
  background: url("img/jpcrBg.jpg") repeat left top;
}

/* line 137, sass/pages/_projects.scss */
.louvainMedical .left {
  background: url("img/louvainmedicalBg.jpg") repeat center top;
}

/* line 142, sass/pages/_projects.scss */
.carrefourFinance .left {
  background: url("img/carrefourfinanceBg.jpg") repeat right top;
}

/* line 147, sass/pages/_projects.scss */
.interreg .left {
  background: url("img/interregBg.jpg") repeat left top;
}

/* line 152, sass/pages/_projects.scss */
.finshop .left {
  background: url("img/finshopBg.jpg") repeat left top;
}

/* line 157, sass/pages/_projects.scss */
.nepsi .left {
  background: url("img/nepsiBg.jpg") repeat left top;
}

/* line 162, sass/pages/_projects.scss */
.fondsErasme .left {
  background: url("img/fondserasmeBg.jpg") repeat left top;
}

/* line 167, sass/pages/_projects.scss */
.newsletter .left {
  background: url("img/newsletterBg.jpg") repeat center top;
}

/* line 172, sass/pages/_projects.scss */
.galimmo .left {
  background: url("img/galimmoBg.jpg") repeat left top;
}

/* line 177, sass/pages/_projects.scss */
.urban .left {
  background: url("img/urbanBg.jpg") repeat left top;
}
/* line 179, sass/pages/_projects.scss */
.urban .left img {
  box-shadow: none!important;
}

/* line 183, sass/pages/_projects.scss */
.consultancy .left {
  background: url("img/consultancyx@Bg.jpg") repeat left top;
}

/* line 190, sass/pages/_projects.scss */
.intermarche .left {
  background: url("img/intermarcheBg.jpg") repeat left top;
}
/* line 195, sass/pages/_projects.scss */
.intermarche img {
  box-shadow: none!important;
}

/*RETINA*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 204, sass/pages/_projects.scss */
  .details .right .container h1 {
    font-size: 3.5rem!important;
  }

  /* line 209, sass/pages/_projects.scss */
  .details .right .container h2 {
    font-size: 1.8rem!important;
  }

  /* line 214, sass/pages/_projects.scss */
  .details .right .container p {
    font-size: 1.4rem!important;
    line-height: 2.2rem!important;
  }

  /* line 220, sass/pages/_projects.scss */
  .details .right .btn {
    font-size: 1.4rem!important;
  }
}
/*RESPONSIVE*/
/*under 320*/
@media only screen and (max-width: 767px) {
  /* line 230, sass/pages/_projects.scss */
  .details {
    overflow: visible;
    display: block!important;
  }

  /* line 236, sass/pages/_projects.scss */
  .left {
    width: 100%!important;
    display: block!important;
  }
  /* line 240, sass/pages/_projects.scss */
  .left .wrapper-img {
    padding: 0;
  }
  /* line 245, sass/pages/_projects.scss */
  .left img {
    width: 100%;
    height: auto;
  }

  /* line 252, sass/pages/_projects.scss */
  .right {
    width: 100%!important;
    padding: 25px!important;
  }
  /* line 256, sass/pages/_projects.scss */
  .right h1 {
    margin: 15px 0;
  }
  /* line 261, sass/pages/_projects.scss */
  .right h2 {
    padding: 15px 0;
  }
}
/*under 480*/
@media only screen and (max-width: 480px) {
  /* line 271, sass/pages/_projects.scss */
  .details .right .live {
    width: 100%!important;
    margin-top: 30px;
  }

  /* line 277, sass/pages/_projects.scss */
  .details .right .btn {
    width: 100%!important;
  }
}
/*special breakpoint*/
@media (min-width: 599px) and (max-width: 767px) {
  /* line 286, sass/pages/_projects.scss */
  .details .right .live {
    width: 50%!important;
    margin-top: 30px;
  }

  /* line 292, sass/pages/_projects.scss */
  .details .right .btn {
    width: 50%!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 301, sass/pages/_projects.scss */
  .details {
    overflow: visible;
    display: block!important;
  }

  /* line 307, sass/pages/_projects.scss */
  .left {
    width: 100%!important;
    display: block!important;
    min-height: auto!important;
    padding: 0!important;
  }
  /* line 313, sass/pages/_projects.scss */
  .left .wrapper-img {
    padding: 30px;
    width: auto!important;
  }

  /* line 320, sass/pages/_projects.scss */
  .right {
    width: 100%!important;
    padding: 25px!important;
    display: block!important;
    min-height: auto!important;
  }
  /* line 326, sass/pages/_projects.scss */
  .right h1 {
    margin: 15px 0;
  }
  /* line 331, sass/pages/_projects.scss */
  .right h2 {
    padding: 15px 0;
  }

  /* line 337, sass/pages/_projects.scss */
  .details .right .live {
    width: 50%!important;
    margin-top: 30px;
  }

  /* line 343, sass/pages/_projects.scss */
  .details .right .btn {
    width: 50%!important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 353, sass/pages/_projects.scss */
  .details {
    background: red;
  }

  /* line 360, sass/pages/_projects.scss */
  .left .wrapper-img {
    padding: 0;
  }
}
/* line 4, sass/vendors/_animation.scss */
.skillbar {
  position: relative;
  display: block;
  margin: 40px 0;
  width: 100%;
  background: #eee;
  height: 50px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

/* line 23, sass/vendors/_animation.scss */
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: none!important;
}

/* line 33, sass/vendors/_animation.scss */
.skillbar-title span {
  display: block;
  background: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 47, sass/vendors/_animation.scss */
.skillbar-bar {
  height: 50px;
  width: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2657eb+0,de6161+100 */
  background: #2657eb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2657eb 0%, #de6161 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2657eb 0%, #de6161 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2657eb 0%, #de6161 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2657eb', endColorstr='#de6161',GradientType=1 );
  /* IE6-9 */
  float: left;
}

/* line 55, sass/vendors/_animation.scss */
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 50px;
  line-height: 40px;
  color: #444;
  color: rgba(0, 0, 0, 0);
}

/* line 1, sass/vendors/_component.scss */
body {
  overflow-x: hidden;
}

/* line 5, sass/vendors/_component.scss */
.pseudo-scroller {
  pointer-events: none;
}

/* line 9, sass/vendors/_component.scss */
.isolayer {
  position: absolute;
  top: 25%;
  right: 20%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 19, sass/vendors/_component.scss */
.js .grid,
.js .grid__item,
.js .grid__link {
  overflow: visible !important;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* I added this */
  width: auto;
}

/* line 26, sass/vendors/_component.scss */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%!important;
}

/* line 35, sass/vendors/_component.scss */
.grid__item {
  width: auto;
}
/* line 37, sass/vendors/_component.scss */
.grid__item:hover {
  cursor: pointer!important;
}

/* line 41, sass/vendors/_component.scss */
.js .grid__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 46, sass/vendors/_component.scss */
.grid__link {
  position: relative;
  z-index: 1;
  display: block;
}
/* line 50, sass/vendors/_component.scss */
.grid__link:hover {
  cursor: pointer!important;
}

/* line 53, sass/vendors/_component.scss */
.grid__img {
  display: block;
  max-width: 100%;
}

/* line 58, sass/vendors/_component.scss */
.grid__title {
  font-size: 0.65em;
  font-weight: 600;
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

/* line 76, sass/vendors/_component.scss */
.grid__item img:hover .grid__title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 82, sass/vendors/_component.scss */
.layer {
  position: relative;
  display: block;
}

/* line 87, sass/vendors/_component.scss */
.layer:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

/* Shadow effect */
/* line 94, sass/vendors/_component.scss */
.isolayer--shadow .grid__link::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  opacity: 0.6;
  -webkit-transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 109, sass/vendors/_component.scss */
.isolayer--shadow .grid__item:hover .grid__link::before {
  opacity: 0.2;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(-1px) scale(1);
  transform: translateZ(-1px) scale(1);
}

/* All individual isometric grid layouts (static and scrollable) */
/* line 117, sass/vendors/_component.scss */
.isolayer--scroll1 {
  width: 70vw;
  max-width: 1200px;
  height: calc(100vh - 280px);
}

/* line 123, sass/vendors/_component.scss */
.isolayer--scroll1 .grid__item {
  width: 300px;
  padding: 15px;
}

/* line 128, sass/vendors/_component.scss */
.isolayer--deco1 {
  width: 100%;
  height: 900px;
}

/* line 133, sass/vendors/_component.scss */
.isolayer--deco1 .grid__link:hover .layer:first-child:not(img) {
  background: #acacad;
  opacity: 0.4;
}

/* line 138, sass/vendors/_component.scss */
.isolayer--deco1 .grid__link:hover .layer:nth-child(2):not(img) {
  background: #0645f9;
  opacity: 0.4;
}

/* line 144, sass/vendors/_component.scss */
.isolayer--deco1 .grid__link:hover .layer:nth-child(3):not(img) {
  background: #000;
  opacity: 0.4;
}

/* line 149, sass/vendors/_component.scss */
.isolayer--deco1 .grid__link div.layer {
  width: 400px;
  height: 300px;
}

/* line 154, sass/vendors/_component.scss */
.isolayer--deco1 .grid__item {
  padding: 15px;
}
/* line 156, sass/vendors/_component.scss */
.isolayer--deco1 .grid__item img {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/*under 480*/
@media only screen and (max-width: 480px) {
  /* line 172, sass/vendors/_component.scss */
  body .js .grid, body .js .grid__item, body .js .grid__link {
    transform-style: flat!important;
    width: 100%!important;
  }
  /* line 173, sass/vendors/_component.scss */
  body #works {
    height: auto;
    position: static;
    padding-bottom: 30px;
    /*background:green;*/
  }
  /* line 174, sass/vendors/_component.scss */
  body #works .isolayer {
    transform: none!important;
    position: relative;
    right: 0;
    top: 0;
  }
  /* line 176, sass/vendors/_component.scss */
  body #works ul li {
    padding: 0;
    width: 300px;
    height: 200px;
    height: auto;
    margin: 15px;
  }
  /* line 177, sass/vendors/_component.scss */
  body #works ul li .layer {
    width: 300px;
    height: 200px;
  }
  /* line 183, sass/vendors/_component.scss */
  body .grid {
    display: flex;
    flex-direction: column;
  }
  /* line 184, sass/vendors/_component.scss */
  body .grid .grid__item {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto !important;
    margin: 15px auto !important;
    text-align: center;
  }
}
/*between 480 et 767*/
@media (min-width: 481px) and (max-width: 767px) {
  /* line 199, sass/vendors/_component.scss */
  body .js .grid, body .js .grid__item, body .js .grid__link {
    transform-style: initial!important;
    width: 100%!important;
  }
  /* line 200, sass/vendors/_component.scss */
  body #works {
    height: auto;
    position: static;
    padding-bottom: 30px;
    /*background:red;*/
  }
  /* line 201, sass/vendors/_component.scss */
  body #works .isolayer {
    transform: none!important;
    position: relative;
    right: 0;
    top: 0;
  }
  /* line 202, sass/vendors/_component.scss */
  body #works .isolayer--deco1 {
    height: auto;
  }
  /* line 203, sass/vendors/_component.scss */
  body #works .isolayer--deco1 .layer {
    height: 200px;
    width: auto;
  }
  /* line 204, sass/vendors/_component.scss */
  body #works .isolayer--deco1 img {
    display: block;
  }
  /* line 205, sass/vendors/_component.scss */
  body #works .isolayer--deco1 .grid__img {
    display: block;
  }
  /* line 208, sass/vendors/_component.scss */
  body #works .isolayer--deco1 .next {
    display: none;
  }
  /* line 211, sass/vendors/_component.scss */
  body #works ul li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  /* line 212, sass/vendors/_component.scss */
  body #works ul li .layer {
    width: auto;
  }
}
/*special breakpoint*/
@media (min-width: 600px) and (max-width: 767px) {
  /* line 221, sass/vendors/_component.scss */
  .isolayer--deco1 {
    height: auto!important;
  }
}
/*portrait*/
@media (min-width: 767px) and (max-width: 991px) {
  /* line 227, sass/vendors/_component.scss */
  body .js .grid, body .js .grid__item, body .js .grid__link {
    transform-style: initial!important;
    width: 100%!important;
  }
  /* line 228, sass/vendors/_component.scss */
  body #works {
    height: auto;
    position: static;
    padding-bottom: 30px;
    /*background:yellow;*/
  }
  /* line 229, sass/vendors/_component.scss */
  body #works .isolayer {
    transform: none!important;
    position: relative;
    right: 0;
    top: 0;
  }
  /* line 230, sass/vendors/_component.scss */
  body #works .isolayer--deco1 {
    height: auto!important;
  }
  /* line 231, sass/vendors/_component.scss */
  body #works .isolayer--deco1 .layer {
    height: 250px;
    width: auto;
  }
  /* line 232, sass/vendors/_component.scss */
  body #works .isolayer--deco1 img {
    display: block;
  }
  /* line 233, sass/vendors/_component.scss */
  body #works .isolayer--deco1 .grid__img {
    display: block;
  }
  /* line 236, sass/vendors/_component.scss */
  body #works .isolayer--deco1 .next {
    display: none;
  }
  /* line 239, sass/vendors/_component.scss */
  body #works ul li {
    width: 45%;
    height: auto;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
  }
  /* line 240, sass/vendors/_component.scss */
  body #works ul li .layer {
    width: auto;
  }
}
/*paysage*/
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 248, sass/vendors/_component.scss */
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 249, sass/vendors/_component.scss */
  #works {
    /*background:olive*/
    height: 600px;
  }
  /* line 250, sass/vendors/_component.scss */
  #works .container {
    max-width: 95%!important;
  }
  /* line 251, sass/vendors/_component.scss */
  #works .isolayer {
    transform-origin: 0% 45% 0;
    right: 0;
    top: 10%;
  }
  /* line 252, sass/vendors/_component.scss */
  #works .grid {
    width: 100%;
  }
  /* line 253, sass/vendors/_component.scss */
  #works .next {
    display: none;
  }
  /* line 254, sass/vendors/_component.scss */
  #works li {
    width: 300px;
    height: 200px;
  }
  /* line 255, sass/vendors/_component.scss */
  #works .layer {
    width: 300px;
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  /* line 263, sass/vendors/_component.scss */
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 264, sass/vendors/_component.scss */
  #works {
    /*background:purple*/
    height: 750px;
  }
  /* line 265, sass/vendors/_component.scss */
  #works .isolayer {
    transform-origin: 0% 50% 0;
    right: 0;
    top: 0;
  }
  /* line 266, sass/vendors/_component.scss */
  #works .grid {
    width: 100%;
  }
  /* line 267, sass/vendors/_component.scss */
  #works .next {
    display: none;
  }
  /* line 268, sass/vendors/_component.scss */
  #works li {
    width: 350px;
    height: 250px;
  }
  /* line 269, sass/vendors/_component.scss */
  #works .layer {
    width: 350px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  /* line 275, sass/vendors/_component.scss */
  #works {
    min-height: 1000px!important;
  }
  /* line 276, sass/vendors/_component.scss */
  #works .isolayer--deco1 {
    right: 30%!important;
    height: auto;
    top: 20%;
    position: absolute!important;
  }
  /* line 277, sass/vendors/_component.scss */
  #works li {
    width: 500px;
    height: 350px;
  }
  /* line 278, sass/vendors/_component.scss */
  #works .layer {
    width: 500px;
    height: 350px;
  }
}
