|
|
@@ -8,7 +8,7 @@
|
|
|
</div>
|
|
|
|
|
|
<v-row>
|
|
|
- <div class="btn-container">
|
|
|
+ <v-col cols="12" class="btn-container">
|
|
|
<v-col col="6">
|
|
|
<v-btn class="btn-event">Découvrir les évènements </v-btn>
|
|
|
</v-col>
|
|
|
@@ -16,7 +16,7 @@
|
|
|
<v-col col="6">
|
|
|
<v-btn class="btn-event">Découvrir l’ANNUAIRE </v-btn>
|
|
|
</v-col>
|
|
|
- </div>
|
|
|
+ </v-col>
|
|
|
</v-row>
|
|
|
|
|
|
<div class="white-container">
|
|
|
@@ -48,6 +48,47 @@
|
|
|
</template>
|
|
|
|
|
|
<style scoped>
|
|
|
+.btn-container {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 0 17rem;
|
|
|
+
|
|
|
+}
|
|
|
+.btn-event {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ border-radius: 0.5rem;
|
|
|
+ margin-left: 7vw;
|
|
|
+ gap: 9px;
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 10px;
|
|
|
+ line-height: 15px;
|
|
|
+ width: 15rem;
|
|
|
+ height: 3rem;
|
|
|
+ margin-top: 2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.title {
|
|
|
+ font-family: "Barlow";
|
|
|
+ font-style: normal;
|
|
|
+ height: 114px;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 2rem;
|
|
|
+ line-height: 38px;
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 2rem;
|
|
|
+ margin-top: 4rem;
|
|
|
+ color: #ffffff;
|
|
|
+ width: 30rem;
|
|
|
+}
|
|
|
+
|
|
|
+.title-container {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
.circle {
|
|
|
position: absolute;
|
|
|
left: 35%;
|
|
|
@@ -76,12 +117,7 @@
|
|
|
font-style: normal;
|
|
|
margin-top: 2rem;
|
|
|
}
|
|
|
-.btn-container {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-left: 10rem;
|
|
|
- margin-right: 10rem;
|
|
|
-}
|
|
|
+
|
|
|
.details {
|
|
|
font-weight: 400;
|
|
|
font-size: 1rem;
|
|
|
@@ -106,39 +142,7 @@
|
|
|
width: 16rem;
|
|
|
margin-left: 10rem;
|
|
|
}
|
|
|
-.btn-event {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
- border-radius: 0.5rem;
|
|
|
- margin-left: 7vw;
|
|
|
- gap: 9px;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 10px;
|
|
|
- line-height: 15px;
|
|
|
- width: 15rem;
|
|
|
- height: 3rem;
|
|
|
- margin-left: 15rem;
|
|
|
- margin-top: 2rem;
|
|
|
-}
|
|
|
-.title {
|
|
|
- font-family: "Barlow";
|
|
|
- font-style: normal;
|
|
|
- height: 114px;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 2rem;
|
|
|
- line-height: 38px;
|
|
|
- text-align: center;
|
|
|
- margin-bottom: 2rem;
|
|
|
- margin-top: 4rem;
|
|
|
- color: #ffffff;
|
|
|
- width: 30rem;
|
|
|
-}
|
|
|
|
|
|
-.title-container {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
|
|
|
.container {
|
|
|
height: 30rem;
|
|
|
@@ -150,7 +154,7 @@
|
|
|
rgba(14, 45, 50, 0.2) 100%
|
|
|
),
|
|
|
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
|
|
|
- url("/images/eventAgenda/eventAgenda.jpg") no-repeat center center;
|
|
|
+ url("/images/eventAgenda/eventAgenda.jpg") no-repeat center 70%;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|