|
@@ -1,7 +1,10 @@
|
|
|
<template>
|
|
<template>
|
|
|
<LayoutContainer :overflow="false">
|
|
<LayoutContainer :overflow="false">
|
|
|
<div class="container-color">
|
|
<div class="container-color">
|
|
|
- <h6 class="small-title">Avis Clients</h6>
|
|
|
|
|
|
|
+ <div class="d-flex justify-center align-center flex-column">
|
|
|
|
|
+ <v-icon size="8" class="fa-solid fa-circle icon-title"></v-icon>
|
|
|
|
|
+ <h6 class="small-title">Avis Clients</h6>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
<h1 class="title-review">C'est vous qui le dites</h1>
|
|
<h1 class="title-review">C'est vous qui le dites</h1>
|
|
|
</div>
|
|
</div>
|
|
@@ -119,16 +122,24 @@
|
|
|
>
|
|
>
|
|
|
</v-card>
|
|
</v-card>
|
|
|
</v-col>
|
|
</v-col>
|
|
|
|
|
+ </v-row>
|
|
|
|
|
|
|
|
- <h2 class="title">Plus de 5 000 structures nous font confiance</h2>
|
|
|
|
|
- <div class="d-flex justify-center align-center">
|
|
|
|
|
- <div class="carousel-button" @click="goPrevious">
|
|
|
|
|
- <i class="fas fa-chevron-left"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="carousel-button" @click="goNext">
|
|
|
|
|
- <i class="fas fa-chevron-right"></i>
|
|
|
|
|
|
|
+ <v-row>
|
|
|
|
|
+ <v-col cols="12">
|
|
|
|
|
+ <div class="d-flex justify-center align-center flex-column">
|
|
|
|
|
+ <h2 class="title text-center">
|
|
|
|
|
+ Plus de 5 000 structures nous font confiance
|
|
|
|
|
+ </h2>
|
|
|
|
|
+ <div class="d-flex justify-center align-center">
|
|
|
|
|
+ <div class="carousel-button" @click="goPrevious">
|
|
|
|
|
+ <i class="fas fa-chevron-left"></i>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="carousel-button" @click="goNext">
|
|
|
|
|
+ <i class="fas fa-chevron-right"></i>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </v-col>
|
|
|
</v-row>
|
|
</v-row>
|
|
|
|
|
|
|
|
<Carousel
|
|
<Carousel
|
|
@@ -164,6 +175,20 @@ const goNext = () => carousel.next();
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
|
+.title {
|
|
|
|
|
+ font-family: "Barlow";
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-size: 2rem;
|
|
|
|
|
+ line-height: 42px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ margin-left: 30rem;
|
|
|
|
|
+ margin-right: 30rem;
|
|
|
|
|
+}
|
|
|
|
|
+.icon-title {
|
|
|
|
|
+ margin-top: 1rem;
|
|
|
|
|
+ color: #64afb7;
|
|
|
|
|
+}
|
|
|
.carousel-button i {
|
|
.carousel-button i {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
}
|
|
}
|
|
@@ -218,7 +243,7 @@ const goNext = () => carousel.next();
|
|
|
font-family: "Barlow";
|
|
font-family: "Barlow";
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
- font-size: .7rem;
|
|
|
|
|
|
|
+ font-size: 0.7rem;
|
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
|
margin-left: 2rem;
|
|
margin-left: 2rem;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -233,7 +258,7 @@ const goNext = () => carousel.next();
|
|
|
font-family: "Barlow";
|
|
font-family: "Barlow";
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
- font-size: .8rem;
|
|
|
|
|
|
|
+ font-size: 0.8rem;
|
|
|
margin-left: 2rem;
|
|
margin-left: 2rem;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -264,7 +289,8 @@ const goNext = () => carousel.next();
|
|
|
}
|
|
}
|
|
|
.review-card {
|
|
.review-card {
|
|
|
width: 21rem;
|
|
width: 21rem;
|
|
|
- height: 25rem;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ margin-bottom: 2rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.review-name {
|
|
.review-name {
|
|
@@ -282,7 +308,7 @@ const goNext = () => carousel.next();
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
letter-spacing: 0.18em;
|
|
letter-spacing: 0.18em;
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
|
- padding-top: 3rem;
|
|
|
|
|
|
|
+ padding-top: 1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.title-review {
|
|
.title-review {
|
|
@@ -295,14 +321,4 @@ const goNext = () => carousel.next();
|
|
|
margin-left: 30rem;
|
|
margin-left: 30rem;
|
|
|
margin-right: 30rem;
|
|
margin-right: 30rem;
|
|
|
}
|
|
}
|
|
|
-.title {
|
|
|
|
|
- font-family: "Barlow";
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-size: 2rem;
|
|
|
|
|
- line-height: 42px;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- color: #ffffff;
|
|
|
|
|
- margin-left: 30rem;
|
|
|
|
|
- margin-right: 30rem;
|
|
|
|
|
-}
|
|
|
|
|
</style>
|
|
</style>
|