L’offre de Wellis est bien diversifiée. Entre spas, spas de nage, saunas, cabines infrarouges et accessoires spas, vous aurez l'opportunité d'explorer quelques modèles dans nos magasins de spas.
Nos conseillers sur place seront ravis de vous fournir l’information dont vous aurez besoin et de vous assister dans le choix du modèle de spa ou sauna qui convient le mieux à vos besoins et optimise votre investissement.
Wellis assure également la livraison partout en Belgique.
Wellis Namur
body { font-family: Arial, sans-serif; background-color: #f8f8f8; /* Add a light background color */ padding: 5px; /* Add some padding for better readability */ } .contact-info { margin-top: 5px; } .icon { margin-right: 5px; /* Adjust the margin for the icon */ color: #00374E; } ul { list-style: none; padding: 0; } li { text-align: left; margin-bottom: 5px; /* Add some space between each contact information */ display: flex; /* Use flexbox to align icon and text */ }
body { font-family: Arial, sans-serif; background-color: #f8f8f8; padding: 10px; } .contact-info { margin-top: 5px; } .icon { margin-right: 5px; color: #00374E; } ul { list-style: none; padding: 0; } li { text-align: left; margin-bottom: 5px; display: flex; } /* Media Query for Mobile Devices */ @media only screen and (max-width: 600px) { body { padding: 5px; } .icon { margin-right: 5px; } li { flex-direction: column; } }
body { font-family: Arial, sans-serif; background-color: #f8f8f8; /* Add a light background color */ padding: 10px; /* Add some padding for better readability */ } .contact-info { margin-top: 5px; } .icon { margin-right: 5px; /* Adjust the margin for the icon */ color: #00374E; } ul { list-style: none; padding: 0; } li { text-align: left; margin-bottom: 5px; /* Add some space between each contact information */ display: flex; /* Use flexbox to align icon and text */ } /* Media Query for Mobile Devices */ @media only screen and (max-width: 600px) { body { padding: 5px; /* Reduce padding for smaller screens */ } .icon { margin-right: 5px; /* Reduce margin for smaller screens */ } li { flex-direction: column; /* Stack items vertically on smaller screens */ } }
body { font-family: Arial, sans-serif; background-color: #f8f8f8; /* Add a light background color */ padding: 10px; /* Add some padding for better readability */ } .contact-info { margin-top: 5px; } .icon { margin-right: 5px; /* Adjust the margin for the icon */ color: #00374E; } ul { list-style: none; padding: 0; } li { text-align: left; margin-bottom: 5px; /* Add some space between each contact information */ display: flex; /* Use flexbox to align icon and text */ } /* Media Query for Mobile Devices */ @media only screen and (max-width: 600px) { body { padding: 5px; /* Reduce padding for smaller screens */ } .icon { margin-right: 5px; /* Reduce margin for smaller screens */ } li { flex-direction: column; /* Stack items vertically on smaller screens */ } }