@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

.yp-subtitle-actus,
.yp-col--expertises-1 .yp-category-list__header {
  display:none;
}

.yp-row--messages {
	max-width: 1110px;
    margin: 0 auto;
    line-height: 1;
    padding-bottom: 1rem;
}

body a {
  text-decoration: none !important;
}

@media screen and (max-width:992px) {
  .yp-layout--default .yp-article-single img {
    height: auto !important;
    width: 100% !important; 
  }
}

.yp-layout--default .yp-article-single__featured { 
  display: block !important;
}
.yp-layout--default .yp-article-single__featured img { 
  display: block;
  height: auto;
  max-width: 700px;
  margin: 1rem 0;
  width: 100%;
}

.yp-col--devis-1 .yp-form__check-input {
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
