@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200);
@import url(http://weloveiconfonts.com/api/?family=entypo); 
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);a{font-size:.95em;text-decoration:none;color:#5f90b0}a:hover{color:#406882}.container{width:1000px;margin:0 auto}.pull-left{float:left}.pull-right{float:right}.row{min-height:2em;line-height:2em;width:100%}.span{float:left;display:inline;min-height:1em;margin:0 2% 20px 2%}.span:first-child{margin-left:0}.span:last-child{margin-right:0}.one{width:8%}.two{width:16%}.three{width:24%}.four{width:30%}.five{width:40%}.six{width:48%}.seven{width:56%}.eight{width:64%}.nine{width:72%}.ten{width:80%}.eleven{width:88%}.twelve{width:100%}.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}.row:before,.row:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.row:after{clear:both}.row{zoom:1}h1,h2,h3,h4,h5,h6{font-weight:500}h1{font-size:3.5em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.5em}h5{font-size:1em}h6{font-size:.8em}
@media only screen and (min-width: 768px) and (max-width: 999px){.four{width: 100%;}label[for="nav-trigger"]{height: 45px !important;}}
@media only screen and (max-width: 767px){.four{width: 100%;}label[for="nav-trigger"]{height: 45px !important;}}
@media only screen and (min-width: 0px) and (max-width: 767px){.four{width: 100%;}label[for="nav-trigger"]{height: 45px !important;}#about .box {font-size: 1.6em !important;}}

*, *:before, *:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: Verdana;
  height: 100%;
  margin: 0px;
}

ol,ul{list-style:none}

h1{text-align: center}

section, label {
  color: white;
  background-image: url('../images/background1.jpg');
  margin:0;padding:0;padding-top: 5%;border:0;font-size:100%;font:inherit;vertical-align:baseline;
}
section h1 {
  font-size: 80px;
  margin: 0px !important;
  text-transform: uppercase;
}
section p {
  line-height: 2;
}

.trait
{ 
border-top: 10px solid #808080; 
width : 100%; 
} 

.wrapper {
  display: flex;
  min-height: 100%;
  overflow: hidden;
}

.sidebar {
  z-index: 2;
  position: fixed;
  width: 220px;
  background-color: #3f4047;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.sidebar .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.sidebar .item a,
.sidebar .arrow {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 44px;
  color: white;
}

.content {
  z-index: 999;
  flex: 1;
  padding: 0px;
  transform: translate3d(0, 0, 0);
  transition: transform .3s;
}

.content.isOpen {
  transform: translate3d(220px, 0, 0);
}

.Open
{
  margin-left: 220px;
}

.button {
  cursor: pointer;
  padding-top: 30px;
  padding-left: 17px;
  position: fixed;
  color: white;
  z-index: 9999;
  width: 100%;
}

.button:before {
  content: '\f0c9';
  font: 42px fontawesome;
}

/* Demo Navigation */

.nav li a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 50px;
  font-size: 12px;
  color: #eee;
  border-bottom: 1px solid #222;
}

.nav li a:before {
  font: 14px fontawesome;
  position: absolute;
  top: 14px;
  left: 20px;
}

.nav li:nth-child(1) a:before {
  content: '\f00a';
}

.nav li:nth-child(2) a:before {
  content: '\f012';
}

.nav li:nth-child(3) a:before {
  content: '\f0e8';
}

.nav li:nth-child(4) a:before {
  content: '\f0c3';
}

.nav li:nth-child(5) a:before {
  content: '\f022';
}

.nav li:nth-child(6) a:before {
  content: '\f115';
}

.nav li:nth-child(7) a:before {
  content: '\f085';
}

.nav li:nth-child(8) a:before {
  content: '\f023';
  left: 23px;
}

.nav li a:hover {
  background: #444;
}

.nav li a.active {
  box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222;
  background: #444;
}

/********************************/
/*  GENERAL
********************************/

.profile-pic {
  background: url(../images/profile-bg.jpg) no-repeat;
  height: 266px;
  position: relative;
}
.pic-bg {
  background: url(../images/pic-bg.png) no-repeat;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  padding: 10px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.lg {
    position: fixed;
    color: #ffffff;
    z-index: 10;
    float: right;
    left: 20px;
    top: 10px;
}

.lg:hover{
  color: #e7e0e0;
}
/********************************/
/*  MENU
********************************/
.wrapper .sidebar #wrap {
    z-index: 1;
    width: 100%;
    transition: all .1s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    background: #d9d9d9;
    height: 100%;
    position: relative;
}

.wrapper .sidebar #wrap  .div {
    height: 100%;
}

.wrapper .sidebar #wrap  .left {
    background: #3F4047;
}


.div ul {
    width: 100%;
    height: auto;
    text-decoration-style: none;
    z-index: 1000;
    position: relative;
    background: #3F4047;
}

.div ul li {
    width: 100%;
    height: 80px;
    cursor: pointer;
    background: #3F4047;
    padding-bottom: 5%;
}

.box-scene-ul {
    -webkit-perspective: 700;
    perspective: 700;
    width: 220px;
    height: 195px;
    margin: auto;
    z-index: 999;
}

.box-scene-ul:hover .box-ul {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.box-ul {
    width: 220px;
    height: 80px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform-origin: 45px 45px -35px;
    transform-origin: 45px 45px -35px;
    transition: all 0.3s ease-out;
    transform-style: preserve-3d;
}

.box-ul-last {
    width: 220px;
    height: 70px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform-origin: 45px 45px -35px;
    transform-origin: 45px 45px -35px;
    transition: all 0.3s ease-out;
    transform-style: preserve-3d;
    margin-top: -18px;
}

.face-li {
    position: absolute;
    width: 200px;
    height: 100%;
    -webkit-backface-visibility: visible;
    -webkit-transform: rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform: rotateX(180deg);
    transform-origin: 0 0;
    backface-visibility: visible;
}

.front-li {
    background: #3F4047;
    width : 220px;
    color: #fff;
    z-index: 2;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.menu .side-li {
    background: #fff;
    width: 220px;
    color: #3F4047;
    z-index: 1;
    left: 0px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.menu .context a {
    color: #3F4047 !important;
}

.context {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.menu h1 {
    font-weight: normal;
    font: 30px "Yanone Kaffeesatz";
    line-height: 80px;
    text-align: center;
    margin: 0.67em 0;
}

.menu h3 {
    font-weight: normal;
    font: 30px "Yanone Kaffeesatz";
    text-align: center;
}

/********************************/
/*  A PROPOS DE MOI
********************************/

#about
{
  height: 700px;
  width: 100%;
  background-image: url('../images/bg.jpg');
  background-position: center;
}

#about .box  {
  position: relative;
  top: 37%;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  color: white;
}
#about .box .swap {
  display: inline-block;
  position: relative;
  min-width: 1em;
  min-height: 1em;
  transition-duration: 0.5s;
  transition-property: transform width;
}
#about .box .swap li {
  position: absolute;
  left: 0;
  opacity: 0;
  white-space: nowrap;
  border-radius: .2em;
  color: white;
  transition-duration: 0.5s;
  transition-property: opacity;
}
#about .box .swap li.visible {
  opacity: 1;
}

#about > div > ul > li
{
  top: 0px !important;
}

/********************************/
/*  EXPERIENCES 
********************************/

#experience {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-left: 5%;
  padding-right: 5%;
}
#experience .sectionClass {
  padding: 0px 0px 50px 0px;
  position: relative;
  display: block;
}

#workexperience > div > div > ul > li:nth-child(2) > div.cbp_tmlabel.wow.fadeInRight.animated > p > a
{
  text-decoration: none;
  color: #00aeef;
}

#experience .row {
  width: 980px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#experience .row:before,
.row:after {
  content: "";
  display: table;
}

#experience .sectiontitle {
  background-position: center;
  text-align: center;
  min-height: 20px;
}

#experience .sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#experience .headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

#experience .fullWidth {
  width: 100%;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}
/********************************/
/*  SECTION WORK EXPERIENCE
********************************/

#experience #work-experience .sectiontitle .headerLine {
  width: 280px;
}

#experience #work-experience .headerline {
  width: 280px;
}

#experience .cbp_tmtimeline {
  margin: 60px 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#experience .cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 3%;
  bottom: 0;
  width: 10px;
  background: #324454;
  left: 13%;
  height: 80%;
}

#experience .cbp_tmtimeline li:last-child:before {
  content: initial;
}

#experience .cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

#experience .cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

#experience .cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

#experience .cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #3594cb;
}

#experience .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6cbfee;
}

#experience .cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: rgba(50, 68, 84, 1);
  color: #FFF;
  padding: 30px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  position: relative;
  border-radius: 5px;
  min-height: 150px;
}

#experience .cbp_tmtimeline > li .cbp_tmlabel h3 {
  margin-top: 0px;
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

#experience .cbp_tmtimeline > li .cbp_tmlabel h4 {
  opacity: 0.7;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
}

#experience .cbp_tmtimeline > li .cbp_tmlabel h4 i {
  margin-right: 5px;
  vertical-align: middle;
}

#experience .cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(50, 68, 84, 1);
  border-width: 10px;
  top: 70px;
}

#experience .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #324454;

}

#experience .cbp_tmtimeline > li .cbp_tmicon {
  width: 150px;
  height: 150px;
  top: 3%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #151515;
  background: #324454;
  border-radius: 50%;
  text-align: center;
  left: 8%;
  margin: 0 0 0 -25px;
}

#experience .cbp_tmtimeline li {
  margin-bottom: 70px;
  position: relative;
}

#experience .sectionClassProject {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 80px 1.875em 3.125em;
}

#experience .projectParagraph {
  font-size: 18px;
  margin: 0.5em 0 0;
  font-family: "Lato", sans-serif;
}

#experience .projectParagraphLink {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-top: 50px !important;
  margin-bottom: 0px;
  text-align: right;
}

#experience .projectParagraphLink a {
  color: white;
  text-decoration: underline;
}

#experience .cbp_tmicon img {
  width: 100%;
}

#experience .faPra {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70px;
  vertical-align: middle;
  color: white;
  line-height: 150px;
}

#experience .label {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #FFFFFF;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 15px;
}

#experience .date {
  color: #BFC3C7;
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 20px;
}

#experience .date i {
  margin-right: 8px;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  #experience .cbp_tmtimeline:before {
    display: none;
  }
  #experience .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  #experience .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  #experience .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 30px 0 70px 0;
    padding: 50px 30px 30px 30px;
    font-weight: 400;
    font-size: 95%;
    float: left;
  }
  #experience .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    border-right-color: transparent;
    border-bottom-color: rgb(50, 68, 84);
    top: -20px;
  }
  #experience .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: rgb(50, 68, 84);
    left: 65px;
  }
  #experience .cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel:after {
    right: 65px;
  }
  #experience .cbp_tmtimeline > li:nth-child(odd) .cbp_tmicon {
    position: relative;
    float: left;
    left: auto;
    margin: 0px 5px 0 0px;
  }
  #experience .cbp_tmtimeline > li:nth-child(even) .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: 0px 5px 0 0px;
  }
  #experience .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media (max-width: 32em) {
  #experience .cbp-ntaccordion {
    font-size: 70%;
  }
}

/********************************/
/*  SCOLARITE
********************************/

#scolarite {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-left: 5%;
  padding-right: 5%;
}
#scolarite .sectionClass {
  padding: 0px 0px 50px 0px;
  position: relative;
  display: block;
}

#scolarite .row {
  width: 980px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#scolarite .row:before,
.row:after {
  content: "";
  display: table;
}

#scolarite .sectiontitle {
  background-position: center;
  text-align: center;
  min-height: 20px;
}

#scolarite .sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#scolarite .headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

#scolarite .fullWidth {
  width: 100%;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}
/********************************/
/*  SECTION WORK EXPERIENCE
********************************/

#scolarite #work-experience .sectiontitle .headerLine {
  width: 280px;
}

#scolarite #work-experience .headerline {
  width: 280px;
}

#scolarite .cbp_tmtimeline {
  margin: 60px 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#scolarite .cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 3%;
  bottom: 0;
  width: 10px;
  background: #324454;
  left: 13%;
  height: 10%;
}

#scolarite .cbp_tmtimeline li:last-child:before {
  content: initial;
}

#scolarite .cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

#scolarite .cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

#scolarite .cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

#scolarite .cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #3594cb;
}

#scolarite .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6cbfee;
}

#scolarite .cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: rgba(50, 68, 84, 1);
  color: #FFF;
  padding: 30px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  position: relative;
  border-radius: 5px;
  min-height: 150px;
}

#scolarite .cbp_tmtimeline > li .cbp_tmlabel h3 {
  margin-top: 0px;
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

#scolarite .cbp_tmtimeline > li .cbp_tmlabel h4 {
  opacity: 0.7;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
}

#scolarite .cbp_tmtimeline > li .cbp_tmlabel h4 i {
  margin-right: 5px;
  vertical-align: middle;
}

#scolarite .cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(50, 68, 84, 1);
  border-width: 10px;
  top: 70px;
}

#scolarite .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #324454;
}

#scolarite .cbp_tmtimeline > li .cbp_tmicon {
  width: 150px;
  height: 150px;
  top: 3%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #151515;
  background: #324454;
  border-radius: 50%;
  text-align: center;
  left: 8%;
  margin: 0 0 0 -25px;
}

#scolarite .cbp_tmtimeline li {
  margin-bottom: 70px;
  position: relative;
}

#scolarite .sectionClassProject {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 80px 1.875em 3.125em;
}

#scolarite .projectParagraph {
  font-size: 18px;
  margin: 0.5em 0 0;
  font-family: "Lato", sans-serif;
}

#scolarite .projectParagraphLink {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-top: 50px !important;
  margin-bottom: 0px;
  text-align: right;
}

#scolarite .projectParagraphLink a {
  color: white;
  text-decoration: underline;
}

#scolarite .cbp_tmicon img {
  width: 100%;
}

#scolarite .faPra {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70px;
  vertical-align: middle;
  color: white;
  line-height: 150px;
}

#scolarite .label {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #FFFFFF;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 15px;
}

#scolarite .date {
  color: #BFC3C7;
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 20px;
}

#scolarite .date i {
  margin-right: 8px;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  #scolarite .cbp_tmtimeline:before {
    display: none;
  }
  #scolarite .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  #scolarite .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  #scolarite .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 30px 0 70px 0;
    padding: 50px 30px 30px 30px;
    font-weight: 400;
    font-size: 95%;
    float: left;
  }
  #scolarite .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    border-right-color: transparent;
    border-bottom-color: rgb(50, 68, 84);
    top: -20px;
  }
  #scolarite .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: rgb(43, 58, 72);
    left: 65px;
  }
  #scolarite .cbp_tmtimeline > li:nth-child(even) .cbp_tmlabel:after {
    right: 65px;
  }
  #scolarite .cbp_tmtimeline > li:nth-child(odd) .cbp_tmicon {
    position: relative;
    float: left;
    left: auto;
    margin: 0px 5px 0 0px;
  }
  #scolarite .cbp_tmtimeline > li:nth-child(even) .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: 0px 5px 0 0px;
  }
  #scolarite .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media (max-width: 32em) {
  #scolarite .cbp-ntaccordion {
    font-size: 70%;
  }
}


/********************************/
/*  COMPETENCES
********************************/ 
#competences
{
  padding-left: 5%;
  padding-right: 5%;
}
#competences html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

#competences h1,
h2 {
  color: white;
}
#competences h1 > small,
h2 > small {
  color: white;
  font-size: .8rem;
}
#competences h2 {
  text-align: center;
  margin-bottom: 0.7em;
}
#competences a {
  text-decoration: none;
}

#competences .row {
padding: 30px 0px 50px 0px;
  font-size: 0px;
  font-size: 0rem;
}

[class*=four] {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

#competences .progress {
  width: auto;
  font-family: "Verdana", Georgia, Serif;
  border-radius: 5px;
  margin-bottom: 0.8rem;
  background-color: #333;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
  line-height: 2rem;
  overflow: hidden;
}
#competences .progress > div {
  width: 0%;
  text-indent: .5rem;
  background-color: steelblue;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
#competences .web .progress.html > div {
  background-color: #e44d26;
}
#competences .web .progress.css > div {
  background-color: #1a5dad;
}
#competences .web .progress.js > div {
  background-color: #fe320f;
}
#competences .web .progress.php > div {
  background-color: #5e6aa4;
}
#competences .web .progress.ruby > div {
  background-color: #a91201;
}
#competences .web .progress.swift > div {
  background-color: #fd7033;
}
#competences .adobe .progress.word > div {
  background-color: #295795;
}
#competences .adobe .progress.excel > div {
  background-color: #227547;
}
#competences .adobe .progress.powerpoint > div {
  background-color: #d24625;
}

#competences .adobe .progress {
  border-width: 3px;
  border-style: solid;
  border-radius: 0;
  box-shadow: none;
  background-color: #000;
}
#competences .adobe .progress > div {
  box-shadow: none;
}
#competences .adobe .progress.ps {
  border-color: #8bc3fc;
}
#competences .adobe .progress.ps > div {
  background-image: linear-gradient(to bottom, #140c54, #110b43);
  color: #8bc3fc;
}

@media screen and (max-width: 950px) {
  #competences .grid-6 {width: 100%;}
  #competences .grid-4 {width: 100%;}
}
/********************************/
/*  PORTFOLIO
********************************/

#monportfolio {
  font-size: 14px;
  font-family: "Verdana";
}

#monportfolio img {
  max-width: 100%;
}

#monportfolio .row, .portfolio, .filters {
  display: inline-block;
  width: 100%;
  padding: 60px 0px 50px 0px;
}
#monportfolio .row:after, .portfolio:after, .filters:after {
  content: "";
  display: table;
  clear: both;
}

#monportfolio .column, .filter, .portfolio--project {
  float: left;
  position: relative;
  min-height: 1px;
  display: block;
  width: 25%;
  padding: 7px;
}

#monportfolio .portfolio, .filters {
  max-width: 1650px;
  margin: 0 auto;
  display: block;
}

#monportfolio .filters {
  font-size: 1.5em;
  margin-bottom: 40px;
  padding: 15px;
}

#monportfolio .filter {
  height: auto;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: .75em;
  color: #BBBBBB;
}
#monportfolio .filter:hover {
  color: white;
}

#monportfolio h2 {
  font-family: "Montserrat";
  letter-spacing: -1.5px;
  margin: 15px 0;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 15px;
}

#monportfolio .no-gutter {
  padding-right: 0;
}

#monportfolio .project_img {
  background: #FFFFFF;
  display: block;
  width: 100%;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
}
#monportfolio .project_img img {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #DDDDDD;
}

#monportfolio .project {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  color: black;
}

#monportfolio .project_caption, .project_blurb {
  padding: 20px 7px 10px;
  font-size: 1.25em;
  font-family: "Montserrat";
  font-weight: 900;
}

#monportfolio .project_blurb {
  padding: 7px;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
}

#monportfolio .blurb--link {
  display: inline-block;
  margin: 15px 7px;
  background: #00aeef;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  clear: both;
  border-radius: 4px;
}
#monportfolio .blurb--link:hover {
  background: #006489;
}

#monportfolio .active-filter {
  color: #00aeef;
}
#monportfolio .active-filter:hover {
  color: #00aeef;
}

@media (max-width: 1024px) {
  #monportfolio .portfolio--project {
    width: 33.33%;
  }
}
@media (max-width: 824px) {
  #monportfolio .portfolio--project {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #monportfolio .filter {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #monportfolio .portfolio--project {
    width: 100%;
  }

  #monportfolio .project_img {
    text-align: center;
  }
}
/********************************/
/*  CV PAPIER
********************************/

#cv_papier {
  text-align: center;
}

#cv_papier h2 {
  font-size: 3em;
}

#cv_papier a {
  text-decoration: none;
  color :#00aeef;
}
/********************************/
/*  CONTACT
********************************/

@font-face {
  font-family: 'nlicons';
  src:url('../fonts/nlicons/nlicons.eot');
  src:url('../fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nlicons/nlicons.woff') format('woff'),
    url('../fonts/nlicons/nlicons.ttf') format('truetype'),
    url('../fonts/nlicons/nlicons.svg#nlicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* general style for the form */
#contact .nl-form {
  padding: 20px 0px 50px 0px;
  width: 100%;
  margin: 0.3em auto 0 auto;
  font-size: 4em;
  line-height: 1.5;
}

#contact .nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* normalize the input elements, make them look like everything else */
#contact .nl-form input,
.nl-form select,
.nl-form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#contact .nl-form input:focus {
  outline: none;
}

/* custom field (drop-down, text element) styling  */
#contact .nl-field {
  display: inline-block;
  position: relative;
}

#contact .nl-field.nl-field-open {
  z-index: 10000;
}

/* the toggle is the visible part in the form */
#contact .nl-field-toggle,
.nl-form input,
.nl-form select  {
  line-height: inherit;
  display: inline-block;
  color: #2e3946;
  color: #006489;
  border-bottom: 1px dashed #006489;
  cursor: pointer;
  /*color: #b14943;
  border-bottom: 1px dashed #b14943;*/
}

/* drop-down list / text element */
#contact .nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #3F4047;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

#contact .nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

#contact .nl-field ul li {
  color: #fff;
  position: relative;
}

#contact .nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap;
}

#contact .nl-dd ul li.nl-dd-checked {
  color: #006489
}

#contact .no-touch .nl-dd ul li:hover {
  background: rgba(0,0,0,0.05);
}

#contact .no-touch .nl-dd ul li:hover:active {
  color: #478982;
}

/* icons for some elements */
#contact .nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

#contact .nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3;
}

#contact .nl-ti-text ul {
  min-width: 8em;
}

#contact .nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.2em 2em 0.2em 0.5em;
  border-bottom: none;
  color: #fff;
}

#contact .nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.1);
  width: 1.8em;
  text-align: center;
  color: transparent;
}

#contact .nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block;
}

/* custom placeholder color */
#contact input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.8);
}

#contact input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
  color: rgba(255,255,255,0.2);
}

#contact input::-moz-placeholder {
  color: rgba(255,255,255,0.8);
}

#contact input:active::-moz-placeholder,
input:focus::-moz-placeholder {
  color: rgba(255,255,255,0.2);
}

#contact input:-ms-input-placeholder {  
  color: rgba(255,255,255,0.8);
}

#contact input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
  color: rgba(255,255,255,0.2);
}

/* example field below text input */
#contact .nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0,0,0,0.2);
  border-top: 1px dashed rgba(255,255,255,0.7);
}

#contact .nl-ti-text ul li.nl-ti-example em {
  color: #fff
}

/* submit button */
#contact .nl-submit-wrap {
  margin-top: 0.4em;
}

#contact .nl-form .nl-submit {
  line-height: 3;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: #3F4047;
  color: #fff;
  padding: 0 1em 0 0;
  font-size: 40%;
  font-weight: bold;
  letter-spacing: 3px;
}

#contact .nl-submit:before {
  content: "\e001";
  color: #fff;
  float: left;
  padding: 0 0.7em;
  margin: 0 0.8em 0 0;
  background: #808080;
}

#contact .no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #69B1A9;
}

#contact .no-touch .nl-form .nl-submit:hover:before {
  background: #58a199;
}

/* overlay becomes visible when a field is opened */
#contact .nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

#contact .nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 45em) {
  #contact .nl-form {
    font-size: 3em;
  }
}

@media screen and (max-width: 25em) {
  #contact .nl-form {
    font-size: 2em;
  }
}

/* General Demo Style */

#contact *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
#contact .clearfix:before, .clearfix:after { content: " "; display: table; }
#contact .clearfix:after { clear: both; }

#contact body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #ffe8e7;
  background: #E96D65;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 100%; 
  padding: 0; 
  margin: 0;
}

#contact a {
  color: #888;
  text-decoration: none;
}

#contact a:hover,
a#contact :active {
  color: #808080;
}

/* Header Style */
#contact .main,
.container > header {
  margin: 0 auto;
  padding-left: 1em;
  text-align: left;
  width: 800px;
}

#contact .container > header {
  text-align: center;
  background: rgba(0,0,0,0.01);
}

#contact .container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

#contact ..container > header span {
  display: block;
  font-size: 60%;
  color: #b14943;
  padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
#contact .codrops-top {
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  width: 100%;
  font-size: 0.69em;
  line-height: 2.2;
}

#contact .codrops-top a {
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #E96D65;
  font-weight: 700;
  display: inline-block;
}

#contact .codrops-top a:hover {
  background: rgba(255,255,255,0.5);
  color: #bd4a43;
}

#contact .codrops-top span.right {
  float: right;
}

#contact .codrops-top span.right a {
  float: left;
  display: block;
}

#contact .codrops-icon:before {
  font-family: 'codropsicons';
  margin: 0 4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#contact .codrops-icon-drop:before {
  content: "\e001";
}

#contact .codrops-icon-prev:before {
  content: "\e004";
}

#contact .codrops-icon-archive:before {
  content: "\e002";
}

#contact .codrops-icon-next:before {
  content: "\e000";
}

#contact .codrops-icon-about:before {
  content: "\e003";
}

@media screen and (max-width: 25em) {

  #contact .codrops-icon span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #contact .main,
.container > header {width: auto;}
}


/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white; /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 3;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  display: none;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 15px; top: 20px;
  z-index: 4;
  
  /* non-critical apperance styles */
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='20px' height='50px' viewBox='0 0 25 25' enable-background='new 0 0 40 40' xml:space='' fill='white'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  -webkit-transition: left 0.2s;
          transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 235px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 220px;
}

/* Micro reset */
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%; font-family: Helvetica, Arial, sans-serif; }