浏览代码

correction v3

Maha Bouchiba 2 年之前
父节点
当前提交
35e78287a0

+ 13 - 2
components/Formation/Catalogue.vue

@@ -2,15 +2,18 @@
   <div id="Catalogue">
   <div id="Catalogue">
     <LayoutContainer>
     <LayoutContainer>
       <div class="grey-container">
       <div class="grey-container">
-        <LayoutUISubTitle
+        <v-row class="custom-row">
+          <LayoutUISubTitle
           :iconSize="6"
           :iconSize="6"
           :iconClasses="iconClasses"
           :iconClasses="iconClasses"
           :titleText="'Découvrez notre catalogue de formation'"
           :titleText="'Découvrez notre catalogue de formation'"
         />
         />
 
 
         <LayoutUITitle title="Catalogue" />
         <LayoutUITitle title="Catalogue" />
+        </v-row>
+ 
 
 
-        <v-row  style="  padding: 2rem; max-width: 90%; margin-left: auto; margin-right: auto;">
+        <v-row  class="custom-row" style="  padding: 2rem; max-width: 90%; margin-left: auto; margin-right: auto;">
           <v-col v-for="(course, index) in courses" :key="index" cols="4">
           <v-col v-for="(course, index) in courses" :key="index" cols="4">
             <v-card class="mb-4">
             <v-card class="mb-4">
               <v-card-text>
               <v-card-text>
@@ -173,6 +176,14 @@ const courses = [
 
 
 <style scoped>
 <style scoped>
 
 
+*{
+  text-align: justify;
+}
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
 .v-card {
 .v-card {
   border: none !important;
   border: none !important;
   box-shadow: none !important;
   box-shadow: none !important;

+ 7 - 1
components/Formation/Certification.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div id="Certification">
   <div id="Certification">
     <LayoutContainer>
     <LayoutContainer>
-      <v-row>
+      <v-row class="custom-row">
         <v-col cols="5">
         <v-col cols="5">
           <LayoutUISubTitle
           <LayoutUISubTitle
             :iconSize="6"
             :iconSize="6"
@@ -42,6 +42,12 @@
 <script setup></script>
 <script setup></script>
 
 
 <style scoped>
 <style scoped>
+
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
 .qualiopi-img {
 .qualiopi-img {
   background-image: url("/images/formation/qualiopi.jpg");
   background-image: url("/images/formation/qualiopi.jpg");
   width: 600px;
   width: 600px;

+ 11 - 1
components/Formation/OPCA.vue

@@ -1,13 +1,17 @@
 <template>
 <template>
   <div id="Financement">
   <div id="Financement">
     <LayoutContainer>
     <LayoutContainer>
-      <LayoutUISubTitle
+      <v-row class="custom-row">
+      >
+        <LayoutUISubTitle
           :iconSize="6"
           :iconSize="6"
           :iconClasses="iconClasses"
           :iconClasses="iconClasses"
           :titleText="'Découvrez notre catalogue de formation'"
           :titleText="'Découvrez notre catalogue de formation'"
           :title-color="'#ffffff'"
           :title-color="'#ffffff'"
         />
         />
 
 
+      </v-row>
+
         <v-container>
         <v-container>
           <v-row >
           <v-row >
         <v-col cols="6">
         <v-col cols="6">
@@ -50,6 +54,12 @@
 
 
 <style scoped>
 <style scoped>
 
 
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
+
 .details-opca{
 .details-opca{
   text-align: justify;
   text-align: justify;
 }
 }

+ 8 - 3
components/Formation/Participation.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div id="Inscription">
   <div id="Inscription">
     <LayoutContainer>
     <LayoutContainer>
-      <v-row>
+      <v-row class="custom-row">
         <v-col cols="12">
         <v-col cols="12">
           <LayoutUISubTitle
           <LayoutUISubTitle
             :iconSize="6"
             :iconSize="6"
@@ -27,10 +27,10 @@
         </v-col>
         </v-col>
       </v-row>
       </v-row>
 
 
-      <v-row class="mb-12">
+      <v-row class="mb-12 custom-row" >
         <v-col cols="12">
         <v-col cols="12">
           <div class="details-participations">
           <div class="details-participations">
-            <p class="mb-6" >
+            <p  class="mb-6" >
             Nous vous répondons sous 48h (hors week-ends). Délais d'accès: Après
             Nous vous répondons sous 48h (hors week-ends). Délais d'accès: Après
             accord, nous mettons tout en oeuvre pour vous mettre à disposition
             accord, nous mettons tout en oeuvre pour vous mettre à disposition
             un formateur sous 1 mois."
             un formateur sous 1 mois."
@@ -62,6 +62,11 @@
 </template>
 </template>
 
 
 <style scoped>
 <style scoped>
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
 .subtitle {
 .subtitle {
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;

+ 12 - 5
components/Formation/Presentation.vue

@@ -1,12 +1,15 @@
 <template>
 <template>
   <div id="Présentation">
   <div id="Présentation">
     <LayoutContainer>
     <LayoutContainer>
-      <LayoutUISubTitle
+      <v-row class="custom-row mt-6">
+        <LayoutUISubTitle
           :iconSize="6"
           :iconSize="6"
           :iconClasses="iconClasses"
           :iconClasses="iconClasses"
           :titleText="'Présentation de nos formations'"
           :titleText="'Présentation de nos formations'"
         />
         />
-      <v-row class="container-programme">
+      </v-row>
+
+      <v-row class="container-programme custom-row">
         <v-col cols="6">
         <v-col cols="6">
           <img class="programme-img1" src="/images/formation/programme2.jpg" />
           <img class="programme-img1" src="/images/formation/programme2.jpg" />
         </v-col>
         </v-col>
@@ -34,7 +37,7 @@
         </v-col>
         </v-col>
       </v-row>
       </v-row>
 
 
-      <v-row>
+      <v-row class="custom-row">
         <v-col cols="6">
         <v-col cols="6">
           <h3 class="title-programme ml-16">
           <h3 class="title-programme ml-16">
             Des formations à la demande et sur-mesure
             Des formations à la demande et sur-mesure
@@ -57,6 +60,11 @@
 <script setup></script>
 <script setup></script>
 
 
 <style scoped>
 <style scoped>
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
 .school {
 .school {
   color: #64afb7;
   color: #64afb7;
 }
 }
@@ -108,10 +116,9 @@
   line-height: 20px;
   line-height: 20px;
   color: #091d20;
   color: #091d20;
   width: 35rem;
   width: 35rem;
-  text-align: justify; 
+  text-align: justify;
 }
 }
 
 
-
 .title-programme {
 .title-programme {
   font-family: "Barlow";
   font-family: "Barlow";
   font-style: normal;
   font-style: normal;

+ 2 - 2
components/Home/Reviews.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <LayoutContainer :overflow="false">
+  <LayoutContainer>
     <div :class="smAndDown ? '' : 'container-color'">
     <div :class="smAndDown ? '' : 'container-color'">
       <div class="d-flex justify-center align-center flex-column">
       <div class="d-flex justify-center align-center flex-column">
         <v-icon size="6" class="fa-solid fa-circle icon-title" />
         <v-icon size="6" class="fa-solid fa-circle icon-title" />
@@ -224,7 +224,7 @@ const items = ref([
 
 
 .container-green {
 .container-green {
   background-color: #0e2d32;
   background-color: #0e2d32;
-  height: 60rem;
+  height: 64rem;
 }
 }
 
 
 .status {
 .status {

+ 6 - 0
components/JoinUs/Missions.vue

@@ -77,6 +77,11 @@ const jobs = ref([
 </script>
 </script>
 
 
 <style scoped>
 <style scoped>
+
+.location{
+  font-size: 1.3rem !important;
+  color: #0e2d32;
+}
 .announcement-title {
 .announcement-title {
   background: #0e2d32;
   background: #0e2d32;
   color: white;
   color: white;
@@ -117,6 +122,7 @@ const jobs = ref([
 }
 }
 
 
 .icon-location {
 .icon-location {
+  font-size: 1rem !important;
   color: #0e2d32;
   color: #0e2d32;
 }
 }
 
 

+ 1 - 1
components/Layout/Carousel/TrustCompanie.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <LayoutContainer :overflow="false">
+  <LayoutContainer>
     <v-row justify="center">
     <v-row justify="center">
       <h2 class="title text-center" :style="{ color: titleColor }">
       <h2 class="title text-center" :style="{ color: titleColor }">
         Plus de&nbsp;
         Plus de&nbsp;

+ 27 - 16
components/Webinaire/Catalogue.vue

@@ -2,15 +2,21 @@
   <div id="Catalogue">
   <div id="Catalogue">
     <LayoutContainer>
     <LayoutContainer>
       <div class="grey-container">
       <div class="grey-container">
-        <LayoutUISubTitle
-          :iconSize="6"
-          :iconClasses="iconClasses"
-          :titleText="'Des webinaires pour tous'"
-        />
-        <LayoutUITitlePage
-          title="SIMPLIFIEZ LA GESTION ET LA COMMUNICATION DE VOTRE STRUCTURE CULTURELLE"
-          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 : "
-        />
+        <v-row class="custom-row">
+          <LayoutUISubTitle
+            :iconSize="6"
+            :iconClasses="iconClasses"
+            :titleText="'Des webinaires pour tous'"
+          />
+        </v-row>
+
+        <v-row class="custom-row">
+          <LayoutUITitlePage
+            title="SIMPLIFIEZ LA GESTION ET LA COMMUNICATION DE VOTRE STRUCTURE CULTURELLE"
+            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 : "
+          />
+        </v-row>
+
         <v-row
         <v-row
           style="
           style="
             padding: 2rem;
             padding: 2rem;
@@ -18,15 +24,13 @@
             margin-left: auto;
             margin-left: auto;
             margin-right: auto;
             margin-right: auto;
           "
           "
+          class="custom-row"
         >
         >
           <v-col v-for="(course, index) in courses" :key="index" cols="4">
           <v-col v-for="(course, index) in courses" :key="index" cols="4">
             <v-card class="mb-4">
             <v-card class="mb-4">
               <v-card-text>
               <v-card-text>
                 <div class="title-card-container d-flex align-center">
                 <div class="title-card-container d-flex align-center">
-                  <v-img
-                    class="logo-img mr-2"
-                    :src="course.imageUrl"
-                  ></v-img>
+                  <v-img class="logo-img mr-2" :src="course.imageUrl"></v-img>
                   <h4 class="card-title">{{ course.title }}</h4>
                   <h4 class="card-title">{{ course.title }}</h4>
                 </div>
                 </div>
                 <p class="details-card">{{ course.description }}</p>
                 <p class="details-card">{{ course.description }}</p>
@@ -237,6 +241,12 @@ const courses = [
 ];
 ];
 </script>
 </script>
 <style scoped>
 <style scoped>
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
+
 .v-card {
 .v-card {
   border: none !important;
   border: none !important;
   box-shadow: none !important;
   box-shadow: none !important;
@@ -333,7 +343,7 @@ const courses = [
 .card-title {
 .card-title {
   font-weight: 600;
   font-weight: 600;
   font-size: 1.2rem;
   font-size: 1.2rem;
-  margin-bottom: .8rem;
+  margin-bottom: 0.8rem;
 }
 }
 
 
 .logo-img {
 .logo-img {
@@ -344,14 +354,15 @@ const courses = [
   height: 50px;
   height: 50px;
 }
 }
 
 
-
-
 :deep().subtitle {
 :deep().subtitle {
   font-size: 1.5rem;
   font-size: 1.5rem;
   font-weight: normal !important;
   font-weight: normal !important;
   line-height: 2rem;
   line-height: 2rem;
   letter-spacing: 0.1rem;
   letter-spacing: 0.1rem;
   margin-bottom: 1rem;
   margin-bottom: 1rem;
+  width: 80%;
+  margin-left: auto;
+  margin-right: auto;
 }
 }
 
 
 :deep().title {
 :deep().title {

+ 13 - 1
components/Webinaire/FAQ.vue

@@ -1,10 +1,13 @@
 <template>
 <template>
   <LayoutContainer>
   <LayoutContainer>
-    <LayoutUISubTitle
+    <v-row class="custom-row">
+      <LayoutUISubTitle
         :iconSize="6"
         :iconSize="6"
         :iconClasses="iconClasses"
         :iconClasses="iconClasses"
         :titleText="'Des questions ?'"
         :titleText="'Des questions ?'"
       />
       />
+    </v-row>
+
     <LayoutUITitlePage title="Tout savoir sur nos webinaire en lignes" subtitle="Les questions les plus fréquentes" />
     <LayoutUITitlePage title="Tout savoir sur nos webinaire en lignes" subtitle="Les questions les plus fréquentes" />
     <div class="faq-container">
     <div class="faq-container">
       <div v-for="(item, index) in faqItems" :key="index" class="faq-item">
       <div v-for="(item, index) in faqItems" :key="index" class="faq-item">
@@ -67,8 +70,17 @@ function isActive(index) {
 
 
 
 
 <style scoped>
 <style scoped>
+
+.custom-row {
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+}
 .faq-container {
 .faq-container {
   padding: 1rem;
   padding: 1rem;
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
 }
 }
 
 
 .faq-item {
 .faq-item {

+ 0 - 16
pages/nous-rejoindre.vue

@@ -28,22 +28,6 @@ const squaresData = [
     text: "Nous contacter",
     text: "Nous contacter",
     url: "/nous-contacter",
     url: "/nous-contacter",
   },
   },
-  {
-    id: 2,
-    bgColor: "green-square",
-    iconClass: "fa-solid fa-circle-info icon",
-    text: "Demander une demo",
-    url: "/nous-contacter",
-
-  },
-  {
-    id: 3,
-    bgColor: "green-square",
-    iconClass: "fa-brands fa-readme icon",
-    text: "Brochure",
-    url: "https://www.opentalent.fr/fileadmin/stockage/commercial/plaquettes_commerciales/De%CC%81pliant-school_23.pdf",
-
-  },
   {
   {
     id: 4,
     id: 4,
     bgColor: "darkblue-square",
     bgColor: "darkblue-square",

+ 0 - 14
pages/qui-sommes-nous.vue

@@ -30,20 +30,6 @@ const squaresData = [
     text: "Nous contacter",
     text: "Nous contacter",
     url: "/nous-contacter",
     url: "/nous-contacter",
   },
   },
-  {
-    id: 2,
-    bgColor: "green-square",
-    iconClass: "fa-solid fa-circle-info icon",
-    text: "Demander une demo",
-    url: "/nous-contacter",
-  },
-  {
-    id: 3,
-    bgColor: "green-square",
-    iconClass: "fa-brands fa-readme icon",
-    text: "Brochure",
-    url: "https://www.opentalent.fr/fileadmin/stockage/commercial/plaquettes_commerciales/De%CC%81pliant-school_23.pdf",
-  },
   {
   {
     id: 4,
     id: 4,
     bgColor: "darkblue-square",
     bgColor: "darkblue-square",