|
|
@@ -6,14 +6,21 @@
|
|
|
<LayoutUISubTitle> ÉVALUATION DE LA QUALITÉ </LayoutUISubTitle>
|
|
|
|
|
|
<div class="bloc-quali">
|
|
|
- <p>Les participants évaluent nos formations dans l’objectif d’avoir une amélioration continue de nos prestations. En 2023, nos formations ont obtenu un niveau de satisfaction de…</p>
|
|
|
+ <p>
|
|
|
+ Les participants évaluent nos formations dans l’objectif d’avoir
|
|
|
+ une amélioration continue de nos prestations. En 2023, nos
|
|
|
+ formations ont obtenu un niveau de satisfaction de…
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
|
|
|
<v-container>
|
|
|
<v-row class="card-container mb-12">
|
|
|
- <v-col lg="3" class="d-flex justify-center align-center small-padding">
|
|
|
+ <v-col
|
|
|
+ lg="3"
|
|
|
+ class="d-flex justify-center align-center small-padding"
|
|
|
+ >
|
|
|
<CommonCardStat number="83%" text="Satisfaction formation" />
|
|
|
</v-col>
|
|
|
|
|
|
@@ -22,7 +29,6 @@
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
</v-container>
|
|
|
-
|
|
|
</LayoutContainer>
|
|
|
</AnchoredSection>
|
|
|
</template>
|