style.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. html{
  2. width: 10000px;
  3. height: 5000px;
  4. -webkit-text-size-adjust: none;
  5. -ms-touch-action: manipulation;
  6. touch-action: manipulation;
  7. }
  8. body{
  9. cursor: -webkit-grab;
  10. cursor: grab;
  11. /* margin-left: 200px; */
  12. }
  13. /* start */
  14. /* @-webkit-keyframes dash {
  15. from {
  16. stroke-dashoffset: 3000;
  17. }
  18. to {
  19. stroke-dashoffset: 0;
  20. }
  21. }
  22. @keyframes dash {
  23. from {
  24. stroke-dashoffset: 3000;
  25. }
  26. to {
  27. stroke-dashoffset: 0;
  28. }
  29. } */
  30. p, a{
  31. font-size: 18px;
  32. line-height: 26px;
  33. color: black;
  34. font-family: 'Montserrat-Regular'!important;
  35. }
  36. a{
  37. font-family: 'Montserrat-SemiBold'!important;
  38. color: #35b8c8ff;
  39. }
  40. h4{
  41. font-size: 42px;
  42. line-height: 42px;
  43. color: black;
  44. font-family: 'Montserrat-SemiBold'!important;
  45. margin: 0;
  46. }
  47. /* Yes_non */
  48. .buttons{
  49. width: 95px;
  50. height: 95px;
  51. display: -webkit-box;
  52. display: -ms-flexbox;
  53. display: flex;
  54. border-radius: 95px;
  55. background-color: yellow;
  56. -webkit-transition: all 0.5s ease;
  57. transition: all 0.5s ease;
  58. }
  59. .buttons:hover{
  60. -webkit-transition: all 0.5s ease;
  61. transition: all 0.5s ease;
  62. -webkit-box-shadow: 5px 5px;
  63. box-shadow: 5px 5px;
  64. cursor: pointer;
  65. }
  66. #y p, #n p{
  67. font-size: 30px;
  68. margin: auto;
  69. }
  70. section{
  71. position: relative;
  72. }
  73. .section{
  74. position: absolute;
  75. }
  76. .section .illu{
  77. z-index: 0;
  78. }
  79. .section .y_n{
  80. z-index: 1;
  81. }
  82. .block{
  83. position: relative;
  84. display: -webkit-box;
  85. display: -ms-flexbox;
  86. display: flex;
  87. }
  88. .block #y, .block #n{
  89. position: absolute;
  90. }
  91. .tracer-n, .tracer-y{
  92. position: absolute;
  93. }
  94. /* ////////start//////// */
  95. #start{
  96. top: 3900px;
  97. left: 2180px;
  98. z-index: 20;
  99. }
  100. #start #y{
  101. top: 450px;
  102. left: 650px;
  103. }
  104. #start #n{
  105. top: 50px;
  106. left: 640px;
  107. }
  108. #start .tracer-y{
  109. position: absolute;
  110. top: -80px;
  111. left: 770px;
  112. }
  113. #start .tracer-n{
  114. position: absolute;
  115. top: -500px;
  116. left: 715px;
  117. }
  118. /* #start #y:hover ~ .tracer-y path{
  119. stroke-dasharray: 3000;
  120. stroke-dashoffset: 0;
  121. -webkit-animation: dash 5s linear;
  122. animation: dash 5s linear;
  123. } */
  124. /* ////////angoisses//////// */
  125. #angoisses{
  126. top: 3810px;
  127. left: 4400px;
  128. z-index: 19;
  129. }
  130. #angoisses #y{
  131. top: 340px;
  132. left: 230px;
  133. }
  134. #angoisses #n{
  135. top: 550px;
  136. left: 200px;
  137. }
  138. #angoisses .tracer-n{
  139. top: 450px;
  140. left: 340px;
  141. }
  142. #angoisses .tracer-y{
  143. top: -420px;
  144. left: 280px;
  145. }
  146. /* ////////coeur//////// */
  147. #coeur{
  148. top: 3130px;
  149. left: 5700px;
  150. z-index: 18;
  151. }
  152. #coeur .tracer-n{
  153. top: -400px;
  154. left: 240px;
  155. }
  156. /* ////////summo//////// */
  157. #sumo{
  158. top: 4200px;
  159. left: 6710px;
  160. z-index: 18;
  161. }
  162. #sumo .tracer-y{
  163. top: -950px;
  164. left: 200px;
  165. }
  166. /* ////////voyance//////// */
  167. #voyance{
  168. top: 2630px;
  169. left: 7220px;
  170. }
  171. #voyance #y{
  172. top: 425px;
  173. left: 600px;
  174. }
  175. #voyance #n{
  176. top: 525px;
  177. left: 655px;
  178. }
  179. #voyance .tracer-n{
  180. top: 630px;
  181. left: 540px;
  182. }
  183. #voyance .tracer-y{
  184. top: -370px;
  185. left: 640px;
  186. }
  187. /* ////////parlons-en//////// */
  188. #parlons_en{
  189. top: 3970px;
  190. left: 8400px;
  191. }
  192. #parlons_en .block{
  193. -webkit-box-orient: horizontal;
  194. -webkit-box-direction: reverse;
  195. -ms-flex-flow: row-reverse;
  196. flex-flow: row-reverse;
  197. }
  198. #parlons_en .txt{
  199. width: 400px;
  200. margin-top: 270px;
  201. }
  202. #parlons_en h4{
  203. -webkit-transform: rotate(-15deg);
  204. transform: rotate(-15deg);
  205. margin-bottom: 70px;
  206. margin-left: -10px;
  207. }
  208. /* ////////ampoule//////// */
  209. #ampoule{
  210. top: 1908px;
  211. left: 8425px;
  212. z-index: 17;
  213. }
  214. #ampoule .block{
  215. -webkit-box-orient: vertical;
  216. -webkit-box-direction: normal;
  217. -ms-flex-direction: column;
  218. flex-direction: column;
  219. }
  220. #ampoule #y{
  221. top: 250px;
  222. left: -200px;
  223. }
  224. #ampoule #n{
  225. top: 200px;
  226. left: -100px;
  227. }
  228. #ampoule .tracer-n{
  229. top: -990px;
  230. left: -760px;
  231. }
  232. #ampoule .tracer-y{
  233. top: 10px;
  234. left: -1760px;
  235. }
  236. #ampoule .txt{
  237. width: 250px;
  238. }
  239. /* ////////besoin//////// */
  240. #besoin{
  241. top: 1778px;
  242. left: 6225px;
  243. }
  244. #besoin #y{
  245. top: 250px;
  246. left: -200px;
  247. }
  248. #besoin #n{
  249. top: 200px;
  250. left: -100px;
  251. }
  252. #besoin .tracer-y{
  253. top: 230px;
  254. left: -1350px;
  255. }
  256. /* ////////genie//////// */
  257. #genie{
  258. top: 248px;
  259. left: 7500px;
  260. z-index: 17;
  261. }
  262. #genie .block{
  263. -webkit-box-orient: horizontal;
  264. -webkit-box-direction: reverse;
  265. -ms-flex-flow: row-reverse;
  266. flex-flow: row-reverse;
  267. }
  268. #genie .illu{
  269. margin-left: -130px;
  270. margin-top: 70px;
  271. }
  272. #genie #y {
  273. top: 600px;
  274. left: -300px;
  275. }
  276. #genie #n{
  277. top: 400px;
  278. left: -300px;
  279. }
  280. #genie .tracer-n{
  281. top: 220px;
  282. left: -1623px;
  283. }
  284. #genie .tracer-y{
  285. top: 620px;
  286. left: -2680px;
  287. }
  288. #genie .txt{
  289. margin-top: 300px;
  290. margin-left: -150px;
  291. width: 400px;
  292. }
  293. #genie h4{
  294. -webkit-transform: rotate(-15deg);
  295. transform: rotate(-15deg);
  296. margin-bottom: 70px;
  297. margin-left: -10px;
  298. }
  299. /* ////////bah_alors//////// */
  300. #bah_alors{
  301. top: 500px;
  302. left: 5050px;
  303. z-index: 17;
  304. }
  305. #bah_alors #y {
  306. top: 600px;
  307. left: -300px;
  308. }
  309. #bah_alors #n{
  310. top: 400px;
  311. left: -300px;
  312. }
  313. #bah_alors .txt{
  314. margin-top: 80px;
  315. margin-left: 80px;
  316. width: 500px;
  317. }
  318. #bah_alors h4, #bah_alors p:nth-of-type(1) {
  319. -webkit-transform: rotate(-15deg);
  320. transform: rotate(-15deg);
  321. margin-bottom: 70px;
  322. margin-left: -10px;
  323. margin: 0 0 0 -10px;
  324. }
  325. #bah_alors p:nth-of-type(1){
  326. font-family:'Montserrat-SemiBold';
  327. margin-left: 2px;
  328. }
  329. #bah_alors p:nth-of-type(2){
  330. margin-top: 100px;
  331. }
  332. #bah_alors .tracer-y{
  333. top: 450px;
  334. left: -290px;
  335. }
  336. /* ////////et_maintenant//////// */
  337. #et_maintenant{
  338. top: 1450px;
  339. left: 4320px;
  340. }
  341. #et_maintenant #y {
  342. top: 260px;
  343. left: 85px;
  344. }
  345. #et_maintenant #n{
  346. top: 405px;
  347. left: 85px;
  348. }
  349. #et_maintenant .tracer-y{
  350. top: 100px;
  351. left: -1210px;
  352. }
  353. #et_maintenant .tracer-n{
  354. top: 450px;
  355. left: -1970px;
  356. }
  357. /* ////////pouce//////// */
  358. #pouce{
  359. top: 1350px;
  360. left: 2730px;
  361. }
  362. #pouce #y {
  363. top: 355px;
  364. left: 230px;
  365. z-index: 17;
  366. }
  367. #pouce #n{
  368. top: 355px;
  369. left: 85px;
  370. z-index: 17;
  371. }
  372. #pouce .txt{
  373. top: -40px;
  374. left: 240px;
  375. width: 300px;
  376. }
  377. #pouce h4{
  378. -webkit-transform: rotate(-15deg);
  379. transform: rotate(-15deg);
  380. }
  381. #pouce .tracer-y{
  382. top: 360px;
  383. left: 275px;
  384. z-index: 16;
  385. }
  386. #pouce .tracer-n{
  387. top: 370px;
  388. left: -1680px;
  389. z-index: 16;
  390. }
  391. /* ////////koala//////// */
  392. #koala{
  393. top: 1600px;
  394. left: 600px;
  395. }
  396. #koala #y {
  397. top: 355px;
  398. left: 230px;
  399. }
  400. #koala #n{
  401. top: 355px;
  402. left: 85px;
  403. }
  404. #koala .tracer-y{
  405. top: 360px;
  406. left: 275px;
  407. }
  408. #koala .tracer-n{
  409. top: 370px;
  410. left: -1680px;
  411. }
  412. /* ////////chevalier//////// */
  413. #chevalier{
  414. top: 2410px;
  415. left: 1900px;
  416. z-index: 16;
  417. }
  418. #chevalier #y {
  419. top: 500px;
  420. left: -150px;
  421. }
  422. #chevalier #n{
  423. top: 500px;
  424. left: -300px;
  425. }
  426. #chevalier .tracer-y{
  427. top: 610px;
  428. left: -960px;
  429. }
  430. #chevalier .tracer-n{
  431. top: 530px;
  432. left: -1180px;
  433. }
  434. /* ////////sy_mettre//////// */
  435. #sy_mettre{
  436. top: 2900px;
  437. left: 580px;
  438. }
  439. #sy_mettre .txt{
  440. width: 590px;
  441. }
  442. #sy_mettre h4{
  443. -webkit-transform: rotate(-15deg);
  444. transform: rotate(-15deg);
  445. margin-left: -260px;
  446. }
  447. #sy_mettre p{
  448. margin-top: 55px;
  449. }
  450. /* ////////etoile//////// */
  451. #etoile{
  452. top: 3920px;
  453. left: 630px;
  454. z-index: 14;
  455. }
  456. #etoile #y {
  457. top: 220px;
  458. left: 400px;
  459. }
  460. #etoile #n{
  461. top: 390px;
  462. left: 20px;
  463. }
  464. #etoile .tracer-y{
  465. top: -1020px;
  466. left: 500px;
  467. }
  468. #etoile .tracer-n{
  469. top: -2000px;
  470. left: -590px;
  471. }
  472. #etoile .txt{
  473. margin-top: 210px;
  474. margin-left: -240px;
  475. background: white;
  476. width: 300px;
  477. height: 100px;
  478. z-index: 1;
  479. }
  480. /* ////////center//////// */
  481. #center{
  482. top: 2230px;
  483. left: 3660px;
  484. }
  485. #center .tracer-y{
  486. top: -1020px;
  487. left: 500px;
  488. }
  489. #center .tracer-n{
  490. top: -2000px;
  491. left: -590px;
  492. }
  493. #center a{
  494. position: absolute;
  495. top: 840px;
  496. left: 500px;
  497. }