footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 10;
    bottom: 1.4rem;
    padding-left: 60px;
    padding-right: 482px;
}

footer .ref {
    font-size:20px;
    font-weight: 600;

}

footer .container_footer_links_list {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 955px;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;

}

footer .container_footer_links_list a:hover {
    color: var(--blue)
}

footer .container_footer_logo {
    position: absolute;
    right: 0;
    bottom: 24px
}

#cookies-settings {
  box-shadow:  none!important;
  background: transparent!important;
  color: var(--black)!important;
  border: none!important;
  cursor: pointer;
  text-decoration: underline!important;
  font-size: 20px!important;
  font-weight: 600!important;
}

.is-mobile footer{
    display: none;
}

