/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

@font-face {
  font-family: 'Helvetica Neue Th';
  src: url("../fonts/HelveticaNeueTh.eot?") format("eot"), url("../fonts/HelveticaNeueTh.woff") format("woff"), url("../fonts/HelveticaNeueTh.ttf") format("truetype"); }

@font-face {
  font-family: 'Helvetica Neue LtCn';
  src: url("../fonts/HelveticaNeueLtCn.eot?") format("eot"), url("../fonts/HelveticaNeueLtCn.woff") format("woff"), url("../fonts/HelveticaNeueLtCn.ttf") format("truetype"); }

@font-face {
  font-family: 'Helvetica Neue MdCn';
  src: url("../fonts/HelveticaNeueMdCn.eot?") format("eot"), url("../fonts/HelveticaNeueMdCn.woff") format("woff"), url("../fonts/HelveticaNeueMdCn.ttf") format("truetype"); }

@font-face {
  font-family: 'Helvetica Neue UltLt';
  src: url("../fonts/HelveticaNeueUltLt.eot?") format("eot"), url("../fonts/HelveticaNeueUltLt.woff") format("woff"), url("../fonts/HelveticaNeueUltLt.ttf") format("truetype"); }

@font-face {
  font-family: 'Helvetica Neue BdCn';
  src: url("../fonts/HelveticaNeueBdCn.eot?") format("eot"), url("../fonts/HelveticaNeueBdCn.woff") format("woff"), url("../fonts/HelveticaNeueBdCn.ttf") format("truetype"); }

body {
  background-color: #fefefe;
  color: #FFFFFF;
  font-family: "Helvetica Neue UltLt", sans-serif; }
  body h1 {
    font-size: 4.1em; }
  body h2 {
    display: inline-block;
    position: relative;
    margin-left: -200px;
    font-size: 1.8rem;
    letter-spacing: 1px; }
    body h2:before {
      position: absolute;
      content: '';
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      width: 120px;
      height: 120px;
      left: -55px;
      top: -55px; }
  body ul.content-list {
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 40px;
    text-align: left; }
    body ul.content-list li {
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 20px; }
      body ul.content-list li:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        left: -20px;
        top: calc(1em / 6); }
  body p, body span {
    letter-spacing: 1px; }
  body #bulletNav {
    position: fixed;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    body #bulletNav ul li {
      height: 15px;
      width: 15px;
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      margin-bottom: 15px;
      position: relative; }
      body #bulletNav ul li.bullet-active {
        background: #FFFFFF; }
      body #bulletNav ul li:after {
        content: '';
        width: 1px;
        height: 16px;
        border-left: 1px solid #FFFFFF;
        position: absolute;
        top: 15px;
        left: calc(50% - 1px); }
      body #bulletNav ul li:last-child:after {
        height: 0; }
    body #bulletNav.dark-nav ul li {
      border: 1px solid #7e7776; }
      body #bulletNav.dark-nav ul li:after {
        border-left: 1px solid #7e7776; }
  body #backtotop {
    cursor: pointer;
    position: fixed;
    right: 100px;
    bottom: 120px; }
    body #backtotop img {
      cursor: pointer;
      width: 50px; }
    body #backtotop.hidden {
      display: none; }

header {
  background: #87a9bc;
  min-height: 130px;
  position: relative; }
  header img {
    position: absolute;
    display: inline-block;
    width: 250px;
    margin-left: 10%;
    margin-bottom: 10px;
    top: 0;
    left: 0; }
  header nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10vw;
    display: inline-block;
    height: 60px;
    z-index: 10; }
    header nav #white-line {
      position: relative;
      z-index: 1;
      top: 9.5px;
      left: 56px;
      height: 1px;
      width: 330px;
      background: #FFFFFF; }
    header nav ul {
      margin-top: 10px; }
      header nav ul li {
        width: 100px;
        display: inline-block;
        text-align: center;
        margin-right: 10px; }
        header nav ul li a {
          display: inline-block;
          text-decoration: none;
          color: #FFFFFF;
          font-family: "Helvetica Neue Th", Arial, sans-serif;
          font-size: .8em; }
          header nav ul li a:before {
            transition: all 0.2s ease;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #FFFFFF;
            background: #88AABD;
            position: absolute;
            top: 40px;
            text-align: center;
            border-radius: 50%;
            z-index: 10; }
          header nav ul li a:hover:before {
            background: #FFFFFF; }
          header nav ul li a:hover::before {
            background: #FFFFFF; }
        header nav ul li a.a_home:before {
          left: 45px; }
        header nav ul li a.a_knowledge:before {
          left: 160px; }
        header nav ul li a.a_contact:before {
          left: 385px; }
        header nav ul li a.active:before {
          background: #FFFFFF; }
  header #subnav {
    position: absolute;
    top: calc(50% + 60px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(10vw + 225px);
    display: inline-block;
    height: 60px;
    text-align: center; }
    header #subnav ul a {
      color: #FFFFFF;
      text-decoration: none;
      font-size: .75em;
      letter-spacing: .7px;
      position: relative; }
      header #subnav ul a:hover {
        text-decoration: underline; }
      header #subnav ul a:before {
        content: '';
        position: absolute;
        left: -13px;
        top: 0;
        height: 5.5px;
        width: 5.3px;
        border: 1px solid #FFFFFF;
        border-radius: 50%; }
    header #subnav ul .subactive:before {
      background: #FFFFFF; }

footer {
  min-height: 80px;
  background: #6893AB;
  position: relative; }
  footer span#links-wrapper {
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: .8em; }
  footer span#mentions {
    cursor: pointer; }
    footer span#mentions:hover {
      text-decoration: underline; }
  footer #mentions-text {
    display: none;
    opacity: 0;
    position: absolute;
    background: #87A9BC;
    height: 550px;
    width: 550px;
    text-align: center;
    border-radius: 50%;
    top: -525px;
    right: 170px; }
    footer #mentions-text #mentions-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      footer #mentions-text #mentions-wrapper h3 {
        font-family: "Helvetica Neue BdCn", sans-serif;
        font-size: 2rem;
        margin-bottom: 28px; }
      footer #mentions-text #mentions-wrapper p {
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 1.3rem;
        width: 400px; }

#home-background {
  background: #6893AB; }

#home #strat1 {
  background: #6793ab;
  letter-spacing: 1.5px; }
  #home #strat1 .content {
    padding: 100px 0 100px 0;
    line-height: 1.4em;
    font-size: 1.4em;
    text-align: center; }
  #home #strat1 h2 {
    display: inline-block;
    position: relative;
    margin-left: -200px; }
    #home #strat1 h2:before {
      position: absolute;
      content: '';
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      width: 120px;
      height: 120px;
      left: -80px;
      top: -52px; }
  #home #strat1 p {
    width: 500px;
    margin: -2px auto 0 auto;
    text-align: left;
    padding-left: 30px;
    font-size: 1.8rem; }

#home #strat2 {
  background: #769db3; }
  #home #strat2 .content {
    font-size: 1.2em;
    padding: 100px 0 100px 0;
    line-height: 1.4em;
    text-align: center; }
  #home #strat2 h2 {
    display: inline-block;
    position: relative;
    margin-left: -420px; }
    #home #strat2 h2:before {
      position: absolute;
      content: '';
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      width: 120px;
      height: 120px;
      left: -65px;
      top: -52px; }
  #home #strat2 ul {
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 40px;
    text-align: left; }
    #home #strat2 ul li {
      position: relative;
      margin-bottom: 20px; }
      #home #strat2 ul li:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        left: -20px;
        top: calc(1em / 4.5); }

#knowledge header {
  background: #918A89; }
  #knowledge header nav ul li a:before {
    background: #918A89; }
  #knowledge header nav ul li a.active:before {
    background: #FFFFFF; }
  #knowledge header nav ul li a:hover:before {
    background: #FFFFFF; }
  #knowledge header nav ul li a:hover::before {
    background: #FFFFFF; }

#knowledge footer {
  background: #756D6B; }
  #knowledge footer #mentions-text {
    background: #756D6B; }

#knowledge h2 {
  margin-left: -250px; }

#knowledge p {
  width: 570px;
  margin: 50px auto 0 auto;
  font-size: 1.1rem;
  text-align: left;
  padding-left: 60px; }

#knowledge ul.content-list {
  font-size: 1.1rem;
  padding-top: 0px;
  padding-left: 30px; }
  #knowledge ul.content-list li {
    margin-bottom: 10px; }

#knowledge .content {
  padding: 100px 0 100px 0;
  line-height: 1.4em;
  text-align: center; }

#knowledge #strat1 {
  background: #7e7776; }
  #knowledge #strat1 h2 {
    margin-left: -300px; }

#knowledge #strat2 {
  background: #8c8584; }
  #knowledge #strat2 ul {
    padding-top: 50px; }

#knowledge #strat3 {
  background: #928b8a; }
  #knowledge #strat3 span {
    display: block;
    width: 500px;
    font-size: 1.8rem;
    text-align: left;
    margin: 0 auto 40px auto;
    line-height: 1.2em;
    padding-left: 40px; }
  #knowledge #strat3 ul {
    padding-left: 35px; }

#exemples header {
  background: #918A89; }
  #exemples header nav ul li a:before {
    background: #918A89; }
  #exemples header nav ul li a.active:before {
    background: #FFFFFF; }
  #exemples header nav ul li a:hover:before {
    background: #FFFFFF; }
  #exemples header nav ul li a:hover::before {
    background: #FFFFFF; }

#exemples footer {
  background: #756D6B; }
  #exemples footer #mentions-text {
    background: #756D6B; }

#exemples h2 {
  margin-left: -250px; }

#exemples p {
  width: 570px;
  margin: 50px auto 0 auto;
  font-size: 1.1rem;
  text-align: left;
  padding-left: 60px; }

#exemples ul.content-list {
  font-size: 1.1rem;
  padding-top: 0px;
  padding-left: 30px; }
  #exemples ul.content-list li {
    margin-bottom: 10px; }

#exemples .content {
  padding: 100px 0 100px 0;
  line-height: 1.4em;
  text-align: center; }

#exemples #strat1 {
  background: #7e7776; }
  #exemples #strat1 h2 {
    margin-left: -300px; }
  #exemples #strat1 ul.content-list {
    margin-top: 40px;
    padding-left: 60px; }
  #exemples #strat1 a {
    color: #FFFFFF;
    text-decoration: none; }
    #exemples #strat1 a:hover {
      text-decoration: underline; }

#exemples .exemple-strat {
  background: #FFFFFF !important;
  padding: 30px;
  margin-top: 20px;
  min-height: 200px; }
  #exemples .exemple-strat h3 {
    color: #7E7776;
    font-family: "Helvetica Neue BdCn", sans-serif;
    display: block;
    margin: 0 auto;
    font-size: 1.7em;
    text-align: center;
    border-bottom: 1px solid #7E7776;
    position: relative;
    padding-bottom: 10px;
    max-width: 1000px; }
    #exemples .exemple-strat h3:after {
      position: absolute;
      content: '';
      height: 15px;
      width: 15px;
      border: 1px solid #7E7776;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50%;
      background: #FFFFFF; }
  #exemples .exemple-strat ul {
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 40px;
    text-align: left; }
    #exemples .exemple-strat ul li {
      position: relative;
      margin-bottom: 20px; }
      #exemples .exemple-strat ul li:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        position: absolute;
        left: -20px;
        top: calc(1em / 4.5); }

#exemples .squares-wrapper {
  display: block;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  color: #000000;
  font-size: 0;
  font-family: "Helvetica Neue LtCn", sans-serif; }
  #exemples .squares-wrapper .square {
    width: 24.4%;
    max-width: 250px;
    padding: 50px 2px 20px 2px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    position: relative; }
    #exemples .squares-wrapper .square h4 {
      font-family: "Helvetica Neue BdCn", sans-serif;
      text-align: center;
      position: relative;
      padding-bottom: 10px; }
      #exemples .squares-wrapper .square h4:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #000000; }
      #exemples .squares-wrapper .square h4:after {
        position: absolute;
        content: '';
        height: 7px;
        width: 7px;
        border: 1px solid #000000;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        background: #d9d8d7; }
    #exemples .squares-wrapper .square ul.square-content-list {
      position: static;
      width: auto;
      padding: 20px 10px 0 30px !important; }
      #exemples .squares-wrapper .square ul.square-content-list .bold {
        font-family: "Helvetica Neue MdCn", sans-serif; }
      #exemples .squares-wrapper .square ul.square-content-list li {
        font-size: 1rem; }
        #exemples .squares-wrapper .square ul.square-content-list li span {
          letter-spacing: normal; }
        #exemples .squares-wrapper .square ul.square-content-list li:before {
          border: 1px solid black;
          top: 0;
          height: 8px;
          width: 8px; }
        #exemples .squares-wrapper .square ul.square-content-list li.no-margin-bottom {
          margin-bottom: 5px; }
    #exemples .squares-wrapper .square ul.square-content-sublist {
      font-size: 1rem;
      letter-spacing: .1px;
      position: static;
      width: auto;
      padding: 10px 0 0 20px !important; }
      #exemples .squares-wrapper .square ul.square-content-sublist li {
        margin-bottom: 10px; }
        #exemples .squares-wrapper .square ul.square-content-sublist li:before {
          height: 1px;
          width: 5px;
          background: #000000;
          border: none;
          top: 2px; }
    #exemples .squares-wrapper .square:before {
      content: '';
      position: absolute;
      height: 80px;
      width: 80px;
      top: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50%; }
  #exemples .squares-wrapper .square1 {
    background: #d9d8d7; }
    #exemples .squares-wrapper .square1 h4:after {
      background: #d9d8d7; }
    #exemples .squares-wrapper .square1:before {
      background: #FFFFFF url("../img/loupe.svg") no-repeat center 25px;
      background-size: 40px 40px; }
  #exemples .squares-wrapper .square2 {
    background: #cdc9c9; }
    #exemples .squares-wrapper .square2 h4:after {
      background: #cdc9c9; }
    #exemples .squares-wrapper .square2:before {
      background: #FFFFFF url("../img/graph.svg") no-repeat center 20px;
      background-size: 50px 50px; }
  #exemples .squares-wrapper .square3 {
    background: #c0bbbb; }
    #exemples .squares-wrapper .square3 h4:after {
      background: #c0bbbb; }
    #exemples .squares-wrapper .square3:before {
      background: #FFFFFF url("../img/rouages.svg") no-repeat center 25px;
      background-size: 40px 40px; }
  #exemples .squares-wrapper .square4 {
    background: #b2aead; }
    #exemples .squares-wrapper .square4 h4:after {
      background: #b2aead; }
    #exemples .squares-wrapper .square4:before {
      background: #FFFFFF url("../img/pouce.svg") no-repeat center 20px;
      background-size: 50px 50px; }

#who header {
  background-color: #9f8291; }

#who nav ul li a:not(.active):before {
  background: #9f8291; }

#who nav ul li a:hover:before {
  background: #FFFFFF; }

#who nav ul li a:hover::before {
  background: #FFFFFF; }

#who footer {
  background-color: #886174; }
  #who footer #mentions-text {
    background: #9f8291; }

#who .content {
  padding: 100px 0 100px 0;
  line-height: 1.4em;
  text-align: center; }

#who h2 {
  margin-left: -400px; }

#who .text-wrapper {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding-left: 50px; }

#who #strat1 {
  background: #886174; }
  #who #strat1 ul {
    padding: 0 0 0 20px;
    width: 100%; }
    #who #strat1 ul li {
      margin-bottom: 10px; }
  #who #strat1 p {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font-size: 1.3rem; }
  #who #strat1 span {
    display: block;
    width: 500px;
    font-size: 1.3rem;
    text-align: left;
    margin: 0 auto 0 auto;
    line-height: 1.2em; }
  #who #strat1 .margin-top {
    margin-top: 30px; }

#who #strat2 {
  background: #937283;
  text-align: left; }
  #who #strat2 h2 {
    margin-left: -350px; }
  #who #strat2 ul {
    padding: 0 0 0 20px;
    width: 100%; }
    #who #strat2 ul li {
      margin-bottom: 3px; }
  #who #strat2 p {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font-size: 1.1rem; }
  #who #strat2 span {
    display: block;
    width: 500px;
    font-size: 1.1rem;
    text-align: left;
    margin: 20px auto 0 auto;
    line-height: 1.1em; }

#contact {
  background: #8BAFC0; }
  #contact header {
    background-color: #87a9bc; }
  #contact nav ul li a:not(.active):before {
    background: #87a9bc; }
  #contact nav ul li a:hover:before {
    background: #FFFFFF; }
  #contact nav ul li a:hover::before {
    background: #FFFFFF; }
  #contact footer {
    background-color: #8bafc0; }
  #contact .content {
    padding: 50px 0 20px 0;
    line-height: 1.4em;
    text-align: center; }
  #contact .text-wrapper {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding-left: 50px; }
  #contact h2 {
    margin-left: -400px; }
    #contact h2:after {
      content: '';
      height: 200px;
      width: 1px;
      border-left: 1px solid #FFFFFF;
      position: absolute;
      left: 6px;
      top: 66px; }
  #contact #strat1 {
    background: #6b99af;
    min-height: 640px;
    position: relative; }
    #contact #strat1 #line-wrapper {
      margin-top: 50px;
      display: inline-block;
      position: relative; }
    #contact #strat1 .small_img {
      width: 100px;
      cursor: pointer; }
    #contact #strat1 #pierre-small {
      position: absolute;
      top: 110px;
      left: -65px; }
    #contact #strat1 #maryse-small {
      position: absolute;
      top: 250px;
      left: -65px; }
    #contact #strat1 #cross1, #contact #strat1 #cross2 {
      position: absolute;
      left: 20px;
      top: 105px;
      height: 28px;
      width: 28px;
      border-radius: 50%;
      color: #FFFFFF;
      background: #87A9BC;
      line-height: 32px;
      text-align: center;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      font-size: .9rem; }
    #contact #strat1 #cross2 {
      top: 245px; }
    #contact #strat1 #pierre-contact span, #contact #strat1 #maryse-contact span {
      display: block;
      text-align: left; }
      #contact #strat1 #pierre-contact span.contact-name, #contact #strat1 #maryse-contact span.contact-name {
        font-size: 1.3rem;
        line-height: 1.3rem; }
      #contact #strat1 #pierre-contact span.contact-phone, #contact #strat1 #maryse-contact span.contact-phone {
        line-height: 2rem;
        font-size: 2rem;
        margin-top: 7px;
        margin-bottom: 2px; }
      #contact #strat1 #pierre-contact span.contact-mail, #contact #strat1 #maryse-contact span.contact-mail {
        font-size: 1.2rem;
        line-height: 1.2rem; }
      #contact #strat1 #pierre-contact span.contact-career, #contact #strat1 #maryse-contact span.contact-career {
        margin-top: 5px; }
    #contact #strat1 #pierre-contact {
      cursor: pointer;
      position: absolute;
      top: 112px;
      left: 60px; }
    #contact #strat1 #maryse-contact {
      cursor: pointer;
      position: absolute;
      top: 252px;
      left: 60px; }
    #contact #strat1 #pierre-text {
      display: none;
      position: absolute;
      z-index: 1;
      width: 400px;
      height: 400px;
      top: -170px;
      left: 230px;
      background: url("../img/pierre_big.png") no-repeat center;
      -webkit-background-size: cover;
      background-size: cover; }
      #contact #strat1 #pierre-text .contact-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      #contact #strat1 #pierre-text h3 {
        font-family: "Helvetica Neue BdCn";
        font-size: 1.5rem;
        margin-bottom: 3px; }
        #contact #strat1 #pierre-text h3.margin-top {
          margin-top: 20px; }
    #contact #strat1 #maryse-text {
      display: none;
      position: absolute;
      z-index: 1;
      width: 420px;
      height: 420px;
      top: -170px;
      left: 230px;
      background: url("../img/maryse_big.png") no-repeat center;
      -webkit-background-size: cover;
      background-size: cover; }
      #contact #strat1 #maryse-text .contact-wrapper {
        position: absolute;
        width: 410px;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      #contact #strat1 #maryse-text h3 {
        font-family: "Helvetica Neue BdCn", sans-serif;
        font-size: 1.5rem;
        margin-bottom: 3px; }
        #contact #strat1 #maryse-text h3.margin-top {
          margin-top: 20px; }
      #contact #strat1 #maryse-text ul.text-list li {
        font-size: .9rem; }
      #contact #strat1 #maryse-text ul.text-list a {
        color: #FFFFFF; }
      #contact #strat1 #maryse-text .first-formation:before {
        left: 30px; }
    #contact #strat1 ul.text-list {
      position: relative; }
      #contact #strat1 ul.text-list li {
        position: relative;
        display: inline-block;
        width: auto;
        line-height: 1.1rem;
        letter-spacing: .5px;
        margin-bottom: 4px; }
        #contact #strat1 ul.text-list li:before {
          content: '';
          width: 8px;
          height: 8px;
          display: block;
          border: 1px solid #FFFFFF;
          border-radius: 50%;
          position: absolute;
          left: -15px;
          top: .1em; }
        #contact #strat1 ul.text-list li.first-formation:before {
          left: -5px; }
      #contact #strat1 ul.text-list span {
        text-align: center !important;
        font-family: "Helvetica Neue Th"; }
