#footer {
	background: #fff;
	color: #fff;
}

/* service */
#service {
    background-color: var(--color-white);
}

#service .section--service {

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 56px 0 50px;
}

#service .service-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

#service .item-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-black);
    text-transform: uppercase;
}


/* footer */
.footer-top{
    background-color: var(--color-primary);
}
#footer .section--footer {
    padding: 59px 0 73px;
}

#footer .menu--footer {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 100px;
}

#footer .footer-list-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-black);
    padding-bottom: 26px;
}

#footer .dropdown-footer-list li {
    padding: 8px 0;
    text-wrap: nowrap;

}

#footer .button-footer {
    padding-top: 22px;
}

#footer .button-contact {
    background-color: transparent;
    padding: 15px 74px;
    font-size: 13px;
    color: var(--color-black);
    border-radius: 4px;
    border: 1px solid var(--color-black);
    text-transform: uppercase;

}

#footer .footer-list:nth-child(5) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .footer--common {
    background-color: var(--color-black);
}
.footer--bottom{
    display: flex;
    justify-content: space-between;
}
#footer .footer--bottom a {
    color: var(--color-white);
    font-size: 12px;
    font-weight: 400;
}
#footer .footer--bottom p {
    color: var(--color-white);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
#footer .footer-middle li {
    margin-bottom: 8px;
}
.footer--bottom .footer--bottom-content {
    gap: 100px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

footer#footer .footer-logo {
	width: auto;
	height: auto;
	padding: 0;
	margin-bottom: 30px;
}

#footer .footer--bottom-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
#footer .footer--bottom {
    background-color: black;
}

#footer .button.buttonConversion {
    margin-bottom: 20px;
}

.footer-title h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 25px;
}
.footer-links a {
    font-weight: 300;
    font-size: 15px;
    line-height: 35px;
}
.footer-links a:hover {
	text-decoration: underline;
}
#footer .button.buttonConversion {
    background: linear-gradient(90deg, #E99468 0%, #FA538B 100%);
}
#footer .button.buttonWhite {
    background: transparent;
    color: #fff;
    position: relative;
}
.footer-middle {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-x: calc(100% + 30px);
    background-position-y: calc(100% + 30px);
    background-image: url('https://www.lundimatin.fr/wp-content/uploads/2025/02/logo-lm-bg-footer.webp');
    background-color: #000E36;
    border-radius: 128px 128px 0 0;
}
#footer .button.buttonWhite::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(90deg, #EA906A 0%, #F9548A 100%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    border-radius: 200px;
}
#footer .col-span-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer .col-span-1:last-child {
    display: block;
}
.footer-bottom {
    background-color: #000E36;
    border-top: 1px solid #CBC8C8;
}
.footer-bottom .wp-block-navigation__container {
    justify-content: space-between;
}
.footer-bottom .wp-block-navigation-link {
    line-height: 35px;
    font-weight: 300;
}
.footer-title.follow-us h3 {
    font-weight: 200;
}
.footer-bottom .wp-block-navigation-item__content:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1025px) {
    #footer .section--footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-middle {
        padding: 50px 20px;
    }
    .footer-middle .grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .footer-middle .grid-cols-4 .col-span-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-middle .grid-cols-4 .col-span-1:last-child {
        margin-bottom: 0;
    }
    #footer .flex.md\:justify-start.space-x-7 {
        justify-content: center;
    }
    .footer-bottom {
        padding: 30px;
    }
    .wp-block-navigation-item__content {
        font-size: 14px;
        font-weight: 200;
    }
    .footer-bottom .wp-block-navigation__container {
        gap: 20px;
    }
    .footer-middle {
        background-size: 50% !important;
        border-radius: 50px 50px 0 0;
    }
    footer#footer .footer-logo {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1000px) {

    #footer .footer-logo {
        width: 133px;
        height: 125px;
        object-fit: cover;
        padding: 15px;
    }

    #footer .section--footer {
        padding: 45px 3.5rem 20px;
    }

    #footer .dropdown-footer-list li {
        text-align: center;
    }

    #footer .footer-list-title {
        padding-bottom: 15px;
    }

    #footer .button-contact {

        width: 290px;
    }

    #footer .menu--footer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }

    #footer .footer-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer--bottom .footer--bottom-content {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }
    .footer--bottom {
        display: block;
    }
    .footer--bottom p {
        padding-bottom: 30px;
    }

    #footer .footer--bottom a {
        padding: 5px 0;
    }
    .footer--bottom .footer--bottom-content {
        gap: 50px;
    }
}

@media (min-width: 1600px) {
    #footer .container {
        max-width: 1500px !important;
    }
}


