@font-face {
  font-family: 'neubau_seriflight';
  src: url('../fonts/neubau-serif-light-webfont.eot');
  src: url('../fonts/neubau-serif-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neubau-serif-light-webfont.woff2') format('woff2'), url('../fonts/neubau-serif-light-webfont.woff') format('woff'), url('../fonts/neubau-serif-light-webfont.ttf') format('truetype'), url('../fonts/neubau-serif-light-webfont.svg#neubau_seriflight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'neubau_serifbold';
  src: url('../fonts/neubauserif-bold-webfont.eot');
  src: url('../fonts/neubauserif-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neubauserif-bold-webfont.woff2') format('woff2'), url('../fonts/neubauserif-bold-webfont.woff') format('woff'), url('../fonts/neubauserif-bold-webfont.ttf') format('truetype'), url('../fonts/neubauserif-bold-webfont.svg#neubau_serifbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fira_sans_otregular';
  src: url('../fonts/firasansot-regular-webfont.eot');
  src: url('../fonts/firasansot-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasansot-regular-webfont.woff2') format('woff2'), url('../fonts/firasansot-regular-webfont.woff') format('woff'), url('../fonts/firasansot-regular-webfont.ttf') format('truetype'), url('../fonts/firasansot-regular-webfont.svg#fira_sans_otregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fira_sans_otbold';
  src: url('../fonts/firasansot-bold-webfont.eot');
  src: url('../fonts/firasansot-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasansot-bold-webfont.woff2') format('woff2'), url('../fonts/firasansot-bold-webfont.woff') format('woff'), url('../fonts/firasansot-bold-webfont.ttf') format('truetype'), url('../fonts/firasansot-bold-webfont.svg#fira_sans_otbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fira_sans_otbold_italic';
  src: url('../fonts/firasansot-bolditalic-webfont.eot');
  src: url('../fonts/firasansot-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasansot-bolditalic-webfont.woff2') format('woff2'), url('../fonts/firasansot-bolditalic-webfont.woff') format('woff'), url('../fonts/firasansot-bolditalic-webfont.ttf') format('truetype'), url('../fonts/firasansot-bolditalic-webfont.svg#fira_sans_otbold_italic') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'arvoregular';
  src: url('../fonts/arvo-regular-webfont.eot');
  src: url('../fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arvo-regular-webfont.woff2') format('woff2'), url('../fonts/arvo-regular-webfont.woff') format('woff'), url('../fonts/arvo-regular-webfont.ttf') format('truetype'), url('../fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'arvobold';
  src: url('../fonts/arvo-bold-webfont.eot');
  src: url('../fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arvo-bold-webfont.woff2') format('woff2'), url('../fonts/arvo-bold-webfont.woff') format('woff'), url('../fonts/arvo-bold-webfont.ttf') format('truetype'), url('../fonts/arvo-bold-webfont.svg#arvobold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family:"Le Grand Ligatures Regular";

    src:url("../fonts/LeGrandLigatures-Regular.woff2") format("woff2"),url("../fonts/LeGrandLigatures-Regular.woff") format("woff"),url("../fonts/LeGrandLigatures-Regular.otf") format("opentype");

    font-style:normal;font-weight:400;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff; }

body {
  text-align: center;
  /*background: url(../img/home/background-texture@2x.png) repeat 0 0;*/
  min-height: 560px;
  font-family: "fira_sans_otregular";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  -ms-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "hlig" 1, "clig" 1; }

.hidden {
  visibility: hidden;
  z-index: -1; }

#Header {
  position: fixed;
  right: 10px;
  top: 10px;
  opacity: 1;
  z-index: 4;
  width: 140px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  #Header .languages {
    background: url("../img/home/sprite-select-language@2x.png") no-repeat 0 0;
    background-size: 71px 50px;
    width: 71px;
    height: 25px;
    cursor: pointer;
    float: left; }
    #Header .languages[data-lang="en"] {
      background-position: 0px -25px; }

  #Header .language_bt{
    background: #333;
    height: 25px;
    line-height: 27px;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: "fira_sans_otbold";
    font-size: 12px;
    cursor: pointer;
    border-radius: 16px;
    text-align: center;
    transition:  all 0.2s ease-in-out;
    display: none;
  }

  #Header .language_bt:hover{
    background: #E2E2E2;
    color: #333;
  }

  #Header .about--link {
    font-family: "fira_sans_otregular";
    font-size: 12px;
    height: 20px;
    margin-top: 4px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    #Header .about--link:hover {
      opacity: 0.7; }

#Header.hidden {
  opacity: 0; }

#LeftHeader{
  position: fixed;
  left: 10px;
  top: 10px;
  width: 60px;
  z-index: 1000;
}

#LeftHeader .shareblock_links {
  width: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
#LeftHeader .shareblock_links .shareblock_link {
  background: url("../img/sprite-share-btn_2x.png") no-repeat 0 0;
  background-size: 105px 70px;
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer; }
#LeftHeader .shareblock_social{
  margin-top: 4px;
}
#LeftHeader .shareblock_links .shareblock_link--is {
  background-position: 0 0; }
#LeftHeader .shareblock_links .shareblock_link--is:hover {
  background-position: 0 -35px; }
#LeftHeader .shareblock_links .shareblock_link--lk {
  background-position: -35px 0px; }
#LeftHeader .shareblock_links .shareblock_link--lk:hover {
  background-position: -35px -35px; }
  #LeftHeader .shareblock_links .shareblock_link--em {
  background-position: -70px 0px; }
#LeftHeader .shareblock_links .shareblock_link--em:hover {
  background-position: -70px -35px; }

#LeftHeader .shareblock_links .shareblock_links_text {
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "fira_sans_otregular";
  font-size: 12px;
  line-height: 14px;
  position: relative;
  top: 0px;
  display: inline-block;
vertical-align: top;}
  #LeftHeader .shareblock_links.shareblock_soutenir .shareblock_link--heart {
    cursor: pointer;
    background: url("../img/home/sprite-picto-soutenir_2x.png") no-repeat 0 0;
    background-size: 35px 70px;
    width: 35px;
    height: 35px; }
  #LeftHeader .shareblock_links.shareblock_soutenir .shareblock_link--heart:hover {
    background-position: 0 -35px; }
#LeftHeader .shareblock_links.hidden {
opacity: 0; }

#Home[data-step="comparison"] #Disclaimer .disclaimer_content{
  z-index: 0;
}

#Home[data-step="comparison"] #DisclaimerComparison{
  margin-top: 0px;
  opacity: 1;
  z-index: 5000;
  pointer-events: all;
  transform: translate(-50%, 0%) rotate(0deg);
}

#DisclaimerComparison .disclaimer_theme, #DisclaimerComparison .disclaimer_theme_2{
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 19px !important;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "arvobold";
}

#DisclaimerComparison .disclaimer_theme_plus{
  display: block;
  vertical-align: top;
  font-family: "arvobold";
  line-height: 21px;
  font-size: 21px;
  margin-top: -5px;
}

#Home #TreeSVG path{
  stroke-opacity: .6 !important;
}

#Home #TreeSVG path:hover{
  stroke-opacity: .6 !important;
}

#Home #TreeSVG path.selected{
  stroke-opacity: 1 !important;
}


#Home {
  position: relative;
  display: inline-block;
  width: 1080px;
  margin-top: 60px;
  text-align: center;
  vertical-align: top;
  z-index: 3; 
}
#Home:before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 970px;
  height: 1707px;
  top: 260px;
  margin-left: 0px;
  /*background: url("../img/home-wires.svg") no-repeat 0 0;*/
  background: url("../img/background-threads.webp") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

#Home.displayedwires:before{
  opacity: 1;
}

  #Home .treesvg_container {
    position: absolute;
    left: 0px;
    top: 0px; }
  #Home #TreeSVG {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 560px; }
    #Home #TreeSVG .hiddenPath {
      display: none; }
  #Home #Tree {
    position: relative;
    left: 0px;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    height: 560px;
    width: 500px;
    transition: left 0.6s ease-in-out;
    }
    #Home #Tree .spiderweb {
      background: url("../img/home-spider.png") no-repeat 0 0;
      background-size: 100% 100%;
      position: absolute;
      visibility: visible;
      left: 250px;
      top: 280px;
      width: 340px;
      height: 340px;
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
    #Home #Tree .spiderweb.hidden {
      opacity: 0; }
    #Home #Tree .tree_legend {
      position: absolute;
      left: 50%;
      top: 50%;
      text-align: center;
      width: 280px;
      z-index: 1;
      margin: 0;
      font-family: "fira_sans_otregular";
      font-size: 30px;
      line-height: 32px;
      color: #555555;
      opacity: 1;
      transform: translate(-50%, -50%);
      transition: opacity 0.3s ease-in-out; }

    #Home #Tree .tree_legend.animated{
      animation: shake 1.5s linear infinite;
    }

    @keyframes shake {
        0% { transform: translate(-50%, -50%); }
        25% { transform: translate(-50%, -40%); }
        50% { transform: translate(-50%, -50%); }
        75% { transform: translate(-50%, -60%); }
        100% { transform: translate(-50%, -50%); }
    }

    #Home #Tree .tree_legend.hidden {
      opacity: 0; }
    #Home #Tree .tree_nodes {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2; }
    #Home #Tree .tree_node {
      position: absolute;
      background-image: url("../img/home/sprite-icons-themes3@2x-new.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 960px 160px;
      width: 80px;
      height: 80px;
      cursor: pointer;
      background-color: #fff;
      border-radius: 80px;
      margin-top: 0px;
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
      -ms-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
      transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
      -webkit-transition-property: -webkit-transform, opacity, margin-top, background-color;
      -webkit-transition: -webkit-transform, opacity, margin-top, background-color;
              transition: transform, opacity, margin-top, background-color;
      -webkit-transition-duration: 0.4s, 0.4s, 0.4s, 0.3s;
      transition-duration: 0.4s, 0.4s, 0.4s, 0.3s;
      -webkit-transform-origin: 50% 51% 0;
      -ms-transform-origin: 50% 50% 0;
      transform-origin: 50% 51% 0; }

      #Home #Tree .tree_node .tree_node_label {
        font-size: 12px;
        line-height: 16px;
        color: #666666;
        min-width: 100%;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-font-smoothing: antialiased;
        padding: 2px 4px;
        background: transparent;
        display: inline-block;
        border-radius: 6px;
      }
      #Home #Tree .tree_node .tree_node_label.top {
        bottom: 84px; }
      #Home #Tree .tree_node .tree_node_label.bottom {
        top: 84px; }

    #Home #Tree .tree_node.selected, #Home #Tree .tree_node.compared{
      z-index: 100;
    }

    #Home #Tree .tree_node.selected .tree_node_label, #Home #Tree .tree_node.compared .tree_node_label{
      color: #fff;
      background: #333;
      z-index: 100;
      font-family: "fira_sans_otbold";
      font-size: 16px;
      line-height: 20px;
      padding: 4px 8px 2px !important;
    }

    #Home #Tree .tree_nodes.hidden .tree_node {
      margin-top: -50px;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotateY(180deg) rotateZ(0deg);
      -ms-transform: translate(-50%, -50%) rotateY(180deg) rotateZ(0deg);
      transform: translate(-50%, -50%) rotateY(180deg) rotateZ(0deg); }
    #Home #Tree .tree_node.notcompared {
      background-color: #ddd2cf; }
    #Home #Tree .tree_node:nth-child(1) {
      -webkit-transition-delay: 0s, 0s, 0s;
      transition-delay: 0s, 0s, 0s; }
    #Home #Tree .tree_node:nth-child(2) {
      -webkit-transition-delay: 0.2s, 0.2s, 0.2s, 0s;
      transition-delay: 0.2s, 0.2s, 0.2s, 0s; }
    #Home #Tree .tree_node:nth-child(3) {
      -webkit-transition-delay: 0.4s, 0.4s, 0.4s, 0s;
      transition-delay: 0.4s, 0.4s, 0.4s, 0s; }
    #Home #Tree .tree_node:nth-child(4) {
      -webkit-transition-delay: 0.6s, 0.6s, 0.6s, 0s;
      transition-delay: 0.6s, 0.6s, 0.6s, 0s; }
    #Home #Tree .tree_node:nth-child(5) {
      -webkit-transition-delay: 0.8s, 0.8s, 0.8s, 0s;
      transition-delay: 0.8s, 0.8s, 0.8s, 0s; }
    #Home #Tree .tree_node:nth-child(6) {
      -webkit-transition-delay: 1s, 1s, 1s, 0s;
      transition-delay: 1s, 1s, 1s, 0s; }
    #Home #Tree .tree_node:nth-child(7) {
      -webkit-transition-delay: 1.2s, 1.2s, 1.2s, 0s;
      transition-delay: 1.2s, 1.2s, 1.2s, 0s; }
    #Home #Tree .tree_node:nth-child(8) {
      -webkit-transition-delay: 1.4s, 1.4s, 1.4s, 0s;
      transition-delay: 1.4s, 1.4s, 1.4s, 0s; }
    #Home #Tree .tree_node:nth-child(9) {
      -webkit-transition-delay: 1.6s, 1.6s, 1.6s, 0s;
      transition-delay: 1.6s, 1.6s, 1.6s, 0s; }
    #Home #Tree .tree_node:nth-child(10) {
      -webkit-transition-delay: 1.8s, 1.8s, 1.8s, 0s;
      transition-delay: 1.8s, 1.8s, 1.8s, 0s; }
    #Home #Tree .tree_node:nth-child(11) {
      -webkit-transition-delay: 2s, 2s, 2s, 0s;
      transition-delay: 2s, 2s, 2s, 0s; }
    #Home #Tree .tree_node:nth-child(12) {
      -webkit-transition-delay: 2.2s, 2.2s, 2.2s, 0s;
      transition-delay: 2.2s, 2.2s, 2.2s, 0s; }

    #Home #Tree .tree_node{
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    }

    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node{
      background-color:  #fff !important;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    }

    #Home #Tree .tree_node--1 {
      left: 0px;
      top: -208px;
      background-position: 0 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--1 .card_picto{
      background-position: 0 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--1{
      background-position: 0px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--1:hover, #Home #Tree .tree_nodes .tree_node--1.selected, #Home #Tree .tree_nodes .tree_node--1.compared{
      background-color: #a5af19 !important;
      background-position: 0px -80px !important;
    }
    #Home #Tree .tree_node--1.selected .tree_node_label, #Home #Tree .tree_node--1.compared .tree_node_label{
      background: #a5af19;
    }

    #Home #Tree .tree_node--2 {
      left: 104px;
      top: -178px;
      background-position: -80px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--2 .card_picto{
      background-position: -80px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--2{
      background-position: -80px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--2:hover, #Home #Tree .tree_nodes .tree_node--2.selected, #Home #Tree .tree_nodes .tree_node--2.compared {
      background-color: #6b6c98 !important;
      background-position: -80px -80px !important;
    }
    #Home #Tree .tree_node--2.selected .tree_node_label, #Home #Tree .tree_node--2.compared .tree_node_label{
      background: #6b6c98;
    }

    #Home #Tree .tree_node.tree_node--2 .tree_node_label, #Home #Tree .tree_node.tree_node--3 .tree_node_label, #Home #Tree .tree_node.tree_node--4 .tree_node_label, #Home #Tree .tree_node.tree_node--5 .tree_node_label, #Home #Tree .tree_node.tree_node--6 .tree_node_label{
      left: 100% !important;
      top: 50% !important;
      transform: translate(0, -50%) !important;
      bottom: auto !important;
      min-width: 60px;
      text-align: left;
      margin-left: 5px;
    }

    #Home #Tree .tree_node.tree_node--8 .tree_node_label, #Home #Tree .tree_node.tree_node--9 .tree_node_label, #Home #Tree .tree_node.tree_node--10 .tree_node_label, #Home #Tree .tree_node.tree_node--11 .tree_node_label, #Home #Tree .tree_node.tree_node--12 .tree_node_label{
      right: 100% !important;
      top: 50% !important;
      transform: translate(0, -50%) !important;
      bottom: auto !important;
      min-width: 66px;
      text-align: right;
      left: auto !important;
      margin-right: 5px;
    }


    #Home #Tree .tree_node--3 {
      left: 180px;
      top: -104px;
      background-position: -160px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--3 .card_picto{
      background-position: -160px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--3{
      background-position: -160px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--3:hover, #Home #Tree .tree_nodes .tree_node--3.selected, #Home #Tree .tree_nodes .tree_node--3.compared {
      background-color: #ea8a6d !important;
      background-position: -160px -80px !important;
    }
    #Home #Tree .tree_node--3.selected .tree_node_label, #Home #Tree .tree_node--3.compared .tree_node_label{
      background: #ea8a6d;
    }

    #Home #Tree .tree_node--4 {
      left: 208px;
      top: 0px;
      background-position: -240px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--4 .card_picto{
      background-position: -240px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--4{
      background-position: -240px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--4:hover, #Home #Tree .tree_nodes .tree_node--4.selected, #Home #Tree .tree_nodes .tree_node--4.compared {
      background-color: #ee5b59 !important;
      background-position: -240px -80px !important;
    }
    #Home #Tree .tree_node--4.selected .tree_node_label, #Home #Tree .tree_node--4.compared .tree_node_label{
      background: #ee5b59;
    }

    #Home #Tree .tree_node--5 {
      left: 180px;
      top: 104px;
      background-position: -320px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--5 .card_picto{
      background-position: -320px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--5{
      background-position: -320px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--5:hover, #Home #Tree .tree_nodes .tree_node--5.selected, #Home #Tree .tree_nodes .tree_node--5.compared {
      background-color: #be9051 !important;
      background-position: -320px -80px !important; }
    }
    #Home #Tree .tree_node--5.selected .tree_node_label, #Home #Tree .tree_node--5.compared .tree_node_label{
      background: #be9051;
    }


    #Home #Tree .tree_node--6 {
      left: 104px;
      top: 178px;
      background-position: -400px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--6 .card_picto{
      background-position: -400px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--6{
      background-position: -400px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--6:hover, #Home #Tree .tree_nodes .tree_node--6.selected, #Home #Tree .tree_nodes .tree_node--6.compared {
      background-color: #50aeb4 !important;
      background-position: -400px -80px !important; }
    #Home #Tree .tree_node--6.selected .tree_node_label, #Home #Tree .tree_node--6.compared .tree_node_label{
      background: #50aeb4;
    }


    #Home #Tree .tree_node--7 {
      left: 0px;
      top: 208px;
      background-position: -480px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--7{
      background-color: #896866 !important;
    }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--7 .card_picto{
      background-position: -480px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--7{
      background-position: -480px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--7:hover, #Home #Tree .tree_nodes .tree_node--7.selected, #Home #Tree .tree_nodes .tree_node--7.compared {
      background-color: #896866 !important;
      background-position: -480px -80px !important; }
    #Home #Tree .tree_node--7.selected .tree_node_label, #Home #Tree .tree_node--7.compared .tree_node_label{
      background: #896866;
    }


    #Home #Tree .tree_node--8 {
      left: -104px;
      top: 178px;
      background-position: -720px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--8 .card_picto{
      background-position: -720px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--8{
      background-position: -720px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--8:hover, #Home #Tree .tree_nodes .tree_node--8.selected, #Home #Tree .tree_nodes .tree_node--8.compared {
      background-color: #a95d91 !important;
      background-position: -720px -80px !important;  }
    #Home #Tree .tree_node--8.selected .tree_node_label, #Home #Tree .tree_node--8.compared .tree_node_label{
      background: #a95d91;
    }


    #Home #Tree .tree_node--9 {
      left: -180px;
      top: 104px;
      background-position: -640px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--9 .card_picto{
      background-position: -640px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--9{
      background-position: -640px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--9:hover, #Home #Tree .tree_nodes .tree_node--9.selected, #Home #Tree .tree_nodes .tree_node--9.compared {
      background-color: #ef588a !important;
      background-position: -640px -80px !important; }
    #Home #Tree .tree_node--9.selected .tree_node_label, #Home #Tree .tree_node--9.compared .tree_node_label{
      background: #ef588a;
    }



    #Home #Tree .tree_node--10 {
      left: -208px;
      top: 0px;
      background-position: -560px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--10 .card_picto{
      background-position: -560px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--10{
      background-position: -560px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--10:hover, #Home #Tree .tree_nodes .tree_node--10.selected, #Home #Tree .tree_nodes .tree_node--10.compared {
      background-color: #f1b92d !important;
      background-position: -560px -80px !important; }
    #Home #Tree .tree_node--10.selected .tree_node_label, #Home #Tree .tree_node--10.compared .tree_node_label{
      background: #f1b92d;
    }


    #Home #Tree .tree_node--11 {
      left: -180px;
      top: -104px;
      background-position: -800px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--11 .card_picto{
      background-position: -800px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--11{
      background-position: -800px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--11:hover, #Home #Tree .tree_nodes .tree_node--11.selected, #Home #Tree .tree_nodes .tree_node--11.compared {
      background-color: #85b296 !important;
      background-position: -800px -80px !important; }
    #Home #Tree .tree_node--11.selected .tree_node_label, #Home #Tree .tree_node--11.compared .tree_node_label{
      background: #85b296;
    }


    #Home #Tree .tree_node--12 {
      left: -104px;
      top: -178px;
      background-position: -880px 0px; }
    #Home #DisclaimerBottom .disclaimerbottom_card.card--12 .card_picto{
      background-position: -880px 0px;
    }
    #Home #Tree .tree_nodes[data-has-selected="true"] .tree_node--12{
      background-position: -880px 0px !important;
    }
    #Home #Tree .tree_nodes .tree_node--12:hover, #Home #Tree .tree_nodes .tree_node--12.selected, #Home #Tree .tree_nodes .tree_node--12.compared {
      background-color: #0180ae !important;
      background-position: -880px -80px !important; }
    #Home #Tree .tree_node--12.selected .tree_node_label, #Home #Tree .tree_node--12.compared .tree_node_label{
      background: #0180ae;
    }


    #Home #DisclaimerBottom .disclaimerbottom_card.card--10 .card_title{
      color:  #555;
    }

    #Home #DisclaimerBottom .disclaimerbottom_card.card--10 .card_desc{
      color:  #555;
    }


  #Home #Disclaimer {
    font-family: "neubau_seriflight";
    position: relative;
    width: 300px;
    margin-top: 80px;
    display: inline-block;
    vertical-align: top;
    margin-left: 150px;
  }
    #Home #Disclaimer .disclaimer_content {
      position: relative;
      z-index: 2;
      right: 0px;
      top: 0px;
      opacity: 1;
      text-align: center;
      margin-top: 0px;
      width: 100%;
      -webkit-transition: opacity 0.3s ease-out, margin-top 0.3s ease-out;
      transition: opacity 0.3s ease-out, margin-top 0.3s ease-out; }

    #Home #Disclaimer .disclaimer_content .disclaimer_btderoulez{
      position: absolute;
      left: 50%;
      width: 280px;
      top: 440px;
      transform: translate(-50%, 0);
      text-align: center;
      opacity: 0;
      transition: all 0.6s ease-in-out;
    }

    #Home #Disclaimer .disclaimer_content .disclaimer_btderoulez.disopacified{
      opacity: 1;
    }

    #Home #Disclaimer .disclaimer_content .disclaimer_btderoulez .btderoulez_label{
      font-family: "fira_sans_otregular";
      font-size: 29px;
      line-height: 32px;
      color: #555555;
    }

    #Home #Disclaimer .disclaimer_content .disclaimer_btderoulez .btderoulez_picto{
      background: url("../img/home-bt-derouler.svg") no-repeat 0 0 ;
      background-size: 100% 100%;
      width: 68px;
      height: 68px;
      display: inline-block;
      cursor: pointer;
      transform: scale(1);
      transition: all 0.3s ease-in-out;
      animation: bounce 1400ms ease-in-out infinite;
    }

    #Home #Disclaimer .disclaimer_content .disclaimer_btderoulez .btderoulez_picto:hover {
      animation-play-state: paused;
    }

    #Home #Disclaimer .disclaimer_content .disclaimer_btderoulez .btderoulez_picto:hover{
      transform: scale(1.05);
    }

    #Home #Disclaimer .disclaimer_content.hidden {
      opacity: 0;
      margin-top: -200px; }

    #Home #Disclaimer .disclaimer_content_inner {
      width: 100%;
      z-index: -1;
      opacity: 0;
      height: 0px;
      position: relative;
      top: 0px;
      left: 0; }
      #Home #Disclaimer .disclaimer_content_inner[data-step="default"]{
        width: 235px;
      }

      #Home #Disclaimer .disclaimer_content_inner[data-step="themed"]{
        top: -120px;
      }
      #Home[data-step="themed"] #Tree .tree_legend{
        backdrop-filter:  blur(2px);
      }

      #Home[data-step="themed"] .disclaimer_btderoulez{
        display: none;
      }

      #Home[data-step="themed"] #Disclaimer .disclaimer_content{
        opacity: .15;
      }

      #Home[data-step="comparison"] #TreeSVG path{
        stroke-opacity:  .2 !important;
      }
      #Home[data-step="comparison"] #TreeSVG path.selected{
        stroke-opacity:  1 !important;
      }

      #Home #Disclaimer .disclaimer_content_inner .themed_label{
        font-family: "neubau_seriflight";
        font-size: 37px;
        position: relative;
        line-height: 37px;
        color: #555555;
        margin-top: 20px;
        width: 240px;
        left: 50%;
        transform: translate(-50%, 0px);
      }

      #Home #Disclaimer .disclaimer_content_inner .themed_label:before{
        content: "";
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translate(0, -50%);
        background: url("../img/themed-chevron.svg");
        background-size: 100% 100%;
        width: 11.5px;
        height: 17px;
      }

    #Home #Disclaimer .disclaimer_content_inner.displayed {
      z-index: 1;
      opacity: 1;
      height: auto;
      display: inline-block;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
    #Home #Disclaimer .logo_postr, #Home #DisclaimerBottom .logo_postr {
      background: url("../img/logo-new.svg") no-repeat center 0;
      background-size: 100% 100%;
      width: 282px;
      height: 208.5px;
      margin: 0;
      display: inline-block; }
    #Home #Disclaimer .logo_postr{
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
    }
    .aboutblock {
      opacity: 0;
      z-index: -1;
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      position: absolute;
      height: auto;
      top: 50%;
      left: 50%;
      transform:  translate(-50%, -50%);
      width: 100%;
      color: #333;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
      .aboutblock .aboutblock_close {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        background: url("../img/close-btn@2x.png") no-repeat 0 0;
        background-size: 17px 17px;
        width: 17px;
        height: 17px; }
      .aboutblock h3 {
        font-family: "Le Grand Ligatures Regular";
        font-size: 34px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        text-transform: uppercase; }
      .aboutblock .aboutblock_content {
        font-size: 13px;
        line-height: 20px;
        font-family: "fira_sans_otregular";
        overflow: auto;
        height: 416px;
       text-align: left;
      }
        .aboutblock .aboutblock_content h4 {
          font-size: 15px;
          margin: 20px 0;
          text-align: center; }
        .aboutblock .aboutblock_content ul {
          margin: 0;
          list-style: none;
          padding-left: 20px;
        }
        .aboutblock .aboutblock_content ul li{
          position: relative;
          margin: 4px 0;
          padding-left: 30px;
        }
        .aboutblock .aboutblock_content ul li:before{
          content: "";
          position: absolute;
          left: 0;
          top: 0px; /* Adjust as needed */
          width: 18px; /* Adjust as needed */
          height: 18px; /* Adjust as needed */
          background: url('../img/home/etoile-verte.png') no-repeat center center;
          background-size: contain;
        }
        .aboutblock .aboutblock_content .about_image_lunt {
          background: url("../img/home/logo_Lunt.svg") no-repeat 0 0;
          background-size: 100% 100%;
          width: 180px;
          height: 77px;
          display: inline-block;
          cursor: pointer;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 20px 0 20px 0px;
          outline: none; }
        .aboutblock .aboutblock_content .about_image_banque {
          background: url("../img/home/logo-bdt.svg") no-repeat 0 0;
          background-size: 100% 100%;
          width: 180px;
          height: 40px;
          display: inline-block;
          cursor: pointer;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 20px 0 20px 0px;
          outline: none; }
        .aboutblock .aboutblock_content .about_image_wdd {
          background: url("../img/logo-real-wdd.png") no-repeat 0 0;
          background-size: 100% 100%;
          width: 91px;
          height: 28px;
          display: block;
          cursor: pointer;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 40px 0 20px 0;
          outline: none; }
        .aboutblock .aboutblock_content .about_image_ifs {
          background: url("../img/home/logo-ifs-green.png") no-repeat 0 0;
          background-size: 100% 100%;
          width: 91px;
          height: 70px;
          display: block;
          cursor: pointer;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 20px 0;
          outline: none; }
        .aboutblock .aboutblock_content .about_image_epop {
          background: url("../img/home/logo-epop.png") no-repeat 0 0;
          background-size: 100% 100%;
          width: 172px;
          height: 120px;
          display: block;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 20px 0;
          outline: none;
        }
        .aboutblock .aboutblock_content .about_image_afd {
          background: url("../img/home/logo-afd.png") no-repeat 0 0;
          background-size: 100% 100%;
          width: 180px;
          height: 88px;
          display: block;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 20px 0;
          outline: none;
        }
        .aboutblock .aboutblock_content .about_image_bouy {
          background: url("../img/home/logo-bouy.png") no-repeat 0 0;
          background-size: 100% 100%;
          width: 180px;
          height: 90px;
          display: block;
          position: relative;
          left: 50%;
          transform: translate(-50%, 0);
          margin: 20px 0;
          outline: none;
        }
    .aboutblock.displayed {
      opacity: 1;
      z-index: 100; }
    #Home #Disclaimer h1 {
      font-size: 40px;
      color: #333333;
      font-family: "neubau_serifbold";
      text-transform: uppercase;
      margin: 0; }
    #Home #Disclaimer .disclaimer_theme {
      font-family: "arvobold";
      font-size: 23px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 0; }
      #Home #Disclaimer .disclaimer_theme .postr_title {
        font-family: "neubau_seriflight";
        color: #333333;
        font-size: 40px;
        font-weight: normal;
        text-transform: none; }
        #Home #Disclaimer .disclaimer_theme .postr_title .green {
          color: #8EC449; }
    #Home #Disclaimer .disclaimer_subtitle, #Home #DisclaimerBottom .disclaimer_subtitle{
      text-transform: uppercase;
      color:  #333;
      font-size: 44px;
      margin: 6px 0;
      line-height: 48px;
      font-family: "Le Grand Ligatures Regular";
    }
    #Home #Disclaimer .disclaimer_content_text, #Home #DisclaimerBottom .disclaimer_content_text {
      font-size: 14px;
      line-height: 20px;
      color: #555555;
      font-family: "fira_sans_otregular";
      max-width: 400px;
      display: inline-block;
    }

    #Home #Disclaimer .disclaimer_content_text .bolder, #Home #DisclaimerBottom .disclaimer_content_text .bolder {
      font-family: "fira_sans_otbold";
    }
    #Home #DisclaimerBottom .disclaimer_content_text{
      margin: 10px 0 30px;
    }
    #Home #Disclaimer .disclaimer_content_chapolink {
      font-size: 12px;
      font-family: "fira_sans_otregular";
      color: #333;
      margin:22px 0; }
    #Home #Disclaimer .disclaimer_getintouch label {
      margin-bottom: 10px;
      display: inline-block; }
    #Home #Disclaimer .disclaimer_getintouch #user_getintouch_field {
      border-radius: 20px;
      width: 140px;
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      border: 0px solid;
      background: #fff;
      margin-right: 10px; }
    #Home #Disclaimer .disclaimer_getintouch .user_getintouch_bt {
      height: 30px;
      width: 50px;
      border-radius: 30px;
      border: 0px solid;
      background: #fff;
      cursor: pointer; }
    #Home #Disclaimer .disclaimer_link, .tree_legend_mobile .disclaimer_link{
      height: 44px;
      line-height: 44px;
      text-align: center;
      padding: 0 30px 0 10px;
      border-radius: 10px;
      position: relative;
      background: #333;
      font-family: "fira_sans_otregular";
      font-size: 25px;
      color: #fff;
      display: inline-block;
      margin: 0 0 20px;
      cursor: pointer;
      letter-spacing: -0.05em;
      opacity: 1;
      text-decoration: none;
      -webkit-transform: translate3D(0, 0, 0);
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
      #Home #Disclaimer .disclaimer_link:hover, .tree_legend_mobile .disclaimer_link:hover{
        opacity: 0.7; }
      #Home #Disclaimer .disclaimer_link:after, .tree_legend_mobile .disclaimer_link:after {
        content: "";
        background: url("../img/home/arrow-btn@2x.png") no-repeat 0 0;
        background-size: 7px 20px;
        width: 7px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 13px; }
    #Home #Disclaimer .disclaimer_block,  .tree_legend_mobile .disclaimer_block{
      font-family: "neubau_seriflight";
      font-size: 25px;
      margin: 0 0 20px;
      letter-spacing: -0.05em; }
    #Home #Disclaimer .comparison_block {
      background: #fff;
      padding: 0 0 20px;
      margin: 20px 0;
      position: relative;
      max-height: 420px;
      overflow: hidden; }
      #Home #Disclaimer .comparison_block:after {
        bottom: -30px;
        box-shadow: 0 -40px 40px -30px #fff inset;
        content: "";
        display: none;
        height: 70px;
        left: 0px;
        position: absolute;
        width: 100%;
        z-index: 100; }
    #Home #Disclaimer .comparison_title {
      font-size: 20px;
      font-family: "arvobold";
      margin: 0px;
      padding: 0px 20px;
      text-transform: uppercase; }
    #Home #Disclaimer .comparison_text_outer {
      overflow: unset;
      width: 100%;
      box-sizing: border-box;
      padding: 0px;
      margin: 10px 0; }
    #Home #Disclaimer .comparison_text {
      font-size: 13px;
      line-height: 16px;
      font-family: "fira_sans_otregular";
      text-align: left;
      padding: 0 20px;
      margin: 0;
      color: #333; }
    #Home #Disclaimer .comparison_close {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      background: url("../img/close-btn@2x.png") no-repeat 0 0;
      background-size: 17px 17px;
      width: 17px;
      height: 17px; }

  #Home #DisclaimerComparison{
    width: 398px;
    height: 550px;
    background: #fff;
    border-radius: 8px;
    padding: 24px 0px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    box-shadow: 0px 20px 68px rgba(0, 0, 0, 0.4);
    top: -120px;
    z-index: 500;
    margin-top: 600px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0%) rotate(25deg);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, margin-top 0.6s ease-in-out;
  }

  #Home #DisclaimerComparison .comparison_close {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      background: url("../img/close-btn@2x.png") no-repeat 0 0;
      background-size: 17px 17px;
      width: 17px;
      height: 17px; }

  #Home #DisclaimerComparison .comparison_text{
    font-size: 15px;
    line-height: 18px;
  }

  #Home #DisclaimerComparison .disclaimer_content_inner{
    height: 100%;
  }

  #Home #DisclaimerComparison .comparison_block{
    display: inline-block;
    height: 420px;
    overflow: auto;
    margin-top: 10px;
  }

  #Home #DisclaimerBottom{
    margin-top: 280px;
    margin-bottom: 200px;
  }

  #Home #DisclaimerBottom .disclaimerbottom_cards{
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card{
    width: 242px;
    height: 340px;
    display: flex;
    vertical-align: top;
    padding: 14px 19px 19px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .arrow_bt{
    display: none;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_picto{
    background-image: url("../img/home/sprite-icons-themes3@2x-new.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 960px 160px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 80px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0) scale(0.6);
  }
  
  #Home #DisclaimerBottom .disclaimerbottom_card .card_title{
    font-size: 16px;
    line-height: 20px;
    font-family: "arvobold";
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translate(-50%, -50%);
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_desc{
    font-size: 13px;
    line-height: 16px;
    font-family: "fira_sans_otregular";
    color: #fff;
    text-align: left;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 114px;
    bottom: 64px;
    overflow: auto;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt{
    color: #555555;
    height: 36px;
    font-size: 14px;
    line-height: 38px;
    position: absolute;
    left: 15px;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
    background:  #fff;
    border-radius: 12px;
    font-family: "fira_sans_otbold";
    text-align: left;
    padding: 0px 16px;
    cursor: pointer;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt.disabled{
    opacity: .6;
    pointer-events: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
  }
  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt.disabled:after{
    display: none;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt:before{
    position: absolute;
    left: -1.5px;
    top: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    background: #fff;
    content: "";
    display: none;
    z-index: 0;
    border-radius: 12px;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt:hover:before{
    display: block;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt:after{
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../img/home-bt-chevron.svg") no-repeat 0 0;
    background-size: 100% 100%;
    width: 8px;
    height: 17px;
  }

  #Home #DisclaimerBottom .disclaimerbottom_card .card_bt .card_label{
    position: relative;
    z-index: 1;
  }

.shareblock {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100; }
  .shareblock.toback {
    z-index: 2; }
  .shareblock .shareblock_inner {
    position: absolute;
    width: 500px;
    right: 0px;
    bottom: 0px; 
    width: 180px;
    text-align: center;
  }
    .shareblock .shareblock_inner .shareblock_logo{
      display: inline-block;
      vertical-align: top;
      margin:  0 0 10px;
    }
    .shareblock .shareblock_inner .shareblock_logo {
      background: url("../img/home/logo-ifs-green.png") no-repeat 0 0;
      background-size: 100% 100%;
      width: 100px;
      height: 76px;
      outline: none;
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease-out, margin-bottom 0.3s ease-out;
      transition: opacity 0.3s ease-out, margin-bottom 0.3s ease-out; }
    .shareblock .shareblock_inner .shareblock_logo[data-logo="banque"] {
      background: url("../img/home/logo-bdt.png") no-repeat 0 0;
      background-size: 100% 100%;
      width: 164px;
      height: 37px;
     }
    .shareblock .shareblock_inner .shareblock_logo[data-logo="lunt"] {
      background: url("../img/home/logo_Lunt_noir.svg") no-repeat 0 0;
      background-size: 100% 100%;
      width: 87px;
      height: 37px;
     }
     .shareblock .shareblock_inner .shareblock_logo[data-logo="epop"] {
      background: url("../img/home/logo-epop.png") no-repeat 0 0;
      background-size: 100% 100%;
      width: 172px;
      height: 120px;
     }
     .shareblock .shareblock_inner .shareblock_logo[data-logo="afd"] {
      background: url("../img/home/logo-afd.png") no-repeat 0 0;
      background-size: 100% 100%;
      width: 90px;
      height: 44px;
     }
    .shareblock .shareblock_inner .shareblock_logo.hidden {
      opacity: 0;
      margin-bottom: 200px; }
    .shareblock .shareblock_inner .shareblock_links {
      position: absolute;
      right: 290px;
      bottom: 20px;
      width: 200px;
      text-align: center;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
      .shareblock .shareblock_inner .shareblock_links .shareblock_link {
        background: url("../img/home/sprite-share-btn@2x.png") no-repeat 0 0;
        background-size: 70px 70px;
        width: 35px;
        height: 35px;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 15px; }
      .shareblock .shareblock_inner .shareblock_links .shareblock_link--fb {
        background-position: 0 0; }
      .shareblock .shareblock_inner .shareblock_links .shareblock_link--fb:hover {
        background-position: 0 -35px; }
      .shareblock .shareblock_inner .shareblock_links .shareblock_link--tw {
        background-position: -35px 0px; }
      .shareblock .shareblock_inner .shareblock_links .shareblock_link--tw:hover {
        background-position: -35px -35px; }
      .shareblock .shareblock_inner .shareblock_links .shareblock_links_text {
        width: 100%;
        text-align: center;
        bottom: 0px;
        left: 0px;
        position: absolute;
        font-family: "fira_sans_otbold";
        font-size: 12px;
        display: inline-block; }
      .shareblock .shareblock_inner .shareblock_links.shareblock_soutenir {
        right: 450px;
        width: 70px; }
        .shareblock .shareblock_inner .shareblock_links.shareblock_soutenir .shareblock_link--heart {
          cursor: pointer;
          background: url("../img/home/sprite-picto-soutenir_2x.png") no-repeat 0 0;
          background-size: 35px 70px;
          width: 35px;
          height: 35px; }
        .shareblock .shareblock_inner .shareblock_links.shareblock_soutenir .shareblock_link--heart:hover {
          background-position: 0 -35px; }
    .shareblock .shareblock_inner .shareblock_links.hidden {
      opacity: 0; }

#Footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  #Footer .logo {
    position: absolute;
    left: 20px;
    bottom: 10px;
    background: url("../img/home/logo-wedodata@2x.png") no-repeat 0 0;
    background-size: 91px 28px;
    width: 91px;
    height: 28px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    #Footer .logo:hover {
      opacity: 0.7; }
  #Footer .trame {
    position: absolute;
    right: -550px;
    bottom: -100px;
    background: url("../img/trame_2x.png") no-repeat 0 0;
    background-size: 1000px 1000px;
    width: 1000px;
    height: 1000px; }

#Footer.hidden {
  opacity: 0; }

#Home #Tree .tree_legend_mobile{
  display: none;
}

.disclaimer_mobile{
  display: none;
}

#Mask{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 10;
}

#DisclaimerMobileMask{
    position: fixed;
    left: 0px;
    top: -120px;
    width: 100vw;
    height: 250vh;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 10;
}

body[data-about="true"] #Mask{
  display: block;
}

body[data-mobileselect="true"]{
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
}

body{
  transition: top 0.3s ease-in-out;
}

body[data-mobilecomparison="true"]{
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: -410px;
  width: 100vw;
}

body[data-mobileselect="true"] #DisclaimerMobileMask{
  display: block;
}

body[data-mobileselect="true"] #Header, body[data-mobileselect="true"] .shareblock{
  z-index: 1;
}

#About{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 600px;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: none;
}

body[data-about="true"] #About{
  display: block;
}


/* Define the bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(48px); /* Adjust the value to control the bounce height */
  }
}
