.orthomedoc-footer {
background: var(--color-primary-hover);
color: var(--color-text-white);
padding: 60px 0 0;
width: 100%;
}
.orthomedoc-footer .footer-content {
max-width: 1440px;
margin: 0 auto;
padding: 0 40px;
} .orthomedoc-footer .footer-columns {
display: grid;
grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
gap: 50px;
align-items: start;
} .orthomedoc-footer .footer-col-title {
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--color-text-white);
margin: 0 0 20px;
} .orthomedoc-footer .footer-column {
min-width: 0;
}
.orthomedoc-footer .footer-branding {
max-width: 420px;
}
.orthomedoc-footer .footer-logo {
margin-bottom: 20px;
}
.orthomedoc-footer .footer-logo img {
max-width: 350px;
height: auto;
filter: brightness(0) invert(1);
display: block;
}
.orthomedoc-footer .footer-logo-text h2 {
font-size: 38px;
font-weight: 700;
color: var(--color-text-white);
margin: 0 0 5px;
letter-spacing: 2px;
}
.orthomedoc-footer .footer-logo-text h2 a {
color: inherit;
text-decoration: none;
transition: opacity 0.3s ease;
}
.orthomedoc-footer .footer-logo-text h2 a:hover {
opacity: 0.8;
}
.orthomedoc-footer .footer-logo-text .script {
font-family: 'Georgia', 'Times New Roman', serif;
font-style: italic;
font-weight: 400;
letter-spacing: 0;
}
.orthomedoc-footer .footer-logo-text .subtitle {
font-size: 11px;
letter-spacing: 2px;
margin: 0 0 3px;
text-transform: uppercase;
font-weight: 400;
color: rgba(255,255,255,0.7);
}
.orthomedoc-footer .footer-logo-text .doctor {
font-family: 'Georgia', 'Times New Roman', serif;
font-style: italic;
font-size: 15px;
margin: 0 0 20px;
color: rgba(255,255,255,0.85);
}
.orthomedoc-footer .footer-tagline {
font-size: 14px;
line-height: 1.7;
color: rgba(255,255,255,0.75);
margin: 0;
} .orthomedoc-footer .footer-links {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.orthomedoc-footer .footer-links a {
color: rgba(255,255,255,0.85);
text-decoration: none;
font-size: 14px;
display: inline-block;
transition: color 0.25s ease, transform 0.25s ease;
}
.orthomedoc-footer .footer-links a:hover {
color: var(--color-text-white);
transform: translateX(3px);
} .orthomedoc-footer .footer-contact-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 14px;
}
.orthomedoc-footer .footer-contact-list li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: rgba(255,255,255,0.85);
line-height: 1.6;
} .orthomedoc-footer .footer-contact-list li svg {
flex-shrink: 0;
margin-top: 0.15em;
opacity: 0.85;
color: var(--color-text-white);
}
.orthomedoc-footer .footer-contact-list address {
font-style: normal;
}
.orthomedoc-footer .footer-contact-list a {
color: rgba(255,255,255,0.85);
text-decoration: none;
transition: color 0.25s ease;
}
.orthomedoc-footer .footer-contact-list a:hover {
color: var(--color-text-white);
} .orthomedoc-footer .footer-booking {
display: flex;
flex-direction: column;
gap: 0;
}
.orthomedoc-footer .footer-booking-body {
display: flex;
flex-direction: column;
gap: 20px;
}
.orthomedoc-footer .footer-booking-text {
font-size: 14px;
line-height: 1.6;
color: rgba(255,255,255,0.75);
margin: 0;
}
.orthomedoc-footer .footer-doctolib-link {
display: inline-flex;
align-items: center;
transition: opacity 0.25s ease, transform 0.25s ease;
}
.orthomedoc-footer .footer-doctolib-link:hover {
opacity: 0.85;
transform: translateY(-2px);
}
.orthomedoc-footer .doctolib-logo {
max-width: 150px;
height: auto;
filter: brightness(0) invert(1);
display: block;
}
.orthomedoc-footer .doctolib-text {
display: inline-block;
padding: 0.65rem 1.4rem;
background: rgba(255,255,255,0.15);
border: 1px solid rgba(255,255,255,0.3);
border-radius: 6px;
color: var(--color-text-white);
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: background 0.25s ease;
}
.orthomedoc-footer .doctolib-text:hover {
background: rgba(255,255,255,0.25);
} .orthomedoc-footer .footer-btn-rdv {
display: inline-block;
padding: 0.75rem 1.5rem;
background: var(--color-accent);
color: var(--color-text-white);
border-radius: 8px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
text-align: center;
letter-spacing: 0.05em;
transition: background 0.25s ease, transform 0.25s ease;
}
.orthomedoc-footer .footer-btn-rdv:hover {
background: var(--color-accent-hover);
transform: translateY(-2px);
} .orthomedoc-footer .footer-legal {
margin-top: 50px;
padding: 24px 0;
border-top: 1px solid rgba(255,255,255,0.15);
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 16px;
}
.orthomedoc-footer .footer-copyright {
font-size: 13px;
color: rgba(255,255,255,0.6);
margin: 0;
}
.orthomedoc-footer .footer-legal-links {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.orthomedoc-footer .footer-legal-links a {
color: rgba(255,255,255,0.6);
text-decoration: none;
font-size: 13px;
white-space: nowrap;
transition: color 0.25s ease;
}
.orthomedoc-footer .footer-legal-links a:hover {
color: var(--color-text-white);
} @media (max-width: 1200px) {
.orthomedoc-footer .footer-columns {
grid-template-columns: 1.8fr 1fr 1.1fr 1.1fr;
gap: 35px;
}
}
@media (max-width: 992px) { .orthomedoc-footer .footer-columns {
grid-template-columns: 1fr 1fr;
gap: 35px;
}
.orthomedoc-footer .footer-branding {
grid-column: 1 / -1;
max-width: 100%;
text-align: center;
align-items: center;
}
.orthomedoc-footer .footer-logo img {
margin: 0 auto;
}
.orthomedoc-footer .footer-tagline {
margin: 0 auto;
max-width: 480px;
}
}
@media (max-width: 768px) {
.orthomedoc-footer {
padding: 40px 0 0;
}
.orthomedoc-footer .footer-content {
padding: 0 20px;
}
.orthomedoc-footer .footer-columns {
grid-template-columns: 1fr;
gap: 40px;
text-align: center;
} .orthomedoc-footer .footer-branding {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
}
.orthomedoc-footer .footer-logo img {
margin: 0 auto;
} .orthomedoc-footer .footer-links {
align-items: center;
}
.orthomedoc-footer .footer-links a:hover {
transform: none;
} .orthomedoc-footer .footer-contact-list {
align-items: center; }
.orthomedoc-footer .footer-contact-list li {
width: fit-content; justify-content: flex-start; } .orthomedoc-footer .footer-booking {
align-items: center;
text-align: center;
}
.orthomedoc-footer .footer-booking-body {
align-items: center;
} .orthomedoc-footer .footer-legal {
flex-direction: column;
align-items: center;
text-align: center;
margin-top: 30px;
gap: 12px;
}
.orthomedoc-footer .footer-legal-links {
justify-content: center;
gap: 12px;
}
}
@media (max-width: 480px) {
.orthomedoc-footer .footer-legal-links {
flex-direction: column;
gap: 8px;
}
}