|
|
@@ -8,12 +8,16 @@
|
|
|
</v-row>
|
|
|
|
|
|
<v-row class="center-90">
|
|
|
- <LayoutUITitlePage>
|
|
|
- SIMPLIFIEZ LA GESTION ET LA COMMUNICATION DE VOTRE STRUCTURE CULTURELLE
|
|
|
- <template #subtitle>
|
|
|
- Votre orchestre, école de danse ou votre fédération mérite les outils les plus performants du marché pour briller en toute simplicité. Découvrez comment nos outils peuvent transformer votre quotidien :
|
|
|
- </template>
|
|
|
- </LayoutUITitlePage>
|
|
|
+ <v-col cols="12" class="section-title">
|
|
|
+ <h3>
|
|
|
+ SIMPLIFIEZ LA GESTION ET LA COMMUNICATION DE VOTRE STRUCTURE CULTURELLE
|
|
|
+ </h3>
|
|
|
+
|
|
|
+ <div class="strong-label">
|
|
|
+ Votre orchestre, école de danse ou votre fédération mérite les outils les plus performants du marché pour briller en toute simplicité.
|
|
|
+ Découvrez comment nos outils peuvent transformer votre quotidien :
|
|
|
+ </div>
|
|
|
+ </v-col>
|
|
|
</v-row>
|
|
|
|
|
|
<v-row class="center-90 catalog">
|
|
|
@@ -277,6 +281,31 @@ const closeModal = () => {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
|
|
|
+.section-title {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ h3 {
|
|
|
+ font-size: 2rem;
|
|
|
+ letter-spacing: .1rem;
|
|
|
+ line-height: 3.5rem;
|
|
|
+ margin-bottom: .5rem;
|
|
|
+ margin-top: 2rem;
|
|
|
+ text-transform: uppercase;
|
|
|
+ }
|
|
|
+
|
|
|
+ .strong-label {
|
|
|
+ font-size: 1.5rem;
|
|
|
+ font-weight: 400 !important;
|
|
|
+ letter-spacing: .1rem;
|
|
|
+ line-height: 2rem;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ text-align: center;
|
|
|
+ text-transform: uppercase;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.catalog {
|
|
|
padding: 2rem;
|
|
|
|