@media (max-width: 768px) {
  #one .iconlineProfil {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    padding-right: 40px;

  }

  #one .iconlineProfil::after {
    content: "";
    display: block;
    width: 60px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    height: 100px;
    position: fixed;
    right: 14px;
    transform: translateY(-100%);
    pointer-events: none;
  }

  #one .iconlineProfil li {
    width: 90px;
    float: none;
    display: inline-block;
  }
  
  #one .iconlineProfil p {
    display: block !important;
    font-size: 1.2rem;
    position: relative;
    /*top: -2rem;*/
    line-height: 1rem !important;
    white-space: pre-line;
    height: 50px;
  }

  #one .iconlineProfil li p {
    /* top: -1rem;*/
  }
}
