body {
  margin: 0px;
  padding: 0px;
  background: #444;
  font-family: 'Trebuchet MS';
  font-size: 1.3em;
}

.upper {
  text-transform: uppercase;
}

.high{
  background: yellow;
  cursor: crosshair;
}

img.responsive {
  width: 100%;
  max-width: 100%;
}

#site {
  display: none;
  width: 850px;
  margin: 10px auto;
  border: 5px solid #fff;
  border-top-width: 5px;
  background: #fff;
}
#site #main_container {
  max-width: 100%;
}

section {
  padding: 8px;
  background: #fff;
}

section#header {
  cursor: pointer;
  position: relative;
  min-height: 155px;
  background: #004586;
  color: #fff;
  padding: 10px 50px;
}
section#header h1 {
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000;
}
section#header h2 {
  font-size: 32px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000;
}
section#header #coords {
  position: absolute;
  right: 50px;
  top: 0px;
}
section#header #coords h3 {
  font-weight: 700;
}
section#header #coords a {
  color: #fff;
}

section#subheader {
  padding: 10px 50px;
  font-weight: 700;
  background: #eee;
}
section#subheader p {
  margin: 0;
  opacity:0.75;
  font-size: 1.2em;
}

section#main {
  padding: 20px 50px;
}
section#main .chapter {
  border-left: 10px solid #004586;
  padding-left: 20px;
  margin-bottom: 20px;
}
section#main h2 {
  margin: 0px 0px 10px;
  color: #004586;
  font-size: 20px;
  font-weight: 700;
}
section#main ul {
  padding-left: 12px;
}
section#main ul li {
  position: relative;
  padding-left: 10px;
}

section#main #experience ul#liste_exp li h4 {
  margin: 0px;
}
section#main #experience ul#liste_exp li .dates{
  position: absolute;
  top: 0px;
  right: 50px;
  font-weight: 700;
}
section#main #experience ul#liste_exp li .subtitle {
  font-weight: 700;
  font-size: 1.2em;
  color: #999;
}

section#footer {
  background: #004586;
  height: 20px;
}


/***********************************************************
*   Portfolio
/***********************************************************/
#portfolio.container {
  width: 100%;
  max-width: 100%;
}
#portfolio .thumb {
  cursor: pointer;
  width: 80%;
  height: 200px;
  margin: 0px auto;
  background: #fdfdfd;
  background-size: cover;
  padding: 0px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #000;
}
/*#portfolio #thumb_1 {
  background-image: url('../img/blocks.jpg');
}
#portfolio #thumb_2 {
  background-image: url('../img/blow_green.jpg');
}*/
#portfolio legend {
  text-align: center;
  border: none;
  font-size: 1.3em;
  margin-top: 10px;
}

#projet {
  max-width: 100%;
}

#projet .tasks {
  margin: 20px 0px;
  padding: 20px;
  background: #eee;
}