@charset "UTF-8";
/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%; }

/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s; }

a:hover {
  text-decoration: underline; }

/* Clearfix
-------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* Site
-------------------------------------------------- */
html {
  height: 101%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3em;
  padding: 1.5em;
  background: #faf4e6;
  color: #1c1c1c; }

/* Header
-------------------------------------------------- */
.header {
  margin-bottom: 1.5em;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* Navigation
-------------------------------------------------- */
.menu {
  width: 100%;
  text-align: center; }

.menu a {
  display: block;
  color: black; }

.menu a:hover {
  text-decoration: none; }

.menu li {
  list-style: none;
  margin-bottom: 0.5em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 14px;
  color: #292626; }

.navbar-holder {
  border-radius: 5px 5px 0px 0px;
  background-color: #ededed;
  padding-left: 6px;
  float: left;
  width: 100%;
  height: 3vh; }
  .navbar-holder img {
    float: left;
    height: 3vh; }

nav {
  text-align: center;
  width: 100%; }

.screenshot {
  width: 100%; }

.main {
  max-width: 100%;
  margin-left: 20%; }

.carousel {
  width: 70%;
  margin-right: 2%;
  float: left;
  display: inline-block;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .carousel:hover {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
    -webkit-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.5); }

.menu a, .description a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: inline-block; }

.main .description a:hover {
  text-decoration: none; }

.menu a:after, .description a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden; }
  .video-container video {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0%;
    left: 0;
    background-color: transparent !important; }
  .video-container .pk_video {
    background-color: transparent !important;
    /* or whatever you want */ }

.menu a:hover:after, .menu a.active:after, .description a:hover:after {
  width: 100%; }

.fonction h2 {
  font-size: 14px;
  font-style: italic;
  font-family: 'Libre Baskerville', serif;
  color: black;
  margin-bottom: 3em; }

a.logo h1 {
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  color: #1d1d1d;
  font-weight: 800;
  margin-bottom: 0.25em;
  font-family: 'Libre Baskerville', serif; }
a.logo:hover, a.logo:after, a.logo:hover:after {
  border-bottom: none !important; }

/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em; }

h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  color: red; }

h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: .5em; }

h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: red; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important; }

/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 1em; }

.main hr {
  margin: 2em 0;
  height: 1px;
  background: #464646; }

.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1em; }

.main a {
  color: black;
  text-decoration: none; }

.main a:hover {
  text-decoration: underline; }

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em; }

.main-about {
  width: 75%;
  margin-left: 20%; }

.fixed {
  position: fixed;
  width: 30%; }

.languages {
  display: inline-block;
  height: auto;
  margin-bottom: 2.5em; }
  .languages li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin-left: 2px;
    color: #777777;
    margin-right: 2px; }
    .languages li a:hover {
      text-decoration: none;
      font-weight: 700; }

/* Projects
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em; }

.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red; }

.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em; }

.travaux li {
  list-style: none;
  margin-bottom: 3em;
  display: inline-block;
  padding-right: 30px;
  width: 100%; }
.travaux li:first-of-type {
  margin-top: 8em; }

.travaux li:hover .description {
  opacity: 1;
  height: auto; }

.text {
  width: 28%;
  margin: 0;
  display: inline-block;
  padding: 20px;
  text-align: left;
  padding-top: 0; }
  .text h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #1e1f24; }
  .text h4 {
    font-size: 12px;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
    color: #292626;
    margin-bottom: 3em;
    font-weight: 400;
    margin-bottom: 1.26em;
    margin-top: -0.4em; }
  .text h3 {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 0.3em;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 21px;
    color: #464646; }
  .text p {
    font-family: 'Libre Baskerville',serif;
    color: black;
    font-size: 12px;
    line-height: 1.5em; }

.client p {
  font-family: 'Libre Baskerville',serif;
  color: #666;
  font-size: 14px;
  line-height: 1.3em;
  display: none; }

.lien-projet {
  display: none;
  border: 1px solid #131313;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  padding: 3px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.1px;
  margin-top: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px; }
  .lien-projet a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%; }
  .lien-projet a:hover {
    text-decoration: none; }
  .lien-projet:hover {
    background-color: #131313;
    color: white; }
    .lien-projet:hover a {
      color: white; }

.tech p {
  font-size: 0.9em;
  font-style: italic; }

.carousel-wrapp {
  position: relative; }

.btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 101;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent; }
  .btn.prev {
    left: 0;
    cursor: W-Resize; }
  .btn.next {
    right: 0;
    cursor: E-Resize; }

.visible-xs, .visible-xs-inline {
  display: none; }

.btn-menu {
  float: right;
  margin-right: 0.8em; }

.img-responsive {
  width: 100%;
  height: auto; }

.project .carousel {
  height: auto; }

.owl-stage-outer {
  margin: 2px; }

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.info-main {
  margin-top: 70px; }
  .info-main p {
    text-align: center; }

.project-wrap {
  display: block; }

.main-about {
  padding-top: 50px; }
  .main-about h1, .main-about h2, .main-about h3 {
    color: #202020;
    text-align: left; }
  .main-about h1 {
    font-size: 20px;
    line-height: 1em;
    color: #464646;
    font-weight: 800;
    margin-bottom: 1em;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    text-align: left;
    color: #464646; }
  .main-about h2 {
    font-size: 1em;
    font-weight: 800;
    text-align: left;
    color: #313138; }
  .main-about p, .main-about li {
    font-family: 'Libre Baskerville',serif;
    color: black;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left; }
    .main-about p strong, .main-about li strong {
      font-size: 30px;
      font-family: 'Raleway', sans-serif; }
  .main-about li {
    margin-bottom: 0.5em;
    text-align: left; }

.about-part h1 {
  margin-top: 0px; }

.experiences h2 {
  margin-bottom: 0;
  margin-top: 1.5em;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif; }
.experiences h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  font-family: 'Libre Baskerville',serif; }

.experiences h2 em {
  font-weight: normal;
  font-style: normal; }

.experiences h1:nth-of-type(2) {
  margin-top: 1.5em; }

.description {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 0; }
  .description h1 {
    line-height: 1em;
    color: black;
    font-weight: 300;
    margin-bottom: 0.7em;
    margin-left: 0;
    font-family: 'Libre Baskerville',serif;
    color: black;
    font-size: 22px;
    line-height: 1em;
    text-align: left;
    text-transform: none;
    margin-top: 2em; }
  .description ul {
    list-style: none;
    padding-left: 0em; }
  .description li {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 20px; }
    .description li:before {
      position: absolute;
      content: '—';
      margin: 0 0.5em;
      left: -6px; }
  .description p strong {
    font-family: 'Libre Baskerville',serif;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 300;
    color: black; }
  .description ul {
    list-style: none; }

.intro-contact h1 {
  font-size: 32px;
  margin-bottom: 0.4em; }

.reseaux h1 {
  margin-bottom: 0.4em; }

form {
  display: table;
  width: 100%;
  margin-top: 2em;
  max-width: 620px; }
  form label {
    position: relative;
    display: block; }
    form label input, form label textarea {
      font: 14px 'Libre Baskerville',serif;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      border: none;
      width: 100%;
      padding: 8px;
      padding-left: 8px;
      margin-bottom: 1em;
      background-color: #e8e2d4;
      outline: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: 1px solid #333333; }
      form label input::-webkit-input-placeholder, form label textarea::-webkit-input-placeholder {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px 'Libre Baskerville',serif; }
      form label input:-ms-input-placeholder, form label textarea:-ms-input-placeholder {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px 'Libre Baskerville',serif; }
      form label input::-ms-input-placeholder, form label textarea::-ms-input-placeholder {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px 'Libre Baskerville',serif; }
      form label input::placeholder, form label textarea::placeholder {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px 'Libre Baskerville',serif; }
      form label input:focus, form label input.populated, form label textarea:focus, form label textarea.populated {
        padding-top: 30px;
        padding-bottom: 8px;
        border-color: #AAAAAA; }
        form label input:focus::-webkit-input-placeholder, form label input.populated::-webkit-input-placeholder, form label textarea:focus::-webkit-input-placeholder, form label textarea.populated::-webkit-input-placeholder {
          color: transparent; }
        form label input:focus:-ms-input-placeholder, form label input.populated:-ms-input-placeholder, form label textarea:focus:-ms-input-placeholder, form label textarea.populated:-ms-input-placeholder {
          color: transparent; }
        form label input:focus::-ms-input-placeholder, form label input.populated::-ms-input-placeholder, form label textarea:focus::-ms-input-placeholder, form label textarea.populated::-ms-input-placeholder {
          color: transparent; }
        form label input:focus::placeholder, form label input.populated::placeholder, form label textarea:focus::placeholder, form label textarea.populated::placeholder {
          color: transparent; }
        form label input:focus + span, form label input.populated + span, form label textarea:focus + span, form label textarea.populated + span {
          opacity: 1;
          top: 10px; }
    form label textarea {
      border: 1px solid #333333;
      background-color: #e8e2d4; }
    form label span {
      color: #AAAAAA;
      font: 0.9em 'Libre Baskerville',serif;
      position: absolute;
      top: 0px;
      left: 8px;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  form input[type="submit"],
  form input[type="button"] {
    border: 1px solid #131313;
    text-align: center;
    padding: 8px;
    font-size: 0.75em;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    color: black;
    width: 100%;
    background-color: transparent;
    margin-top: 0; }
  form input[type="submit"]:hover,
  form input[type="button"]:hover {
    background-color: #131313;
    color: white; }

form #website {
  display: none; }

.main-about a {
  color: #131313;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Libre Baskerville',serif; }
  .main-about a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px #131313;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .main-about a:hover {
    color: #0F0F0F;
    text-decoration: none; }
    .main-about a:hover:after {
      width: 100%;
      border-bottom: 1px #0F0F0F solid; }

.reseaux {
  margin-top: 2em; }

.message-envoye {
  font-size: 1em;
  display: none;
  margin-top: 2em;
  margin-bottom: 2em; }

.competences {
  min-height: 1px; }

.description::after, .competences::after {
  content: "";
  display: block;
  clear: both; }

.description strong {
  font-weight: normal;
  font-size: 1.2em; }

.about-text .description {
  opacity: 1;
  display: block;
  height: auto; }

.about-text .description, .competences {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0; }

.col-50 {
  width: 50%;
  padding: 0 15px;
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-img {
  padding-right: 8%; }

.col-text {
  margin-top: 10em;
  text-align: left;
  max-width: 528px; }

.r-sociaux {
  margin-top: 0.5em; }

.r-sociaux a {
  font-size: 14px;
  color: #131313;
  display: inline-block;
  font-style: italic; }
  .r-sociaux a:hover:after {
    width: 100%;
    border-bottom: 1px #0F0F0F solid; }

.about-part.contact h1 {
  text-align: center; }

.about-part .lien-projet {
  text-decoration: none;
  background-color: #131313; }
  .about-part .lien-projet a {
    color: white; }
  .about-part .lien-projet:hover {
    background-color: white;
    color: #131313; }

.about-part .lien-projet a:hover :after {
  border-bottom: none; }

div .col-50::first-of-type {
  padding-left: 0; }

.main-about {
  margin-bottom: 25px;
  text-align: center; }

.btn-contact {
  width: auto;
  padding-right: 80px;
  padding-left: 80px;
  display: inline-block;
  margin-top: 0.3em; }
  .btn-contact a {
    color: #131313;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.10em; }
    .btn-contact a:hover {
      color: white; }
    .btn-contact a:after {
      border-bottom: none !important;
      color: white; }

.nicescroll-cursors {
  position: relative;
  top: 449px;
  float: right;
  width: 6px;
  height: 129px;
  background-color: #464646 !important;
  border: 0 !important;
  background-clip: padding-box;
  border-radius: 0 !important; }

.first-name {
  display: none; }

@media screen and (min-width: 40em) {
  header {
    position: fixed;
    top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1.9em;
    z-index: 1000; }

  .menu > li > a {
    padding: 0;
    border: 0; }

  .menu > li:hover .submenu {
    display: block; } }
@media screen and (min-width: 1441px) {
  body {
    padding-left: 0; }

  .carousel {
    width: 78%; }

  .text {
    width: 20%; }

  .main-about {
    width: 70%;
    margin-left: 20%; }

  .description p strong {
    font-size: 30px; } }
@media screen and (max-width: 1440px) {
  .header {
    width: 16%; }

  a.logo h1 {
    font-size: 2rem; }

  .text h3 {
    font-size: 18px;
    line-height: 1.3em; }

  .main {
    margin-left: 16%; } }
@media screen and (max-width: 1280px) {
  .header {
    width: 16%; }

  .text {
    width: 34%; }

  .text h3 {
    font-size: 18px;
    line-height: 1.3em; }

  .main {
    margin-left: 16%; }

  .carousel {
    width: 64%;
    margin-right: 2%; } }
@media screen and (max-width: 769px) {
  .carousel, .text {
    width: 100%; }

  .header {
    width: 100%;
    display: block; }

  .btn-menu {
    z-index: 1000; }

  .col-50 {
    width: 100%;
    padding: 0;
    margin-bottom: 1em; }

  .col-text {
    margin-top: 0em;
    text-align: left; }

  .travaux li {
    margin-bottom: 5em;
    padding-right: 0; }

  nav {
    width: 100%;
    display: block; }

  .main hr {
    margin: 1.5em 0;
    height: 1px;
    background: black; }

  .menu {
    width: 100%;
    text-align: center; }
    .menu a.active {
      border-bottom: none; }
    .menu li {
      background-color: transparent; }
      .menu li:hover {
        background-color: transparent; }
    .menu a {
      cursor: pointer;
      text-align: center;
      background-color: transparent; }

  a.logo {
    font-size: 1.2em;
    margin-left: 0.5em;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
    color: #464646;
    font-weight: 800;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px; }

  .visible-xs {
    display: block; }

  .visible-xs-inline {
    display: inline; }

  .hidden-xs {
    display: none; }

  .text {
    margin-right: 0;
    margin-left: 0;
    border-bottom: none; }

  body {
    padding: 0; }

  .main {
    width: 100%;
    min-width: 250px;
    margin-left: 0;
    padding: 1.1em; }

  .main.project {
    padding-top: 8em; }

  .logo {
    margin-left: 0.8em;
    margin-top: 0.5em; }

  .menu {
    margin-top: 0em;
    border-top: none; }

  header {
    padding-top: 0.8em;
    position: static;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
    z-index: 10000; }

  nav {
    height: auto;
    border-bottom: 0; }
    nav .menu a.active {
      text-decoration: none;
      color: black;
      border-bottom: 1px solid black; }
    nav .description {
      height: auto;
      opacity: 1; }
    nav .menu a:after {
      border-bottom: none !important; }
    nav li {
      width: auto;
      position: relative;
      padding: 0.01em 0;
      display: inline-block;
      margin-right: 46px; }
    nav li:last-child {
      margin-right: 0px; }
    nav a {
      text-align: left;
      width: 100%;
      text-indent: 0;
      background: transparent; }
    nav a:hover {
      background: transparent; }

  .travaux li {
    border-bottom: none;
    margin-top: 2em; }
  .travaux .text {
    margin-top: 0.5em;
    padding-left: 0;
    padding-right: 0; }
  .travaux h3 {
    text-align: left; }

  .description {
    opacity: 1;
    height: auto; }

  .about-text .description, .competences {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0; }

  .description h1 {
    margin-left: 0; }

  .travaux li:first-of-type {
    margin-top: 0; }

  .languages {
    margin-bottom: 0; }

  .fonction h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 2em; }
    .fonction h2 br {
      display: none; }
    .fonction h2 br:after {
      content: ''; }

  .video-container video {
    top: -9%; }

  .video-container {
    padding-bottom: 59%; }

  .text {
    text-align: left; }

  .languages li {
    width: auto;
    border-bottom: 0; }

  .fixed {
    position: static;
    width: 100%; } }

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