|
|
@@ -52,65 +52,66 @@
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
|
|
|
- <v-row class="outil">
|
|
|
- <v-row>
|
|
|
- <v-col>
|
|
|
- <h3>
|
|
|
- Un outil complet et intuitif <br />
|
|
|
- pour chaque structure
|
|
|
- </h3>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-row class="pictos">
|
|
|
- <v-col cols="12" lg="6">
|
|
|
- <v-row>
|
|
|
- <v-col cols="3">
|
|
|
- <img src="/images/pictoHome/network.svg" alt="Icône nuage cloud" />
|
|
|
- </v-col>
|
|
|
- <v-col cols="9">
|
|
|
- <p>
|
|
|
- Logiciel de gestion et communication en ligne
|
|
|
- </p>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-row>
|
|
|
- <v-col cols="3">
|
|
|
- <img src="/images/pictoHome/website.svg" alt="Icône site internet" />
|
|
|
- </v-col>
|
|
|
- <v-col cols="9">
|
|
|
- <p>
|
|
|
- Site web intégré et simple d’usage
|
|
|
- </p>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
- </v-col>
|
|
|
-
|
|
|
- <v-col cols="12" lg="6">
|
|
|
- <v-row>
|
|
|
- <v-col cols="3">
|
|
|
- <img src="/images/pictoHome/visibility.svg" alt="Icône avion en papier" />
|
|
|
- </v-col>
|
|
|
- <v-col cols="9">
|
|
|
- <p>
|
|
|
- Augmentez votre visibilité avec l'agenda culturel
|
|
|
- </p>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
-
|
|
|
- <v-row>
|
|
|
- <v-col cols="3">
|
|
|
- <img src="/images/pictoHome/communication.svg" alt="Icône de deux enveloppes" />
|
|
|
- </v-col>
|
|
|
- <v-col cols="9">
|
|
|
- <p>
|
|
|
- Communiquez en réseau
|
|
|
- </p>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
+ <v-row class="outil center-90">
|
|
|
+ <v-col>
|
|
|
+ <v-row>
|
|
|
+ <v-col>
|
|
|
+ <h3>
|
|
|
+ Un outil complet et intuitif pour chaque structure
|
|
|
+ </h3>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+
|
|
|
+ <v-row class="pictos">
|
|
|
+ <v-col cols="12" lg="6">
|
|
|
+ <v-row>
|
|
|
+ <v-col cols="3">
|
|
|
+ <img src="/images/pictoHome/network.svg" alt="Icône nuage cloud" />
|
|
|
+ </v-col>
|
|
|
+ <v-col cols="9">
|
|
|
+ <p>
|
|
|
+ Logiciel de gestion et communication en ligne
|
|
|
+ </p>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+
|
|
|
+ <v-row>
|
|
|
+ <v-col cols="3">
|
|
|
+ <img src="/images/pictoHome/website.svg" alt="Icône site internet" />
|
|
|
+ </v-col>
|
|
|
+ <v-col cols="9">
|
|
|
+ <p>
|
|
|
+ Site web intégré et simple d’usage
|
|
|
+ </p>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+ </v-col>
|
|
|
+
|
|
|
+ <v-col cols="12" lg="6">
|
|
|
+ <v-row>
|
|
|
+ <v-col cols="3">
|
|
|
+ <img src="/images/pictoHome/visibility.svg" alt="Icône avion en papier" />
|
|
|
+ </v-col>
|
|
|
+ <v-col cols="9">
|
|
|
+ <p>
|
|
|
+ Augmentez votre visibilité avec l'agenda culturel
|
|
|
+ </p>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+
|
|
|
+ <v-row>
|
|
|
+ <v-col cols="3">
|
|
|
+ <img src="/images/pictoHome/communication.svg" alt="Icône de deux enveloppes" />
|
|
|
+ </v-col>
|
|
|
+ <v-col cols="9">
|
|
|
+ <p>
|
|
|
+ Communiquez en réseau
|
|
|
+ </p>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+ </v-col>
|
|
|
+ </v-row>
|
|
|
+ </v-col>
|
|
|
</v-row>
|
|
|
</LayoutContainer>
|
|
|
</template>
|
|
|
@@ -236,7 +237,8 @@ const { mdAndUp } = useDisplay()
|
|
|
.pictos {
|
|
|
.v-row {
|
|
|
border-bottom: solid 2px var(--on-neutral-color-extra-light);
|
|
|
- margin: 0;
|
|
|
+ border-top: solid 2px var(--on-neutral-color-extra-light);
|
|
|
+ margin: -2px 0 0;
|
|
|
height: 100px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -247,10 +249,6 @@ const { mdAndUp } = useDisplay()
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .v-col:first-child .v-row:first-child, .v-col-12:first-child .v-row:first-child {
|
|
|
- border-top: solid 2px var(--on-neutral-color-extra-light);
|
|
|
- }
|
|
|
-
|
|
|
>.v-col-12 {
|
|
|
padding-top : 0;
|
|
|
padding-bottom : 0;
|
|
|
@@ -264,12 +262,11 @@ const { mdAndUp } = useDisplay()
|
|
|
|
|
|
p {
|
|
|
font-weight: 400;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 20px;
|
|
|
line-height: 26px;
|
|
|
width: 25rem;
|
|
|
max-width: 100%;
|
|
|
color: var(--primary-color);
|
|
|
- margin-bottom: 1rem;
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
width: 90%;
|