.site-footer {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #D9D9D9 8%, transparent 12%);
    background-color: #F3F3F4;
    background-position: 0 0;
    background-size: 20px 20px;
    position: relative;
    margin-top: 196px;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: -196px;
    right: -45px;
    z-index: -1;
    width: 537px;
    height: 236px;
    background: url('https://triathlonnoirmoutier.fr/wp-content/themes/enzomichaud-theme/img/svg/footer-svg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.footer-top .footer-top-text {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 35px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 45px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
}

.footer-top .footer-top-text img {
    width: 112px;
    height: auto;
}

.footer-bottom {
    border-top: 1px solid #a1a1a1;
}

.footer-bottom .footer-bottom-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    padding: 1.2em 0;
    text-align: center;
    color: #000000;
}

.footer-bottom .footer-bottom-text p {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex-wrap: wrap;
    font-weight: 300;
}

/* Footer menu */
.footer-menu-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  list-style: none;
  gap: 6px;
  padding: 0;
  margin: 0 0 22px 0;
}

.footer-menu-list li {
  display: inline-block;
}

.footer-menu-list a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
}

.footer-menu-list a:hover {
  color: var(--enzomichaud-color-main);
}










/* 
.footer-bottom .footer-bottom-text p:first-child span {
    font-weight: 700;
}

.footer-bottom .footer-bottom-text p:nth-child(2) a {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
    font-size: 0.8rem;
    padding: 0 0 0 2px;
}

.footer-bottom .footer-bottom-text p:nth-child(2) a:hover {
    text-decoration: none;
}

.footer-top-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.footer-top-content .custom-logo-link {
    padding: 0;
}

.footer-top-content .custom-logo {
    height: 90px;
    width: auto;
    display: block;
    transition: all .3s ease-out;
}

.footer-top-links {

}

.menu-menu-footer-container {
    height: 100%;
}

.menu-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    height: 100%;
}

.menu-footer .menu-item a {
    font-size: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 50px;
    display: flex;
    color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
}

.menu-footer .menu-item a::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    left: 15px;
    background: #c4d5ea;
}

.menu-footer .menu-item a:hover {
    color: var(--enzomichaud-color-secondary);
} */