@@ -1,9 +1,10 @@
<template>
+ <LayoutNavigation />
+
<nuxt-page />
+ <LayoutFooter />
</template>
<script setup lang="ts">
</script>
-
-<!-- TODO: voir si possible de factoriser les consignes 'custom-row' un peu partout -->
-<!-- TODO: voir si possible d'utilser des sections pour factoriser les marges entre les sections d'une page -->
@@ -1,9 +1,5 @@
- <LayoutNavigation />
<NewsDetails />
<LayoutFooterPrefooter />
- <LayoutFooter />
<NewsList />
@@ -1,6 +1,4 @@
<LayoutUITitlePage>
Formation
<template #subtitle>
@@ -38,8 +36,6 @@
<LayoutFAQ />
<LayoutFooterSolutions />
@@ -1,5 +1,4 @@
<CommonActionMenu />
@@ -25,8 +24,6 @@
<HomeHelp />
<LayoutFooterPrefooter v-if="lgAndUp" />
<script setup>
@@ -1,6 +1,6 @@
<LayoutUITitlePage title="Mentions légales" style="margin-top: 5rem" />
<CommonBanner
:imageSrc="'/images/Bannieres_Mentions_legales-CGV-Cookies.png'"
imageAlt="'line'"
@@ -139,13 +139,10 @@
</v-col>
</v-row>
</v-container>
<style scoped>
-:deep().logiciel {
- font-family: "Barlow";
- font-style: normal;
+:deep(.logiciel) {
font-size: 3rem;
line-height: 85px;
text-align: center;
<ContactBanner />
<ContactForm />
@@ -8,8 +6,6 @@
<ContactMap class="contact-map" />
<style scoped lang="scss">
@@ -17,5 +13,3 @@
margin-top: 48px;
}
</style>
-<script setup lang="ts">
-</script>
imageSrc="/images/actu/pub.png"
imageAlt="banner"
@@ -9,6 +7,4 @@
<JoinUsMissionDetail />
Nous rejoindre
</LayoutUITitlePage>
@@ -22,8 +20,6 @@
<JoinUsMissions />
@@ -1,7 +1,5 @@
<div class="theme-artist" >
<CommonActionMenu :actions="stickyMenuActions" />
<LogicielsTitle>
</div>
<div class="theme-manager">
<CommonBannerTitle
leftText="School"
title="Opentalent Manager"
@@ -45,8 +43,6 @@
<LayoutFooterSolutions :show-manager="false" />
<div class="theme-school">
<template #left-text>Artist</template>
Opentalent School
@@ -39,8 +37,6 @@
<LayoutFooterSolutions :show-school="false" />
<LayoutUITitlePage
title="Conditions générales de vente"
style="margin-top: 5rem"
@@ -591,7 +590,6 @@
:deep().logiciel {
@@ -3,8 +3,6 @@
-->
<LayoutUITitlePage class="mb-12">
Qui sommes-nous ?
@@ -33,8 +31,6 @@
<AboutFAQ />
@@ -18,8 +16,6 @@
<WebinaireFAQ />