.yp-container--actualites header>.yp-title:before, .yp-container--prestations header>.yp-title:before, .yp-layout:not(.yp-layout--layout-1) h1.yp-title:before {
  display: none;
}

.yp-container--actualites header>.yp-title:after, .yp-container--prestations header>.yp-title:after, .yp-layout:not(.yp-layout--layout-1) h1.yp-title:after  {
  display: none;
}

.yp-social-media__title .yp-title {
  display: none;
}

.yp-collaborators-list__item img {
  width: 100%;
}

.yp-article-single--449921 table {
  height: auto !important;
}

.yp-container--header .site-logo img {
  max-height: 99px !important;
}

@media screen and (max-width:600px) {
  .visible-xs {
    display: block;
    font-size: 0.825rem;
    margin-left: 0.5rem;
  }
  
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width:600px) {
  .visible-xs {
    display: none;
  }
  
  .hidden-xs {
    display: block;
  }
}