


      /*list-atout*/
      .list-atout > *{
        display: flex;
        align-items: center;
        list-style: none;
        padding:1.33rem;
        margin-bottom:5px;
        background: linear-gradient(33deg, rgba(217,185,133,0.49) 1%,rgba(217,185,133,0.43) 14%,rgba(245,237,224,0.09) 82%,rgba(245,237,224,0) 100%);
        /*background-image: linear-gradient(to right top, #d9b98550, #e0c69b30, #e7d3b220, #eee0c910, #f5ede010);*/
        border-bottom: 4px  solid var(--clr-primary);    

      }
      .list-atout i{
        margin-right: 1.33rem;
        font-size: 3rem;
        color: var(--c-yellow);
      }
      .list-atout .bolder{
        font-size: 1.6rem;
        font-weight: bold;
      }
      .img-icon{
        margin-right: 28px;
        min-width: 68px;
        max-width: 68px;
      }

      .img-icon img{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
      }
