Abonnement.vue 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <template>
  2. <div id="Abonnement">
  3. <LayoutContainer>
  4. <v-row class="mt-12">
  5. <v-col cols="4">
  6. <LayoutUISubTitle
  7. :iconSize="6"
  8. :iconClasses="iconClasses"
  9. :titleText="'S\'abonner dès maintenant'"
  10. :iconColor="'#fac20a'"
  11. />
  12. <div class="profile-circle">
  13. <v-img src="/images/logo/logiciels/OT_Artist-BLANC.png"></v-img>
  14. </div>
  15. <div class="subscription-info">
  16. <p class="mt-3 mb-6">Pour vous abonner au logiciel, téléchargez et remplissez le formulaire avant de nous le transmettre</p>
  17. <a href="https://www.opentalent.fr/fileadmin/stockage/commercial/contrats/BDC_Artist_Public-23.pdf" class="download-button">Télécharger le formulaire d'abonnement</a>
  18. </div>
  19. <div class="subscription-steps">
  20. <ol>
  21. <li class="mt-6">Téléchargez le formulaire</li>
  22. <li>Complétez le formulaire</li>
  23. <li>Joignez le règlement par chèque avec le formulaire à <br> <br>
  24. 2iOPENservice <br>
  25. 217 rue Raoul Follereau <br>
  26. 74300 CLUSES</li><br>
  27. <li>Après réception de votre formulaire d'adhésion et de votre règlement, nous vous ouvrons le service choisi. Vous recevrez alors un mail avec votre identifiant de connexion, votre mot de passe, ainsi que l'URL de votre site internet.</li>
  28. </ol>
  29. </div>
  30. </v-col>
  31. <v-col cols="8">
  32. <h5 class="title">
  33. Opentalent Artist, la solution que vous attendiez...
  34. </h5>
  35. <p class="solution">
  36. Que vous soyez une petite ou une structure plus conséquente, notre
  37. offre s'adapte à toutes les tailles : le prix de l’abonnement au
  38. logiciel varie en fonction du nombre d'élèves, tout en conservant
  39. l'intégralité des fonctionnalités.
  40. </p>
  41. <h3 class="cmf">
  42. Adhérents CMF ? Et si on vous disait que vous l’aviez déjà ...
  43. </h3>
  44. <div class="border-row">
  45. <!-- <v-img
  46. class="logo-cmf"
  47. src="/images/logiciels/school/cmf_logo_orange.png"
  48. /> -->
  49. <div class="logo-cmf">
  50. </div>
  51. <div class="cmf-container">
  52. <p class="cmf-text">
  53. Attention si vous êtes adhérent à la Confédération Musicale de
  54. France (CMF), vous bénéficiez gratuitement, dans le cadre de
  55. votre adhésion, de la version Opentalent Artist Standard, et de
  56. conditions privilégiées pour la version Artist Premium.
  57. Contactez nous ou contactez votre fédération pour obtenir vos
  58. codes d'accès.
  59. </p>
  60. </div>
  61. </div>
  62. </v-col>
  63. </v-row>
  64. </LayoutContainer>
  65. </div>
  66. </template>
  67. <script setup></script>
  68. <style scoped>
  69. .subscription-steps ol {
  70. list-style-type: decimal;
  71. padding-left: 2rem;
  72. color: #000;
  73. /* Body Large - Light */
  74. font-family: Barlow;
  75. font-size: 16px;
  76. font-style: normal;
  77. font-weight: 300;
  78. line-height: 20px; /* 125% */
  79. margin-left: 3rem;
  80. width: 20rem;
  81. }
  82. .profile-circle {
  83. width: 100px;
  84. height: 100px;
  85. position: relative;
  86. background-color: #000;
  87. border-radius: 50%;
  88. margin-left: 11rem;
  89. top: 3rem
  90. }
  91. .subscription-info {
  92. margin-left: 4rem;
  93. background: var(--Jaune-Artist-20, rgba(250, 194, 10, 0.20));
  94. border-radius: 10px;
  95. height: 15rem;
  96. width: 20rem;
  97. padding: 1rem;
  98. margin-top: 1rem;
  99. display: flex;
  100. flex-direction: column;
  101. justify-content: center;
  102. color: var(--Vert-100, #091D20);
  103. text-align: center;
  104. font-family: Barlow;
  105. font-size: 1rem;
  106. font-style: normal;
  107. font-weight: 300;
  108. line-height: 18px;
  109. }
  110. .download-button {
  111. background-color: #000;
  112. color: #fff;
  113. padding: 10px 20px;
  114. border-radius: 5px;
  115. text-decoration: none;
  116. display: inline-block;
  117. margin-left: 1rem;
  118. }
  119. /* Style du rond noir */
  120. .black-circle {
  121. width: 90px;
  122. height: 90px;
  123. background-color: #000;
  124. border-radius: 50%;
  125. flex-shrink: 0;
  126. margin-top: -1.5rem;
  127. margin-left: -2rem;
  128. }
  129. .solution {
  130. width: 45rem;
  131. }
  132. .title-container {
  133. display: flex;
  134. justify-content: center;
  135. align-items: center;
  136. font-weight: 600;
  137. font-size: 1.5rem;
  138. line-height: 18px;
  139. color: #091d20;
  140. width: 25rem;
  141. margin-left: 2rem;
  142. }
  143. .subtitle {
  144. color: #071b1f;
  145. font-family: "Barlow";
  146. font-size: 1rem;
  147. font-style: normal;
  148. font-weight: 600;
  149. line-height: 15px;
  150. letter-spacing: 1.8px;
  151. text-transform: uppercase;
  152. }
  153. .title {
  154. font-family: "Barlow";
  155. font-weight: 600;
  156. font-size: 1.5rem;
  157. line-height: 18px;
  158. color: #091d20;
  159. margin-bottom: 4rem;
  160. width: 45rem;
  161. }
  162. .border-row {
  163. text-align: justify;
  164. border: 1px solid #e5e5e5;
  165. margin-bottom: 3rem;
  166. display: flex;
  167. align-items: center;
  168. width: 50rem;
  169. height: 15rem;
  170. border-radius: 5%;
  171. }
  172. .cmf-container {
  173. margin-top: 4rem;
  174. margin-bottom: 4rem;
  175. }
  176. .logo-cmf {
  177. border-right: 1px solid #e5e5e5;
  178. background-image: url("/images/logiciels/school/cmf_logo_orange.png");
  179. background-repeat: no-repeat;
  180. background-position: center;
  181. background-size: contain;
  182. width: 15rem;
  183. height: 10rem;
  184. }
  185. .cmf-text {
  186. color: #091d20;
  187. width: 20rem;
  188. font-weight: 300;
  189. font-size: 16px;
  190. line-height: 20px;
  191. margin-left: 2rem;
  192. }
  193. .cmf {
  194. margin-top: 3rem;
  195. margin-bottom: 2rem;
  196. color: #071b1f;
  197. width: 40rem;
  198. font-family: Barlow;
  199. font-size: 34px;
  200. font-style: normal;
  201. font-weight: 400;
  202. line-height: 38px;
  203. }
  204. .contact-details {
  205. font-weight: 300;
  206. font-size: 16px;
  207. line-height: 20px;
  208. color: #091d20;
  209. width: 20rem;
  210. font-family: "Barlow";
  211. font-style: normal;
  212. }
  213. .icon-title {
  214. margin-right: 1rem;
  215. color: #fac20a;
  216. }
  217. .title {
  218. font-weight: 600;
  219. font-size: 42px;
  220. line-height: 42px;
  221. color: #071b1f;
  222. font-family: "Barlow";
  223. font-style: normal;
  224. }
  225. </style>