.kb-splide .splide__arrow {
background: rgba(190, 164, 132, 0.57) !important;
width: 3em !important;
border-radius: 50px !important;
	opacity: 1 !important;
	color: white !important;
}

.footer__copyright {
  display: flex;
  justify-content: space-between;
}
.footer__copyright-cr{
    margin: 0;
}
.footer-realization{
    margin:0;
    color: black !important; 
}
.footer-realization a {
  color: #7a00fd !important;
  font-weight: bold;
}
.footer-realization a:hover{
    color: #e31164 !important;
}
.kadence-column5cecd7-41 > div:nth-child(1) > div:nth-child(3) > ul:nth-child(1) {
padding-top: !important;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .footer__copyright-cr a {
    display: block;
    margin-top: 20px;
  }
  .footer__copyright span {
    display: none;
  }
}
