@@ -4,11 +4,11 @@
<LayoutContainer>
<!-- Titre -->
<v-row justify="center">
- <h2 class="text-center">
+ <h3 class="text-center">
<slot name="title">
Plus de <span class="alt-color">5000 structures</span> nous font confiance
</slot>
- </h2>
+ </h3>
</v-row>
<v-container>
@@ -75,7 +75,7 @@ const goToNext = () => {
margin-left: auto;
}
-h2 {
+h3 {
margin-bottom: 2rem;
text-align: center;
font-weight: 600;
@@ -3,7 +3,7 @@
<v-row>
<v-col cols="6">
<LayoutUISubTitle>
- Découvrez TOUTES LES FONCTIONNALITÉS DE NOTRE solution
+ Découvrez toutes les fonctionnalités de notre solution
</LayoutUISubTitle>
<LayoutUITitle>
@@ -52,9 +52,9 @@
</v-col>
<v-col cols="8">
- <h5>
+ <h3>
Opentalent Artist, <br> la solution que vous attendiez...
- </h5>
<p class="solution">
Conçu pour les structures artistiques telles que chorales,
@@ -147,7 +147,7 @@ import AnchoredSection from "~/components/Layout/AnchoredSection.vue";
text-align: justify
-h5 {
color: var(--primary-color);
margin-bottom: 4rem;
font-size: 42px;
@@ -22,13 +22,13 @@
</div>
<div>
- <h4>
{{ formation.sessions }}
- </h4>
- <h3>
+ <h4>
{{ formation.title }}
- </h3>
+ </h4>
<p class="details mb-5">
{{ formation.description }}
@@ -113,7 +113,7 @@ const formations = ref([
color: var(--on-primary-color);
margin-bottom: 3rem;
-
+
h4 {
font-weight: 500;
font-size: 1.8rem;