@import url("https://fonts.googleapis.com/css?family=Lato:400");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ==========================================================================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;}

/* Sections
   ========================================================================== */
body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em;}

/* Text-level semantics
   ========================================================================== */
b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Components
========================================================================== */
html {
  box-sizing: border-box;
  background-color: #ffffff; }

*, *:before, *:after {
  box-sizing: inherit; }

.invisible {
  opacity: 0;
  transition: 0.7s; }

.fakefield {
  display: none; }

.left-align {
  text-align: left; }

.center {
  text-align: center; }

.right-align {
  text-align: right; }

.stress {
  color: rgba(255,255,255,0.8); }

.numscroller {
  color: #fff; 
  font-size: 36px; }

img, svg {
  max-width: 100%; }

.custo {
  max-width: 80%; }

.container {
  width: 88%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }

.row {
  display: block;
  width: 100%;
  clear: both; }

.half {
  width: 50%;
  overflow: auto;
  float: left; }

.text-container {
  max-width: 640px; }
  .text-container--center {
    margin-left: auto;
    margin-right: auto; }

.margin-right {
  margin-right: 8pt; }

html {
  font-family: "Roboto","Lato","Arial", sans-serif;
  color: #505050;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on; }

p {
  text-align: left;
  margin-bottom: 1.3em; }

h1, h2, h3, h4, thead {
  margin: 0.8em 0 0.5em;
  line-height: 1.35;
  color: #000;
  font-weight: 400; }

h5, h6 {
  margin: 1.414em 0 0.5em;
  line-height: 1.4;
  color: #505050;
  font-weight: 400; }

h1 {
  margin-top: 0;
  font-size: 2.074em; }

h2 {
  font-size: 1.728em; }

h3, thead {
  font-size: 1.44em; }

h4 {
  font-size: 1.2em; }

small, h6 {
  font-size: 0.833em;
  margin: 0.25em 0;}

ul {
  color: white;
  font-size: 1.2em;
  text-align: left; }

.vMenu {
  color: #6699cc; }

li {
  padding: 8px 0 12px 6px; }

pre {
  font-family: monospace, monospace;
  font-size: 1.8em;
  color: rgba(255,255,255,0.8);
  background: #f7f7f7;
  word-break: none;
  word-wrap: break-word;
  white-space: pre;
  padding: 8pt 16pt;
  width: 100%;
  overflow: auto;
  border: 1px solid #eee; }

a {
  outline: 0;
  text-decoration: none;
  transition: 0.7s;
  color: inherit; }

.link {
  color: #3366cc;
  text-decoration: underline; }

button, .button {
  display: inline-block;
  padding: 6pt 20pt;
  font-size : inherit;
  line-height: 1.7;
  border: 1px solid #3366cc;
  color: #3366cc;
  font-weight: 400;
  transition: 0.7s;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border-radius: 30px;
  transition: 0.7s;
  text-decoration: none; }
  button:hover, button:focus, .button:hover, .button:focus {
    outline: 0; }

.button__primary {
  background-color: #3366cc;
  border-color: #3366cc;
  color: #fff; }

.button__accent {
  background-color: #a2c037;
  border-color: #a2c037;
  color: #fff; }

.button__delete {
  background-color: tomato;
  border-color: tomato;
  color: #fff; }

#tableau {
  display : none; }
table {
  width: 100%;
  border-collapse: collapse; }

th, td {
  color : #505050;
  border-right : 1px solid #505050; }

td {
  height : 52px; }

thead {
  text-align : center;
  border-bottom : 1px solid #505050; }

thead th, thead td, tbody th, tbody td {
  padding: 12px; }

td img {
  width : 150px; }
  
.svghome {
  vertical-align: bottom;
  max-width: 115px;}

.landing__section {
  padding: 24pt 0;
  text-align : center; }

.landing__section:nth-child(odd) {
  background-color: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.navbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #3366cc;
  transition: 0.7s; }
  .navbar--nofixed {
    position: relative;
    z-index: 3; }

.navbar__inner {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  color: #fff;
  transition: 0.7s; }

.navbar__menu {
  display: none; }
  .navbar__menu--noMob {
    display: block; }
  .navbar__menu li {
    margin-left: 4pt;
    backface-visibility: hidden;
    display: inline-block; }
  .navbar__menu a {
    color: #fff; 
    font-weight: bold;
    font-size: 18px; }

.navbar__menu-mob {
  display: block; }
  .navbar__menu-mob--noMob {
    display: none; }

/*--- Extended and transparent version ---*/
.navbar--extended {
  background-color: #3366cc; }
  .navbar--extended .navbar__inner {
    height: 66px;
    color: #f7f7f7; }

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav__mobile ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background-color: #272727;
  color: #fff; }

.nav__mobile li {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .nav__mobile li:last-child {
    border-bottom: none; }

.js .nav__mobile {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav__mobile.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

#toggle svg {
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle; }

.header__bg {
  position: relative;
  width: 100%;
  box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;}
    .ml {
      background-image: url("../images/default_bg_desl.jpg");}
    .pe {
      background-image: url("../images/default_bg_gamme.jpg");}
    .hero {
      height : 1060px;
      background-image: url("../images/default_bg_autocut.png");
      color: #ffffff; }
    .page404 {
      background-image: url("../images/default_bg_404.jpg");
      color: #ffffff;}

.hero__inner {
    position: relative;
    z-index: 3; }

.hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.92;
  z-index: 1;
  background-color: #3366cc; }

.hero__overlay--gradient {
  background: linear-gradient(to right, #3366ccdb, #6699ccdb);}

.hero__overlay--gradientVertical {
  background: linear-gradient(to bottom, #3366ccdb, #6699ccdb); }

.hero__content {
  -js-display: flex;
  display: flex;
  align-items: center;
  min-height: calc( 100vh - 50px);
  padding: calc( 110px) 0;
  overflow: auto; }
  .hero__content__inner {
    width: 100%;
    max-width: 720px;
    text-align: left; }
#legende, #legendespace {
  display: none; }
#legende {
  color: black;
  font-size:14px;}

/* CONTENT STYLING
========================================================================== */
.default__title {
  color : black;
  text-align : center;}

.backg__title, .step2 h3 {
  color : white;
  text-align : center;}

.left__title {
  color : black;
  text-align : left;}

.hero__title {
  color: inherit;
  margin-bottom: 1.25em;
  font-weight: 600; }

.hero__text {
  opacity: 0.85;
  line-height: 1.7;
  text-align: left;
  font-size: 1.1em; }

.hero .button {
  margin: 12pt 8pt; }

.hero__button {
  color: #3366cc;
  border-color: #3366cc; }

.hero__button__accent {
  color: #a2c037;
  border-color: #a2c037; }

.hero__sub {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; }

.hero__sub__down {
  width: 1rem;
  height: 1rem;
  color: #505050;
  transition: 0.7s;
  cursor: pointer; }

#scrollToNext {
  transition: 0.7s; }

/*--- MODIFICATIONS ---*/
.hero--full .hero__content {
  min-height: 100vh; }

.hero--full + .hero__sub {
  display: none; }

.steps {
  text-align: center;
  padding: 16pt 0; }

.stepas {
  text-align: center;
  padding: 6pt 0; }

.step2 {
  padding: 2pt 0 10pt;
  text-align: center;
  width: 100%;
  border-top: 1px solid #eee;
  overflow: auto; }

.step2 h3 {
  font-weight : 600; }

#point1, #point7 {
  background-color : #3366cc; }
#point2, #point5, #point8 {
  background-color : #6699cc; }
#point3, #point6 {
  background-color : #999999; }
#point4 {
  background-color : #a2c037; }

.step {
  padding: 16pt 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #eee;
  overflow: auto; }
  .step:first-child {
    border-top: none; }

.step__media {
  margin: 12pt 0; }

.step__image {
  max-height: 140px;
  max-width: 222px;
  margin-top: 8pt;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.step__text {
  max-width: 36ch;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.section__image__compare {
  max-width : 1000px;
  margin : 0 auto ; }

.images-compare-label {
  color: #a2c037; }

.expanded {
  padding: 20pt 0 30pt 0; }

.expanded__inner {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }

.expanded__media {
  order: 1;
  text-align: center; }

.expanded__content {
  order: 2; }

.expanded:nth-child(even) .expanded__media {
  order: 1; }

.expanded__image {
  width: 90%;
  max-width: 220px;
  padding: 16pt 0; }

.expanded__title {
  max-width: 550px; }

.expanded__text {
  max-width: 60ch; }

.small {
padding: 50pt 0; }

.cta {
  background: linear-gradient(to right, #3366cc, #6699cc);
  color: #fff;
  padding: 48pt 0;
  text-align: center; }

.cta--reverse {
/*  background: linear-gradient(to left, #3366cc, #6699cc); */
  background-image: url("../images/desl.jpg");
  box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 48pt 0; }

.cta--plain {
  background: #3366cc; }

.cta--secondary {
  background: #6699cc; }

.cta__sub {
  margin: 16pt auto 24pt auto; }
  .cta__sub--center {
    text-align: center; }

.marque {
    font-weight: 600;}

.footer {
  background-color: #272727;
  padding: 36pt 0; }

.footer__inner {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.footer__textLogo {
  flex-shrink: 0;
  padding-right: 16pt;
  display: block;
  cursor: pointer;
  color: #3366cc;
  font-size: 1.225rem;
  min-width: 33%;
  margin-bottom: 1.5rem; }

.footer__data {
  -js-display: flex;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 0.25rem;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 0.9rem; }

.footer__data__item {
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 8pt; }

.footer__link {
  color: #9fa1a3;
  border-bottom: 1px dotted #505050;
  padding-bottom: 1pt;
  transition: 0.7s; }

.footer__row {
  margin-bottom: 8pt; }

.footer--dark {
  background-color: #272727; }
  .footer--dark .footer__textLogo {
    color: #fff; }
  .footer--dark .footer__inner {
    color: #d9d9d9; }
  .footer--dark .footer__link {
    color: #d9d9d9;
    border-color: #d9d9d9; }

.auth {
  padding-top: 102.66667px; }

.auth__inner {
  min-height: calc( 100vh - 188px);
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.auth__media img, .auth__media svg {
  max-height: 150px;
  max-width: 90%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.auth__auth {
  text-align: center; }

.auth__title {
  font-size: 1.728em; }

.page__header {
  position: relative;
  color: #ffffff;
  box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
  width: 100%; }

.page__header__inner {
  padding: 66px 0 0 0;
  position: relative;
  z-index: 3; }

.page__header__content {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32pt 0;
  overflow: auto; }
  .page__header__content__inner {
    width: 100%;
    max-width: 66ch;
    text-align: left; }

.page__header__title {
  color: white;
  margin-bottom: 1.25em; }

.page__header__text {
  color: white;
  line-height: 1.7; }

.page {
  padding: 24pt 0; }

.page__menu {
  width: 100%;
  position: relative; }

.page__main {
  flex-grow: 1; }

.page__main__title {
  margin-top: 0.75em; }

.page__image {
  max-width: 100%; }

.app__header {
  position: relative;
  color: #ffffff;
  box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
  width: 100%; }

.app__header__inner {
  padding: 66px 0 0 0;
  position: relative;
  z-index: 3; }

.app__header__content {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32pt 0;
  overflow: auto; }
  .app__header__content__inner {
    width: 100%;
    max-width: 66ch;
    text-align: center; }

.app__header__title {
  color: inherit;
  margin-bottom: 1.25em; }

.app__header__text {
  opacity: 0.85;
  line-height: 1.7;
  text-align: left; }

.app {
  padding: calc( 81.33333px) 0; }

.app__menu {
  width: 100%;
  position: relative; }

.app__main {
  flex-grow: 1; }

.app__main__title {
  margin-top: 0.75em; }

.app__image {
  max-width: 100%; }

/* Vertical menu
========================================================================== */
.vMenu {
  padding: 0;
  list-style-type: none;
  -js-display: flex;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #eee; }
  @media (min-width: 992px) {
    .vMenu {
      display: inline-block;
      border-bottom: none; } }
  .vMenu li {
    display: inline-block;
    margin-bottom: 1em;
    width: 48%;
    padding-left: 16pt; }
    @media (min-width: 992px) {
      .vMenu li {
        padding-left: 0;
        display: block;
        width: auto; } }
  .vMenu a {
    display: block; }
    @media (min-width: 992px) {
      .vMenu a {
        display: inline-block;
        opacity: 0.85; }
        .vMenu a:hover {
          opacity: 1;
          color: #3366cc; }
        .vMenu a:after {
          display: block;
          content: '';
          border-bottom: 1px solid #3366cc;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out; }
        .vMenu a:hover:after {
          transform: scaleX(1); } }
  .vMenu > ul {
    margin-top: -0.65em;
    padding-left: 1.5em;
    margin-bottom: 0.75em; }
  .vMenu > ul li {
    opacity: 0.85;
    font-size: 0.95em;
    margin-bottom: 0.25em; }
    .vMenu > ul li:before {
      content: "-";
      margin-right: 0.5em; }

.vMenu--active {
  color: #3366cc; }
  .vMenu--active:before {
    content: "\2014";
    margin-right: 0.333em; }
  @media (min-width: 992px) {
    .vMenu--active {
      opacity: 1;
      color: #3366cc; }
      .vMenu--active:after {
        display: block;
        content: '';
        border-bottom: 1px solid #3366cc;
        transform: none;
        transition: none; } }
/* ANIMATIONS svg keyframes
========================================================================== */
#caract {
  display : none;}

#VISU {
  animation: textea 30s linear infinite; }
#HACCP {
  animation: texteb 30s linear infinite; }
#MDD {
  animation: textec 30s linear infinite; }
#ABS {
  animation: texted 30s linear infinite; }
#RES {
  animation: textee 30s linear infinite; }
#CM {
  animation: textef 30s linear infinite; }
#MM {
  animation: texteg 30s linear infinite; }

@keyframes textea {
  0%  { opacity: 0; }
  2%  { opacity: 1; }
  11% { opacity: 1; }
  12% { opacity: 0; }
  100%{ opacity: 0; }
}
@keyframes texteb {
  0%  { opacity: 0; }
  12% { opacity: 0; }
  13% { opacity: 1; }
  25% { opacity: 1; }
  26% { opacity: 0; }
  100%{ opacity: 0; }
}
@keyframes textec {
  0%  { opacity: 0; }
  26% { opacity: 0; }
  27% { opacity: 1; }
  39% { opacity: 1; }
  40% { opacity: 0; }
  100%{ opacity: 0; }
}
@keyframes texted {
  0%  { opacity: 0; }
  40% { opacity: 0; }
  41% { opacity: 1; }
  53% { opacity: 1; }
  54% { opacity: 0; }
  100%{ opacity: 0; }
}
@keyframes textee{
  0%  { opacity: 0; }
  54% { opacity: 0; }
  55% { opacity: 1; }
  67% { opacity: 1; }
  68% { opacity: 0; }
  100%{ opacity: 0; }
}
@keyframes textef {
  0%  { opacity: 0; }
  68% { opacity: 0; }
  69% { opacity: 1; }
  81% { opacity: 1; }
  82% { opacity: 0; }
  100%{ opacity: 0; }
}
@keyframes texteg {
  0%  { opacity: 0; }
  82% { opacity: 0; }
  83% { opacity: 1; }
  95% { opacity: 1; }
  96% { opacity: 0; }
  100%{ opacity: 0; }
}

#Calque_2 {
  animation: popup 2s linear 4s infinite alternate; }
@keyframes popup {
  0%  { opacity: 1; }
  50% { opacity: 0; }
  100%{ opacity: 1; }
}

#Calque_4 {
  animation: fly 6s ease-out 4s infinite alternate; }
@keyframes fly {
  0%  { transform: rotate(0deg); }
  70% { transform: rotate(8deg); }
  100%{ transform: rotate(0deg); }
}

#Calque_6 {
  animation: oeil 4s linear infinite; }
@keyframes oeil {
  0%  { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  70% { opacity: 0; }
  75% { opacity: 1; }
  100%{ opacity: 1; }
}

#Calque_7 {
  animation: clin 4s linear infinite; }
@keyframes clin {
  0%  { opacity: 0; }
  25% { opacity: 0; }
  30% { opacity: 1; }
  70% { opacity: 1; }
  75% { opacity: 0; }
  100%{ opacity: 0; }
}

/* Personnalisation svg
==========================================================================  */
#cls-13 {
  animation: light 1s ease-in infinite alternate; }
@keyframes light {
  0%  { opacity: .1; }
  100%{ opacity: 1; }
}

#LOGO {
  animation: logoa 16s linear infinite; }
#HYG {
  animation: logob 16s linear infinite; }
#INDU {
  animation: logoc 16s linear infinite; }
#HORECA {
  animation: logod 16s linear infinite; }
        
@keyframes logoa {
  0%  { opacity: 1; }
  22% { opacity: 1; }
  25% { opacity: 0; }
  100%{ opacity: 0; }
}

@keyframes logob {
  0%  { opacity: 0; }
  25% { opacity: 0; }
  27% { opacity: 1; }
  47% { opacity: 1; }
  50% { opacity: 0; }
  100%{ opacity: 0; }
}

@keyframes logoc {
  0%  { opacity: 0; }
  50% { opacity: 0; }
  52% { opacity: 1; }
  72% { opacity: 1; }
  75% { opacity: 0; }
  100%{ opacity: 0; }
}

@keyframes logod {
  0%  { opacity: 0; }
  75% { opacity: 0; }
  77% { opacity: 1; }
  97% { opacity: 1; }
  100%{ opacity: 0; }
}
/* RESPONSIVE design
========================================================================== */

/* @media screen and (min-width: 200px) and (max-width: 991px) { } */

@media screen and (min-width: 992px) {
  .link:hover {
      color: #a2c037; }
  .button__primary:hover, .button__accent:hover, .button__delete:hover  {
      border-color: #fff;}
  .navbar__menu {
      display: block; }
  .navbar__menu li {
      margin-left: 16pt; }
  .navbar__menu a {
      opacity: 0.75; }
        .navbar__menu a:hover {
          opacity: 1; }
        .navbar__menu a:after {
          display: block;
          content: '';
          border-bottom: solid 1px #fff;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out; }
        .navbar__menu a:hover:after {
          transform: scaleX(1); }
  .navbar__menu-mob {
      display: none; }
  .navbar--extended {
      background-color: transparent; }
  .hero__sub__down:hover {
      color: #3366cc; }
  .step {
      border-top: none;
      width: 380px; }
  .step__media {
      margin: 30pt 0; }
  .step__image {
      max-width: none; }
  .steps__inner {
      -js-display: flex;
      display: flex;
      justify-content: space-around; }
  .step h3 {
      font-weight:600;}
  .left {
      border-left : 1px solid #505050; }
  .expanded__inner {
      flex-direction: row; }
  .expanded__media {
      width: 50%;
      flex-shrink: 0;
      order: unset; }
  .expanded__content {
      padding: 0 16pt;
      flex-shrink: 0;
      order: unset; } 
  .expanded:nth-child(even) .expanded__media {
      order: 1; }
  .expanded__image {
      max-width: 280px; }
  .footer__inner {
      flex-direction: row; }
  .footer__textLogo {
      margin-bottom: 0; }
  .footer__textLogo {
      min-width: 25%;
      font-size: 1.325rem; }
  .footer__data {
      flex-wrap: nowrap;
      flex-direction: row; }
        .footer__link:hover {
          color: #fafafa; }
        .footer--dark .footer__link:hover {
          color: #fff;
          border-color: #fff; }
  .auth__inner {
      flex-direction: row; }
  .auth__media {
      width: 50%;
      flex-shrink: 0; }
  .auth__media img, .auth__media svg {
      max-height: 300px; }
  .auth__media img, .auth__media svg {
      max-height: 400px; }     
  .auth__auth {
      width: 50%;
      flex-shrink: 0; }
  .page__inner {
      -js-display: flex;
      display: flex; }
  .page__menu {
      display: block;
      width: 300px;
      flex-shrink: 0; }
  .app__inner {
      -js-display: flex;
      display: flex; }
  .app__menu {
      display: block;
      width: 300px;
      flex-shrink: 0; }
  .js .nav__mobile {
      position: relative; }
  .js .nav__mobile.closed {
      max-height: none; }
  .nav-toggle {
      display: none; }
  #caract {
      display: inherit;
      top : -425px;
      left : 400px; }
  #tableau, #legende {
      display : inherit; }
  #legendeespace {
      display: inline-block;
      width: 80px; }
  }