
.footer-copyright{
  padding:20px;
  font-size: 1.3rem;
  line-height:1.75;
  background-color:var(--tertiary);
  color: var(--white);
}

.footer-copyright__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  gap: 20px;
}

.footer-copyright__links .hs-menu-wrapper{
  display:inline;
}

.footer-copyright__links .hs-menu-wrapper ul{
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
}

.footer-copyright__links .hs-menu-wrapper li{
  display:inline;
}

.footer-copyright__links .hs-menu-wrapper a{
  text-decoration:none;
  color: currentColor;
}

.footer-copyright__links .hs-menu-wrapper a:hover{
  color: currentColor;
  text-decoration:underline;
}
.footer-copyright__links .hs-menu-wrapper a[href="javascript:void(0);"]{
  pointer-events:none;
}

.footer-copyright__links .hs-menu-wrapper > ul{
  display:inline;
  flex-wrap:wrap;
}

.footer-copyright__links .hs-menu-wrapper > ul > li:not(:first-child):before{
  content:'| ';
  margin:0 4px;
}

.bureauvet-link{display:inline-block; white-space:nowrap; position: absolute; right: 30px;}
.bureauvet-link a{color: currentColor; text-decoration:none;}
.bureauvet-link a:hover{color: currentColor; text-decoration:underline;}
.bureauvet-link svg{margin:0 0 0 5px; display:inline-block; vertical-align:middle;}

.footer-copyright__images {display: flex; width: 50%; column-gap: 15px; max-width: 400px;}
.footer-copyright__images a img {max-height: 30px; max-width: 90px !important;}
.footer-copyright__images img {max-height: 30px; max-width: 90px !important;}
@media (max-width:1172px){
  .footer__wrapper{
    row-gap:50px;
  }
  .footer__col{
    width: calc((100% - 20px) / 2);
  }

  .footer-copyright__wrapper{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items: center;;
  }
  .footer-copyright__links{
    text-align:center;
  }
  .bureauvet-link {position: inherit;}
  .footer-copyright__images {width: 100%; max-width: max-content;}
}

@media (max-width: 500px) {
  .footer-copyright__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }