/* Theme
   ========================================================================== */
/* Fonts
   ========================================================================== */
/* Color
   ========================================================================== */
/* Base
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
/* line 9, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/base/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../scss/base/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../scss/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../scss/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/base/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/base/_normalize.scss */
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.
 */
/* line 290, ../scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/base/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../scss/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../scss/base/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura/Futura-CondensedMedium_gdi.eot");
  src: url("../fonts/Futura/Futura-CondensedMedium_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura/Futura-CondensedMedium_gdi.woff") format("woff"), url("../fonts/Futura/Futura-CondensedMedium_gdi.ttf") format("truetype"), url("../fonts/Futura/Futura-CondensedMedium_gdi.svg#Futura-CondensedMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: expanded;
  unicode-range: U+0020-2122;
}
/* line 1, ../scss/base/_custom.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../scss/base/_custom.scss */
body {
  font-size: 100%;
  color: #4cb156;
}

/* line 10, ../scss/base/_custom.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 15, ../scss/base/_custom.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 21, ../scss/base/_custom.scss */
h1 {
  font-family: "Raleway";
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, ../scss/base/_custom.scss */
h2 {
  font-family: "Raleway";
  font-size: 1.2em;
  color: #84ccb7;
  text-transform: uppercase;
}

/* line 39, ../scss/base/_custom.scss */
p {
  line-height: 1.5;
}

/* line 43, ../scss/base/_custom.scss */
strong {
  color: #0c9a73;
}

/* line 47, ../scss/base/_custom.scss */
h1 span {
  padding-left: 5px;
}

/* line 51, ../scss/base/_custom.scss */
input, select {
  border: none;
}

/* line 55, ../scss/base/_custom.scss */
.logo {
  width: 200px;
  height: 100px;
}

/* line 60, ../scss/base/_custom.scss */
.headline {
  color: #FFFFFF;
  background-color: #84ccb7;
  border-top: 2px solid #4cb156;
  border-bottom: 2px solid #4cb156;
}

/* line 67, ../scss/base/_custom.scss */
.headline h1 {
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 73, ../scss/base/_custom.scss */
.headline h1 span::before {
  content: url(../img/icone-kinatelier.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

/* line 81, ../scss/base/_custom.scss */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #84ccb7;
  opacity: 0.5;
}

/* line 95, ../scss/base/_custom.scss */
.overlay-active {
  display: block;
}

/* line 99, ../scss/base/_custom.scss */
.active {
  background-color: #84ccb7;
  color: #FFFFFF;
}

/* Layout
   ========================================================================== */
/* line 1, ../scss/layout/_header.scss */
header {
  background-color: #efe7cf;
  height: 60px;
}

/* line 5, ../scss/layout/_header.scss */
.mobile-btn {
  position: absolute;
  left: 10px;
  top: 15px;
  bottom: 15px;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #0c9a73;
}

/* line 18, ../scss/layout/_header.scss */
.logo-mobile {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 10px;
  height: 30px;
}

/* line 26, ../scss/layout/_header.scss */
.logo-desktop {
  display: none;
}

/* line 29, ../scss/layout/_header.scss */
nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 270px;
  background: #efe7cf;
  border-right: 3px solid #84ccb7;
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
  transition: transform 0.3s;
}
/* line 49, ../scss/layout/_header.scss */
nav ul li {
  padding: 15px;
  margin-top: 15px;
}
/* line 52, ../scss/layout/_header.scss */
nav ul li a {
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  color: #0c9a73;
  padding: 10px;
}

/* line 62, ../scss/layout/_header.scss */
.nav-active {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.3s;
}

/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 74, ../scss/layout/_header.scss */
  header {
    height: 135px;
    background-color: #f3e9ce;
  }

  /* line 78, ../scss/layout/_header.scss */
  .header-content {
    position: relative;
    top: 15px;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
  }
  /* line 84, ../scss/layout/_header.scss */
  .header-content .mobile-btn {
    display: none;
  }

  /* line 88, ../scss/layout/_header.scss */
  .logo-mobile {
    display: none;
  }

  /* line 91, ../scss/layout/_header.scss */
  .logo-desktop {
    float: left;
    display: block;
    height: 100px;
    margin-bottom: 5px;
  }

  /* line 97, ../scss/layout/_header.scss */
  nav {
    width: 100%;
    transform: none;
    transition: none;
    background: transparent;
    border: none;
    float: right;
    position: relative;
    display: block;
  }
  /* line 106, ../scss/layout/_header.scss */
  nav ul {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* line 110, ../scss/layout/_header.scss */
  nav ul li {
    float: left;
    margin: 0 0 0 5px;
  }
  /* line 113, ../scss/layout/_header.scss */
  nav ul li a {
    font-size: 1.125em;
    transition: background 0.4s;
  }
  /* line 116, ../scss/layout/_header.scss */
  nav ul li a:hover {
    background-color: #84ccb7;
    color: #fff;
  }

  /* line 124, ../scss/layout/_header.scss */
  .nav-active {
    left: 0;
    transform: translateX(0);
    transition: transform 0.3s;
  }
}
/* line 1, ../scss/layout/_main.scss */
main {
  position: absolute;
  display: block;
  top: 60px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fffefd;
}

/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 17, ../scss/layout/_main.scss */
  main {
    width: 100%;
    overflow: auto;
    top: 135px;
  }
}
/* line 1, ../scss/layout/_footer.scss */
footer {
  background-color: #efe7cf;
  text-align: center;
  padding: 10px;
}

/* line 7, ../scss/layout/_footer.scss */
.footer-content strong {
  font-size: "Futura";
  text-transform: uppercase;
}

/* line 12, ../scss/layout/_footer.scss */
.mentions-link {
  font-weight: bold;
}
/* line 14, ../scss/layout/_footer.scss */
.mentions-link:hover {
  color: #84ccb7;
}

/* line 18, ../scss/layout/_footer.scss */
.love {
  color: #0c9a73;
}

/* line 21, ../scss/layout/_footer.scss */
.codinglab {
  color: #4cb156;
}
/* line 23, ../scss/layout/_footer.scss */
.codinglab:hover {
  color: #84ccb7;
}

@media only screen and (max-width: 320px) {
  /* line 30, ../scss/layout/_footer.scss */
  .footer-content span {
    display: block;
    margin: 0 auto;
  }
}
/* Content
   ========================================================================== */
/* line 1, ../scss/content/_specialisations.scss */
.specializations-container {
  position: relative;
}

/* line 4, ../scss/content/_specialisations.scss */
.specializations-content {
  background-color: #f8f2e3;
  color: #4cb156;
  padding: 30px 16px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
/* line 13, ../scss/content/_specialisations.scss */
.specializations-content ul li {
  line-height: 2;
}
/* line 15, ../scss/content/_specialisations.scss */
.specializations-content ul li i {
  color: #f4c749;
}
/* line 18, ../scss/content/_specialisations.scss */
.specializations-content ul li strong {
  padding-left: 10px;
  color: #0c9a73;
  text-transform: uppercase;
}

/* line 26, ../scss/content/_specialisations.scss */
.kinatelier {
  background-color: #0c9a73;
  color: #FFFFFF;
  padding: 2px;
  font-family: 'Futura';
  font-size: 1.2em;
  letter-spacing: 1px;
}

/* line 34, ../scss/content/_specialisations.scss */
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 120, 91, 0.6);
  z-index: 0;
}

/* line 43, ../scss/content/_specialisations.scss */
.specialization-info {
  display: block;
}

/* line 46, ../scss/content/_specialisations.scss */
.function {
  display: block;
}

/* Tablet
   ========================================================================== */
@media only screen and (min-width: 600px) {
  /* line 56, ../scss/content/_specialisations.scss */
  .specialization-info {
    display: inline;
  }
}
/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 66, ../scss/content/_specialisations.scss */
  .specializations-wrapper {
    background-color: none;
  }

  /* line 69, ../scss/content/_specialisations.scss */
  .headline h1 {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.7em;
  }

  /* line 74, ../scss/content/_specialisations.scss */
  .specializations-container {
    width: 100%;
    background: url(../img/bg-specialisations.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
  }

  /* line 81, ../scss/content/_specialisations.scss */
  .specializations-content {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: transparent;
    font-size: 1.125em;
    color: #FFFFFF;
  }
  /* line 89, ../scss/content/_specialisations.scss */
  .specializations-content strong {
    color: #FFFFFF;
  }
  /* line 94, ../scss/content/_specialisations.scss */
  .specializations-content ul li strong {
    color: #FFFFFF;
  }
}
/* line 1, ../scss/content/_experience.scss */
.experience-wrapper {
  background-color: #fffefd;
}

/* line 4, ../scss/content/_experience.scss */
.experience-content {
  padding: 30px 16px;
}

/* line 7, ../scss/content/_experience.scss */
.marinette {
  background-color: #0c9a73;
  color: #FFFFFF;
  padding: 2px;
  font-size: 1.125em;
}

/* line 13, ../scss/content/_experience.scss */
em {
  color: #0c9a73;
}

/* line 17, ../scss/content/_experience.scss */
.photo img {
  width: 100%;
  border: 4px solid #84ccb7;
  display: block;
  margin: 30px auto;
}
/* line 22, ../scss/content/_experience.scss */
.photo img:first-of-type {
  display: block;
  max-width: 200px;
}
/* line 26, ../scss/content/_experience.scss */
.photo img:nth-of-type(2) {
  display: none;
}
/* line 29, ../scss/content/_experience.scss */
.photo img:last-of-type {
  display: none;
}

/* line 35, ../scss/content/_experience.scss */
.degrees p {
  background-color: #f8f2e3;
  padding: 5px;
}
/* line 38, ../scss/content/_experience.scss */
.degrees p i {
  color: #0c9a73;
  padding-left: 10px;
}
/* line 42, ../scss/content/_experience.scss */
.degrees p strong {
  padding-left: 10px;
  font-size: 1em;
  letter-spacing: 1px;
}

/* line 49, ../scss/content/_experience.scss */
.marinette-intro {
  display: block;
  text-align: center;
}
/* line 52, ../scss/content/_experience.scss */
.marinette-intro strong {
  padding: 10px;
}

/* Tablet
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* line 62, ../scss/content/_experience.scss */
  .experience-content {
    overflow: hidden;
  }

  /* line 65, ../scss/content/_experience.scss */
  .photo {
    float: left;
  }
  /* line 67, ../scss/content/_experience.scss */
  .photo img {
    width: 100%;
  }
  /* line 69, ../scss/content/_experience.scss */
  .photo img:first-of-type {
    display: none;
  }
  /* line 72, ../scss/content/_experience.scss */
  .photo img:nth-of-type(2) {
    display: block;
    margin: 0;
    max-width: 355px;
  }
  /* line 77, ../scss/content/_experience.scss */
  .photo img:last-of-type {
    display: none;
  }

  /* line 82, ../scss/content/_experience.scss */
  .cv {
    overflow: hidden;
    padding-left: 20px;
  }

  /* line 86, ../scss/content/_experience.scss */
  .infos {
    clear: both;
  }

  /* line 89, ../scss/content/_experience.scss */
  h2 {
    margin-top: 0;
  }

  /* line 92, ../scss/content/_experience.scss */
  .infos-cv {
    margin-top: 60px;
  }

  /* line 95, ../scss/content/_experience.scss */
  .marinette-intro {
    margin-bottom: 60px;
    text-align: left;
  }
}
/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 107, ../scss/content/_experience.scss */
  .headline h1 {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.7em;
  }

  /* line 112, ../scss/content/_experience.scss */
  .experience-content {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 16px;
  }
  /* line 118, ../scss/content/_experience.scss */
  .experience-content p:last-child {
    margin-bottom: 0;
  }

  /* line 123, ../scss/content/_experience.scss */
  .marinette {
    width: auto;
  }

  /* line 126, ../scss/content/_experience.scss */
  .photo {
    float: left;
    margin: 0;
  }
  /* line 129, ../scss/content/_experience.scss */
  .photo img {
    margin: 0;
  }
  /* line 131, ../scss/content/_experience.scss */
  .photo img:first-of-type {
    display: none;
  }
  /* line 134, ../scss/content/_experience.scss */
  .photo img:nth-of-type(2) {
    display: none;
  }
  /* line 137, ../scss/content/_experience.scss */
  .photo img:last-of-type {
    display: block;
  }

  /* line 142, ../scss/content/_experience.scss */
  .cv {
    margin: 0;
    min-height: 323px;
  }
}
/* line 1, ../scss/content/_equipe.scss */
.team-content {
  padding: 30px 16px;
}

/* line 4, ../scss/content/_equipe.scss */
.member {
  text-align: center;
  margin-bottom: 30px;
}

/* line 10, ../scss/content/_equipe.scss */
.photo-member figure:nth-of-type(2) {
  display: none;
}
/* line 13, ../scss/content/_equipe.scss */
.photo-member figure:last-of-type {
  display: none;
}
/* line 16, ../scss/content/_equipe.scss */
.photo-member figure img {
  background-color: #0c9a73;
  padding: 2px;
  border-radius: 50%;
}
/* line 22, ../scss/content/_equipe.scss */
.photo-member figcaption {
  margin: 30px 0;
}
/* line 24, ../scss/content/_equipe.scss */
.photo-member figcaption span {
  background-color: #0c9a73;
  color: #FFFFFF;
  padding: 5px;
}

/* line 33, ../scss/content/_equipe.scss */
.spec-member ul li {
  line-height: 1.5;
  margin-bottom: 15px;
}
/* line 36, ../scss/content/_equipe.scss */
.spec-member ul li strong {
  background-color: #f8f2e3;
  padding: 5px;
  font-weight: bold;
  color: #0c9a73;
}
/* line 42, ../scss/content/_equipe.scss */
.spec-member ul li i {
  color: #f4c749;
  margin-right: 5px;
}
/* line 49, ../scss/content/_equipe.scss */
.spec-member .spec-orthopaedics li {
  line-height: 1.5;
  margin-bottom: 0;
}
/* line 52, ../scss/content/_equipe.scss */
.spec-member .spec-orthopaedics li:first-child {
  margin-top: 5px;
}
/* line 55, ../scss/content/_equipe.scss */
.spec-member .spec-orthopaedics li span {
  padding-left: 21px;
}

/* line 61, ../scss/content/_equipe.scss */
.aquila {
  display: block;
}

/* Tablet
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* line 70, ../scss/content/_equipe.scss */
  .team-content {
    overflow: hidden;
  }

  /* line 73, ../scss/content/_equipe.scss */
  .member {
    overflow: hidden;
    min-height: 552px;
  }

  /* line 77, ../scss/content/_equipe.scss */
  .photo-member {
    text-align: center;
  }
  /* line 79, ../scss/content/_equipe.scss */
  .photo-member figure {
    float: left;
  }
  /* line 81, ../scss/content/_equipe.scss */
  .photo-member figure:first-of-type {
    display: none;
  }
  /* line 84, ../scss/content/_equipe.scss */
  .photo-member figure:nth-of-type(2) {
    display: none;
  }
  /* line 87, ../scss/content/_equipe.scss */
  .photo-member figure:last-of-type {
    display: block;
    margin: 0 auto;
  }
  /* line 92, ../scss/content/_equipe.scss */
  .photo-member figcaption {
    text-align: left;
    line-height: 200px;
    padding: 10px;
    font-size: 1.125em;
  }
  /* line 97, ../scss/content/_equipe.scss */
  .photo-member figcaption span {
    margin-left: 20px;
  }

  /* line 102, ../scss/content/_equipe.scss */
  .spec-member {
    overflow: hidden;
    text-align: left;
    clear: both;
  }

  /* line 108, ../scss/content/_equipe.scss */
  .left-member {
    float: left;
    width: 45%;
  }

  /* line 112, ../scss/content/_equipe.scss */
  .right-member {
    float: right;
    width: 45%;
  }

  /* line 116, ../scss/content/_equipe.scss */
  .member-marinette {
    max-width: 320px;
    margin: 0 auto;
  }
}
/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 127, ../scss/content/_equipe.scss */
  .headline h1 {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.7em;
  }

  /* line 132, ../scss/content/_equipe.scss */
  .team-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 16px 30px 16px;
  }

  /* line 137, ../scss/content/_equipe.scss */
  .last-member {
    margin-bottom: 0;
  }

  /* line 140, ../scss/content/_equipe.scss */
  .aquila {
    display: inline;
  }
}
/* line 1, ../scss/content/_contact.scss */
.contact-container {
  position: relative;
}
/* line 4, ../scss/content/_contact.scss */
.contact-container .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(15, 120, 91, 0.6);
}

/* line 16, ../scss/content/_contact.scss */
.contact-content {
  background-color: #f8f2e3;
  padding: 30px 16px;
  position: relative;
  z-index: 1;
}

/* line 24, ../scss/content/_contact.scss */
.details li {
  padding: 10px;
  color: #0c9a73;
}
/* line 28, ../scss/content/_contact.scss */
.details li i {
  color: #f4c749;
}
/* line 32, ../scss/content/_contact.scss */
.details li span {
  padding-left: 15px;
}
/* line 35, ../scss/content/_contact.scss */
.details li .postal {
  padding-left: 0;
}

/* line 41, ../scss/content/_contact.scss */
.entrance {
  text-align: center;
}
/* line 43, ../scss/content/_contact.scss */
.entrance img {
  max-width: 300px;
  margin: 30px 0;
}
/* line 46, ../scss/content/_contact.scss */
.entrance img:first-child {
  display: none;
}
/* line 49, ../scss/content/_contact.scss */
.entrance img:last-child {
  display: block;
  width: 100%;
  max-width: 768px;
}

/* line 57, ../scss/content/_contact.scss */
.link-map {
  display: block;
  background-color: #84ccb7;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
}

/* line 69, ../scss/content/_contact.scss */
.map {
  display: none;
  width: 100%;
  max-width: 940px;
}

/* line 75, ../scss/content/_contact.scss */
.town {
  color: #0c9a73;
  font-weight: normal;
  padding-left: 5px;
}

/* Tablet
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* line 87, ../scss/content/_contact.scss */
  .entrance img:first-child {
    display: none;
  }
  /* line 90, ../scss/content/_contact.scss */
  .entrance img:last-child {
    display: block;
    width: 100%;
    max-width: 768px;
    margin: 30px auto;
  }
}
/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 106, ../scss/content/_contact.scss */
  .contact-container {
    width: 100%;
    background: url(../img/bg-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 112, ../scss/content/_contact.scss */
  .headline h1 {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.7em;
  }

  /* line 117, ../scss/content/_contact.scss */
  .contact-content {
    background-color: transparent;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 16px;
  }

  /* line 125, ../scss/content/_contact.scss */
  .details {
    float: left;
  }
  /* line 128, ../scss/content/_contact.scss */
  .details ul li {
    padding: 10px;
    color: #FFFFFF;
    line-height: 3;
  }
  /* line 132, ../scss/content/_contact.scss */
  .details ul li i {
    color: #f4c749;
  }
  /* line 135, ../scss/content/_contact.scss */
  .details ul li span {
    padding-left: 10px;
  }

  /* line 141, ../scss/content/_contact.scss */
  .entrance {
    text-align: right;
    overflow: hidden;
  }
  /* line 145, ../scss/content/_contact.scss */
  .entrance img:first-child {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    margin: 0;
  }
  /* line 151, ../scss/content/_contact.scss */
  .entrance img:last-child {
    display: none;
  }

  /* line 156, ../scss/content/_contact.scss */
  .map {
    display: block;
    clear: both;
    transition: all 0.5s;
    border: 3px solid transparent;
  }
  /* line 161, ../scss/content/_contact.scss */
  .map:hover {
    border: 3px solid #84ccb7;
  }

  /* line 165, ../scss/content/_contact.scss */
  .link-map {
    display: none;
  }

  /* line 168, ../scss/content/_contact.scss */
  .town {
    color: #FFFFFF;
  }
}
/* line 1, ../scss/content/_mentions.scss */
.mentions {
  position: absolute;
  z-index: 9999999;
  background-color: #f3e9ce;
  display: none;
  color: #4cb156;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 11, ../scss/content/_mentions.scss */
.mentions .headline {
  position: fixed;
  width: 100%;
}

/* line 15, ../scss/content/_mentions.scss */
.mentions-wrapper {
  width: 100%;
  margin-top: 84px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 21, ../scss/content/_mentions.scss */
.mentions-content {
  padding: 0 16px 30px 16px;
}
/* line 23, ../scss/content/_mentions.scss */
.mentions-content h2 {
  margin: 30px 0;
}
/* line 25, ../scss/content/_mentions.scss */
.mentions-content h2 span {
  background-color: #FFFFFF;
  padding: 5px;
}

/* line 31, ../scss/content/_mentions.scss */
.close {
  position: fixed;
  top: 18px;
  right: 0;
  z-index: 99999999;
  background-color: transparent;
  color: #0c9a73;
  border: none;
  display: block;
  outline: none;
  transition: all 0.5s;
}
/* line 42, ../scss/content/_mentions.scss */
.close:hover {
  cursor: pointer;
  color: #FFFFFF;
}

/* Mobile (only < 320px)
   ========================================================================== */
@media only screen and (max-width: 320px) {
  /* line 52, ../scss/content/_mentions.scss */
  .mentions-title {
    font-size: 1.2em;
  }
}
/* Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
  /* line 62, ../scss/content/_mentions.scss */
  .mentions-content {
    padding: 30px 16px;
    max-width: 960px;
    margin: 0 auto;
  }

  /* line 67, ../scss/content/_mentions.scss */
  .headline h1 {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.7em;
  }

  /* line 72, ../scss/content/_mentions.scss */
  .close {
    right: 20px;
  }

  /* line 75, ../scss/content/_mentions.scss */
  .codinglab {
    color: #4cb156;
  }
  /* line 77, ../scss/content/_mentions.scss */
  .codinglab:hover {
    color: #84ccb7;
  }
}
