FAQ.vue 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <template>
  2. <div id="Aide">
  3. <LayoutContainer>
  4. <div class="container-img">
  5. <div class="overlay" />
  6. <v-row>
  7. <v-col cols="6">
  8. <div class="container-left">
  9. <LayoutUISubTitle
  10. title-color="#fff"
  11. :iconSize="6"
  12. :iconClasses="iconClasses"
  13. :titleText="' Vous voulez tirer le meilleur de notre logiciel ? '"
  14. />
  15. <h3 class="title-faq">
  16. Quelle que soit votre demande, notre équipe est à vos côtés pour
  17. vous guider
  18. </h3>
  19. <v-btn class="btn-faq"> Consulter notre FAQ </v-btn>
  20. </div>
  21. </v-col>
  22. <v-col cols="6">
  23. <div class="btn-container">
  24. <v-btn class="btn-faq-tuto">
  25. <div class="container-button">
  26. <v-img src="/images/icons/tuto.svg" class="icon-button" />
  27. <p class="text-btn">
  28. De nombreux articles tutoriels accessibles 24h/24
  29. </p>
  30. </div>
  31. </v-btn>
  32. <v-btn class="btn-faq-tuto">
  33. <div class="container-button">
  34. <v-img src="/images/icons/faq.svg" class="icon-button" />
  35. <p class="text-btn">
  36. Support accessible du lundi au vendredi via l’outil en ligne
  37. </p>
  38. </div>
  39. </v-btn>
  40. </div>
  41. </v-col>
  42. </v-row>
  43. </div>
  44. </LayoutContainer>
  45. </div>
  46. </template>
  47. <script setup></script>
  48. <style scoped>
  49. :deep().subtitle{
  50. width: 20rem;
  51. }
  52. .container-left {
  53. margin-left: 6rem;
  54. }
  55. .text-btn {
  56. font-family: "Barlow";
  57. font-style: normal;
  58. font-weight: 500;
  59. font-size: 16px;
  60. line-height: 26px;
  61. color: #f0e8e4;
  62. white-space: normal !important;
  63. text-align: left;
  64. }
  65. .btn-container {
  66. display: flex;
  67. flex-direction: column;
  68. align-items: center;
  69. margin-top: 5rem;
  70. }
  71. .container-button {
  72. display: flex;
  73. flex-direction: row;
  74. align-items: center;
  75. width: 20rem;
  76. height: 3.5rem;
  77. }
  78. .icon-button {
  79. color: #fff;
  80. margin-right: 0.7rem;
  81. margin-left: 1rem;
  82. z-index: 1;
  83. width: 30px;
  84. }
  85. .btn-faq-tuto {
  86. z-index: 1;
  87. width: 23rem;
  88. height: 5.5rem;
  89. margin-left: 3rem;
  90. border-radius: 6px;
  91. font-family: "Barlow";
  92. background: transparent;
  93. color: #fff;
  94. font-style: normal;
  95. font-weight: 500;
  96. font-size: 0.8rem;
  97. line-height: 1rem;
  98. border: 1px white solid;
  99. margin-bottom: 2rem;
  100. text-transform: none !important;
  101. }
  102. .subtitle-faq {
  103. font-size: 1.5rem;
  104. font-weight: 500;
  105. color: #fff;
  106. margin-top: 5rem;
  107. font-family: "Barlow";
  108. font-style: normal;
  109. font-weight: 600;
  110. font-size: 10px;
  111. line-height: 15px;
  112. margin-right: 25rem;
  113. letter-spacing: 0.18em;
  114. text-transform: uppercase;
  115. z-index: 1;
  116. }
  117. .btn-faq {
  118. width: 14rem;
  119. height: 3.5rem;
  120. margin-left: 3rem;
  121. background: #ffffff;
  122. border-radius: 6px;
  123. font-family: "Barlow";
  124. font-style: normal;
  125. font-weight: 500;
  126. font-size: 0.8rem;
  127. z-index: 1;
  128. text-transform: none !important;
  129. line-height: 1rem;
  130. }
  131. .title-faq {
  132. color: #fff;
  133. font-family: "Barlow";
  134. margin-left: 3rem;
  135. margin-right: 15rem;
  136. width: 28rem;
  137. margin-bottom: 3rem;
  138. color: var(--NEUTRAL---BLANC, #FFF);
  139. font-size: 30px;
  140. font-style: normal;
  141. font-weight: 400;
  142. }
  143. .container-title {
  144. display: flex;
  145. align-items: center;
  146. margin-bottom: 1rem;
  147. margin-left: 3rem;
  148. }
  149. .icon-title {
  150. font-size: 1rem;
  151. color: #64afb7;
  152. margin-right: 0.5rem;
  153. margin-top: 3rem;
  154. }
  155. .subtitle-faq {
  156. color: #fff;
  157. font-family: "Barlow";
  158. width: 25rem;
  159. margin-right: 15rem;
  160. font-size: 1rem;
  161. font-style: normal;
  162. font-weight: 600;
  163. line-height: 15px;
  164. letter-spacing: 1.8px;
  165. text-transform: uppercase;
  166. }
  167. .container-img {
  168. background-image: url("/images/logiciels/school/faq.jpg");
  169. background-size: cover;
  170. background-position: center 15%;
  171. background-repeat: no-repeat;
  172. height: 27rem;
  173. display: flex;
  174. flex-direction: column;
  175. justify-content: center;
  176. align-items: center;
  177. position: relative;
  178. }
  179. .container-img::after {
  180. content: "";
  181. position: absolute;
  182. top: 0;
  183. left: 0;
  184. width: 100%;
  185. height: 100%;
  186. background: rgba(0, 0, 0, 0.6);
  187. z-index: 1;
  188. }
  189. .v-row {
  190. position: relative;
  191. z-index: 2;
  192. }
  193. </style>