.yp-row--header .yp-col--header-1 img {
    height: 70px;
}

  .yp-row--services .yp-articles-list__body-preview {
    height: 50px;
}

.yp-row--reassurance {
    display: none !important;
}

.yp-row--footer .yp-col--footer-1 a {
    color: var(--footer-color);
}

.yp-row--header .yp-col--header-3 i {
  display: initial;
}

@media screen and (min-width:992px) {
  .cta--resp .yp-article-single__body {
  	display: flex;
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 992px) and (max-width: 1235px) {
  .yp-navbar__collapse {
    position: static
  }
  
  .cta--resp .yp-article-single__body {
    flex-direction: column;
  }
  
  .cta--resp .yp-article-single__body p {
	margin: 5px auto;
  }
}

.yp-col--informations-1 .yp-extension:last-child {
    padding: 0 3rem;
    color: white;
}

.yp-col--temoignages-1 .yp-extension:first-child {
    padding: 0 3rem;
    color: white;
}