|
|
@@ -85,19 +85,19 @@
|
|
|
</v-col>
|
|
|
|
|
|
<!-- Cinquième section : liens réseaux sociaux (écrans larges seulement) -->
|
|
|
- <v-col v-if="mdAndUp" cols="3">
|
|
|
- <v-row>
|
|
|
+ <v-col v-if="mdAndUp" cols="2">
|
|
|
+ <v-row class="justify-center">
|
|
|
<h5>
|
|
|
Suivez-nous
|
|
|
</h5>
|
|
|
</v-row>
|
|
|
|
|
|
- <v-row class="social-networks">
|
|
|
+ <v-row class="justify-center social-networks">
|
|
|
<v-col cols="2">
|
|
|
<nuxt-link
|
|
|
href="https://www.facebook.com/opentalent"
|
|
|
target="_blank"
|
|
|
- class="fab fa-facebook"
|
|
|
+ class="fab fa-square-facebook"
|
|
|
/>
|
|
|
</v-col>
|
|
|
<v-col cols="2">
|
|
|
@@ -119,7 +119,7 @@
|
|
|
<nuxt-link
|
|
|
href="https://www.youtube.com/@Opentalent74300"
|
|
|
target="_blank"
|
|
|
- class="fab fa-youtube"
|
|
|
+ class="fab fa-square-youtube"
|
|
|
/>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
@@ -136,12 +136,12 @@
|
|
|
<nuxt-link
|
|
|
href="https://www.facebook.com/opentalent"
|
|
|
target="_blank"
|
|
|
- class="fab fa-facebook"
|
|
|
+ class="fab fa-square-facebook"
|
|
|
/>
|
|
|
<nuxt-link
|
|
|
href="https://twitter.com/Opentalent_FRA"
|
|
|
target="_blank"
|
|
|
- class="fa-brands fa-square-twitter"
|
|
|
+ class="fa-brands fa-square-x-twitter"
|
|
|
/>
|
|
|
<nuxt-link
|
|
|
href="https://www.linkedin.com/company/2iopenservice"
|
|
|
@@ -151,7 +151,7 @@
|
|
|
<nuxt-link
|
|
|
href="https://www.youtube.com/@Opentalent74300"
|
|
|
target="_blank"
|
|
|
- class="fab fa-youtube"
|
|
|
+ class="fab fa-square-youtube"
|
|
|
/>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
@@ -318,7 +318,8 @@ const onIntersect = (isIntersecting) => {
|
|
|
|
|
|
.logo .v-img {
|
|
|
margin-bottom: 3rem;
|
|
|
- width: 25rem;
|
|
|
+ width: 300px;
|
|
|
+ height: 100px;
|
|
|
}
|
|
|
|
|
|
.v-col {
|
|
|
@@ -357,7 +358,6 @@ a {
|
|
|
}
|
|
|
|
|
|
.footnotes {
|
|
|
- margin-top: 2rem;
|
|
|
border-top: 0.4px solid var(--neutral-color-alt-strong);
|
|
|
box-shadow: 0 3px 24px rgba(0, 0, 0, 0.07);
|
|
|
|