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