
.toggle-details a {
    position: relative;
  }
  
  .toggle-details a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
  }
  
  .tab-header a.elementor-button {
    width: 100%;
  }
  
  .go-offre.highlight {
    -webkit-box-shadow: 0px 0px 12px 0px #FE721D;
    -moz-box-shadow: 0px 0px 12px 0px #FE721D;
    box-shadow: 0px 0px 12px 0px #FE721D;
    border: #FE721D !important;
  }
  
  .go-offre.highlight-off {
    filter: grayscale(100%);
  
  }
  
  .go-offre.highlight-off > * {
    opacity: 0.4;
  }
  
  .go-offre.highlight-off:hover {
    filter: none;
    
  }
  .go-offre.highlight-off:hover > * {
    opacity: 1;
    
  }
  
  .go-offre.highlight-off > * {
    transition: opacity 0.5s ease;
  }
  
  .go-offre {
    transition: height 0.5s ease;
  }
  
  .go-offre p {
    margin-bottom: 0;
  }
  
  @media screen and (max-width:767px) {
    .benefice-cle-text ul {
      padding-left: 10px;
    }
  }
  