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

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

a {
  text-decoration: none;
  text-transform: none;
  color: #4a90e2;
}

body {
}

ol, ul {
  list-style: outside none none;
}

blockquote, q {
  quotes: none;
}

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

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

p {
  color: #15171a;
  line-height: 16px;
}

strong {
  font-weight: 600;
}

div, footer {
  box-sizing: border-box;
}

.container {
  max-width: 1300px;
  height: auto;
  margin: 80px 60px 60px;
}

.ligne {
  max-width: 1300px;
  height: 120px;
  margin: 40px auto;
  background-color: #d5d5d5;
}

.hero {
  margin: 50px auto;
  position: relative;
}

h1.name {
  font-size: 70px;
  font-weight: 300;
  display: inline-block;
}

.titre {
}

.titreh2 {
}

.titreh3 {
}

.titreh4 {
}

.corps {
}

.corpsbleu {
}

.footer {
}

.job-title {
  vertical-align: top;
  background-color: #d9e7f8;
  color: #4a90e2;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 20px;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 25px;
}

.email {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #81899c;
  margin-top: 10px;
}

.lead {
  font-size: 34px;
  font-weight: 300;
  margin-top: 60px;
  line-height: 58px;
}

.sections {
  vertical-align: top;
  display: inline-block;
  width: 49.7%;
  height: 50px;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.list-card {
  margin: 30px 0px;
}

.list-card .exp, .list-card div {
  display: inline-block;
  vertical-align: top;
}

.list-card .exp {
  margin-right: 15px;
  color: #4a90e2;
  font-weight: 600;
  width: 100px;
}

.list-card div {
  width: 70%;
}

.list-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5b6a9a;
  line-height: 26px;
  margin-bottom: 8px;
}

.list-card div span {
  font-size: 16px;
  color: #81899c;
  line-height: 22px;
}

.cards {
  max-width: 1120px;
  display: block;
  margin-top: 280px;
}

.card {
  width: 47.9%;
  height: 200px;
  background-color: #eef0f7;
  display: inline-block;
  margin: 7px 5px;
  vertical-align: top;
  border-radius: 10px;
  text-align: center;
  padding-top: 50px;
}

.card-active, .card:hover {
  transform: scale(1.02);
transition: all 0.5s ease 0s;
  background-color: white;
box-shadow: 0px 5px 50px -8px #dddddd;
  cursor: pointer;
}

.skill-level {
  display: inline-block;
  max-width: 160px;
}

.skill-level span {
  font-size: 35px;
  font-weight: 300;
  color: #5b6a9a;
  vertical-align: top;
}

.skill-level h2 {
  font-size: 95px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  color: #5b6a9a;
  letter-spacing: -5px;
}

.skill-meta {
  vertical-align: top;
  display: inline-block;
  max-width: 300px;
  text-align: left;
  margin-top: 15px;
  margin-left: 15px;
}

.skill-meta h3 {
  font-size: 20px;
  font-weight: 800;
  color: #5b6a9a;
  margin-bottom: 5px;
}

.skill-meta span {
  color: #81899c;
  line-height: 20px;
  font-size: 16px;
}

@media ( max-width : 1024px ) {
  .container {
    padding: 15px;
    margin: 0px auto;
  }
  .cards {
    margin-top: 250px;
  }
}

@media ( max-width : 768px ) {
  .container {
    padding: 15px;
    margin: 0px auto;
  }
  .cards {
    margin-top: 320px;
  }
  .card {
    padding: 15px;
    text-align: left;
  }
  .card h2 {
    font-size: 70px;
  }
  .card, .sections {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    float: left;
  }
  .timeline {
    border: medium none;
    background-color: rgba(0, 0, 0, 0);
  }
  .timeline li {
    margin-top: 70px;
    height: 150px;
  }
}

@media ( max-width : 425px ) {
  h1.name {
    font-size: 40px;
  }
  .card, .sections {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    float: left;
  }
  .timeline {
    display: none;
  }
  .job-title {
    position: absolute;
    font-size: 15px;
    top: -40px;
    right: 20px;
    padding: 10px;
  }
  .lead {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .container {
    margin: 0px;
    padding: 0px 15px;
  }
  footer {
    margin-top: 2050px;
  }
}

#corpsbleu {
  color: #366776;
}

#titre {
  font-weight: bold;
  font-size: 34px;
}

#titreh3 {
  font-weight: bold;
  font-size: 40px;
}

#lead {
  font-weight: bold;
}

#info {
  line-height: 15px;
}

#footer {
  font-family: "Lucida Grande";
  font-size: 8px;
  font-weight: normal;
}

#corps {
  line-height: 13px;
}

#site {
  color: black;
}

#lien {
  color: black;
}

