template.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. @font-face {
  2. font-family: "amiri-regular";
  3. src: url("../fonts/amiri/amiri-regular-webfont.eot");
  4. src: url("../fonts/amiri/amiri-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-regular-webfont.woff") format("woff"), url("../fonts/amiri/amiri-regular-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-regular-webfont.svg#amiri-regular") format("svg"); }
  5. @font-face {
  6. font-family: "amiri-slanted";
  7. src: url("../fonts/amiri/amiri-slanted-webfont.eot");
  8. src: url("../fonts/amiri/amiri-slanted-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-slanted-webfont.woff") format("woff"), url("../fonts/amiri/amiri-slanted-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-slanted-webfont.svg#amiri-slanted") format("svg"); }
  9. @font-face {
  10. font-family: "amiri-bold";
  11. src: url("../fonts/amiri/amiri-bold-webfont.eot");
  12. src: url("../fonts/amiri/amiri-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-bold-webfont.woff") format("woff"), url("../fonts/amiri/amiri-bold-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-bold-webfont.svg#amiri-bold") format("svg"); }
  13. @font-face {
  14. font-family: "amiri-boldslanted";
  15. src: url("../fonts/amiri/amiri-boldslanted-webfont.eot");
  16. src: url("../fonts/amiri/amiri-boldslanted-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-boldslanted-webfont.woff") format("woff"), url("../fonts/amiri/amiri-boldslanted-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-boldslanted-webfont.svg#amiri-boldslanted") format("svg"); }
  17. * {
  18. -webkit-box-sizing: border-box;
  19. box-sizing: border-box; }
  20. html, body {
  21. margin: 0;
  22. padding: 0;
  23. height: 100%; }
  24. ul, li, ol {
  25. margin: 0;
  26. padding: 0;
  27. list-style: none; }
  28. a {
  29. text-decoration: none;
  30. color: black; }
  31. p, ul, li, ol, h1, h2, h3, em, blockquote {
  32. margin: 0; }
  33. h1, h2, h3 {
  34. font-family: "amiri-bold";
  35. font-weight: normal; }
  36. p, ul, li {
  37. font-family: "amiri-regular";
  38. font-weight: normal;
  39. font-size: 1rem;
  40. line-height: 1.5rem; }
  41. em, blockquote > p {
  42. font-family: "amiri-slanted";
  43. font-weight: normal; }
  44. section blockquote {
  45. font-size: 0.8rem; }
  46. strong > em {
  47. font-family: "amiri-boldslanted";
  48. font-weight: normal; }
  49. h1 {
  50. font-size: 2rem;
  51. line-height: 1.8rem; }
  52. h2 {
  53. font-size: 1.5rem;
  54. line-height: 2rem;
  55. padding-top: 1.5rem; }
  56. h3 {
  57. font-size: 1rem;
  58. line-height: 1.5rem;
  59. padding-top: 1.5rem; }
  60. li > a:hover, ol > a:hover {
  61. font-family: "amiri-bold";
  62. font-weight: normal; }
  63. .underline > a {
  64. font-family: "amiri-bold";
  65. font-weight: normal;
  66. text-decoration: underline; }
  67. .block > a {
  68. text-decoration: underline;
  69. font-family: "amiri-bold";
  70. font-weight: normal; }
  71. body {
  72. display: -webkit-inline-box;
  73. display: -ms-inline-flexbox;
  74. display: inline-flex;
  75. display: -webkit-box;
  76. display: -ms-flexbox; }
  77. #header {
  78. z-index: 1;
  79. width: 300px;
  80. height: 100%;
  81. padding-top: 1.5rem;
  82. padding-left: 30px;
  83. position: fixed;
  84. background: white; }
  85. #header #logo {
  86. padding-bottom: 10px; }
  87. #header #navbar {
  88. padding-left: 15px; }
  89. #header #navbar .sous-menu {
  90. height: 1.5rem;
  91. transition: all 0.3s ease-in-out;
  92. -o-transition: all 0.3s ease-in-out;
  93. -webkit-transition: all 0.3s ease-in-out;
  94. transition-delay: 0.5s;
  95. -o-transition-delay: 0.5s;
  96. -webkit-transition-delay: 0.5s;}
  97. #header #navbar .sous-menu > ol {
  98. visibility: hidden;
  99. opacity: 0;
  100. transition: visibility 0.5s, opacity 0.5s linear;
  101. -o-transition: visibility 0.5s, opacity 0.5s linear;
  102. -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  103. margin-left: 30px;
  104. padding-left: 5px; }
  105. #header #navbar .sous-menu:hover {
  106. height: 100px;
  107. transition: all 0.3s ease-in-out;
  108. -o-transition: all 0.3s ease-in-out;
  109. -webkit-transition: all 0.3s ease-in-out }
  110. #header #navbar .sous-menu:hover > a {
  111. text-decoration: underline; }
  112. #header #navbar .sous-menu:hover > a::after {
  113. background-image: url("../images/trait.svg");
  114. background-position: 0 0;
  115. background-repeat: no-repeat;
  116. background-size: 1px 10px;
  117. display: block;
  118. width: 1px;
  119. height: 10px;
  120. margin-left: 37px;
  121. margin-top: -5px;
  122. content: " "; }
  123. #header #navbar .sous-menu:hover > ol {
  124. visibility: visible;
  125. transition: all 0.5s linear;
  126. -o-transition: all 0.5s linear;
  127. -webkit-transition: all 0.5s linear;
  128. transition-delay: 0.2s;
  129. -o-transition-delay: 0.2s;
  130. -webkit-transition-delay: 0.2s;
  131. opacity: 1; }
  132. #header #navbar .underline::before {
  133. background-image: url("../images/point_b.svg");
  134. background-position: 0 0;
  135. background-repeat: no-repeat;
  136. background-size: 5px 5px; }
  137. #header #navbar .block {
  138. height: 100px;
  139. transition: all 0.3s ease-in-out;
  140. -o-transition: all 0.3s ease-in-out;
  141. -webkit-transition: all 0.3s ease-in-out;}
  142. #header #navbar .block::before {
  143. background-image: url("../images/point_b.svg");
  144. background-position: 0 0;
  145. background-repeat: no-repeat;
  146. background-size: 5px 5px; }
  147. #header #navbar .block > a::after {
  148. background-image: url("../images/trait.svg");
  149. background-position: 0 0;
  150. background-repeat: no-repeat;
  151. background-size: 1px 10px;
  152. display: block;
  153. width: 1px;
  154. height: 10px;
  155. margin-left: 37px;
  156. margin-top: -5px;
  157. content: " "; }
  158. #header #navbar .block ol {
  159. visibility: visible;
  160. transition: visibility 0.5s, opacity 0.5s linear;
  161. -o-transition: visibility 0.5s, opacity 0.5s linear;
  162. -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  163. opacity: 1; }
  164. #header #navbar ul > li::before, #header #navbar ol::before {
  165. display: inline-block;
  166. content: " ";
  167. width: 5px;
  168. height: 5px;
  169. margin: 0 5px 1px 0px;
  170. background-image: url("../images/point.svg");
  171. background-position: 0 0;
  172. background-repeat: no-repeat;
  173. background-size: 3.5px 4.5px; }
  174. #header #navbar ul > li .underline::before, #header #navbar ol .underline::before {
  175. background-image: url("../images/point_b.svg");
  176. background-position: 0 0;
  177. background-repeat: no-repeat;
  178. background-size: 5px 5px; }
  179. #header #navbar ul > li:hover::before, #header #navbar ol:hover::before {
  180. background-image: url("../images/point_b.svg");
  181. background-position: 0 0;
  182. background-repeat: no-repeat;
  183. background-size: 5px 5px; }
  184. #header #navbar ul > li:hover > a, #header #navbar ol:hover > a {
  185. text-decoration: underline; }
  186. #header .separation {
  187. position: absolute;
  188. left: 100%;
  189. width: 1px;
  190. height: 100%;
  191. top: 1.5rem;
  192. background: black; }
  193. #header .separation::before {
  194. display: block;
  195. content: " ";
  196. width: 5px;
  197. height: 5px;
  198. margin: -2.5px 0px 0px -2.5px;
  199. background-image: url("../images/point_b.svg");
  200. background-position: 0 0;
  201. background-repeat: no-repeat;
  202. background-size: 5px 5px; }
  203. body {
  204. overflow: hidden; }
  205. section {
  206. position: absolute;
  207. left: 300px;
  208. width: auto; }
  209. section .content {
  210. display: -webkit-box;
  211. display: -ms-flexbox;
  212. display: flex;
  213. -webkit-flex: 1 1 auto;
  214. -ms-flex: 1 1 auto;
  215. width: 100%;
  216. height: 100vh; }
  217. section .content p:not(.slider) {
  218. margin: 1rem 0; }
  219. section .content h2 + p {
  220. margin-bottom: 0 !important; }
  221. section .content h2 + p, section .content h3 + p {
  222. margin: 0 !important; }
  223. section .content a {
  224. text-decoration: underline; }
  225. section .content a::after {
  226. display: inline-block;
  227. content: " ";
  228. width: 3.5px;
  229. height: 3.5px;
  230. margin: 0 5px 1px 0px;
  231. background-image: url("../images/fleche.svg");
  232. background-position: 0 0;
  233. background-repeat: no-repeat;
  234. background-size: 12px 5px;
  235. display: inline-block;
  236. width: 12px;
  237. height: 5px;
  238. margin: 0 0px 1px 5px;
  239. transition: all 1s;
  240. -o-transition: all 1s;
  241. -webkit-transition: all 1s;}
  242. section .content a:hover::after, .app a:hover::after {
  243. transition: all 1s;
  244. -o-transition: all 1s;
  245. -webkit-transition: all 1s;
  246. margin: auto 0px 1px 10px; }
  247. section .content > div:not(#recherche-artistique) {
  248. min-width: 500px;
  249. width: calc(50vw - 150px);
  250. filter: blur(1.5px);
  251. -webkit-filter:blur(1.5px);
  252. transition: all 2s;
  253. -o-transition: all 2s;
  254. -webkit-transition: all 2s;
  255. color: grey; }
  256. section .content > .net {
  257. filter: blur(0px) !important;
  258. -webkit-filter:blur(0px);
  259. -webkit-transition: -webkit-filter 0.5s !important;
  260. transition: -webkit-filter 0.5s !important;
  261. transition: filter 0.5s !important;
  262. transition: filter 0.5s, -webkit-filter 0.5s !important;
  263. -o-transition: filter 0.5s !important;
  264. -webkit-transition: filter 0.5s !important;
  265. color: black !important; }
  266. section .content > div {
  267. overflow-y: auto;
  268. }
  269. section .content > div h3:first-of-type {
  270. padding-top: 0px !important; }
  271. section .content > div:not(#recherche-artistique) {
  272. padding: 0 1%; }
  273. section .content img {
  274. width: 75%;
  275. height: auto; }
  276. section #recherche-artistique.net > div:first-child {
  277. filter: blur(0px) !important;
  278. -webkit-filter:blur(0px)!important;
  279. -webkit-transition: -webkit-filter 0.5s !important;
  280. transition: -webkit-filter 0.5s !important;
  281. transition: filter 0.5s !important;
  282. transition: filter 0.5s, -webkit-filter 0.5s !important;
  283. -o-transition: filter 0.5s!important;
  284. -webkit-transition: filter 0.5s!important;
  285. color: black !important; }
  286. section #recherche-artistique {
  287. display: -webkit-inline-box;
  288. display: -ms-inline-flexbox;
  289. display: inline-flex;
  290. width: 200rem;
  291. }
  292. section #recherche-artistique > .net {
  293. filter: blur(0px) !important;
  294. -webkit-filter:blur(0px)!important;
  295. -webkit-transition: -webkit-filter 0.5s !important;
  296. transition: -webkit-filter 0.5s !important;
  297. transition: filter 0.5s !important;
  298. transition: filter 0.5s, -webkit-filter 0.5s !important;
  299. -o-transition: filter 0.5s!important;
  300. -webkit-transition: filter 0.5s!important;
  301. color: black !important; }
  302. section #recherche-artistique > div {
  303. filter: blur(1.5px);
  304. -webkit-filter:blur(1.5px);
  305. -webkit-transition: -webkit-filter 0.5s;
  306. transition: -webkit-filter 0.5s;
  307. transition: filter 0.5s;
  308. transition: filter 0.5s, -webkit-filter 0.5s;
  309. -o-transition: filter 0.5s;
  310. -webkit-transition: filter 0.5s;
  311. color: grey;
  312. overflow-y: auto;
  313. padding: 0 2%;
  314. width: calc(50vw - 150px);
  315. min-width: 500px;}
  316. section #commentaire-philosophe ul > li{
  317. cursor: pointer;
  318. }
  319. section #commentaire-philosophe ul > li > ol > li > ul{
  320. margin-left: 30px;
  321. }
  322. section #recherche-artistique #commentaire-philosophe ul > li > ol > li::before {
  323. background-image: url("../images/point.svg");
  324. background-position: 0 0;
  325. background-repeat: no-repeat;
  326. background-size: 3.5px 3.5px;
  327. display: inline-block;
  328. content: " ";
  329. width: 3.5px;
  330. height: 3.5px;
  331. margin: 0 5px 1px 0px; }
  332. section #recherche-artistique #commentaire-philosophe ul > li > ol > li > ul > li::before {
  333. background-image: url("../images/point.svg");
  334. background-position: 0 0;
  335. background-repeat: no-repeat;
  336. background-size: 3.5px 3.5px;
  337. display: inline-block;
  338. content: " ";
  339. width: 3.5px;
  340. height: 3.5px;
  341. margin: 0 5px 1px 0px; }
  342. .mCSB_container {
  343. padding-bottom: 65px; }
  344. body .fullpage {
  345. overflow-y: auto;
  346. overflow-x: hidden;
  347. background: white;
  348. width: 100vw;
  349. height: 100vh;
  350. position: fixed;
  351. z-index: 999; }
  352. body .fullpage::before {
  353. display: inline-block;
  354. content: " ";
  355. width: 3.5px;
  356. height: 3.5px;
  357. margin: 0 5px 1px 0px;
  358. background-image: url("../images/fleche.svg");
  359. background-position: 0 0;
  360. background-repeat: no-repeat;
  361. background-size: 12px 5px;
  362. display: inline-block;
  363. width: 12px;
  364. height: 5px;
  365. margin: 0 0px 1px 5px;
  366. width: 100px;
  367. height: 100px;
  368. position: absolute;
  369. background: red;
  370. z-index: 999; }
  371. body .fullpage .full {
  372. position: relative;
  373. width: 100%;
  374. padding: 0 1vw;
  375. height: auto;
  376. -webkit-transform: translateX(-50%);
  377. transform: translateX(-50%);
  378. margin-left: 50%; }