footer.crazy-footer {
margin-bottom: 0; padding-bottom: 0;
background: #047c5b; color: #f2f2f2; padding: 40px 20px; font-family: 'Montserrat', sans-serif; } body > *:last-child {
margin-bottom: 0 !important;
} .footer-wrapper {
display: flex; flex-direction: column; gap: 30px; max-width: 1200px; margin: auto; } .footer-col {
text-align: center; } .footer-col h4 {
font-size: 18px; margin-bottom: 15px; color: #ffffff; text-transform: uppercase; letter-spacing: 1px; } .footer-col ul {
list-style: none; padding: 0; } .footer-col ul li {
margin: 10px 0;
} .footer-col ul li a {
color: #f2f2f2; text-decoration: none; transition: color 0.3s; } .footer-col ul li a:hover {
color: #ffcc00; } .socials {
display: flex; justify-content: center; gap: 25px; margin-top: 15px; margin-bottom: 15px; } .instagram-icon {
background-color: #ffffff;
border-radius: 50%;
width: 55px;
height: 55px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.instagram-icon i {
color: #E1306C !important; font-size: 48px;
}
.instagram-icon:hover {
transform: scale(1.5);
box-shadow: 0 0 10px rgba(225, 48, 108, 0.4);
} .facebook-icon {
background-color: #1877F2 !important; border-radius: 50%;
width: 55px;
height: 55px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.facebook-icon i {
color:  #ffffff;
font-size: 45px;
}
.facebook-icon:hover {
transform: scale(1.5);
box-shadow: 0 0 10px rgba(24, 119, 242, 0.4);
} .youtube-icon {
background-color: #ffffff; color: #FF0000 !important; border-radius: 50%; width: 55px;
height: 55px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 45px; transition: transform 0.3s ease, box-shadow 0.3s;
}
.youtube-icon:hover {
transform: scale(1.5);
box-shadow: 0 0 10px rgba(255, 0, 0, 0.4); } .cusrev-badge-footer {
text-align: center;
margin: 1px 0 20px; 
} .footer-bottom {
text-align: center; margin: 0; padding: 10px 0; font-size: 14px; color: #fff; border-top: 2px solid #444; }
.footer-separator {
height: 1px;
background-color: #444; margin: 15px 0;
}
.message-sanitaire {
font-size: 17px;
color: #ffffff;
margin-bottom: 8px;
} @media (min-width: 768px) {
.footer-wrapper {
flex-direction: row; justify-content: space-between; }
.footer-col {
width: 30%; text-align: left; }
.footer-col:last-child {
align-items: center;
text-align: center;
}
html, body {
margin: 0 !important;
padding: 0 !important;
height: 100%;
}
footer.crazy-footer {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.footer-bottom {
margin-bottom: 0 !important;
padding-bottom: 1px;
body > *:last-child {
margin-bottom: 0 !important;
} @media (max-width: 480px) {
.footer-col h4 {
font-size: 16px;
}
.footer-col ul li {
margin: 6px 0;
}
.socials {
flex-wrap: wrap;
gap: 15px;
}
} #page,
.site,
.content-area,
.wrapper {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
} .age-verification-check {
margin: 20px 0;
font-size: 15px;
color: #333;
}
.age-verification-check input {
margin-right: 8px;
}