#container-s-plate {
  body {
    overflow-x: hidden;
  }

  .text-02-slider.de_long {
    font-size: 40px !important;
  }

  .text-tuile-slider.de_tuile {
    font-size: 17px;
  }

  .fond-tuile-slider {
    border-radius: 5%;
  }

  .secammi {
    font-size: 4em;
  }

  .video_header {
    font-size: 25px;
    text-align: center;
  }

  * {
    box-sizing: border-box;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  img {
    max-width: 100% !important;
  }

  a,
  a:focus,
  a:hover,
  a:focus {
    color: #8f98a2;

    text-decoration: none;
  }

  a:visited {
    color: #8f98a2;
  }

  .img-full-width {
    width: 100%;
  }

  .text-01-slider {
    color: #fff !important;

    font-weight: 900 !important;

    font-size: 50px !important;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  }

  .text-02-slider {
    font-weight: 900 !important;

    font-size: 50px !important;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  }

  .text-tuile-slider {
    color: #fff !important;

    font-weight: bold !important;
  }

  .fond-tuile-slider {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);

    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  }

  .blocTitreProduitHome {
    background: #003d4f;

    text-align: center;

    padding-top: 50px;

    padding-bottom: 20px;
  }

  .blocTitreProduitHome h2 {
    color: #fff;

    font-size: 4em;

    font-weight: 900;

    text-transform: uppercase;

    margin: 0;

    padding: 0;

    line-height: normal;
  }
  h2.length {
    font-size: 2em;
    font-weight: 700;
    color: #8cbe2e;
  }

  .blocTitreProduitHome h3 {
    color: #33cccc;

    font-size: 1.5em;

    padding: 0;

    line-height: normal;
  }

  .containBlocProduit {
    padding: 60px 0;
  }

  a.blocProduit {
    text-decoration: none;

    color: #5c6b80;

    position: relative;

    margin-bottom: 50px;

    display: inline-block;
  }

  a.blocProduit:hover:after {
    right: 0px;
  }

  .blocProduit:before {
    position: absolute;

    content: "";

    bottom: 0;

    left: 0;

    height: 3px;

    width: 70%;

    background: #8cbe2e;
  }

  .blocProduit:after {
    position: absolute;

    content: "";

    bottom: 0;

    right: 10px;

    height: 100%;

    width: 100%;

    background: url("../images/fleche-verte.png") no-repeat center right;

    background-size: contain;
  }

  .blocProduit h4 {
    font-size: 2.5em;

    font-weight: 900;

    text-transform: uppercase;

    color: #8cbe2e;

    margin-bottom: 20px;

    line-height: 30px;
  }

  .blocProduit p {
    font-size: 1.2em;

    line-height: 12px;
  }

  .blocProduit img {
    height: 140px;
  }

  .blocProduit.visserie:before {
    background: #00abda;
  }

  .blocProduit.visserie:after {
    background: url("../images/fleche-bleu.png") no-repeat center right;

    background-size: contain;
  }

  .blocProduit.visserie h4 {
    color: #00abda;
  }

  .blocProduit.composite:before {
    background: #005c83;
  }

  .blocProduit.composite:after {
    background: url("../images/fleche-bleu2.png") no-repeat center right;

    background-size: contain;
  }

  .blocProduit.composite h4 {
    color: #005c83;
  }

  .blocProduit.sertir:before {
    background: #a1a1a1;
  }

  .blocProduit.sertir:after {
    background: url("../images/fleche-gris.png") no-repeat center right;

    background-size: contain;
  }

  .blocProduit.sertir h4 {
    color: #a1a1a1;
  }

  #page_caption {
    padding: 25px 0 30px 0;

    width: 100%;

    border-bottom: 1px solid #e1e1e1;
  }

  #page_caption.hasbg {
    height: 25vh;

    position: relative;

    top: 0;

    right: 0;

    width: 100%;

    border: 0;

    padding: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    margin-bottom: 0;

    background: #000;

    max-height: 750px;
  }

  #page_caption.hasbg.inside {
    height: 20vh;
  }

  #page_caption.hasbg #bg_regular,
  #page_caption.hasbg #bg_blurred {
    width: 100%;

    min-height: 100%;

    position: absolute;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }

  #page_caption.hasbg #bg_regular {
    opacity: 1;
  }

  #page_caption.hasbg #bg_blurred {
    opacity: 0;
  }

  .parallax_overlay_header {
    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    pointer-events: none;
  }

  #page_caption.hasbg .page_title_wrapper {
    z-index: 9;

    position: absolute;

    bottom: 20px;

    width: 100% !important;

    pointer-events: none;
  }

  .backgroundMap #wpgmza_map {
    height: 35vh !important;
  }

  .contactOverlay {
    height: 100%;

    width: 100%;

    background-color: rgb(0, 61, 79, 0.6);

    position: absolute;

    top: 0;

    left: 0;

    pointer-events: none;
  }

  #page_caption.hasbg .page_title_inner {
    float: none;

    width: 100%;

    max-width: 600px;

    text-align: center;

    margin: 0 auto;
  }

  #page_caption.hasbg .page_title_inner h1,
  #page_caption.hasbg .page_title_inner h2 {
    color: #fff;

    font-size: 3.5em !important;

    text-transform: uppercase;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

    margin: 0 auto !important;

    line-height: 1em !important;
  }

  #page_caption.hasbg .page_title_inner h1 span,
  #page_caption.hasbg .page_title_inner h2 span {
    color: #fff;

    font-size: 1.2em !important;

    font-weight: bold;

    margin: 0 auto !important;

    display: block;
  }

  #page_caption.hasbg .page_title_inner p {
    color: #fff;

    font-size: 1.5em;

    font-style: italic;

    font-weight: normal;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  }

  .bgVert1 {
    background: #bad155 !important;
  }

  .bgVert2 {
    background: #8cbe2f !important;
  }

  .bgVert3 {
    background: #329200 !important;
  }

  .mg-top120 {
    margin-top: 120px;
  }

  .mg-bottom120 {
    margin-bottom: 120px;
  }

  .blocTypeInsert {
    padding: 10px;

    color: #fff;

    position: relative;

    padding-top: 100px;

    padding-bottom: 60px;
  }

  .blocTypeInsert h2 {
    padding: 10px;

    font-size: 2em;

    color: #fff;

    font-weight: bold;

    text-transform: uppercase;
  }

  .blocTypeInsert:before {
    color: rgba(255, 255, 255, 0.2);

    content: "01";

    font-size: 60px;

    font-weight: 700;

    left: 20px;

    line-height: 27px;

    position: absolute;

    top: 50px;

    z-index: 0;
  }

  .blocTypeInsert.type2:before {
    color: rgba(255, 255, 255, 0.2);

    content: "02";

    font-size: 60px;

    font-weight: 700;

    left: 20px;

    line-height: 27px;

    position: absolute;

    top: 50px;

    z-index: 0;
  }

  .blocTypeInsert.type3:before {
    color: rgba(255, 255, 255, 0.2);

    content: "03";

    font-size: 60px;

    font-weight: 700;

    left: 20px;

    line-height: 27px;

    position: absolute;

    top: 50px;

    z-index: 0;
  }

  .blocTypeInsert ul {
    margin-top: 50px;
  }

  .blocTypeInsert ul li {
    font-weight: bold;

    padding: 10px 0;

    background: rgba(255, 255, 255, 1);

    margin: 10px auto;

    font-size: 1.3em;

    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px -1px;

    color: #8f98a2;
  }

  .blocTypeInsert ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 8px 1px;
  }

  .blocTypeInsert ul li a {
    text-decoration: none;

    color: #8f98a2;

    display: block;
  }

  .blocTypeInsert ul li span {
    font-style: italic;

    font-size: 1.1em;

    font-weight: 300;

    float: right;

    display: inline-block;

    margin-right: 20px;
  }

  .blocTypeInsert ul li img {
    width: 60px;

    display: inline-block;

    margin-right: 10px;
  }

  #content-page p {
    font-size: 1.2em;
  }

  .secCatInsert {
    padding: 50px 0;
  }

  .secCatInsert h2 {
    font-size: 2.2em;

    font-weight: 100;

    text-transform: uppercase;

    margin-bottom: 50px;
  }

  .secCatInsert h2 span {
    color: #8cbe2e;

    font-weight: bold;
  }

  .blocCatInsert {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);

    padding: 20px;

    position: relative;

    background: #fff;
  }

  .blocCatInsert h3 {
    font-weight: bold;

    font-size: 1.3em;
  }

  .blocCatInsert span.ref {
    color: #8cbe2e;

    font-weight: bold;

    font-size: 3em;

    position: absolute;

    top: -15px;

    right: 0px;

    font-style: italic;
  }

  .blocCatInsert ul {
    padding-left: 0px;

    margin-top: 50px;
  }

  .blocCatInsert ul li {
    list-style: disc;

    list-style-position: inside;
  }

  .blocCatInsert img {
  }

  .blocCatInsert a {
    padding: 5px;

    display: block;

    text-align: center;

    background-color: #dadada;

    color: #5c6b80;

    font-weight: bold;

    font-size: 1.1em;
  }

  .bgGrisClair {
    background: #dadada;
  }

  .img-full-width {
    width: 100%;
  }

  .pageProduit {
    padding-top: 30px;

    padding-bottom: 30px;
  }

  .pageProduit h1 {
    font-size: 2em;
  }

  .pageProduit h3 {
  }

  .boxAvantageProduit {
    background: rgb(237, 255, 201);

    padding: 10px;

    margin-bottom: 50px;
  }

  .boxAvantageProduit h4 {
    color: #fff;

    background: #8cbe2e;

    margin: -10px;

    font-size: 2em;

    padding: 5px 10px;
  }

  .boxAvantageProduit ul li {
    font-size: 1.2em;

    list-style: circle;

    list-style-position: inside;
  }

  .tabRefProduit {
    margin: 50px auto;
  }

  .tabRefProduit thead {
    background-image: -webkit-linear-gradient(#343e4a, #344b66, #343e4a);

    background-image: -o-linear-gradient(#343e4a, #344b66, #343e4a);

    background-image: linear-gradient(#343e4a, #344b66, #343e4a);

    color: #fff;

    font-size: 1.2em;
  }

  .formDownload3d h4 {
    font-weight: bold;

    font-size: 1.4em;
  }

  .formDownload3d {
    background: rgba(0, 0, 0, 0.1);

    padding: 10px;

    margin: 20px auto;
  }

  /* NOUVEAU CSS -> nettoyer le code plus haut */

  #content {
    margin: 1em auto 3em auto;
  }

  .title-badge {
    transform: skewX(-20deg);

    background-color: #8cbe2e;

    padding: 10px 2rem;

    margin-left: 1em;
  }

  .title-badge.current {
    background-color: #329200;
  }

  #outils .title-badge {
    background-color: #005c83;
  }

  .title-badge.blue {
    background-color: #00abda;
  }

  .title-badge h2 {
    transform: skewX(20deg);

    line-height: 1em;
  }

  #outils .title-badge h2 {
    line-height: 2em;
  }

  .title h4 {
    font-size: 1.5rem;
  }

  .avantages table {
    max-width: 400px;

    width: 90%;

    border: 1px solid #033f4f;

    border-collapse: collapse;

    margin: 3em 0;
  }

  .avantages table thead {
    font-size: 25px;

    background-color: #005c83;
  }

  table td span {
    margin-right: 5px;

    font-weight: bold;

    color: #8cbe2e;

    font-size: 1.2em;
  }

  .product-menu {
    background-color: #eaeaea;

    padding: 2.5rem 0;
  }

  .product-menu button {
    height: 170px;

    width: 100%;

    max-width: 190px;

    height: 130px;

    font-size: 1.2em;

    text-transform: uppercase;

    color: white;

    padding: 20px;

    font-weight: bold;

    transition: all 0.2s ease;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .product-menu button:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  button.montage {
    background-color: rgb(0, 171, 218);
  }

  button.preconisation,
  button.fabrication {
    background-color: rgb(140, 190, 46);
  }

  button.outils,
  button.bossage {
    background-color: rgb(0, 92, 131);
  }

  .ref table {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

    background-color: #fafafa;
  }

  .ref table th {
    word-wrap: break-word;
    font-size: 0.8em;
  }

  .ref table thead {
    background-color: rgba(0, 61, 79, 0.8);

    border: none;

    border-collapse: collapse;

    color: white;

    font-size: 18px;
  }

  .ref table thead th {
    border-bottom: none !important;
    max-width: 150px !important;
  }

  .ref table td button {
    color: #00abda;

    font-size: 1.2em;
  }

  .modal-element {
    position: fixed;

    height: 100%;

    width: 100%;

    top: 0;

    left: 100%;

    z-index: 1000;

    transition: transform 0.25s linear,
      background-color 0.1s cubic-bezier(0, 0.98, 0.52, 1.01);
  }

  .documents-modal-content,
  .options-modal-content,
  .menu-modal-content,
  .guide-modal-content {
    min-height: 100%;

    min-width: 55%;

    width: 400px;

    max-width: 100%;

    position: absolute;

    right: 0;

    top: 0;

    display: flex;
  }

  @media (max-width: 800px) {
    .documents-modal-content,
    .options-modal-content,
    .menu-modal-content,
    .guide-modal-content {
      width: 100%;
    }
    .modalNavigation {
      display: none;
    }
    .documents-modal-tab,
    .options-modal-tab,
    .guide-modal-tab {
      height: auto !important;
    }
  }
  .documents-modal-tab,
  .options-modal-tab,
  .guide-modal-tab {
    position: relative;

    overflow-y: auto;

    height: 100vh;

    background-color: white;

    width: 100%;
  }

  .modal-element .container-fluid {
    position: absolute;

    top: 0;

    left: 0;

    background-color: white;
  }

  .options-modal .container-fluid {
    display: none;
  }

  .options-modal .container-fluid.show {
    display: block;
  }

  .documents-modal.show,
  .options-modal.show,
  .menu-modal.show,
  .guide-modal.show {
    transform: translateX(-100%);

    background-color: rgba(0, 0, 0, 0.5);

    transition: transform 0.25s linear,
      background-color 0.4s cubic-bezier(1, 0.01, 0.85, 0.46);
  }

  .modalNavigation {
    height: 100vh;

    width: 150px;

    font-size: 1.4em;

    z-index: 2000;
  }

  .modalNavigation.show {
    opacity: 1;

    pointer-events: all;
  }

  .modalNavigation button {
    /* height: 33.33%;

  width: 100%; */

    border: none;

    outline: none;

    color: #ffffff;
  }

  .modal-title {
    font-size: 2.2rem;

    font-weight: bold;
  }

  #montage .modal-title {
    color: #00abda;
  }

  #outils .modal-title,
  #bossage .modal-title {
    color: #005c83;
  }

  #preconisations .modal-title,
  #fabrication .modal-title {
    color: #8cbe2e;
  }

  #montage .phase {
    font-size: 1.1em;
  }

  #montage .phase img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  #montage h6 {
    text-align: center;

    position: relative;

    font-size: 2rem;

    color: #00abda;
  }

  #montage h6 span {
    display: block;

    color: transparent;

    font-size: 6rem;

    font-weight: 700;

    line-height: 1em;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #00abda;
  }

  #outils .infos {
    background-color: #005c83;

    color: #ffffff;
  }

  #outils .infos h6 {
    font-size: 1.4rem;
  }

  @media only screen and (min-width: 768px) {
    .avantages {
      height: 550px;

      width: 550px;

      position: relative;
    }

    .avantages_loader {
      position: absolute;

      top: 50%;

      left: 50%;

      transform: translate(-50%, -50%);

      width: 30px;

      height: 30px;

      border-radius: 50px;

      border: 5px solid #fff;

      background: transparent;

      border-color: #d9d9d9;

      box-shadow: 0px 2px 5px -5px rgba(0, 0, 0, 0.8);
    }

    @keyframes swipe {
      50% {
        transform: rotate(5deg) translateX(10px);
      }
    }

    .hand_icon {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.2s ease;
      z-index: 2;
    }
    .hand_icon.show {
      opacity: 1;
    }
    .hand_icon.show img {
      -webkit-animation: swipe 2s infinite;
      animation: swipe 2s infinite;
    }

    .avantages_loader::before {
      content: "";

      width: 30px;

      height: 30px;

      border-radius: 50%;

      border: 5px solid;

      border-color: #3f72af transparent transparent transparent;

      background: black;

      position: absolute;

      top: -5px;

      left: -5px;

      background: transparent;

      animation: rotate 1.12s cubic-bezier(0.64, 0.5, 0.01, 0.55) infinite;
    }

    .avantages table:not(.visible) {
      max-width: auto;

      width: auto;

      border: none;

      margin: none !important;
    }

    .avantages table:not(.visible) thead {
      display: none;
    }

    .avantages table:not(.visible) td {
      font-size: 16px;

      font-weight: bold !important;

      padding: 5px 0;
    }

    .avantages table:not(.visible) .item {
      position: absolute;

      height: 120px;

      width: 150px;

      display: flex;

      opacity: 0;
    }

    .avantages canvas {
      position: absolute;

      top: 0;

      left: 0;

      width: 100%;

      height: 100%;

      pointer-events: none;
    }

    #div1 {
      top: 0;

      left: 10px;

      align-items: flex-end;
    }

    #div2 {
      top: 15%;

      right: 10px;

      align-items: center;
    }

    #div3 {
      right: 10px;

      top: 50%;

      align-items: flex-start;
    }

    #div4 {
      right: 10px;

      bottom: 0;

      align-items: flex-start;
    }

    #div5 {
      left: 10px;

      bottom: 0;

      align-items: flex-start;
    }

    #div6 {
      left: 10px;

      bottom: 50%;

      align-items: flex-end;
    }

    .item span {
      display: none;
    }
  }

  .subPost {
    transition: all 0.5s ease;
  }

  @media (min-width: 992px) {
    .subPost {
      margin: 4em 0;
    }
  }

  .subPost:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .subPost:first-child {
    background-color: #bad155;
  }

  .subPost:first-child h2 {
    -webkit-text-fill-color: #bad155;
  }

  .subPost:nth-child(2) {
    background-color: #8cbe2f;
  }

  .subPost:nth-child(2) h2 {
    -webkit-text-fill-color: #8cbe2f;
  }

  .subPost:last-child {
    background-color: #329200;
  }

  .subPost:last-child h2 {
    -webkit-text-fill-color: #329200;
  }

  .subPost.visserie:first-child {
    background-color: #74bfd4;
  }

  .subPost.visserie:nth-child(2) {
    background-color: #00abda;
  }

  .subPost.visserie:last-child {
    background-color: #005c83;
  }

  .subPost-header {
    min-height: 150px;
  }

  .visserie .subPost-header {
    min-height: 100px;
  }

  .visserie .subPost-header span {
    display: block;

    font-size: 0.8em;

    font-weight: normal;
  }

  .subPost h2 {
    font-size: 60px;

    color: rgba(255, 255, 255, 0.2);

    font-weight: 700;

    line-height: 1em;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: white;
  }

  .subPost h3 {
    font-size: 2em;

    color: #fff;

    font-weight: bold;

    text-transform: uppercase;
  }

  .subPost.visserie h3 {
    height: auto;
  }

  .subPost.conseils {
    background-image: url("../images/lightbulb.png");

    background-position: center;

    background-size: cover;
  }

  .subPost.visserie h4 {
    font-size: 2em;

    padding: 0 !important;

    font-style: italic;

    font-weight: normal;

    color: #fff;
  }

  .subPost.visserie.composite h4 {
    font-size: 1.5em;
  }

  .list-item-conseil {
    height: 80px;
  }

  .list-item-conseil span {
    display: inline-block;

    height: 30px;

    width: 30px;

    background-color: turquoise;
  }

  .list-item-conseil h5 {
    text-transform: none;

    font-size: 2em;

    padding: 0 !important;

    font-style: italic;

    font-weight: normal;

    color: #015a80;

    line-height: 1.3em;

    transition: color 0.5s ease;
  }

  .list-item-conseil:hover h5 {
    color: #00425e;
  }

  .subPost li a {
    background-color: #fff;

    padding: 10px 15px 10px 5px;

    color: #8f98a2;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

    transition: all 0.2s ease;

    min-height: 80px;
  }

  .subPost li a:hover {
    color: #8f98a2;

    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .subPost li a h4 {
    margin-bottom: 0 !important;
  }

  .subPost li a h4:last-child {
    font-style: italic;
  }

  .subPost-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    background-color: #ffff;

    flex: 1;
  }

  .subPost img {
    max-width: 100%;
  }

  .subPost.composite {
    min-height: 400px;
  }

  .subPost.visserie:not(.composite) img {
    width: 200px;

    transform: rotate(-25deg);
  }

  .subPost.composite img {
    width: 100%;

    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  }

  .categoryName .col {
    position: relative;

    transform: skewX(-20deg);

    background-color: #8cbe2e;

    font-size: 2em;

    font-weight: bold;

    color: #fff;

    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.19);
  }

  .categoryName.blue .col {
    background-color: #00abda;
  }

  .categoryName .col h3 {
    transform: skewX(20deg);
  }

  .list-item:hover .list-item-inner {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);

    color: #8f98a2;
  }

  .list-item .list-item-inner,
  .taxonomies > div {
    position: relative;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

    transition: all 0.5s ease;

    width: 250px !important;

    height: 290px !important;

    background-color: #ffff;
  }

  .guide-de-choix-inner {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.5s ease;
    width: 250px !important;
    height: 290px !important;
  }
  .guide-de-choix h2 {
    color: #8cbe2e;
    margin-bottom: 5px;
  }

  .guide-de-choix .vignette {
    background-image: url("../images/guide-de-choix.png");
    background-size: contain;
  }
  .list-item .title-badge {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.19);

    position: absolute;

    top: 0px;

    left: 0px;

    z-index: 4;
  }

  .list-item .title-badge h2 {
    line-height: 2.3em;
  }

  .list-item h3 {
    font-weight: normal;

    font-size: 1.5em;

    color: #8cbe2e;
  }

  .list-img {
    width: 90%;
  }

  .info-icon {
    width: 40px;

    bottom: 10px;

    right: 10px;
  }

  .menu .menu-el,
  .menu .menu-el-archive {
    color: #8cbe2e;
  }

  .menu .menu-el.active,
  .menu .menu-el-archive.active {
    background-color: #8cbe2e;

    color: white;
  }

  .menu .menu-el h2,
  .menu .menu-el-archive h2 {
    font-weight: bold;

    margin: 0.6em 0;

    text-transform: uppercase;

    font-size: 1.6em;
  }

  .submenu {
    background-color: #8cbe2e;
  }

  .submenu .filter,
  .submenu .filter-product,
  .submenu .filter-product-archive {
    cursor: pointer;
  }

  .submenu .filter h3,
  .submenu .filter-product h3,
  .submenu .filter-product-archive h3 {
    margin-top: 0.5em;

    color: white;

    font-size: 1.3em;

    transition: color 0.25s ease;
  }

  .submenu .medium-green .filter.active,
  .submenu .medium-green .filter.subactive,
  .submenu .medium-green .filter-product.active,
  .submenu .medium-green .filter-product.subactive,
  .submenu .medium-green .filter-product-archive.active,
  .submenu .medium-green .filter-product-archive.subactive {
    background-color: #329200;
  }

  /*.submenu-inner.medium-green .filter-product.current h3 {
  color:#329200!important;
}
.submenu-inner.dark-green .filter-product.current h3 {
  color:#8CBE2E!important;
}*/

  .submenu-inner .filter-product.current.active h3 {
    color: #fff !important;
  }

  .subRow .col {
    background-color: #8cbe2e;
  }

  .menu-box {
    left: 0;

    width: 100%;

    background-color: rgba(255, 255, 255, 0.9);

    display: none;

    z-index: 4;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .menu-box-archive:not(.active) {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    background-color: rgba(255, 255, 255, 0.9);

    display: none;

    z-index: 1000;
  }

  .menu-box-archive.active {
  }

  .closeMenubox {
    position: absolute;

    top: 0.1em;

    right: 0.4em;

    color: #8cbe2e;

    font-size: 2.3em;

    background-color: transparent;

    border: none;

    outline: none;

    width: 40px;

    z-index: 1000;
  }

  .taxonomies > div {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .taxonomies label {
    margin-left: 0.5em;
  }

  .avantages-box {
    background-color: white;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;
  }

  .submenu-inner:not(.static) {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    pointer-events: none;

    transition: opacity 0.1s ease;
  }

  .submenu-inner.show {
    opacity: 1;

    pointer-events: all;

    z-index: 5;
  }

  #contentGuideChoix {
    margin: 50px auto;
  }

  .boxGuideChoix {
    margin-bottom: 30px;
  }

  .boxGuideChoix .headerBoxChoix {
    background-color: #8cbe2e;

    color: #fff;

    position: relative;

    font-size: 1.5em;

    padding: 5px 0 5px 60px;
  }

  .boxGuideChoix .headerBoxChoix span {
    font-size: 1.5em;

    position: absolute;

    left: -10px;

    top: -10px;

    display: block;

    width: 50px;

    height: 50px;

    background-color: #8cbe2e;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-weight: bold;

    border: 5px solid #fff;
  }

  .contentChoix {
    position: relative;

    width: 100%;

    text-align: left;

    display: table;
  }

  .boxChoix {
    width: 24.5%;

    position: relative;

    text-align: center;

    border-left: 1px solid rgba(143, 152, 162, 1);

    border-right: 1px solid rgba(143, 152, 162, 1);

    margin-top: 10px;

    cursor: pointer;

    opacity: 1;

    display: inline-block;

    transition: 200ms;
  }

  .boxChoix.light {
    opacity: 0.4;
  }

  .boxChoix.hidden {
    opacity: 0.1;
  }

  .boxChoix.orange {
    opacity: 0.1;
  }

  .boxChoix:hover,
  .boxChoix.active {
    opacity: 1;
  }

  .boxChoix img {
    max-height: 150px;

    max-width: 100%;
  }

  .boxChoix span {
    display: block;

    width: 100%;

    text-align: center;

    background: rgba(143, 152, 162, 1);

    color: #fff;

    font-size: 1.3em;

    padding: 3px 10px;
  }

  .boxChoix.box2 {
    width: 24.6%;
  }

  .boxChoix.box2 img {
    max-height: 100px;

    max-width: 100%;
  }

  .boxChoix.box2 span {
    font-size: 0.9em;
  }

  .boxChoix.box3 {
    width: 16.25%;
  }

  .boxChoix.box3 span {
    font-size: 0.9em;
  }

  #contentRefGenerate {
    z-index: 11;
    display: block;

    width: 100%;

    position: relative;

    text-align: center;
  }

  #contentRefGenerate h5 {
    text-transform: uppercase;

    font-size: 1.8em;

    padding-bottom: 0;

    margin-bottom: 0;
  }

  #contentRefGenerate {
    display: block;

    width: 100%;

    position: relative;

    text-align: center;
  }

  #contentRefGenerate.fixed {
    display: block;

    position: fixed;

    bottom: 0;

    width: 100%;

    text-align: center;

    background: rgb(237, 255, 201);

    left: 0%;

    padding: 10px 0;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  #contentRefGenerate h5 {
    text-transform: uppercase;

    font-size: 1.8em;

    padding-bottom: 0;

    margin-bottom: 0;
  }

  .boxRefGenerate {
    display: inline-block;

    font-size: 1.8em;

    background: rgb(237, 255, 201);

    padding: 10px;

    border: 3px solid #8cbe2e;
  }

  .refSplate {
    position: absolute;

    left: 10px;

    top: 10px;

    border: 3px solid #8cbe2e;

    background: rgb(237, 255, 201);

    padding: 5px;
  }

  .typeStock {
    font-size: 12px;
    width: 22px;
    height: 22px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .typeStockST {
    position: absolute;

    right: 2px;

    top: 0px;

    border-radius: 50%;

    font-weight: bold;

    background: #00abda;

    color: #fff;
  }

  .typeStockOD {
    position: absolute;

    right: 20px;

    top: -0px;

    border-radius: 50%;

    font-weight: bold;

    background: #ff5c15;

    color: #fff;
    margin-right: 5px;
  }

  .btnRefreh {
    background: #ff5c15;

    color: #fff;

    display: inline-block;

    cursor: pointer;

    text-align: center;

    padding: 10px 5px 10px 5px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  #programmeFab {
  }

  #programmeFab h5 {
    text-align: left;

    margin: 0;

    padding: 0;

    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  #programmeFab .bulle {
    display: inline-block;

    border-radius: 50%;

    font-weight: bold;

    background: #00abda;

    color: #fff;

    padding: 2px 3px;

    width: 22px;
    height: 22px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  #programmeFab .bulle.OD {
    background: #ff5c15;
  }

  #programmeFab .bulle.ST {
    background: #00abda;
  }

  .typeProg {
    margin-bottom: 5px;
  }

  span.titreAvantage {
    background: #8cbe2e;

    color: #fff;

    font-weight: bold;

    display: inline-block;

    font-size: 2em;

    padding: 5px 10px;

    margin-bottom: 0px;

    border-radius: 10px 10px 0 0;
    line-height: 1.2;
  }

  .ulAvantage {
    background: #edffc9;

    width: 100%;

    display: block;

    padding: 10px 15px;

    margin-top: 0 !important;
  }

  .btnOrange1 {
    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    /*background: linear-gradient(to bottom, #E05D22 0%, #D94412 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/

    border-color: #0d4657;

    border-image: none;

    border-radius: 2px;

    border-style: solid;

    border-width: 1px;

    color: #0d4657;

    display: inline-block;

    padding: 6px 0;

    font-size: 1.3em;

    text-decoration: none;

    text-transform: uppercase;

    text-align: center;

    font-weight: bold;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }

  #boxContactFixed {
    position: fixed;

    bottom: 0;

    right: 10px;

    background: #ff5c15;

    z-index: 100;

    text-align: center;

    border-radius: 10px 10px 0px 0px;

    padding: 5px 5px 0px 5px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  #boxContactFixed .entete {
    margin-bottom: 5px;

    color: #fff;

    cursor: pointer;
  }

  #boxContactFixed .entete:before {
    position: absolute;

    width: 30px;

    height: 30px;

    margin-top: 5px;

    left: 5px;

    content: "\f086";

    font-family: "FontAwesome";

    text-align: center;

    font-size: 40px;

    line-height: 30px;

    z-index: -1;

    color: #fff;
  }

  #boxContactFixed .entete p {
    font-size: 1em;

    padding-left: 35px;
  }

  #boxContactFixed p {
    margin-bottom: 0 !important;
  }

  #boxContactFixed h4 {
    padding: 5px 10px 0px 50px;

    display: block;

    margin: 0;

    font-size: 1.3em;
  }

  #boxContactFixed .inner {
    background: #fff;

    padding: 10px 5px;

    display: none;
  }

  #boxContactFixed .inner hr {
    margin: 10px 0;
  }

  #boxContactFixed .inner a,
  .popmake a {
    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%) repeat
      scroll 0 0 rgba(0, 0, 0, 0);

    border-color: #b93207;

    border-image: none;

    border-radius: 2px;

    border-style: none none solid;

    border-width: medium medium 3px;

    color: #ffffff;

    display: inline-block;

    padding: 5px 0;

    text-decoration: none;

    display: block;

    width: 150px;

    margin: 5px auto;

    text-align: center;
  }

  .popmake a {
    width: 215px;

    padding: 16px 0;

    font-size: 1.5em;
  }

  .popmake {
    display: block;

    position: relative;
  }

  .popmake-title {
    margin-top: 2em;
  }

  .popmake:before {
    position: absolute;

    font-family: "FontAwesome";

    top: 20px;

    left: 40px;

    font-size: 200px;

    opacity: 0.1;

    content: "\f879";
  }

  /* Formulaire de contact */

  #contact {
    font-size: 1.1em;
  }

  #contact .infos .details {
    padding: 3em;

    min-height: 400px;
  }

  #contact .details {
    background-color: #005c83;

    color: #ffffff;
  }

  #contact .details p {
    margin: 0;
  }

  .form textarea,
  .form input,
  .form select {
    background-color: transparent;

    border: none;

    border-bottom: 1px solid #adadad;

    margin: 5px 0;

    transition: all 0.25s ease;

    outline: none;
  }

  .form input,
  .form select {
    height: 30px;

    width: 100%;
  }

  .form textarea {
    resize: none;

    width: 100%;
  }

  .form input[type="submit"] {
    background-color: #005c83;

    border-color: #005c83;

    color: #ffffff;

    width: 100%;

    height: 40px;
  }

  #attributes {
    background-color: #003d4f;
  }

  #attributes {
    color: #ffffff;
  }

  #contact .infos > div {
    margin: 1em;
  }

  #contact .infos .infoIcon {
    font-size: 2em;
  }

  #contact .infos .details a {
    color: #ffff;
  }

  #contact .infos img {
    width: 300px;

    max-width: 100%;
  }

  img.team {
    width: 100% !important;

    filter: grayscale(100%);
  }

  div.wpcf7-validation-errors {
    max-width: 300px;
  }

  ul.societe {
    list-style: url("../images/puce-verte.png");

    padding-left: 40px;
  }

  ul.societe li {
    padding: 4px;
  }

  ul.societe li.bleu {
    list-style: url("../images/puce-bleu.png");
  }

  ul.societe li.marine {
    list-style: url("../images/puce-marine.png");
  }

  button.documents {
    font-size: 1.4em;

    padding: 18px 30px;

    border: none;

    background-color: #005c83;

    border-radius: 1px;

    color: #ffffff;
  }

  button.documents p {
    display: inline-block;

    margin: 0;
  }

  button.documents i {
    font-size: 2em;

    padding-right: 15px;
  }

  button.documents em {
    font-size: 0.6em;
  }

  .intro {
    font-size: 1.6em;
  }

  .intro > div:first-child {
    padding: 2em;
  }

  .intro > div:first-child img {
    margin-bottom: 2em;
  }

  img.illustration {
    height: 400px;
  }

  .items > div p {
    padding: 1em 2em;
  }

  .filiales h2 {
    color: #424b52;

    font-size: 2.6em;

    text-transform: uppercase;
  }

  .filiales img {
    max-width: 100%;

    width: 100%;
  }

  .form form {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .form form .form-group {
    margin: 1em;

    position: relative;
  }

  .form form .form-group h6 {
    font-size: 1.2em;

    position: absolute;

    top: 20px;

    transition: all 0.25s ease;
  }

  .form form .form-group.select h6 {
    top: 0;

    font-size: 0.9em;
  }

  .form form .form-group h6.content {
    top: 0;

    font-size: 0.9em;
  }

  .form form .form-group label:focus-within h6 {
    top: 0;

    font-size: 0.9em;

    color: #005c83;
  }

  input:focus,
  input:active,
  input:active,
  textarea:focus,
  select:focus {
    border-color: #005c83;

    background-color: transparent !important;

    color: red !important;
  }

  .form form label {
    width: 100%;
  }

  .form form .form-group:nth-last-child(-n + 4) {
    grid-column: 1 / span 2;
  }

  .documents-modal a {
    font-size: 2.5em;

    border: none;

    background-color: #005c83;

    border-radius: 1px;

    margin: 0.5em;

    padding: 0.1em 0.4em;

    width: 280px;

    height: 100px;

    transition: all 0.5s ease;
  }

  .documents-modal a:not(.artema):hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .documents-modal a i {
    font-size: 1.2em;

    height: 100%;

    color: #ffffff;
  }

  .documents-modal a p {
    margin: 0;

    font-size: 0.4em;

    color: #ffffff;
  }

  .documents-modal a.artema {
    background-color: transparent;

    font-size: 3em;
  }

  .documents-modal a.artema:hover div:last-child {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .documents-modal a.artema p {
    color: #5c6b80;
  }

  .documents-modal a.artema div:last-child {
    background-color: #005c83;

    transition: all 0.5s ease;
  }

  /* --------------- PAGE SECAMNIDA ---------------  */

  img.logo {
    width: 100%;
  }

  #pictos h3 {
    font-size: 2em;

    padding-top: 0.5em;
  }

  #pictos p {
    font-style: italic;

    color: #8a929c;
  }

  .picto {
    max-width: 100px;
  }

  #videoDemonstration {
    background-color: #005e7d;
  }

  .iframeVideo {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);

    max-width: 100%;

    width: 100%;

    height: 30vw;
  }

  #videoDemonstration h3 {
    color: #ffffff;

    font-size: 2em;
  }

  .nidaAvantages {
    font-size: 1.2em;
  }

  .nidaAvantages table th {
    font-size: 2em;

    color: #7dba00;

    padding: 0.5em 0;
  }

  .nidaAvantages table td {
    padding-left: 10px;

    position: relative;
  }

  .nidaAvantages table td:before {
    content: "▸";

    position: absolute;

    left: -10px;

    top: -4px;

    font-weight: bold;

    color: #8cbe2e;

    font-size: 1.2em;
  }

  /* --------------- PAGE ACCUEIL ---------------  */

  .robot {
    text-align: center;

    width: 100%;

    background: url("/wp-content/uploads/2021/05/bandeau-site-web-Webinar-SECAM-GEBE2.png"),
      #003d4f;
    background-size: contain;

    height: 500px;

    background-repeat: no-repeat;

    background-position: top center;

    overflow: hidden;
  }

  .robot > div:hover {
    bottom: 0px;
  }

  .robot > div:hover a {
    opacity: 1;
  }

  .robot > div {
    left: 50%;

    transform: translateX(-50%);

    bottom: -80px;

    height: 230px;

    width: 90%;

    background-color: #ffffff;

    transition: bottom 0.25s ease;
  }

  .robot > div h2 {
    font-size: 2em;
    margin-bottom: 0em;
  }

  @media (min-width: 801px) {
    .robot > div h2 {
      font-size: 4em;
    }
  }

  .robot > div h2 span {
    font-size: 1em;
  }

  .robot > div p {
    font-size: 1.2em;

    margin-bottom: 0.1em;
  }

  .robot a {
    position: absolute;

    bottom: 0.9em;

    font-size: 2.2em;

    padding: 0.2em 0.5em;

    background-color: #003d4f;

    color: #ffffff;

    opacity: 0;

    transition: opacity 0.25s cubic-bezier(1, 0, 0.71, 0.73);
  }

  /* --------------- PAGE FOOTER ---------------  */
  nav ul.footer-nav {
    display: flex;
    flex-direction: column;
  }
  nav ul.footer-nav li a {
    padding: 0.2rem 0.75rem !important;
  }

  #inner-footer {
    color: #ffffff;
  }

  #inner-footer a,
  #inner-footer a:visited {
    color: #ffffff !important;
  }

  #inner-footer li {
    margin: 0.1em 0;
  }

  #inner-footer img.logo {
    width: 260px;
  }

  #inner-footer .infoIcon {
    font-size: 2em;
  }

  img.certificat {
    width: 260px;

    max-width: 100%;
  }

  /* --------------- PAGE CATALOGUE ---------------  */

  .catalogue {
    height: 500px;

    position: relative;

    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
      0 0 40px rgba(0, 0, 0, 0.1) inset;

    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
      0 0 40px rgba(0, 0, 0, 0.1) inset;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }

  .catalogue:before,
  .catalogue:after {
    content: "";

    position: absolute;

    z-index: -1;

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

    top: 50%;

    bottom: 0;

    left: 10px;

    right: 10px;

    -moz-border-radius: 100px / 10px;

    border-radius: 100px / 10px;
  }

  .catalogue:after {
    right: 10px;

    left: auto;

    -webkit-transform: skew(8deg) rotate(3deg);

    -moz-transform: skew(8deg) rotate(3deg);

    -ms-transform: skew(8deg) rotate(3deg);

    -o-transform: skew(8deg) rotate(3deg);

    transform: skew(8deg) rotate(3deg);
  }

  .catalogue img {
    height: 100%;
  }

  .form h4 {
    font-size: 2em;
  }

  .explications p {
    font-size: 1.5em;
  }

  a.downloadCat {
    position: absolute;

    top: 20%;

    left: 50%;

    transform: translateX(-50%);

    background-color: #005c83;

    width: 180px;

    line-height: 70px;

    outline: none;

    color: #ffffff;

    border: none;

    font-size: 1.2em;

    text-align: center;
  }

  .conseilIcons {
    width: 70px;

    background-color: turquoise;

    height: 100%;

    left: -10%;

    font-size: 2em;
  }

  .conseilIcons a {
    height: 20px;
  }

  .descriptionParagraph {
    font-size: 1.2em;
  }

  .plan {
    font-size: 2.2em;
  }

  .plan a {
    padding: 15px 25px;

    background-color: #005c83;

    line-height: 60px;

    color: #ffffff;
  }

  .closeButton {
    position: absolute;

    top: 0.1em;

    right: 0.4em;

    color: #5c6b80;

    font-size: 3em;

    background-color: transparent;

    border: none;

    outline: none;

    width: 40px;

    z-index: 1000;
  }

  .sertir {
    font-size: 1.2em;

    background-color: #005c83;

    color: #ffffff;
  }

  .phaseDescription h6 {
    font-size: 5em;

    font-weight: 900;

    color: #005c83;
  }

  .salon {
    max-width: 330px;

    width: 250px;

    min-width: 250px;

    max-height: 400px;

    height: 350px;

    min-height: 350px;

    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.25),
      0px 10px 10px rgba(0, 0, 0, 0.22);
  }

  .mainImage {
    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.25),
      0px 10px 10px rgba(0, 0, 0, 0.22);
  }

  #page-title {
    padding-top: 90px;
    overflow: hidden;
    background-image: url("../images/inserts_bg.jpg");
    background-position: bottom;
    background-size: 100% auto;
    height: 300px;
  }
  #page-title.blue-light {
    background-color: #74bfd4;
  }
  #page-title.blue-dark {
    background-color: #003d4f;
  }
  #page-title.green-medium {
    background-color: #329200;
  }
  #page-title h1 {
    color: #fff;
    font-size: 3.5em !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgb(0 0 0);
    margin: 0 auto !important;
    line-height: 1em !important;
  }
  #page-title p {
    color: #fff;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgb(0 0 0);
  }
  .cat-title {
    color: #329200;
    font-size: 1.8em;
    font-weight: 900;
  }

  @media (min-width: 801px) {
    .full-menu.big,
    .product-list.big {
      display: block !important;
    }
    .full-menu.mobile,
    .product-list.mobile {
      display: none !important;
    }
  }

  .fit-contain {
    object-fit: contain;
    width: 100%;
  }

  a.back-btn {
    margin-top: 1em;
    margin-left: 1em;
    padding: 10px 15px;
    background-color: #8cbe2e;
    color: #ffff;
  }
  a.back-btn:hover,
  a.back-btn:visited,
  a.back-btn:focus {
    color: #ffff;
  }

  .astm-search-menu > a {
    line-height: 40px;
  }

  .title-container {
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .submenu-archive {
    display: none;
  }
  .full-menu.mobile .title-big .title-container {
    height: 30vh;
  }
  .full-menu.big .title-big .title-container {
    height: 50vh;
    min-height: 400px;
  }
  .title-container h2 {
    transition: all 0.2s ease;
    text-transform: uppercase;
  }
  .title-big .title-container h2 {
    color: #fff;
    font-size: 2.4em;
    text-align: center;
  }
  .title-big .title-container.light-green,
  .title-small .title-container.light-green.active,
  .submenu .submenu-inner.light-green {
    background-color: #b4db69;
  }
  .title-big .title-container.medium-green,
  .title-small .title-container.medium-green.active,
  .submenu .submenu-inner.medium-green {
    background-color: #8cbe2e;
  }
  .title-big .title-container.dark-green,
  .title-small .title-container.dark-green.active,
  .submenu .submenu-inner.dark-green {
    background-color: #329200;
  }

  .submenu .submenu-inner.light-green .filter-product.current,
  .submenu .submenu-inner.light-green .filter-product-archive.active {
    background-color: #8cbe2e !important;
  }
  .submenu .submenu-inner.medium-green .filter-product.current,
  .submenu .submenu-inner.medium-green .filter-product-archive.active {
    background-color: #329200 !important;
  }

  .submenu .dark-green .filter.active,
  .submenu .dark-green .filter.subactive,
  .submenu .dark-green .filter-product.active,
  .submenu .dark-green .filter-product.current,
  .submenu .dark-green .filter-product.subactive,
  .submenu .dark-green .filter-product-archive.active,
  .submenu .dark-green .filter-product-archive.subactive,
  .submenu .submenu-inner.dark-green .filter-product.current,
  .submenu .submenu-inner.dark-green .filter-product-archive.active {
    background-color: #8cbe2e !important;
  }

  .filter-product,
  .filter-product-archive {
    position: relative;
  }

  .filter-product:after,
  .filter-product-archive:after {
    content: "\f105";
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);
    right: -20px;

    position: absolute;

    cursor: pointer;

    font-family: "FontAwesome";
    font-size: 1.2em;
  }

  .submenu-inner.white {
    color: transparent !important;
    background-color: white !important;
  }
  img.menu-archive-img {
    height: 240px;
  }
  .title-small img.menu-archive-img {
    display: none;
  }

  .title-small .title-container {
    height: 60px;
    min-height: auto;
    overflow: hidden;
    position: relative;
  }
  .title-small .title-container:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #8cbe2e;
    font-size: 20px;
    right: 15px;
    position: absolute;
    cursor: pointer;
  }
  .title-small .title-container.active:after {
    color: #fff;
  }
  .title-small .title-container h2 {
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    color: #8cbe2e;
  }
  .title-small .title-container.active h2 {
    color: #fff;
  }

  /* menu */
  .main-cat.active.light-green:after {
    background-color: #b4db69;
  }
  .main-cat.active.medium-green:after {
    background-color: #8cbe2e;
  }
  .main-cat.active.dark-green:after {
    background-color: #329200;
  }
  .main-cat h2 {
    font-weight: bold;
    margin: 0.6em 0;
    text-transform: uppercase;
    font-size: 1.6em;
  }

  .main-cat.active {
    box-shadow: 0 -15px 15 px 2px rgba(0, 0, 0, 0.1);
    color: white !important;
    z-index: 2;
  }
  .sub-cat.light-green,
  .main-cat.active.light-green {
    background-color: #b4db69;
  }
  .sub-cat.medium-green,
  .main-cat.active.medium-green {
    background-color: #8cbe2e;
  }
  .sub-cat.dark-green,
  .main-cat.active.dark-green {
    background-color: #329200;
  }

  .main-cat.light-green {
    color: #b4db69;
  }
  .main-cat.medium-green {
    color: #8cbe2e;
  }
  .main-cat.dark-green {
    color: #329200;
  }

  .sub-cat {
    color: white;
    width: 100%;
  }
  .sub-cat h3 {
    margin-top: 0.5em;
    color: white;
    font-size: 1.3em;
    transition: color 0.25s ease;
  }
  .sub-cat.active {
    box-shadow: 0px 0px 1px rgba(20, 20, 20, 0.6),
      0 0 20px 8px rgba(0, 0, 0, 0.2);
  }

  #montage-video video,
  #montage video {
    width: 100% !important;
    max-width: 100% !important;
  }

  #search-container #main {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .search-result-single {
    margin-top: 2rem;
    font-weight: 700;
    color: #003d4f;
    font-size: 2em;
  }

  .search-result {
    padding: 1.5em !important;
    text-align: center;
    color: #003d4f;
    font-size: 2.5em;
  }
  .search-result span {
    display: block;
    font-size: 0.7em;
  }
  a.search-result:focus,
  a.search-result:visited,
  a.search-result:hover,
  a.search-result:focus,
  a.search-result:visited:hover,
  a.search-result:visited:focus {
    color: #003d4f !important;
    text-decoration: none;
  }
  .search-result-single:hover {
    color: #89ba2d !important;
  }
  .loupe-result {
    float: right;
    margin: auto;
  }

  .search-result-single {
    border: none !important;
    padding: 0.25em !important;
  }
  #post-not-found h3 {
    text-align: center;
    font-size: 2rem;
  }
  #mentions {
    max-width: 800px;
    margin: 0 auto;
  }
  #mentions h2 {
    font-size: 2em;
    color: #7dba00;
    font-weight: 600;
  }

  .blocSocieteGroupe {
  }

  .blocSocieteGroupe h2 {
    margin: 0;
    font-size: 25px !important;
    font-weight: bold;
    color: #00b8e0 !important;
  }

  .texte404 {
    font-size: 1.5em;
  }

  .texte404 a {
    color: #7dba00;
    font-size: 1.2em;
  }
  .h2-outer {
    position: relative;
    transform: skewX(-20deg);
    background-color: #8cbe2e;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 10px 6px -6px rgb(0 0 0 / 19%);
  }
  .h2-outer h2 {
    transform: skewX(20deg);
  }
}
