body {
    background-color: white;
  }
  .all-search {
    background-color: white;
  }
  h4 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.45px;
    margin-top: 40px;
  }
  .block-search{
    width: 100%;
    height: 60px;
    background-color: #eeeeee;
    position: relative;
  }
  .searh-field{
    width: 100%;
    height: 60px;
    outline: none;
    border: none;
    padding-left: 20px;
    background-color: #eeeeee;
  }
  .bouton-text-rechercher {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 60px;
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
  }
  .block-icon-rechercher {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: black;
    border: none;
  }
  .bouton-icon-rechercher {
    margin: 5px 5px;
    width: 30px;
    height: 30px;
    background-color: black;
    border: none;
  }
.bnd-fa .fa-bn .item-fa {
  margin-right: 10px;
  color: #666666;
}
.bnd-fa .fa-bn {
  display: flex;
  align-items: center;
  height: 50px;
}
.bnd-fa {
  height: 50px;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
}

.souscard-product-rubrique-mobile {
  position: relative;
}
.signe-plus-et-moins {
  position: absolute;
  top: 18px;
  right: 15px;
  color: white;
}
.sousbouton-result-rubrique-mobile {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  outline: none !important;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: black;
  display: grid;
  grid-template-columns: 1fr 30px;
}
.text-sousbouton-rubrique {
  color: white;
  margin-top: 14px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}
.signe-moins-rubrique-mobile {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: white;
  margin-right: 5px;
  margin-top: -2px;
}
.signe-plus-rubrique-mobile {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: white;
  margin-top: 5px;
  margin-left: 10px;
}


  .nombre-resultat {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: -0.21px;
    color: #999999;
    margin-top: 45px;
  }
  .slick-track {
    margin-left: 0px!important;
  }
  .ilogo {
    width: 40px;
    height: 40px;
  }
  .bouton-result-rubrique {
    border: none;
    width: 100%;
    height: 90px;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #eeeeee;
  }
  .sousfields-wrapper {
    margin-top: 30px;
  }
  .sousbouton-result-rubrique {
    border: none;
    width: 100%;
    height: 60px;
    outline: none !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #dddddd;
  }
  .bouton-result-rubrique.active .clip-fill{
    position: absolute;
    background: #ddd;
    -webkit-clip-path: polygon(50% 0%,0% 100%,100% 100%);
    clip-path: polygon(50% 0%,0% 100%,100% 100%);
    width: 30px;
    height: 13px;
    bottom: -22px;
    margin-left: 35%;
  }
  .bouton-result-rubrique.active .clip-outline{
    position: absolute;
    top: 3px;
    left: 4px;
    right: 4px;
    bottom: 0px;
    background: white;
    -webkit-clip-path: polygon(50% 0%,0% 100%,100% 100%);
    clip-path: polygon(50% 0%,0% 100%,100% 100%);
  }
  .fields-wrapper{
    position: relative;
  }
  .fields-wrapper:after{
    content: "";
    display: block;
    margin-left: 10px;
    width: 100%;
    padding-top: 20px;
    border-bottom: 2px solid #ddd;
  }
  .item-title:hover{
    color: #fb7900;
  }
  .bouton-result-rubrique:hover, .bouton-result-rubrique.active{
    background:#fb7900;
  }
  .bouton-result-rubrique:focus{
    background:#fb7900 !important;
    outline: none;
  }
  .sousbouton-result-rubrique:hover, .sousbouton-result-rubrique.active{
    background:#000;
    color: white;
  }
  .sousbouton-result-rubrique:focus{
    background:#000 !important;
    outline: none;
    color: white;
  }
  /*for FireFox*/
  .bouton-result-rubrique[type="submit"]::-moz-focus-inner,
  .bouton-result-rubrique[type="button"]::-moz-focus-inner,
  .bouton-result-rubrique::-moz-focus-inner { background:#f16e00;}

 /*for IE8*/
  .bouton-result-rubrique[type="submit"]:focus,
  .bouton-result-rubrique[type="button"]:focus { background:#f16e00;}

  .item-head:first-of-type  {
    margin-top: 20px;
    border-top: none;
}
.item-head {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
  .item-title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -0.28px;
    color: black;
    margin-top: 3px;
    cursor: pointer;
  }
  .item-title:focus {
    color:#f16e00;
  }
  .faq-tab-item{
    display: none;
  }
  .faq-tab-item.active{
    display: block;
  }
  .block-rubrique-centrer {
    background-color: #fff6b6;
    display: grid;
    grid-template-columns: 1fr 150px;
    padding: 20px;
    margin-right: 10px;
}
.block-rubrique-centrer1 {
    background-color: #f4cfb2;
    display: grid;
    grid-template-columns: 1fr 150px;
    padding: 20px;
    margin-left: 10px;
}
.photo-rubrique img{
    width: 144px;
    height: 129px;
}
.text-block-rubrique {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-top: 30px;
}
.text-rubrique1 button {
    width: 152px;
    height: 40px;
    background-color: #fff6b6;
    color: black;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: 1px solid black;
}
.text-rubrique2 button {
    width: 192px;
    height: 40px;
    background-color: #f4cfb2;
    color: black;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: 1px solid black;
}
  @media (min-width: 680px) {
    .block-rubrique {
      display: grid;
      grid-template-columns: 50% 50%;
      margin-bottom: 20px;
      margin-top: 50px;
    }
    .sousfields-wrapper-mobile {
      display: none;
    }
    .block-icon-rechercher{
      display: none;
    }
  }
  @media (max-width: 980px) {
    .bouton-result-rubrique {
      margin-bottom: 10px;
    }
    .sousfields-wrapper{
      display: none;
    }
   /* .faq-tab-item-mobile{
      display: none;
    }*/
    .signe-moins-rubrique-mobile{
      display: none;
    }
    .bouton-text-rechercher{
      display: none;
    }
    .block-search{
      height: 50px;
    }
    .searh-field{
      height: 50px;
    }
    .list-mot-cles-search {
      position: absolute;
      top: 10px;
    }
    .les-mot-cles-search {
      display: flex;
      background: white;
      height: 30px;
      padding: 5px 10px 0 10px;
      margin-left: 10px;
      border-radius: 20px;
    }
    .mot-cles-search {
      margin-top: 0px;
    }
    .delete-cles-search {
      margin-left: 15px;
      height: 20px;
      width: 20px;
    }
  }
  @media (max-width: 680px) {
    .fields-wrapper:after{
      border-bottom: none;
    }
    .fields-wrapper .clip-fill{
      display: none;
    }
    .fields-wrapper .clip-outline{
      display: none;
    }
    .bouton-result-rubrique {
      font-size: 14px;
    }
    .bouton-text-rechercher{
      display: none;
    }
    .modal-fs {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
    }
    .item-title {
      font-size: 18px;
    }
    .block-rubrique-centrer {
        background-color: #fff6b6;
        display: grid;
        grid-template-columns: 150px 1fr;
        padding: 20px;
        margin-right: 0px;
    }
    .block-rubrique-centrer1 {
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
  }
  @media (min-width: 980px) {
    .bouton-icon-rechercher{
      display: none;
    }
  }
