@charset "UTF-8";
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:500,700,300);
.gradient, #header_spec, .wrap, #portfolio ul, #portfolio ul li p, footer, .header_portfolio {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,000000+100 */
  background: #141414;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #141414 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #141414 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #141414 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.font_medium, #header_spec h1, #header_spec h2, #competences section, .status-timeline-content h4, .status-timeline-content p:last-of-type, main section p, footer p, .header_portfolio #square h1 {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
}

.font_bold, #competences > h2, #parcours > h2, #portfolio > h2, header li, .wrap h2, .status-timeline-content h3, main section h2, #portfolio ul li p, #contact h2 {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 500;
}

.font_heavy, .status-timeline-content p:nth-child(1), main section a, #contact input[type=submit] {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
}

/* SMARTPHONE ======================= */
html {
  font-size: 62.5%;
}

i {
  color: white;
  margin: 25px 0 15px 0;
}

#competences > h2, #parcours > h2, #portfolio > h2 {
  color: white;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}

img {
  filter: grayscale(100%) contrast(130%);
  /* Standard CSS */
  -webkit-filter: grayscale(100%) contrast(130%);
  /* CSS for Webkit Browsers */
  filter: url(../images/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* Internet Explorer IE6-9 */
  -webkit-filter: grayscale(0.3) contrast(1.3);
  /* Old WebKit Browsers */
}

img:hover {
  filter: grayscale(0%) contrast(130%);
  filter: none;
  -webkit-filter: grayscale(0) contrast(1.3);
  /* Old WebKit */
}
h2{
  margin-bottom: 10px;
}

body {
  text-align: center;
  margin-top: 60px;
  font-family: 'Raleway', Arial, sans-serif;
}

body img {
  width: 100%;
}

header {
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: #202020;
  height: 60px;
  width: 100%;
  z-index: 998;
  /*cross button*/
  /* li contains p, provide fixed height for each item, prevent fluctuating padding add/disable animation*/
  /*link style*/
}

header .menu-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 3.8em;
  color: #fff;
  /*teal*/
  opacity: 1;
  z-index: 999;
  transition: all 0.2s ease;
}

header .menu-btn:hover {
  font-size: 3.9em;
  cursor: pointer;
}

header .cross-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 3.8em;
  color: #fff;
  /*pale yello*/
  opacity: 0;
  z-index: 899;
  transition: all 0.2s ease;
}

header .menu-panel {
  position: fixed;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 799;
  opacity: 0;
  transition: all 0.2s ease;
  min-height: 200px;
  margin-top: 60px;
  display: none;
}

header ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  /*put ul at the center*/
  position: absolute;
  width: 50%;
  /*not really matter*/
  height: 30%;
  left: 50%;
  top: 10%;
  transform: translate(-50%);
}

header li {
  height: 55%;
  min-height: 20px;
  font-size: 1.6em;
}

header a:link {
  color: white;
  /*teal*/
  text-decoration: none;
  transition: all 0.1s ease;
}

header a:visited {
  color: white;
  /*teal*/
}

header a:hover {
  color: #757575;
  /*pale yello*/
  font-size: 1.05em;
}

header a.nav-active {
  color: #757575;
}

header .disBtn {
  opacity: 0;
}

header .enCross {
  opacity: 1;
}

header .showPanel {
  opacity: 1;
  display: block;
}

header nav.stick {
  position: fixed;
  top: 0;
  z-index: 898;
  margin-top: 60px;
}

header .phone_email {
  position: absolute;
  left: 15px;
  bottom: 5px;
  z-index: 1000;
}

header .phone_email a:first-child {
  font-family: Arial;
  font-size: 1.5em;
  margin-right: 15px;
}

header .phone_email i:hover {
  color: #757575;
}

#header_spec {
  width: 100%;
  height: 230px;
}

#header_spec h1, #header_spec h2 {
  color: white;
  font-size: 5.6rem;
}

#header_spec h2 {
  font-size: 1.2rem;
  margin-top: 20px;
}

#header_spec #square {
  border: 2px solid white;
  display: inline-block;
  padding: 30px;
  margin-top: 25px;
}

#competences {
  background-color: #202020;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

#competences section {
  width: 280px;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
}

.wrap {
  padding: 5%;
}

.wrap h2 {
  color: white;
  font-size: 2em;
}

.status-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  margin: 0 auto;
}

.status-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
#status-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#status-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.status-timeline-block {
  position: relative;
  margin: 2em 0;
}

.status-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.status-timeline-block:first-child {
  margin-top: 0;
}

.status-timeline-block:last-child {
  margin-bottom: 0;
}

.status-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.status-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.status-timeline-img.status-white {
  background: white;
}

.status-timeline-img.status-grey {
  background: #202020;
}

@-webkit-keyframes status-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes status-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes status-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.status-timeline-block:nth-child(even) div.status-timeline-content {
  background-color: #202020;
  box-shadow: 0 3px 0 #202020;
  color: white;
}

.status-timeline-block:nth-child(even) div.status-timeline-content a {
  text-decoration: none;
  color: white;
}

.status-timeline-block:nth-child(even) div.status-timeline-content a:hover {
  color: #757575;
}

.status-timeline-block:nth-child(even) div.status-timeline-content ::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #202020;
}

.status-timeline-block:nth-child(even) div.status-timeline-content :after {
  content: "";
  display: table;
  clear: both;
}

.status-timeline-block:nth-child(odd) div.status-timeline-content {
  background-color: white;
  box-shadow: 0 3px 0 white;
}

.status-timeline-block:nth-child(odd) div.status-timeline-content a {
  text-decoration: none;
  color: #202020;
}

.status-timeline-block:nth-child(odd) div.status-timeline-content a:hover {
  color: #757575;
}

.status-timeline-block:nth-child(odd) div.status-timeline-content ::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.status-timeline-block:nth-child(odd) div.status-timeline-content :after {
  content: "";
  display: table;
  clear: both;
}

.status-timeline-content {
  position: relative;
  margin-left: 60px;
  border-radius: 0.25em;
  padding: 1em;
}

.status-timeline-content p:nth-child(1) {
  font-size: 2em;
  margin-bottom: 15px;
}

.status-timeline-content h3 {
  font-size: 1.7em;
  line-height: 1.2;
}

.status-timeline-content h4 {
  font-size: 1.7em;
  line-height: 1.2;
}

.status-timeline-content p:last-of-type {
  font-size: 1.5em;
  margin-top: 20px;
  line-height: 1.3;
}

/* Présentation ======================= */
main {
  display: flex;
  flex-wrap: wrap;
}

main img {
  width: 100%;
  height: 100%;
}

main section {
  padding: 20px;
  width: 100%;
  background: #202020;
  color: white;
  position: relative;
  min-height: 270px;
}

main section h2 {
  font-size: 1.9em;
  line-height: 1.2;
  margin-bottom: 20px;
}

main section p:last-of-type {
  margin-bottom: 60px;
}

main section p {
  line-height: 1.4;
  font-size: 1.3em;
  margin-bottom: 20px;
}

main section #sociaux {
  position: absolute;
  bottom: 3px;
  left: 20px;
  margin: 0;
  border: none;
}

main section #sociaux a {
  position: relative;
  right: inherit;
  bottom: inherit;
  background-color: inherit;
  padding: inherit;
  margin-left: 10px;
}

main section #sociaux a i {
  border: none;
  font-size: 2.4em;
}

main section #sociaux i:hover {
  color: #757575;
}

main section #sociaux a:hover {
  border: none;
}

main section a {
  font-size: 1.2em;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #202020;
  background-color: #fff;
  padding: 10px;
}

main section a:hover {
  background-color: #202020;
  color: #fff;
  border: 1px solid white;
}

/* Présentation ======================= */
#portfolio ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#portfolio ul li {
  position: relative;
  width: 100%;
}

#portfolio ul li img {
  max-width: 100%;
  height: auto;
}

#portfolio ul li p {
  font-size: 1.6em;
  color: white;
  height: 50px;
  transition: 1s;
  position: absolute;
  bottom: 0;
  padding: 16px;
  opacity: 0.75;
  width: 100%;
}

/* Formulaire ======================= */
#contact {
  background: #202020;
  padding: 20px 0 20px 0;
}

#contact h2 {
  color: white;
  font-size: 1.9rem;
  margin-bottom: 30px;
}

#contact input[type=submit] {
  width: 150px;
  padding: 10px;
  font-size: 1.2em;
  right: 20px;
  bottom: 20px;
  color: #202020;
  background-color: #fff;
  padding: 10px;
}

#contact input[type=submit]:hover {
  background-color: #202020;
  color: #fff;
  border: 1px solid white;
}

#contact input, #contact textarea {
  width: 80%;
  display: block;
  margin: 15px auto;
  font-size: 1.4em;
  color: #202020;
  padding: 5px;
  outline: none;
}

footer p {
  font-size: 1.2em;
  color: white;
  padding: 15px;
}

.back a i {
  font-size: 2.5em;
  color: #fff;
  position: absolute;
  left: 20px;
  top: -5px;
  z-index: 1000;
}

.back a i :hover {
  color: #757575;
}

.presentation_projet p {
  color: white;
  font-size: 2em;
  margin: 20px 0 20px 0;
}

.presentation_projet img {
  filter: grayscale(0%) contrast(130%);
  filter: none;
  -webkit-filter: grayscale(0) contrast(1.3);
  /* Old WebKit */
  margin: 0;
  padding: 0;
  width: 100%;
}

.header_portfolio {
  width: 100%;
  padding: 20px;
}

.header_portfolio p {
  color: white;
  font-size: 1.6em;
  margin-top: 20px;
  line-height: 1.3;
}

.header_portfolio #square {
  border: 2px solid white;
  display: inline-block;
  padding: 30px;
  margin-top: 25px;
}

.header_portfolio #square h1 {
  color: white;
  font-size: 5vh;
}

.erreurs {
  width: 100%;
  background-color: #202020;
  padding: 20px;
  color: white;
  margin-bottom: 50px;
}

.erreurs p {
  color: white;
  font-size: 2.4em;
  margin-top: 20px;
  line-height: 1.3;
}

/* TABLETTE ======================= */
@media screen and (min-width: 600px) {
  #competences {
    margin-bottom: 0px;
  }
  #competences section {
    width: calc(100% * (1/2) - 50px - 50px);
    margin: 0 50px 50px 0;
  }
  button {
    display: none;
  }
  nav {
    position: fixed;
    left: 0;
    height: 40px;
  }
}



/*A AJOUTER DANS LE SASS
*/

@media only screen and (max-width: 900px) {
   .element-item {
       width: 33.333%;
    }  

    .element-item .number{
  opacity: 1;
  background-color: rgba(30,20,20,.6);
  position: absolute;
  bottom: -20px;
  top: -20px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 50px;
  transition: all .4s;
  font-size:15px;
}

.element-item .content-work{
  opacity: 1;
  z-index: 999;
  position: absolute;
  bottom: -20px;
  top: -150px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 250px;
  transition: all .4s;
}

.element-item .content-work a h3{
  font-size: 25px;
  margin-bottom: 10px;
  color: white;
}

.element-item .content-work a h4{
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
}

.element-item .content-work a h5{
  font-size: 15px;
  margin-bottom: 15px;
  color: white; 
}

.element-item .content-work span a{
  font-size: 15px;
  margin-bottom: 5px;
  color: white;
  text-decoration: none;
} 
}

@media only screen and (max-width: 600px) {
   .element-item {
       width: 50%;
    }   
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border: 1px solid black;
  background-color: black;
  color: white;
  font-size: 1.6em;
  cursor: pointer;
}

.button:hover,
.button:active,
.button.is-checked{

    background-color: #56d8d0;
    color: #fff;
    border: 1px solid #56d8d0;
}

.button:focus {
  outline: none;
}


/* ---- button-group ---- */

.button-group {
  margin: 0 10px 20px 0;
  display: inline-block;
}
h2{
  margin-top:15px;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 4px;
}
    .element-item .number{
  opacity: 1;
  background-color: rgba(30,20,20,.6);
  position: absolute;
  bottom: -20px;
  top: -20px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 50px;
  transition: all .4s;
  font-size:15px;
}

.element-item .content-work{
  opacity: 1;
  z-index: 999;
  position: absolute;
  bottom: -20px;
  top: -150px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 250px;
  transition: all .4s;
}

.element-item .content-work a h3{
  font-size: 25px;
  margin-bottom: 10px;
  color: white;
}

.element-item .content-work a h4{
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
}

.element-item .content-work a h5{
  font-size: 15px;
  margin-bottom: 15px;
  color: white; 
}

.element-item .content-work span a{
  font-size: 15px;
  margin-bottom: 5px;
  color: white;
  text-decoration: none;
}
.grid{
  margin-top:50px;
}

}

@media only screen and (max-width: 400px) {
   .element-item {
       width: 100%;
   }   
}

/*A AJOUTER DANS LE SASS*/

/* DESKTOP ======================= */
@media screen and (min-width: 769px) {
/*A AJOUTER DANS LA V2 SASS*/
/* ---- grid ---- */
#front-end{
  height:100%;
}
/* ---- button ---- */

#filters{
  margin-top: 50px;
}



.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border: 1px solid black;
  background-color: black;
  color: white;
  font-size: 1.6em;
  cursor: pointer;
}

.button:hover,
.button:active,
.button.is-checked{

    background-color: #56d8d0;
    color: #fff;
    border: 1px solid #56d8d0;
}

.button:focus {
  outline: none;
}


/* ---- button-group ---- */

.button-group {
  margin: 0 10px 20px 0;
  display: inline-block;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 4px;
}

/* ---- isotope ---- */

.grid {
  margin-top: 20px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item img {
  display: block;
  max-width: 100%;
}

.element-item {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
  margin: 0;
}

.element-item .number{
  opacity: 0;
  background-color: rgba(30,20,20,.8);
  position: absolute;
  bottom: -20px;
  top: -20px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 50px;
  transition: all .4s;
  font-size:15px;
}

.element-item .content-work{
  opacity: 0;
  z-index: 999;
  position: absolute;
  bottom: -20px;
  top: -150px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 250px;
  transition: all .4s;
}

.element-item .content-work a h3{
  font-size: 25px;
  margin-bottom: 10px;
  color: white;
}

.element-item .content-work a h4{
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
}

.element-item .content-work a h5{
  font-size: 15px;
  margin-bottom: 15px;
  color: white; 
}

.element-item .content-work span a{
  font-size: 15px;
  margin-bottom: 5px;
  color: white;
  text-decoration: none;
}

.element-item:hover .number, .element-item:hover .content-work {
  opacity: 1;
}
/*A AJOUTER DANS LA V2 SASS*/
  /* inverse bounce effect on even content blocks */
  .cssanimations .status-timeline-block:nth-child(even) .status-timeline-content.bounce-in {
    -webkit-animation: status-bounce-2-inverse 0.6s;
    -moz-animation: status-bounce-2-inverse 0.6s;
    animation: status-bounce-2-inverse 0.6s;
  }
  @-webkit-keyframes status-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes status-bounce-2 {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(20px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes status-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes status-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes status-bounce-2-inverse {
    0% {
      opacity: 0;
      -moz-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(-20px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes status-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .status-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .status-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content {
    float: right;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content .status-read-more {
    float: right;
  }
  .status-timeline-block:nth-child(even) .status-timeline-content .status-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .status-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .status-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: status-bounce-2 0.6s;
    -moz-animation: status-bounce-2 0.6s;
    animation: status-bounce-2 0.6s;
  }
  .status-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .status-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .status-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: status-bounce-1 0.6s;
    -moz-animation: status-bounce-1 0.6s;
    animation: status-bounce-1 0.6s;
  }
  .status-timeline-block {
    margin: 4em 0;
  }
  .status-timeline-block:first-child {
    margin-top: 0;
  }
  .status-timeline-block:last-child {
    margin-bottom: 0;
  }
  #status-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #status-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
  #competences section {
    font-size: 1.5em;
    width: calc(100% * (1/4) - 50px - 50px);
    margin: 0 50px 50px 0;
  }
  /* Présentation ======================= */
  main {
    display: flex;
    flex-wrap: wrap;
  }
  main .hiden {
    width: 40%;
    position: relative;
    height: 320px;
    overflow: hidden;
  }
  main .hiden img {
    position: absolute;
    left: 0;
    width: auto;
    min-height: 400px;
    overflow: hidden;
  }
  main section {
    width: 60%;
  }
  main section p {
    font-size: 1.6em;
  }
  #portfolio ul li p {
    opacity: 0.94;
  }
  #portfolio li:nth-child(1) {
    width: 100%;
  }
  #portfolio li:nth-child(2) {
    width: 50%;
  }
  #portfolio li:nth-child(3) {
    width: 50%;
  }
  #portfolio li:nth-child(4) {
    width: 33%;
  }
  #portfolio li:nth-child(5) {
    width: 33%;
  }
  #portfolio li:nth-child(6) {
    width: 33%;
  }
  .status-timeline-block:nth-child(odd) div.status-timeline-content {
    background-color: white;
    box-shadow: 0 3px 0 white;
  }
  .status-timeline-block:nth-child(odd) div.status-timeline-content ::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid white;
  }
  .status-timeline-block:nth-child(odd) div.status-timeline-content :after {
    content: "";
    display: table;
    clear: both;
  }
  header .menu-btn, header .cross-btn {
    display: none;
  }
  header .menu-panel {
    color: #fff;
    display: inline-block;
    opacity: 1;
    margin: 0;
    height: 60px;
    min-height: 60px;
  }
  header .menu-panel ul {
    padding: 15px 0 15px 0;
    width: 100%;
  }
  header .menu-panel ul li {
    display: inline-block;
    padding-left: 20px;
    /*link style*/
  }
  header .menu-panel ul li a:link {
    color: white;
    /*teal*/
    text-decoration: none;
    transition: all 0.1s ease;
  }
  header .menu-panel ul li a:visited {
    color: white;
    /*teal*/
  }
  header .menu-panel ul li a:hover {
    color: #757575;
    /*pale yello*/
    font-size: 1.05em;
  }
  header .menu-panel ul li a.nav-active {
    color: #757575;
  }
  header .menu-panel ul li a {
    color: white;
  }
  #contact form input[type=submit] {
    width: 150px;
  }
  #contact form input, #contact form textarea {
    width: 35%;
  }
  header nav.stick {
    position: fixed;
    top: 0;
    z-index: 898;
    margin-top: 0px;
  }
  .header_portfolio h1 {
    font-size: 5.6rem;
  }
  .presentation_projet img {
    width: 60%;
  }
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.main-title {
    border-bottom: 1px solid #efefef;
    padding: 30px 10px 2px 40px;
    position: relative;
}

.about .profile h1, .main-title h1, .post-navigation h2 {
    font-family: 'open_sansextrabold',Arial,sans-serif;
}

.main-title h1 {
    font-size: 28px;
    line-height: 25px;
    font-family: 'open_sansextrabold',Arial,sans-serif;
        text-transform: uppercase;
    margin-bottom: 10px;
}

.main-title .divider {
    left: 30px;
    position: absolute;
    top: 50px;
}

.divider-m .zigzag.medium, .divider .zigzag.large {
    stroke: #56d8d0;
        stroke-width: 4.3;
            padding: 0 10px;
                background: #ffffff;
}

.zigzag {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 3.7;
}
svg:not(:root) {
    overflow: hidden;
    margin-top: 3px;
}

