html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body::-webkit-scrollbar {
    display: none;
}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure, main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

.brebis{
  background-image: url(images/brebis.jpg);
  max-width: 100%;
  height: auto;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit;
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}



[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}



progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

.soon{
  background-color: black;
  color:white;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details, menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

[hidden], template {
  display: none
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

html {
  zoom: .9;
  margin: 0
}

@media (min-width:1500px) {
  html {
    zoom: 1.1
  }
}

body {
  font: 1.2em/1.3 proxima-nova, Helvetica, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased
}

@media (max-width:640px) {
  body, html {
    overflow-x: hidden
  }
  body {
    position: relative
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: proxima-nova, Helvetica, sans-serif;
  color: #4d4d4d
}

.gras {
  font-weight: 700;
}

h1 {
  font-weight: 700;
  color: #333;
  font-size: 2em;
  line-height: 1.02
}

@media (max-width:900px) {
  h1 {
    font-size: 3.3rem
  }
}

h2 {
  font-weight: 700;
  font-size: 1.17em
}

/*h3 {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: -10px;
}*/

h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: -10px;
}

h4 {
  font-weight: 700;
  font-size: 1em
}

h4, h5 {
  font-style: italic
}

h5 {
  font-weight: lighter;
  font-size: .8em
}

p {
  margin: 0;
  color: #333333;
  letter-spacing: .5px
}

main {
  width: 1000px;
  margin: 0 auto
}

.Grid{
  display: grid;
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-columns: repeat(2,minmax(290px,1fr));
justify-content: stretch;
align-content: start;
}

@media (max-width:900px) {
  main {
    width: 90%
  }
}


.google{
  width: 10%;
  height: auto;
}

.skills_de_neunier {
  width: ;
  display: flex;
  flex-direction: row;
  font-family: 'Roboto';
  overflow-x: hidden;
  padding: 20px 0;
  background: ;
}

.skills, .software, .team, .date {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-left: 20px;
}

$primary-color: #EFEFEF;
$primary-color-hover: scale-color($primary-color, $lightness: 32%);
h1, h2, h3, h4, h5, h6 {
  color: #3D4351;
  margin-top: 0;
}

a {
  color: $primary-color;
  &:hover {
    color: $primary-color-hover;
    text-decoration: none;
  }
}

/*==========================
    TIMELINE
==================================*/

/*-- GENERAL STYLES
    ------------------------------*/

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
  }
}

.jenesaispascommentappelermaclass__intro {
  margin: 70px 0;
  padding: -6px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .02);
  border-radius: 9px;
  font-weight: 100;
  justify-content: center;
  padding-bottom: 0px;
}

/*----- TIMELINE ITEM -----*/

.timeline-item {
  padding-left: 40px;
  position: relative;
  &:last-child {
    padding-bottom: 0;
  }
}

/*----- TIMELINE INFO -----*/

.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  &:before {
    background: $primary-color;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  &:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
  }
  .timeline-item:last-child &:after {
    content: none;
  }
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid $primary-color;
}

/*----- TIMELINE CONTENT -----*/

.timeline-content {
  padding-bottom: 40px;
  p:last-child {
    margin-bottom: 0;
  }
}

/*----- TIMELINE PERIOD -----*/

.period {
  padding: 0;
  .timeline-info {
    display: none;
  }
  .timeline-marker {
    &:before {
      background: transparent;
      content: "";
      width: 15px;
      height: auto;
      border: none;
      border-radius: 0;
      top: 0;
      bottom: 30px;
      position: absolute;
      border-top: 3px solid #CCD5DB;
      border-bottom: 3px solid #CCD5DB;
    }
    &:after {
      content: "";
      height: 32px;
      top: auto;
    }
  }
  .timeline-content {
    padding: 40px 0 70px;
  }
  .timeline-title {
    margin: 0;
  }
}

.ok {
  font-size: 16px;
  font-weight: 10;
}

.tag{
  background-color:#3d43513b;
  width: 17%;
  border-radius: 17px;
  background-image: url(ux.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/*----------------------------------------------
        MOD: TIMELINE CENTERED
    ----------------------------------------------*/

.timeline-centered {
  @extend .timeline-split;
  @media (min-width: 992px) {
    &, .timeline-item, .timeline-info, .timeline-marker, .timeline-content {
      display: block;
      margin: 0;
      padding: 0;
    }
    .timeline-item {
      padding-bottom: 40px;
      overflow: hidden;
    }
    .timeline-marker {
      position: absolute;
      left: 50%;
      margin-left: -7.5px;
    }
    .timeline-info, .timeline-content {
      width: 47%;
    }
    >.timeline-item:nth-child(odd) .timeline-info {
      float: left;
      text-align: right;
      padding-right: 30px;
    }
    >.timeline-item:nth-child(odd) .timeline-content {
      float: right;
      text-align: left;
      padding-left: 30px;
    }
    >.timeline-item:nth-child(even) .timeline-info {
      float: right;
      text-align: left;
      padding-left: 30px;
    }
    >.timeline-item:nth-child(even) .timeline-content {
      float: left;
      text-align: right;
      padding-right: 30px;
    }
    >.timeline-item.period .timeline-content {
      float: none;
      padding: 0;
      width: 100%;
      text-align: center;
    }
    .timeline-item.period {
      padding: 50px 0 90px;
    }
    .period .timeline-marker:after {
      height: 30px;
      bottom: 0;
      top: auto;
    }
    .period .timeline-title {
      left: auto;
    }
  }
}

/*----------------------------------------------
        MOD: MARKER OUTLINE
    ----------------------------------------------*/

.marker-outline {
  .timeline-marker {
    &:before {
      background: transparent;
      border-color: $primary-color;
    }
  }
  .timeline-item:hover .timeline-marker:before {
    background: $primary-color;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  margin-top: 0;
}

a {
  color: #EFEFEF;
}

a:hover {
  color: #ff9a9a;
  text-decoration: none;
}

/*==================================
    TIMELINE
==================================*/

/*-- GENERAL STYLES
------------------------------*/

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

.container_screen_25 img, .img_25per {
  width: 45%;
  display: inline-block;
  filter: drop-shadow(0px 15px 30px rgba(0, 7, 73, 0.15));
  margin-right: 20px;
}

/*----- TIMELINE ITEM -----*/

.timeline-item {
  padding-left: 40px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/

.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before {
  background: #EFEFEF;
  border: 2px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
  content: "";
  width: 2px;
  background: #EFEFEF;
  display: block;
  position: absolute;
  top: 22px;
  bottom: 0;
  left: 9px;
}

.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 2px solid #EFEFEF;
}

/*----- TIMELINE CONTENT -----*/

.timeline-content {
  padding-bottom: 40px;
}

.timeline-content p:last-child {
  margin-bottom: 0;
  margin-top: 26px;
}

.cont {
  width: 1000px;
  margin-top: 4%;
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/

@media (max-width: 800px) {
  .jenesaispascommentappelermaclass__intro {
    margin: 70px 0;
    padding: 44px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .02);
    border-radius: 9px;
    font-weight: 100;
    justify-content: center;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: inherit;
    flex-direction: column;
  }
  .phone {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
  }
  .skills, .software, .team, .date {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 0px;
    margin-top: 40px;
  }
  .iii {
    width: 100%;
  }
  .container_screen_25 img, .img_25per {
    width: 100%;
    display: inline-block;
    filter: drop-shadow(0px 15px 30px rgba(0, 7, 73, 0.15));
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .timeline-centered, .timeline-centered .timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 120px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info, .timeline-centered .timeline-content {
    width: 47%;
  }
  .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
    margin-top: -2.5%;
  }
  .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
    margin-top: -2.5%;
  }
  .timeline-centered>.timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: -2.5%;
  }
  .timeline-centered .timeline-item.period {
    padding: 88px 0 60px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
  .oui {
    font-size: 22px;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #EFEFEF;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #EFEFEF;
}

a {
  text-decoration: none;
  color: #000
}

.link, .link--e, .link--r, .link--s, .link--t, .link--w {
  color: #666;
  box-shadow: inset 0 -9px 0 rgba(0, 0, 0, .05);
  border-radius: 3px;
  transition: all .1s ease
}

.dark .link--e:hover, .dark .link--r:hover, .dark .link--s:hover, .dark .link--t:hover, .dark .link--w:hover, .dark .link:hover, .link--e:hover, .link--r:hover, .link--s:hover, .link--t:hover, .link--w:hover, .link:hover {
  color: #fff;
  box-shadow: inset 0 -21px 0 rgba(0, 0, 0, .84);
  border-radius: 0
}

.dark .link--s:hover, .link--s:hover {
  color: #ffc04d;
  box-shadow: inset 0 -21px 0 rgba(255, 189, 69, .1);
  border-radius: 0
}

.dark .link--e:hover, .link--e:hover {
  color: #ce3dce;
  box-shadow: inset 0 -21px 0 rgba(255, 108, 224, .1);
  border-radius: 0
}

.dark .link--r:hover, .link--r:hover {
  color: #4d6eff;
  box-shadow: inset 0 -21px 0 rgba(69, 150, 255, .1);
  border-radius: 0
}

.dark .link--t:hover, .link--t:hover {
  color: #e4d236;
  box-shadow: inset 0 -21px 0 rgba(255, 236, 69, .1);
  border-radius: 0
}

.dark .link--w:hover, .link--w:hover {
  color: #ff684d;
  box-shadow: inset 0 -21px 0 rgba(255, 69, 69, .1);
  border-radius: 0
}

sup:hover {
  text-decoration: underline
}

ol {
  margin: 35px;
  counter-reset: a
}

ol>li {
  list-style: none;
  position: relative;
  margin: 15px 11px
}

ol>li:before {
  counter-increment: a;
  content: counter(a);
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  padding: 6px;
  padding: 5px 0;
  width: 30px;
  border-radius: 25px;
  position: absolute;
  left: -45px;
  top: -3px
}

header {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media (max-width:640px) {
  header {
    justify-content: flex-start
  }
}

.nav-link, nav ul li a {
  font-family: proxima-nova, Helvetica, sans-serif;
  color: #4d4d4d;
  font-weight: 600;
  text-transform: lowercase
}

.nav-link:hover, nav ul li a:hover {
  color: #717171;
  box-shadow: none
}

nav {
  margin: 50px 0
}

nav>a:last-child {
  padding-right: 0;
  margin-top: 20%;
}

nav .back, nav .back--about {
  color: #fff;
  display: flex;
  align-items: center
}

@media (max-width:640px) {
  nav .back, nav .back--about {
    margin-left: 10px
  }
}

nav .back--about {
  height: 50px;
  color: #ababab;
  display: flex;
  align-items: center
}

nav .back--about svg, nav .back svg {
  padding: 0 3px 0 2px;
  transition: padding .2s ease
}

nav .back--about:hover svg, nav .back:hover svg {
  padding-left: 0;
  padding-right: 5px
}

nav ul li {
  font-size: .9em;
  display: inline-block
}

nav ul li:last-child a {
  padding-right: 0
}

nav ul li a {
  padding: 40px
}

@media (max-width:640px) {
  nav {
    margin: 50px 0 30px
  }
}

.nav--absolute {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: 60px auto;
  position: absolute

}

.nav--absolute ul li a {
  color: #fff;
  transition: color .5s ease
}

.nav--absolute ul li a:hover {
  color: #e6e6e6
}

.social {
  opacity: 0;
  margin: 20px 0 0;
  display: flex;
  align-items: center
}

.social a {
  padding: 0 10px
}

.social a:hover img {
  transition: opacity .2s ease;
  opacity: .5
}

.social a:hover span {
  opacity: .8;
  filter: hue-rotate(235deg)
}

.social a:first-child {
  padding-left: 0
}

.spacer {
  width: 100px;
  height: 2px;
  margin: 30px 0;
  background-color: #eee;
}



.btn {
  cursor: pointer;
  display: inline-block;
  padding: 12px 27px;
  border-radius: 30px;
  background-color: #4d4d4d;
  opacity: 1;
  transition: box-shadow .5s ease;
  font-family: proxima-nova, Helvetica, sans-serif;
  color: #fff;
  font-size: .8em;
  font-weight: 600
}

.resume{
  text-decoration: underline;
  font-weight: bold;
}

.btn:active {
  transform: translateY(1px)
}

.btn--asieonleunnnss {
  background-color: #60a8ff
}

.btn--chaosichiasse {
  background-color: #998dff
}

.btn--wam {
  background-color: #ff6b6b
}

.btn--ic {
  background-color: #c4b9f9
}

.btn--t4g {
  background-color: #ffdf1f
}

.Content {
  align-items: center;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width:640px) {
  .btn {
    padding: 10px 22px
  }
}

.travaille {
  /*margin: 60px 0;*/
  display: flex;
  flex-direction: column;
  align-items: left
}

/*
.travaillera__carteprojets{
  position: relative;
  width: 495px;
  height: 225px;
  margin: 25px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  display: inline;
  float: left;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease
}*/

.Contieneur{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6%;

}

.travaillera__carteprojets{
  position: relative;
  width: 485px;
  height: 225px;
  margin: 25px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease;
  margin-left: 6px;
}

.travailler__carteprojets{
  position: relative;
  width: 485px;
  height: 225px;
  margin: 25px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease
}

.travaille__carteprojetss, .travaille__carteprojetss__tiny, .travaille__carteprojetss__tiny--reach, .travaille__carteprojetss__tiny--sink, .travaille__carteprojetss__tiny--unif {
  position: relative;
  width: 1000px;
  height: 104px;
  margin: 25px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease
}


.travaille__carteprojets, .travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
  position: relative;
  width: 1000px;
  height: 180px;
  margin: 25px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease
}

.travaille__carteprojetss, .travaille__carteprojetss__tiny, .travaille__carteprojetss__tiny--reach, .travaille__carteprojetss__tiny--sink, .travaille__carteprojetss__tiny--unif {
  position: relative;
  width: 1000px;
  height: 104px;
  margin: 25px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease
}


.travaille__carteprojets1, .travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
  position: relative;
  width: 490px;
  height: 120px;
  margin: 0px 0;
  background: #c9c9c9;
  ;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  transition: transform .3s ease, box-shadow .2s ease, border .2s ease
}

@media (max-width:640px) {
  .travaille__carteprojets, .travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
    width: 100%;
    height: 187px;
    font-size: .84rem;
    margin: 10px 0;
    padding: 0 27px;
    box-sizing: border-box
  }

  .travaille__carteprojetss, .travaille__carteprojetss__tiny, .travaille__carteprojetss__tiny--reach, .travaille__carteprojetss__tiny--sink, .travaille__carteprojetss__tiny--unif {
    width: 100%;
    font-size: .84rem;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box
  }
}



@media (max-width:640px) {
  .travailler__carteprojets, .travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
    width: 100%;
    height: 187px;
    font-size: .84rem;
    margin: 10px 0;
    padding: 0 27px;
    box-sizing: border-box
  }

  .travailler__carteprojetss, .travaille__carteprojetss__tiny, .travaille__carteprojetss__tiny--reach, .travaille__carteprojetss__tiny--sink, .travaille__carteprojetss__tiny--unif {
    width: 100%;
    font-size: .84rem;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box
  }

}

@media (max-width:640px) {
  .travaillera__carteprojets, .travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
    width: 100%;
    height: 187px;
    font-size: .84rem;
    margin: 10px 0;
    padding: 0 27px;
    box-sizing: border-box
  }

  .travaillera__carteprojetss, .travaille__carteprojetss__tiny, .travaille__carteprojetss__tiny--reach, .travaille__carteprojetss__tiny--sink, .travaille__carteprojetss__tiny--unif {
    width: 100%;
    font-size: .84rem;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box
  }

}

.travaillera__carteprojets:hover, .travaille__carteprojets__tiny--reach:hover, .travaille__carteprojets__tiny--sink:hover, .travaille__carteprojets__tiny--unif:hover, .travaille__carteprojets__tiny:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .11);
  transform: translateY(-2px)!important
}

.travaillera__carteprojets:hover:after, .travaille__carteprojets__tiny--reach:hover:after, .travaille__carteprojets__tiny--sink:hover:after, .travaille__carteprojets__tiny--unif:hover:after, .travaille__carteprojets__tiny:hover:after {
  transition: transform .5s ease;
  transform: translateY(1px)
}

.travailler__carteprojets:hover, .travaille__carteprojets__tiny--reach:hover, .travaille__carteprojets__tiny--sink:hover, .travaille__carteprojets__tiny--unif:hover, .travaille__carteprojets__tiny:hover {
  box-shadow: 0px 17px 20px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px)!important
}

.travailler__carteprojets:hover:after, .travaille__carteprojets__tiny--reach:hover:after, .travaille__carteprojets__tiny--sink:hover:after, .travaille__carteprojets__tiny--unif:hover:after, .travaille__carteprojets__tiny:hover:after {
  transition: transform .5s ease;
  transform: translateY(1px)
}

.travaille__carteprojets:hover, .travaille__carteprojets__tiny--reach:hover, .travaille__carteprojets__tiny--sink:hover, .travaille__carteprojets__tiny--unif:hover, .travaille__carteprojets__tiny:hover {
  box-shadow: 0px 17px 20px 0px rgba(0, 0, 0, 0.03);
  transform: translateY(-2px)!important
}

.travaille__carteprojets:hover:after, .travaille__carteprojets__tiny--reach:hover:after, .travaille__carteprojets__tiny--sink:hover:after, .travaille__carteprojets__tiny--unif:hover:after, .travaille__carteprojets__tiny:hover:after {
  transition: transform .5s ease;
  transform: translateY(1px)
}


.travaille__carteprojetss:hover, .travaille__carteprojetss__tiny--reach:hover, .travaille__carteprojetss__tiny--sink:hover, .travaille__carteprojetss__tiny--unif:hover, .travaille__carteprojetss__tiny:hover {
  box-shadow: 0px 17px 20px 0px rgba(0, 0, 0, 0.03);
  transform: translateY(-2px)!important
}

.travaille__carteprojetss:hover:after, .travaille__carteprojetss__tiny--reach:hover:after, .travaille__carteprojetss__tiny--sink:hover:after, .travaille__carteprojetss__tiny--unif:hover:after, .travaille__carteprojetss__tiny:hover:after {
  transition: transform .5s ease;
  transform: translateY(1px)
}

.travaille__carteprojets[data-seen]:after, [data-seen].travaille__carteprojets__tiny--reach:after, [data-seen].travaille__carteprojets__tiny--sink:after, [data-seen].travaille__carteprojets__tiny--unif:after, [data-seen].travaille__carteprojets__tiny:after {
  content: "\2713   Seen";
  position: absolute;
  bottom: -1.8em;
  font-size: .9em;
  left: .8em;
  color: #b9b9b9;
  animation: 3s cubic-bezier(.72, .26, .24, 1) 1 a;
  transition: transform .5s ease
}

.travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
  width: 170px;
  height: 60px;
  justify-content: flex-start;
  padding: 0 20px;
  line-height: 1;
  display: inline-flex;
  margin: 25px 20px 25px 0;
  transition: transform .2s ease
}

.travaille__carteprojets__tiny--reach:hover, .travaille__carteprojets__tiny--sink:hover, .travaille__carteprojets__tiny--unif:hover, .travaille__carteprojets__tiny:hover {
  transform: translateY(-2px)!important
}

@media (max-width:640px) {
  .travaille__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
    display: flex;
    margin: 25px auto 25px 0
  }
}

@media (max-width:640px) {
  .travailler__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
    display: flex;
    margin: 25px auto 25px 0
  }
}

@media (max-width:640px) {
  .travaillera__carteprojets__tiny, .travaille__carteprojets__tiny--reach, .travaille__carteprojets__tiny--sink, .travaille__carteprojets__tiny--unif {
    display: flex;
    margin: 25px auto 25px 0
  }
}



.travaille__carteprojets__tiny--reach .circle, .travaille__carteprojets__tiny--sink .circle, .travaille__carteprojets__tiny--unif .circle, .travaille__carteprojets__tiny .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 14px;
  background: #f1f1f1
}

.travaille__carteprojets__tiny--reach .circle {
  background: linear-gradient(160deg, blue, #f0f8ff)
}

.travaille__carteprojets__tiny--reach:hover {
  background: blue;
  border: 1px solid blue;
  color: #fff
}

.travaille__carteprojets__tiny--reach:hover .circle {
  background: #fff
}

.travaille__carteprojets__tiny--sink .circle {
  background: linear-gradient(35deg, #f0d, #fffaf0)
}

.travaille__carteprojets__tiny--sink:hover {
  background: #f0d;
  border: 1px solid #f0d;
  color: #fff
}

.travaille__carteprojets__tiny--sink:hover .circle {
  background: #fff
}

.travaille__carteprojets__tiny--unif .circle {
  background: linear-gradient(35deg, #fffb00, #fff)
}

.travaille__carteprojets__tiny--unif:hover {
  background: #fffb00;
  border: 1px solid #fffb00;
  color: #fff
}

.travaille__carteprojets__tiny--unif:hover .circle {
  background: #fff
}

.travailles__text {
  margin-left: 3%;
  margin-top: auto;
  margin-bottom: auto;
}

.travaille__text {
  width: 275px;
  margin-left: 3%;
}

.travaille__sub {
  margin: 15px 0 17px;
  font-size: .8em;
  color: #333333;
}
.travaille__sub1 {
  margin: 10px 0 0px;
  font-size: .8em
}


@media (max-width:640px) {
  .travaille__sub {
    margin: 10px 0 12px
  }
}

.travaille__hero {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 151px
}

@media (max-width:640px) {
  .travaille__hero img {
    width: 90px
  }
}

.read-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px
}

.read-reset img {
  margin-right: 8px
}

@media (max-width:640px) {
  .read-reset {
    align-items: flex-end;
    flex-direction: column;
    text-decoration: underline;
    text-align: right;
    border: none;
    padding: 0
  }
  .read-reset img {
    margin-right: 0;
    margin-bottom: 4px
  }
}

.greeting {
  color: #979797;
  letter-spacing: 0
}

.jenesaispascommentappelermaclass {
  width: 740px;
  margin: 75px auto
}

@media (max-width:640px) {
  .jenesaispascommentappelermaclass {
    width: 90%
  }
}

.jenesaispascommentappelermaclass h2, .jenesaispascommentappelermaclass h3, .jenesaispascommentappelermaclass p {
  color: #333
}

.jenesaispascommentappelermaclass h2 {
  margin-bottom: 27px;
  font-size: 28px
}

.jenesaispascommentappelermaclass h3 {
  margin-bottom: -10px;
  font-size: 20px
}

.jenesaispascommentappelermaclass p {
  margin-bottom: 35px;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .5px
}

.jenesaispascommentappelermaclass p.highlight {
  color: #464646;
  font-style: italic;
  border-left: 2px solid #c7c7c7;
  padding: 0 26px;
  font-size: 1em
}

.jenesaispascommentappelermaclass ul {
  margin: 35px 0;
  padding: 0 23px;
  color: #333
}

.jenesaispascommentappelermaclass ul li {
  font-size: 18px;
  margin: 15px 0;
  list-style: none;
  position: relative
}

.jenesaispascommentappelermaclass ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 2em;
  color: #96999a;
  left: -23px;
  top: -15px
}

.jenesaispascommentappelermaclass a {
  text-decoration: underline
}

.jenesaispascommentappelermaclass sup a {
  text-decoration: none
}
.audi{
  display: inline-block;
  margin-top: 2%;
margin-right: 8%;
margin-bottom: 54px;
margin-left: auto;
}
}

.jenesaispascommentappelermaclass figure {
  display: block;
  margin: 0 auto 45px
}



.jenesaispascommentappelermaclass figure img {
  margin: 0 auto;
}
scrset{display: none;}

@media (max-width:640px) {

  .jenesaispascommentappelermaclass figure img {
    width: 100%;
  }
 srcset{width: 100%;}

}



.jenesaispascommentappelermaclass figure figcaption {
  font-size: .8em;
  color: #909090;
  text-align: center;
}

.jenesaispascommentappelermaclass figure.big {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jenesaispascommentappelermaclass .browser img {
  box-shadow: 0 0 8.5px rgba(0, 0, 0, .1), 0 9px 29px rgba(0, 0, 0, .1);
  border-radius: 4px
}

.jenesaispascommentappelermaclass .heatmap {
  margin: -590px -110px 0!important;
  box-shadow: unset!important;
  position: absolute;
  z-index: -1
}

.jenesaispascommentappelermaclass .heatmap-hide {
  transition: opacity .3s ease
}

.jenesaispascommentappelermaclass .heatmap-hide:hover {
  opacity: 0
}

.jenesaispascommentappelermaclass .heatmap-caption {
  margin-top: -27px
}

.jenesaispascommentappelermaclass img, .jenesaispascommentappelermaclass video {
  margin: 0 auto 45px
}

.jenesaispascommentappelermaclass img {
  margin-right: 20px;
  transition: all .4s ease;
  border-radius: 6px;
}

.jenesaispascommentappelermaclass video {
  display: block
}

.jenesaispascommentappelermaclass .shadow {
  box-shadow: 0 2px 13px rgba(0, 0, 0, .08);
  border-radius: 7px
}

.jenesaispascommentappelermaclass .list-add {
  color: #41b334;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 700;
  font-size: .8em;
  padding: 7px 11px;
  border-radius: 6px;
  border: 1px solid #44bf36
}

@media (max-width:640px) {
  .jenesaispascommentappelermaclass .list-add {
    display: inline-block
  }
}

.jenesaispascommentappelermaclass .end {
  text-decoration: none
}

.jenesaispascommentappelermaclass .end h3 {
  width: 100%;
  height: 110px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease
}

.jenesaispascommentappelermaclass .end:hover h3 {
  background-color: #ebebeb
}

.jenesaispascommentappelermaclass__hero, .jenesaispascommentappelermaclass__hero--asieonleunnnss,.jenesaispascommentappelermaclass__hero--PSA, .jenesaispascommentappelermaclass__hero--asieonleunnnssi, .jenesaispascommentappelermaclass__hero--chaosichiasse, .jenesaispascommentappelermaclass__hero--chaosichiasseos,.jenesaispascommentappelermaclass__hero--MAIF,.jenesaispascommentappelermaclass__hero--crm, .jenesaispascommentappelermaclass__hero--ic, .jenesaispascommentappelermaclass__hero--t4g, .jenesaispascommentappelermaclass__hero--wam {
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.jenesaispascommentappelermaclass__hero--asieonleunnnss img,.jenesaispascommentappelermaclass__hero--PSA img, .jenesaispascommentappelermaclass__hero--asieonleunnnssi img, .jenesaispascommentappelermaclass__hero--chaosichiasse img, .jenesaispascommentappelermaclass__hero--chaosichiasseos img,.jenesaispascommentappelermaclass__hero--MAIF img,.jenesaispascommentappelermaclass__hero--crm img, .jenesaispascommentappelermaclass__hero--ic img, .jenesaispascommentappelermaclass__hero--t4g img, .jenesaispascommentappelermaclass__hero--wam img, .jenesaispascommentappelermaclass__hero img {
  margin: 30px 0
}

@media (max-width:640px) {
  .jenesaispascommentappelermaclass__hero, .jenesaispascommentappelermaclass__hero--asieonleunnnss,.jenesaispascommentappelermaclass__hero--PSA, .jenesaispascommentappelermaclass__hero--asieonleunnnssi, .jenesaispascommentappelermaclass__hero--chaosichiasse, .jenesaispascommentappelermaclass__hero--chaosichiasseos,.jenesaispascommentappelermaclass__hero--MAIF,.jenesaispascommentappelermaclass__hero--crm, .jenesaispascommentappelermaclass__hero--ic, .jenesaispascommentappelermaclass__hero--t4g, .jenesaispascommentappelermaclass__hero--wam {
    height: 70vh;
    min-height: 535px
  }
}

.jenesaispascommentappelermaclass__hero--PSA {
  /*background: linear-gradient(160deg, #5d60b3, #2e2633);*/
  background-image: url(images/IMG_0982.JPG);
  /*background-position:right;*/
  /*background-position-y: 35%;*/
  filter: grayscale(100%);
background-size: cover;

}

.image_container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*right: 0;*/
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.image_container {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 3px;
    margin: 2rem 0;
    background: #fafafa;}

    .project_page img {
    width: 100%;
}



.jenesaispascommentappelermaclass__hero--MAIF {
  /*background: linear-gradient(160deg, #5d60b3, #2e2633);*/
  /*background-image: url(images/maifback.jpg);*/
  background-position:right;
  background-position-y: 35%;

  /*filter: grayscale(100%);*/
background-size: cover;
width: auto;
background-repeat: no-repeat;

}

.jenesaispascommentappelermaclass__hero--asieonleunnnss {
  background: linear-gradient(160deg, #DEDFFB, #f3f3fd);
}

.jenesaispascommentappelermaclass__hero--asieonleunnnssi {
  background: linear-gradient(160deg, #0F2B54, #304671);
}

.jenesaispascommentappelermaclass__hero--chaosichiasse {
  background: linear-gradient(160deg, #000, #4e4e4e);
}

.jenesaispascommentappelermaclass__hero--chaosichiasseos {
  background: linear-gradient(160deg, #F4AD3B, #FFD14B);
}

/*.jenesaispascommentappelermaclass__hero--MAIF {
  background: linear-gradient(160deg, #41295a, #2F0743);
}*/

.jenesaispascommentappelermaclass__hero--crm {
  /*background: linear-gradient(160deg, #DEDFFB, #f3f3fd);*/
}

.jenesaispascommentappelermaclass__hero--wam {
  background: #748fff
}

.jenesaispascommentappelermaclass__hero--ic {
  background: radial-gradient(#d7cffe 20%, #c1caff)
}

.jenesaispascommentappelermaclass__hero--t4g {
  background: linear-gradient(160deg, #fbdf3c, #fff3a8)
}

.jenesaispascommentappelermaclass__carteprojets {
  width: 270px;
  padding: 25px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #efefef;
  filter: drop-shadow(0px 15px 30px rgba(0, 7, 73, 0.07));
  ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.jenesaispascommentappelermaclass__carteprojets .logo-wam {
  margin-right: 7px
}

.twocol, .twocol--img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 820px;
  height: 290px;
  margin: 20px -70px 40px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, .02);
  transition: box-shadow .5s ease
}

@media (max-width:900px) {
  .twocol, .twocol--img {
    width: auto;
    flex-direction: column;
    height: auto;
    margin: 40px 0;
    padding: 20px 40px
  }
  .twocol--img .col, .twocol .col {
    width: auto;
    margin: 20px 0
  }
}

.twocol--img:hover, .twocol:hover {
  box-shadow: none
}

.twocol--img .col {
  width: auto
}

.twocol--img .col--divider, .twocol--img .col img {
  margin: 0
}

footer {
  margin-top: 50px;
  background-color: #fcfcfc;
  padding: 28px 70px;
  font-size: .75em;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (max-width:900px) {
  footer {
    padding: 20px 30px;
    align-items: flex-start
  }
  footer p:last-child {
    text-align: right
  }
}

footer div {
  display: flex;
  flex-direction: column-reverse
}

footer .social {
  margin: 0 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: .6
}

footer .social a img {
  height: 20px;
  opacity: .7
}

footer .social a:first-child img {
  height: 23px
}

.imgcenter {
  display: flex;
  justify-content: center
}

.col {
  width: 310px
}

.col p {
  margin-bottom: 0
}

.col--divider {
  height: 180px;
  margin: auto 30px;
  border-left: 1px solid #eaeaea
}

.crimewatch {
  color: #fff
}

.crimewatch--sub {
  color: #a5c8fa
}

@media (max-width:900px) {
  .hide-mobile {
    display: none!important;
    visibility: hidden!important
  }
}

@media (min-width:900px) {
  .hide-desktop {
    display: none!important;
    visibility: hidden!important
  }
}

.hidden {
  visibility: hidden;
  opacity: 0
}

.fade-in {
  opacity: 0;
  transform: translateY(3px)
}

.mt-0 {
  margin-top: 0!important
}

.mb-s {
  margin-bottom: 25px!important
}

.fx-s {
  justify-content: flex-start!important
}

.cli {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99
}

.cl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99
}

.asie {
  background-image: url("images/asieonline.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}



.CRM {
  background-image: url("images/CRM.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.covid {
  background-image: url("images/covid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.ESP {
  background-image: url("images/ESP.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.FINNT{
  background-image: url("images/FINNT.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.clone{
  background-image: url("images/bgclone2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.DRIVECO{
  background-image: url("images/DRIVECO.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.MAIF {
  background-image: url("images/MAIF.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.chaos {
  background-image: url("images/chaos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.PSA {
  background-image: url("images/PSA.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.pse {
  background-image: url("images/PSAMINI1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}


.interdesign {
  background-image: url("images/interdesign.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.amazon {
  background-image: url("images/amazon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.tesla {
  background-image: url("images/tesla.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.astro {
  background-image: url("images/astro.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.psa {
  background-image: url("images/psaimgg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.white {
  color: white;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center
}

.deactivated {
  animation: .3s ease .7s forwards b
}

.deactivated:hover {
  animation: .3s ease .7s backwards b
}

.mr_30 {
  margin-right: 30px;
}

@media (max-width:640px) {
  .deactivated {
    margin-bottom: 30px
  }
}

.dark {
  background-color: #202022
}

.dark h1, .dark h2, .dark h3, .dark h4 {
  color: #a5a5a5
}

.dark .travaille__carteprojets, .dark .travaille__carteprojets__tiny, .dark .travaille__carteprojets__tiny--reach, .dark .travaille__carteprojets__tiny--sink, .dark .travaille__carteprojets__tiny--unif {
  background: #323233;
  border: 1px solid #404144;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22)
}

.dark .travaille__carteprojets__tiny, .dark .travaille__carteprojets__tiny--reach, .dark .travaille__carteprojets__tiny--sink, .dark .travaille__carteprojets__tiny--unif {
  color: #fff
}

.dark .travaille__carteprojets__tiny--reach:hover {
  background: blue;
  border: 1px solid blue;
  color: #fff
}

.dark .travaille__carteprojets__tiny--sink:hover {
  background: #f0d;
  border: 1px solid #f0d;
  color: #fff
}

.dark .travaille__carteprojets__tiny--unif:hover {
  background: #fffb00;
  border: 1px solid #fffb00;
  color: #fff
}

.dark .link, .dark .link--e, .dark .link--r, .dark .link--s, .dark .link--t, .dark .link--w {
  color: #ccc;
  box-shadow: inset 0 -9px 0 hsla(0, 0%, 100%, .1)
}

.dark .jenesaispascommentappelermaclass a {
  color: #fff
}

.dark .jenesaispascommentappelermaclass h2, .dark .jenesaispascommentappelermaclass h3, .dark .jenesaispascommentappelermaclass p {
  color: #888
}

.dark .jenesaispascommentappelermaclass ol, .dark .jenesaispascommentappelermaclass ul {
  color: #b3b3b3
}

.dark .jenesaispascommentappelermaclass .highlight {
  color: #d8d8d8;
  border-left: 2px solid #6b6b6b
}

.dark .jenesaispascommentappelermaclass .twocol, .dark .jenesaispascommentappelermaclass .twocol--img, .dark .jenesaispascommentappelermaclass__carteprojets, .dark .jenesaispascommentappelermaclass__intro {
  background: #323233;
  border: 1px solid #404144
}

.dark .jenesaispascommentappelermaclass .twocol--img .col--divider, .dark .jenesaispascommentappelermaclass .twocol .col--divider {
  border: 1px solid #4a4a4a
}

.dark .jenesaispascommentappelermaclass .twocol--img {
  background: #000
}

.dark .jenesaispascommentappelermaclass .twocol--img .col img {
  filter: invert()
}

.dark .jenesaispascommentappelermaclass .end h3 {
  background-color: #333
}

.dark .jenesaispascommentappelermaclass .end h3:hover {
  background-color: #484848
}

.dark .read-reset {
  border: 1px solid #4a4a4a
}

.dark footer {
  background-color: #18181b;
  border-top: 1px solid #151515;
  box-shadow: inset 0 12px 35px rgba(0, 0, 0, .04)
}

.none {
  display: none;
  opacity: 0!important
}
/*
.about {
  height: calc(112vh + 37px)
}*/

.headshot {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px
}

#toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: start;
  justify-content: flex-end
}

@media (max-width:640px) {
  #toggle {
    justify-content: flex-start;
    align-items: flex-end
  }
}

.logo-asieonleunnnss, .logo-chaosichiasse, .logo-ic, .logo-t4g, .logo-wam {
  opacity: 1;
  transition: opacity .5s ease
}

.emojis h1:after {
  content: " \1F43A"
}

.emojis h2:after {
  content: " \1F4DD"
}

.emojis .travaille__carteprojets[data-seen]:after, .emojis [data-seen].travaille__carteprojets__tiny--reach:after, .emojis [data-seen].travaille__carteprojets__tiny--sink:after, .emojis [data-seen].travaille__carteprojets__tiny--unif:after, .emojis [data-seen].travaille__carteprojets__tiny:after {
  content: "\1F44C\1F3FC   Seen"
}

.emojis .heart:after {
  content: "\2764\FE0F"
}

.emojis .btn:after {
  content: " \1F440"
}

.emojis .backhome:before {
  content: "\1F519\1F519\1F519"
}

.emojis .social-emoji--mail:after {
  content: " \1F4E9"
}

.emojis .social-emoji--linkedin:after {
  content: " \1F4BC"
}

.emojis .social-emoji--medium:after {
  content: " \1F4F0"
}

.emojis .social-emoji--codepen:after {
  content: " \1F579"
}

.emojis .social-emoji--github:after {
  content: " \1F419"
}

.emojis .social-emoji--dribbble:after {
  content: " \1F3C0"
}

.emojis .social-emoji--twitter:after {
  content: " \1F426"
}

.heart:after {
  content: "\2665"
}

.backhome:before {
  content: "You want to knwo more ? Contact me"
}

.emoji {
  opacity: 1;
  color: #fff;
  transition: opacity .5s ease;
  font-size: 1.3em
}

.emoji:after {
  content: "\263A\FE0F"
}

.emoji:hover:after {
  content: "\1F62E"
}

.emoji:active:after {
  content: "\1F4AF"
}

@media (max-width:640px) {
  .emoji {
    position: relative;
    top: 8px
  }
}

.emoji-logo, .emoji-logo--asieonleunnnss:after, .emoji-logo--chaosichiasse:after, .emoji-logo--t4g:after, .emoji-logo--wam:after {
  font-size: 5em
}

.emoji-logo--asieonleunnnss:after {
  content: "\1F5DE"
}

.emoji-logo--chaosichiasse:after {
  content: "\1F4A1"
}

.emoji-logo--wam:after {
  content: "\1F4BB"
}

.emoji-logo--t4g:after {
  content: "\1F600"
}

.norm {
  width: 23px;
  height: 23px
}

.moon, .norm {
  opacity: 1;
  transition: opacity .5s ease
}

@keyframes a {
  0% {
    opacity: 0;
    color: #fff
  }
  65% {
    transform: translateY(-15px);
    color: #fff;
    opacity: 0
  }
  to {
    transform: translateX(0);
    opacity: 1;
    color: #dcdcdc
  }
}

@keyframes b {
  0% {
    opacity: 1
  }
  to {
    opacity: .4
  }
}

.pad-xs {
  margin-top: 15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: left;
}

.col-md-1 {
  width: 8.33333333%;
}

.col-md-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-8 {
  width: 138.66666667%;
}
