#memo_fil_ariane,
.breadcrumb {
  display: none;
  margin-bottom: 0; }

.vb-landing {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 1; }
  .vb-landing * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Muli, sans-serif; }
  .vb-landing .vb-landing-corner {
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.vb-landing--advices {
  background: #FFFFFF;
  padding: 2.1875rem 1.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center; }
  .vb-landing--advices:before {
    background: #FFFFFF;
    content: '';
    display: inline-block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1; }
  .vb-landing--advices h2 {
    color: #b1b1b1;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase; }
  .vb-landing--advices p {
    color: #2D2A29;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0.9375rem auto 1.25rem;
    text-align: center; }
  .vb-landing--advices ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .vb-landing--advices ul li {
      margin: 0 0.4375rem; }

.vb-landing--head {
  margin: 3.4375rem auto;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 47.9375rem) {
    .vb-landing--head {
      margin: 2.1875rem auto; } }
  .vb-landing--head picture {
    display: block;
    line-height: 0; }
    @media only screen and (max-width: 480px) {
      .vb-landing--head picture {
        max-width: 100%; }
        .vb-landing--head picture img {
          max-width: 100%; } }
  .vb-landing--head img {
    float: right; }
  .vb-landing--head .vb-landing--head-container {
    background: #FFFFFF;
    border-radius: 0 0.5rem 0.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    max-width: 37.1875rem;
    padding: 1.875rem;
    position: absolute;
    top: 5rem;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .vb-landing--head .vb-landing--head-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%; } }
    .vb-landing--head .vb-landing--head-container:before {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #7DBC8E;
      border-radius: 0 0.375rem 0.375rem 0;
      color: #FFFFFF;
      content: 'Guide';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.875rem;
      font-weight: 700;
      height: 1.625rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      position: absolute;
      text-transform: uppercase;
      bottom: 100%;
      width: 4.0625rem; }
    .vb-landing--head .vb-landing--head-container h2 {
      color: #2D2A29;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 2.8125rem;
      margin-bottom: 0.3125rem; }
    .vb-landing--head .vb-landing--head-container p {
      color: #2D2A29;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem; }
      .vb-landing--head .vb-landing--head-container p a {
        color: #7DBC8E;
        font-size: 1rem;
        position: relative;
        text-decoration: underline;
        -webkit-transition: color .1s linear;
        -o-transition: color .1s linear;
        transition: color .1s linear;
        z-index: 1; }
        .vb-landing--head .vb-landing--head-container p a:hover {
          color: #619370; }
    @media only screen and (max-width: 47.9375rem) {
      .vb-landing--head .vb-landing--head-container {
        background: none;
        padding: 1.25rem 1.25rem 0 1.875rem; }
        .vb-landing--head .vb-landing--head-container h2 {
          font-size: 2rem;
          line-height: 2.5rem;
          margin-bottom: 0.9375rem; }
        .vb-landing--head .vb-landing--head-container p {
          font-size: 1rem; } }

.vb-landing--discover {
  margin-bottom: 3.125rem;
  text-align: center;
  width: 100%;
  z-index: 1; }
  .vb-landing--discover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .vb-landing--discover ul li {
      padding: 0 0 2.5rem;
      position: relative;
      margin: 0;
      max-width: calc(33.33% - 2.375rem);
      width: 50%;
      margin-bottom: 3.125rem; }
    .vb-landing--discover ul li.g {
      background: #FFFFFF;
      border: 0.125rem solid #FFFFFF;
      border-radius: 0.5rem;
      -webkit-box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.16);
      box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.16);
      padding: 0 0 2.5rem;
      position: relative;
      margin: 0;
      max-width: calc(33.33% - 2.375rem);
      text-align: left;
      -webkit-transition: border .1s linear;
      -o-transition: border .1s linear;
      transition: border .1s linear;
      width: 50%;
      margin-bottom: 3.125rem; }
      
      .vb-landing--discover ul li.g:before {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #7DBC8E;
        border-radius: 0 0.375rem 0.375rem 0;
        color: #FFFFFF;
        content: 'Guide';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.875rem;
        font-weight: 700;
        height: 1.625rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: -0.125rem;
        position: absolute;
        text-transform: uppercase;
        top: 1.875rem;
        width: 4.0625rem; }
      .vb-landing--discover ul li img {
        border-radius: 0.5rem 0.5rem 0 0;
        max-width: calc(100% + 0.25rem);
        margin: -0.125rem; }
      .vb-landing--discover ul li strong {
        color: #2D2A29;
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.875rem;
        padding: 0.9375rem 0.625rem 1.25rem 1.875rem; }
      .vb-landing--discover ul li p {
        color: #2D2A29;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        padding: 0 0.625rem 0 1.875rem; }
        .vb-landing--discover ul li p a {
          display: block;
          color: #7DBC8E;
          position: relative;
          text-decoration: underline;
          -webkit-transition: color .1s linear;
          -o-transition: color .1s linear;
          transition: color .1s linear;
          z-index: 1; }
          .vb-landing--discover ul li p a:hover {
            color: #619370; }
      .vb-landing--discover ul li.g:hover {
        border: 0.125rem solid #7DBC8E; }
    .vb-landing--discover ul::after {
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: calc(33.33% - 2.375rem);
      width: 50%; }
  .vb-landing--discover > a {
    font-weight: 700;
    min-width: 15.625rem;
    text-align: center; }
  @media only screen and (max-width: 47.9375rem) {
    .vb-landing--discover ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .vb-landing--discover ul li {
        width: calc(100% - 1.25rem);
        max-width: 15.625rem;
        margin: 0 0.625rem;
        margin-bottom: 1.25rem;
        padding: 0 0 1.25rem; }
        .vb-landing--discover ul li strong {
          padding: 0.625rem; }
        .vb-landing--discover ul li p {
          padding: 0 0.625rem; }
      .vb-landing--discover ul::after {
        margin: 0 0.625rem;
        max-width: 15.625rem;
        width: calc(100% - 1.25rem);
        display: none; } }
  @media only screen and (max-width: 36.25rem) {
    .vb-landing--discover ul {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .vb-landing--discover ul li {
        width: calc(100% - 1.25rem);
        margin-bottom: 1.25rem;
        max-width: 20.3125rem; } }
