nous-contacter.vue 203 B

123456789101112131415
  1. <template>
  2. <ContactBanner />
  3. <ContactForm />
  4. <ContactMap class="contact-map" />
  5. <LayoutFooterPrefooter />
  6. </template>
  7. <style scoped lang="scss">
  8. .contact-map {
  9. margin-top: 48px;
  10. }
  11. </style>