Besoin.vue 4.0 KB

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