@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format("woff");
}

body {
  margin: 0;
  padding-top: 100px;
  height: 100%;
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

p, ol, ul, td {
  font-family: "Open Sans", helvetica, sans-serif;
  margin: 0;
  font-size: 11px;
  line-height: 16px;
}

h1, h2, h3 {
  font-family: "Radikal", "Open Sans", sans-serif;
  font-weight: 600;
}
h2 {
  margin: 0 0 40px -13.1578947%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
h3 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a {
  color: #444444;
}
a.selected {
  padding: 4px 0 3px;
  border-bottom: 2px solid black;
}
a:visited {
  color: #444444;
  background-color: transparent;
}
a:hover, a:active, a:focus {
  color: black;
  background-color: transparent;
}

section {
  clear: both;
  margin: 80px auto 0;
  padding: 10px 0 0 10%;
  width: 76%;
  overflow: hidden;
}

section > p {
  width: 40%;
  float: left;
  margin-right: 2%;
}

.main_logo.home {
  text-align: center;
  margin: 140px auto 100px;
}
.main_logo.home span {
  font-family: "Radikal", "Open Sans", sans-serif;
}
.main_logo.home .title {
  position: relative;
  left: 7px;
  font-size: 68px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 21px;
}
.main_logo.home .subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5.2px;
}
.en .main_logo.home .subtitle {
  letter-spacing: 5.6px;
}
.fr .main_logo.home .subtitle {
  letter-spacing: 4px;
}

.divider {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  margin-right: 10px;
}
nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 40px 7% 0;
  width: 86%;
  background-color: white;
  z-index: 1100;
}
nav .main_logo {
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: -130px;
  width: 260px;
  height: 62px;
  color: black;
  background-color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Radikal", "Open Sans", sans-serif;
}
nav .main_logo span {
  display: block;
  position: relative;
}
nav .main_logo span.title {
  top: 15px;
  left: 5px;
  font-size: 43px;
  font-weight: 600;
  letter-spacing: 14px;
}
nav .main_logo span.subtitle {
  top: 28px;
  font-size: 8px;
  letter-spacing: 3.1px;
}
nav .main_logo:hover, nav .main_logo:active, nav .main_logo:focus, nav .main_logo:visited {
  color: black;
  background-color: white;
}
.en nav .main_logo span.subtitle {
  letter-spacing: 3.4px;
}
.fr nav .main_logo span.subtitle {
  letter-spacing: 2.3px;
}
nav ul {
  padding: 0;
  margin: 0;
  width: 50%;
  cursor: default;
}
nav ul.nav_left {
  float: left;
  text-align: left;
}
nav ul.nav_right {
  float: right;
  text-align: right;
  width: auto;
}
nav .decoration {
  display: block;
  height: 26px;
  width: 100%;
  border-bottom: 1px dotted black;
}
nav li {
  display: inline;
  list-style-type: none;
  line-height: 18px;
}
nav li a {
  display: inline-block;
  padding: 4px 0;
  color: #444444;
  font-size: 12px;
  text-decoration: none;
}

footer {
  display: block;
  margin: 0 auto 40px;
  padding: 100px 0 15px;
  width: 86%;
  min-width: 650px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1100;
  border-bottom: 1px dotted black;
}
footer small {
  font-size: 9px;
  line-height: 18px;
  white-space: nowrap;
}
footer .divider {
  width: 5px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: -2px;
}

.contact {
  text-align: center;
  margin-bottom: 40px;
}
.contact p {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0;
}
.contact p.name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.contact p a {
  text-decoration: none;
}
.contact .divider {
  width: 2px;
  margin-right: 2px;
}

section.office .text p {
  width: 40%;
  float: left;
}
section.office .text.wide p {
  width: 60%;
}
section.office .contact {
  width: 28%;
  float: right;
  margin-left: 2%;
  text-align: left;
}
section.office .contact p {
  letter-spacing: 0;
}
section.office .contact h3 {
  margin-top: 0;
}
section.office .contact a {
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}
section.office form {
  position: relative;
}
section.office form .text {
  width: 40%;
  float: left;
}
section.office form .image {
  width: 28%;
  float: right;
  margin-left: 2%;
}
section.office form .image h3 {
  display: inline-block;
}
section.office form .image img {
  width: 100%;
}
section.office form .submit {
  position: absolute;
  top: -60px;
  left: -3px;
}

section.team {
  margin-bottom: -80px;
}
section.team .member {
  width: 22%;
  float: left;
  margin: 0 4% 80px 0;
}
section.team .member:nth-child(4n+2) {
  clear: both;
}
section.team .member:nth-child(4n+1) {
  margin-right: 0;
}
section.team img {
  width: 50%;
}
section.team h3 {
  margin: 40px 0 20px;
}
section.team .cv {
  display: block;
  margin-top: 15px;
}
