.container:before, header:before, .container:after, header:after {
  content: "";
  display: table;
}

.container:after, header:after {
  clear: both;
}

*::selection {
  background: #000 none repeat scroll 0 0;
  color: #FFF;
  outline: medium none;
  text-shadow: none;
}

* {
  box-sizing: border-box;
  color: #000;
  font-family: Raleway, sans-serif, sans-serif;
}

html {
  font-size: 8px;
}

@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #FFF;
  color: #000;
}

.container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .container {
    padding: 0 50px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row > div {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1 {
  flex-basis: 8.333333%;
}

.col-xs-2 {
  flex-basis: 16.666667%;
}

.col-xs-3 {
  flex-basis: 25%;
}

.col-xs-4 {
  flex-basis: 33.333333%;
}

.col-xs-5 {
  flex-basis: 41.666667%;
}

.col-xs-6 {
  flex-basis: 50%;
}

.col-xs-7 {
  flex-basis: 58.333333%;
}

.col-xs-8 {
  flex-basis: 66.666667%;
}

.col-xs-9 {
  flex-basis: 75%;
}

.col-xs-10 {
  flex-basis: 83.333333%;
}

.col-xs-11 {
  flex-basis: 91.666667%;
}

.col-xs-12 {
  flex-basis: 100%;
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.333333%;
  }
  .col-lg-2 {
    flex-basis: 16.666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333333%;
  }
  .col-lg-5 {
    flex-basis: 41.666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333333%;
  }
  .col-lg-8 {
    flex-basis: 66.666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333333%;
  }
  .col-lg-11 {
    flex-basis: 91.666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
  }
}

h1 {
  font-size: 5rem;
  font-weight: 700;
  margin: 0 0 80px 0px;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 90px 0 50px 0;
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 1.8rem;
  line-height: 1.75;
  margin: 0;
}

p {
  font-size: 2rem;
  line-height: 1.75;
  margin: 0 0 10px 0;
}

header {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0 20px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

header #site-title {
  float: left;
}

header #site-title a {
  color: #000;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.2rem;
}

header #site-title a span#name {
  font-weight: 700;
}

header #site-title a span#name,
header #site-title a span#role,
header #site-title a span#localisation {
  display: block;
}

header #contacts {
  float: right;
}

header #contacts span {
  display: block;
  margin-bottom: 15px;
  text-align: right;
}

header #contacts img {
  filter: brightness(0.2);
  margin-right: 5px;
}

header #contacts a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
}

header #contacts a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

header #contacts a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (min-width: 992px) {
  header #contacts span {
    margin-bottom: 5px;
  }
}

article {
  padding-bottom: 50px;
  padding-top: 30px;
}

article .career {
  margin: 0 0 40px 0;
}

article .career ul {
  margin: 0;
  padding: 0;
}

article .career ul li {
  border-left: 5px solid #EFEFEF;
  list-style: none;
  margin: 5px 0 15px 0;
  padding-left: 15px;
}

article .career span.date {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: right;
}

article .career span.business,
article .career span.customers {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
}

article .career span.business span.customers-client,
article .career span.business span.customers-project,
article .career span.business span.customers-date,
article .career span.business span.customers-localisation,
article .career span.customers span.customers-client,
article .career span.customers span.customers-project,
article .career span.customers span.customers-date,
article .career span.customers span.customers-localisation {
  display: block;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

footer.container {
  border-top: 1px solid #EFEFEF;
  padding: 40px 50px;
}

footer.container p {
  line-height: 2rem;
  font-size: 1.4rem;
}
