@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark:400,500");
* {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Catamaran', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  background: #FFFFFF; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.hide {
  display: none; }

.content {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box; }

.btn-contact {
  width: 170px;
  height: 46px;
  background: #0C43C3;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .5s; }

.btn-contact:hover {
  background: #285fde; }

.text-center {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  text-align: center; }
  .text-center h2, .text-center h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Palanquin Dark', sans-serif;
    color: #393A3D;
    line-height: 40px; }
  .text-center p, .text-center span {
    display: block;
    position: relative;
    margin: 0 auto 30px auto;
    max-width: 450px;
    font-size: 16px;
    color: #666872;
    line-height: 22px;
    opacity: 0.7; }
  .text-center .btn-contact {
    display: inline-block;
    margin: 0 5px; }
  .text-center .btn-numero {
    background: #666872; }
  .text-center .btn-numero:hover {
    background: #333; }

.rect-blanc {
  position: relative;
  padding: 60px 60px 55px 60px;
  background: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px; }
  .rect-blanc h2, .rect-blanc h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Palanquin Dark', sans-serif;
    color: #393A3D;
    line-height: 40px; }
  .rect-blanc p, .rect-blanc span {
    display: block;
    position: relative;
    margin: 0 auto 30px auto;
    max-width: 450px;
    font-size: 16px;
    color: #666872;
    line-height: 22px;
    opacity: 0.7; }
  .rect-blanc .btn-contact {
    margin: 0 auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 80px;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  z-index: 99;
  transition: all .2s; }
  header img {
    position: relative;
    height: 32px; }
  header #open-menu {
    display: none;
    position: absolute;
    top: 36px;
    right: 25px;
    height: 18px;
    cursor: pointer;
    transition: all .3s; }
  header #open-menu:hover {
    opacity: 0.8; }
  header #btn-linkedin {
    position: relative;
    margin-top: 5px;
    float: right;
    height: 20px;
    transition: all .3s; }
  header #btn-linkedin:hover {
    opacity: 0.8; }
  header ul {
    position: absolute;
    top: 30px;
    left: calc(50% - 200px);
    height: 32px;
    line-height: 32px;
    transition: all .3s; }
    header ul li {
      display: inline-block;
      margin: 0 20px;
      height: 32px;
      line-height: 32px;
      font-size: 16px;
      font-weight: 500;
      font-family: 'Catamaran', sans-serif;
      color: #666872;
      opacity: 0.5;
      transition: all .5s; }
      header ul li div {
        display: none;
        position: relative;
        margin: -3px auto 0 auto;
        width: 3px;
        height: 3px;
        background: #0C43C3;
        border-radius: 50%; }
    header ul li:hover {
      color: #0C43C3; }
    header ul li.selected, header ul li:hover {
      opacity: 1; }

#filtre-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #393A3D;
  opacity: 0.5;
  z-index: 995; }

#menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85%;
  height: 100%;
  background: #FFFFFF;
  z-index: 996;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transition: all .5s; }
  #menu #logo-menu {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
    height: 40px; }
  #menu ul {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
    #menu ul a li {
      display: block;
      position: relative;
      margin: 30px 0;
      font-size: 20px;
      color: #393A3D;
      transition: all .3s;
      cursor: pointer;
      opacity: 0.5; }
    #menu ul a li.selected, #menu ul a li:hover {
      opacity: 1; }
    #menu ul a li:hover {
      color: #0C43C3; }
  #menu #ul-pages-menu-mobile {
    top: calc(50% - 115px); }
  #menu div {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #666872;
    font-size: 18px;
    transition: all .3s;
    cursor: pointer; }
    #menu div img {
      position: relative;
      top: 2px;
      margin-left: 6px;
      width: 14px;
      cursor: pointer; }

.contact {
  position: relative;
  padding: 130px 0 100px 0;
  height: auto; }

footer {
  position: relative;
  padding: 0 80px;
  height: 90px; }
  footer span {
    display: inline-block;
    position: relative;
    top: 35px;
    height: 20px;
    line-height: 20px;
    color: #666872;
    font-size: 18px;
    transition: all .5s;
    cursor: pointer; }
    footer span svg {
      position: relative;
      top: 6px;
      margin-left: 2px;
      width: 23px;
      height: 23px; }
  footer span:hover {
    color: #0C43C3; }
    footer span:hover .icons-background {
      fill: #0C43C3; }
  footer #back-hero img {
    position: absolute;
    top: 3.5px;
    left: 117px;
    height: 14px; }
  footer ul {
    position: absolute;
    top: 35px;
    left: calc(50% - 36px); }
    footer ul li {
      display: inline-block;
      margin: 0 9px;
      width: 16px;
      height: 16px; }
      footer ul li img {
        position: relative;
        width: 18px;
        height: 18px; }
  footer #copyright, footer #terms {
    float: right;
    margin-left: 20px;}

@media (max-width: 1100px) {
  .content {
    width: 750px;
    margin: 0 auto; } }
    footer ul {
      display: none; }
@media (max-width: 800px) {
  header, footer {
    padding: 30px;
    height: 60px; }

  header ul, footer ul {
    display: none; }

  header #btn-linkedin {
    display: none; }

  header #open-menu {
    display: block; }

  .content {
    width: 80%; }

  .contact {
    padding: 90px 0; }

  .text-center h2, .text-center h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  .text-center p, .text-center span {
    display: block;
    position: relative;
    margin: 0 auto 30px auto;
    max-width: 450px;
    font-size: 16px;
    color: #666872;
    line-height: 22px;
    opacity: 0.7; }
  .text-center .btn-contact {
    display: block;
    margin: 0 auto;
    width: 75%; }
  .text-center .btn-numero {
    margin-top: 15px;
    font-family: 'Affogato-Medium';
    background: #666872;
    width: 75%; } }

/*# sourceMappingURL=general.css.map */
