Accompagnement.vue 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <template>
  2. <div id="abonnement">
  3. <LayoutContainer>
  4. <div class="container-green">
  5. <div class="container-title">
  6. <v-icon class="fa-brands fa-react icon-title" />
  7. <h4 class="subtitle-accompagnement">
  8. Nos accompagnements pour aller plus loin
  9. </h4>
  10. </div>
  11. <div class="image-container">
  12. <v-row>
  13. <v-col cols="6">
  14. <div class="session-description">
  15. <v-img
  16. src="/images/logiciels/manager/Webinaire.png"
  17. class="accompagnement-img left-img"
  18. />
  19. <small class="session left">X sessions disponibles</small>
  20. <h5 class="session-name left">
  21. Formation prise en main du logiciel
  22. </h5>
  23. <p class="session-details left">
  24. Destinée aux nouveaux utilisateurs, elle est obligatoire lors
  25. de l'acquisition du logiciel. Elle est également utile lors
  26. d'un changement de personnel dans la structure.
  27. </p>
  28. <v-btn class="session-btn left">
  29. S’incrire à une formation
  30. </v-btn>
  31. </div>
  32. </v-col>
  33. <v-col cols="6">
  34. <div class="session-description">
  35. <v-img
  36. src="/images/logiciels/manager/Webinaire.png"
  37. class="accompagnement-img"
  38. />
  39. <small class="session">X sessions disponibles</small>
  40. <h5 class="session-name">
  41. Formation prise en main du logiciel
  42. </h5>
  43. <p class="session-details">
  44. Destinée aux nouveaux utilisateurs, elle est obligatoire lors
  45. de l'acquisition du logiciel. Elle est également utile lors
  46. d'un changement de personnel dans la structure.
  47. </p>
  48. <v-btn class="session-btn">
  49. S’incrire à une formation
  50. </v-btn>
  51. </div>
  52. </v-col>
  53. </v-row>
  54. </div>
  55. </div>
  56. <v-row class="card-container">
  57. <v-col cols="4">
  58. <div class="card">
  59. <h3>30 1500</h3>
  60. <p>elèves</p>
  61. </div>
  62. </v-col>
  63. <v-col
  64. cols="4"
  65. class="d-flex justify-center align-center"
  66. >
  67. <div class="card">
  68. <h3>30 1500</h3>
  69. <p>elèves</p>
  70. </div>
  71. </v-col>
  72. <v-col
  73. cols="4"
  74. class="d-flex justify-center align-center"
  75. >
  76. <div class="card">
  77. <h3>30 1500</h3>
  78. <p>elèves</p>
  79. </div>
  80. </v-col>
  81. </v-row>
  82. <h4 class="text-center title-cmf">
  83. La plus grande Confédération Musicale de France nous fait confiance
  84. </h4>
  85. <v-img
  86. src="/images/logiciels/manager/cmf.jpg"
  87. class="cmf-img"
  88. />
  89. </LayoutContainer>
  90. </div>
  91. </template>
  92. <script setup></script>
  93. <style scoped>
  94. .cmf-img {
  95. width: 30%;
  96. margin-left: 35rem;
  97. height: 50%;
  98. text-align: center;
  99. margin-bottom: 4rem;
  100. }
  101. .title-cmf {
  102. font-family: "Barlow";
  103. font-style: normal;
  104. font-weight: 500;
  105. font-size: 2.5rem;
  106. line-height: 2.5rem;
  107. text-align: center;
  108. margin-left: 25rem;
  109. margin-right: 25rem;
  110. }
  111. .card-container {
  112. transform: translateY(-40%);
  113. margin-left: 25rem;
  114. margin-right: 25rem;
  115. }
  116. .card {
  117. background: #d8050b;
  118. border-radius: 10px;
  119. padding-left: 5rem;
  120. padding-right: 5rem;
  121. padding-top: 3rem;
  122. padding-bottom: 3rem;
  123. color: white;
  124. }
  125. .session-btn {
  126. background: transparent;
  127. border-radius: 1rem;
  128. border: 1px solid #c1eff0;
  129. color: #091d20;
  130. font-family: "Barlow";
  131. color: #c1eff0;
  132. margin-bottom: 10rem;
  133. }
  134. .session-name {
  135. font-family: "Barlow";
  136. font-style: normal;
  137. font-weight: 600;
  138. font-size: 1.5rem;
  139. width: 15rem;
  140. color: #ffffff;
  141. }
  142. .session-details {
  143. font-family: "Barlow";
  144. font-style: normal;
  145. font-weight: normal;
  146. font-size: 0.8rem;
  147. width: 17rem;
  148. color: #eff9fb;
  149. margin-bottom: 2rem;
  150. }
  151. .left {
  152. margin-left: 24rem;
  153. }
  154. .session {
  155. color: #c1eff0;
  156. }
  157. .session-description {
  158. margin-left: 2rem;
  159. margin-right: 2rem;
  160. }
  161. .accompagnement-img::after {
  162. content: "";
  163. display: block;
  164. position: absolute;
  165. top: 0;
  166. bottom: 0;
  167. left: 0;
  168. right: 0;
  169. background: rgba(0, 0, 255, 0.1);
  170. pointer-events: none;
  171. }
  172. .left-img {
  173. margin-left: 24rem;
  174. }
  175. .image-container {
  176. display: flex;
  177. justify-content: space-around;
  178. }
  179. .accompagnement-img {
  180. width: 50%;
  181. height: 90%;
  182. border-radius: 2rem;
  183. margin-bottom: 1rem;
  184. }
  185. .subtitle-accompagnement {
  186. color: #ffffff;
  187. font-family: "Barlow";
  188. font-style: normal;
  189. font-weight: 600;
  190. font-size: 10px;
  191. line-height: 15px;
  192. text-align: center;
  193. letter-spacing: 0.18em;
  194. text-transform: uppercase;
  195. width: 13rem;
  196. }
  197. .container-title {
  198. display: flex;
  199. flex-direction: column;
  200. align-items: center;
  201. justify-content: center;
  202. color: white;
  203. margin-bottom: 2rem;
  204. }
  205. .icon-title {
  206. margin-top: 2rem;
  207. margin-bottom: 0.5rem;
  208. color: #64afb7;
  209. }
  210. .container-green {
  211. background: #0e2d32;
  212. }
  213. </style>