@charset "UTF-8";
.notice {
  color: blue;
  font-weight: bold;
  font-size: 2em; }

.notice {
  border: solid red 1px; }

/* P-A Rochat 2014 

*/
.bold {
  font-weight: bold; }

.underlined {
  text-decoration: underline; }

.grayscale img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Webkit Nightlies & Google Chrome Canary */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

.grayscale img:hover {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0); }

/*	Resets (http://lessframework.com by Jony Korpi)	------	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }

body {
  font: 12px/24px Georgia, serif; }

.small, small {
  font-size: 13px;
  line-height: 18px; }

/* Selection colours (easy to forget) */
::selection {
  background: #a0c1df;
  color: black; }

::-moz-selection {
  background: #a0c1df;
  color: black; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.clear {
  background: none;
  border: 0 !important;
  clear: both !important;
  display: block;
  float: none !important;
  font-size: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important; }

li {
  list-style-type: none; }

@font-face {
  font-family: 'Suisse-BP';
  src: url("fonts/SuisseBPSerif.eot");
  src: url("fonts/SuisseBPSerif.eot?#iefix") format("embedded-opentype"), url("fonts/SuisseBPSerif.woff") format("woff"), url("fonts/SuisseBPSerif.ttf") format("truetype"), url("fonts/SuisseBPSerif.svg#SuisseBPSerif") format("svg");
  font-weight: 200;
  font-style: normal; }
body {
  margin: 0;
  color: black;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: white;
  letter-spacing: 2px; }

strong {
  font-family: "Times New Roman", times, serif;
  color: black; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 200;
  letter-spacing: 2px; }

a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: pointer; }

a.selected {
  color: black; }

a:hover, a.hovered {
  color: #646464; }

img {
  color: white; }

#cache {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  display: none;
  width: 100%;
  height: 2000px;
  height: 100vh; }
  #cache #close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer; }

#zoom {
  cursor: pointer;
  position: fixed;
  z-index: 11;
  display: none;
  text-align: center; }
  #zoom img {
    position: relative;
    margin: auto; }

#wrapper {
  width: 100%; }

#menu {
  -webkit-backface-visibility: hidden;
  font-family: "Times New Roman", times, serif;
  color: black; }

.page {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.6px; }
  .page #clients {
    margin: auto;
    margin-top: 30px;
    width: 80%;
    text-align: center; }
    .page #clients li {
      display: inline-block; }
    .page #clients a {
      margin: 0 20px;
      font-family: "Times New Roman", times, serif;
      font-size: 1.5em; }

h1, h2, h3, h4 {
  font-size: 14px; }

.no_mobile_inline {
  display: none; }

#container {
  width: 98%;
  margin: 1%; }

#items {
  margin-top: 5px; }

.item {
  width: 50%;
  margin: 0; }
  .item img {
    width: 95%;
    display: block;
    margin: auto;
    margin-bottom: 5%; }

#header {
  position: relative;
  left: 0%;
  width: 100%;
  z-index: 2;
  background-color: white; }
  #header #menu_link {
    position: absolute;
    margin-left: 2%;
    margin-top: 5px; }
    #header #menu_link img {
      width: 22px; }
  #header #menu {
    margin-top: 5px;
    font-size: 24px;
    line-height: 30px;
    margin-left: 2%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.2px;
    font-family: "Times New Roman", times, serif;
    background-color: white; }
    #header #menu a {
      color: black; }
    #header #menu a:hover {
      color: #646464; }
  #header h1 {
    text-align: center;
    border-bottom: solid #c0c1c4 1px;
    padding-top: 10px;
    padding-bottom: 10px; }

#diaporama {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0; }
  #diaporama img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }

#viewer {
  position: absolute;
  height: 70vh;
  overflow: scroll;
  border: solid blue 2px; }

#imgs_container {
  background-color: white;
  width: 100%;
  position: relative;
  margin-top: 30px; }
  #imgs_container #dummy {
    display: none; }
  #imgs_container img {
    position: static;
    display: block; }

#all {
  display: none; }

#footer.home, #footer.about, #footer.copyright, #footer.contact {
  position: fixed;
  background-color: transparent;
  z-index: 1000;
  bottom: 0px; }

#footer {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

@media screen and (min-width: 700px) {
  .no_mobile_inline {
    display: inline; }

  .item {
    width: 33.33%; }

  #header.home, #header.about, #header.copyright, #header.contact {
    background-color: transparent; }

  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 0px; }
    #header #menu_nav {
      margin: 0;
      padding: 0; }
    #header #menu {
      background-color: transparent;
      font-size: 16px;
      line-height: 14px;
      margin-bottom: 10px;
      padding-bottom: 0px; }
      #header #menu li {
        display: inline; }
        #header #menu li a {
          display: inline-block; }
          #header #menu li a span {
            display: block; }
        #header #menu li a.selected span {
          border-bottom: solid black 1px; }
    #header #logo {
      font-size: 1.2em; }
    #header h1 {
      border: none;
      margin-bottom: 10px; }

  #footer {
    position: fixed;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    background-color: white;
    bottom: 0;
    margin: 0; }

  #imgs_container {
    width: auto;
    background-color: white;
    position: relative; }
    #imgs_container #dummy {
      display: block;
      background-color: white;
      position: absolute;
      z-index: -1; }
    #imgs_container img {
      position: absolute; }

  #container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    margin-top: 110px; }

  /* ce div sert à récupérer les event scrolls qui ne sont pas déclenchés sur du vide */
  #all {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0; }

  #menu_link {
    display: none; }

  .page {
    margin-top: 150px;
    text-align: center; } }
@media screen and (min-width: 701px) and (max-width: 799px) and (orientation: landscape) {
  body {
    font-size: 12px; }

  h1, h2, h3, h4, h5 {
    font-size: 12px; }

  #header h1 {
    margin-bottom: 0; }

  #footer {
    height: 23px;
    padding-top: 3px; }

  #container {
    margin-top: 100px; } }
@media screen and (min-width: 701px) and (max-width: 799px) and (orientation: portrait) {
  body {
    font-size: 14px;
    line-height: 18px; }

  h1, h2, h3, h4, h5 {
    font-size: 14px;
    line-height: 18px; }

  .no_mobile {
    display: block; }

  #menu_mask {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #ebebeb;
    opacity: 0.5; }

  #menu {
    height: auto; }
    #menu h1 {
      display: none;
      margin-top: 40px;
      margin-bottom: 53px;
      margin-left: 7.8125%; }
      #menu h1 img {
        width: 256px; }
    #menu nav {
      width: 84.375%;
      margin-left: 7.8125%;
      font-size: 14px;
      line-height: 14px; }
      #menu nav li {
        margin-top: 18px;
        margin-bottom: 0;
        padding-bottom: 13px; }
      #menu nav .submenu {
        text-align: right; }
        #menu nav .submenu li {
          display: inline;
          border: none;
          padding: 0;
          margin-left: 27px; }
          #menu nav .submenu li a {
            font-size: 14px;
            padding-left: 0;
            display: inline; }
        #menu nav .submenu li.first {
          margin-left: 0; }

  #menu.menu_home {
    display: block; }
    #menu.menu_home h1 {
      display: block; }

  #home_logo {
    display: none; }

  .home_gallery {
    display: block;
    position: fixed;
    z-index: 3;
    bottom: 40px;
    width: 84.375%;
    margin-left: 7.8125%; }
    .home_gallery li {
      position: fixed;
      bottom: 40px;
      width: 84.375%; }

  #lang_btns_mobile {
    position: relative;
    width: 84.375%;
    margin-left: 7.8125%;
    margin-top: 23px;
    margin-bottom: 27px; }

  #mobile_header #caption_mobile {
    padding-top: 13px;
    padding-bottom: 14px;
    top: 30px;
    font-size: 14px;
    line-height: 21px; } }
@media screen and (min-width: 800px) {
  body {
    font-size: 14px;
    line-height: 18px; }

  h1, h2, h3, h4, h5 {
    font-size: 14px;
    line-height: 18px; }

  .items {
    width: 100%; }

  #header #menu {
    font-size: 26px;
    line-height: 21px;
    width: 1000px;
    margin: auto; }
  #header h1 {
    margin-bottom: 20px; }

  .page {
    margin-top: 180px; }

  #container {
    margin-top: 160px; } }
@media screen and (min-width: 1441px) and (min-height: 800px) {
  body {
    font-size: 14px;
    line-height: 18px; }

  h1, h2, h3, h4, h5 {
    font-size: 14px;
    line-height: 18px; } }

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