Besoin.vue 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <template>
  2. <LayoutContainer :overflow="false">
  3. <v-row class="white-container">
  4. <v-row>
  5. <v-col :cols="smAndDown ? 12 : 6">
  6. <v-img src="/images/eventAgenda/logiciel.png" :class="smAndDown ? 'screen-img-sm' : 'screen-img'">
  7. </v-img>
  8. </v-col>
  9. <div :class="smAndDown ? 'circle-sm' : 'circle'">
  10. <v-icon class="fa-brands fa-react icon"></v-icon>
  11. <div class="circle-text">Réponse aux besoins</div>
  12. </div>
  13. <v-col cols="6">
  14. <h3 :class="smAndDown ? 'title-event-sm d-flex justify-center' : 'title-event'">
  15. Une solution évolutive pour vous donner entière satisfaction
  16. </h3>
  17. <p :class="smAndDown ? 'details-sm' : 'details'">
  18. La satisfaction de nos clients est notre première motivation et nous
  19. nous tenons à votre écoute pour faire évoluer notre logiciel. Un
  20. besoin ? Notifiez le nous et après l'étude de votre demande en
  21. interne puis validation, nous intégrerons votre requête à notre
  22. processus de développement.
  23. </p>
  24. </v-col>
  25. </v-row>
  26. </v-row>
  27. </LayoutContainer>
  28. </template>
  29. <script setup>
  30. import { useDisplay } from "vuetify";
  31. const { lgAndUp, smAndDown, mdAndDown } = useDisplay();
  32. </script>
  33. <style scoped>
  34. .btn-event-sm {
  35. font-family: "Barlow";
  36. font-style: normal;
  37. border-radius: 0.5rem;
  38. padding-top: 2rem;
  39. padding-bottom: 2rem;
  40. margin-top: 3rem;
  41. }
  42. .icon-arrow {
  43. font-size: 1rem;
  44. margin-left: 1rem;
  45. }
  46. .btn-container {
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. padding: 0 20rem;
  51. }
  52. .btn-event {
  53. font-family: "Barlow";
  54. font-style: normal;
  55. border-radius: 0.5rem;
  56. margin-left: 7vw;
  57. gap: 9px;
  58. font-weight: 700;
  59. font-size: 0.9rem;
  60. line-height: 15px;
  61. width: 18rem;
  62. height: 3rem;
  63. margin-top: 3rem;
  64. padding-top: 2rem;
  65. padding-bottom: 2rem;
  66. }
  67. .title {
  68. font-family: "Barlow";
  69. font-style: normal;
  70. height: 9rem;
  71. font-weight: 400;
  72. font-size: 3rem;
  73. line-height: 3rem;
  74. text-align: center;
  75. margin-bottom: 3rem;
  76. margin-top: 4rem;
  77. color: #ffffff;
  78. width: 45rem;
  79. }
  80. .title-container {
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. }
  85. .circle {
  86. position: absolute;
  87. left: 35%;
  88. margin-top: 0.5rem;
  89. width: 300px;
  90. height: 300px;
  91. background: #eff9fb;
  92. border-radius: 50%;
  93. }
  94. .circle-sm{
  95. position: absolute;
  96. left: 25%;
  97. margin-top: 15rem;
  98. width: 300px;
  99. height: 300px;
  100. background: #eff9fb;
  101. border-radius: 50%;
  102. }
  103. .icon {
  104. font-size: 3rem;
  105. font-weight: bold;
  106. color: #0e2d32;
  107. margin-top: 6rem;
  108. margin-left: 8rem;
  109. }
  110. .circle-text {
  111. font-style: normal;
  112. font-weight: 300;
  113. font-size: 22px;
  114. line-height: 26px;
  115. text-align: center;
  116. color: #0e2d32;
  117. font-family: "Barlow";
  118. font-style: normal;
  119. margin-top: 2rem;
  120. }
  121. .title-event {
  122. font-family: "Barlow";
  123. font-style: normal;
  124. font-weight: 400;
  125. font-size: 1.5rem;
  126. line-height: 38px;
  127. margin-top: 1rem;
  128. margin-left: 2rem;
  129. color: #091d20;
  130. width: 16rem;
  131. margin-left: 10rem;
  132. }
  133. .title-event-sm {
  134. font-family: "Barlow";
  135. font-style: normal;
  136. font-weight: 400;
  137. font-size: 1.5rem;
  138. line-height: 38px;
  139. margin-top: 13rem;
  140. color: #091d20;
  141. margin-left: 2rem;
  142. width: 30rem;
  143. text-align: center;
  144. }
  145. .details {
  146. font-weight: 400;
  147. font-size: 1rem;
  148. margin-top: 3rem;
  149. margin-left: 2rem;
  150. color: #091d20;
  151. width: 16rem;
  152. margin-left: 10rem;
  153. font-family: "Barlow";
  154. font-style: normal;
  155. }
  156. .details-sm {
  157. font-weight: 400;
  158. font-size: 1rem;
  159. margin-top: 3rem;
  160. margin-left: 2rem;
  161. color: #091d20;
  162. font-family: "Barlow";
  163. font-style: normal;
  164. width: 30rem;
  165. text-align: center;
  166. }
  167. .container-sm {
  168. margin-bottom: 60rem;
  169. }
  170. .white-container {
  171. margin-top: 9rem;
  172. background-color: #ffffff;
  173. }
  174. .screen-img {
  175. margin-left: 8rem;
  176. width: 60%;
  177. border-radius: 20%;
  178. }
  179. .screen-img-sm{
  180. width: 90%;
  181. margin-right: auto;
  182. margin-left: auto;
  183. border-radius: 20%;
  184. }
  185. </style>