styles.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. /**
  2. * Primary Drupal Styles
  3. * Author: Bachir Soussi Chiadmi
  4. */
  5. body {
  6. font-size: 16px;
  7. font-family: "aileron", Arial, "MS Trebuchet", sans-serif; }
  8. h1 {
  9. font-size: 1.6em; }
  10. h2 {
  11. font-size: 1.5em; }
  12. h3 {
  13. font-size: 1.4em; }
  14. h4 {
  15. font-size: 1.3em; }
  16. h5 {
  17. font-size: 1.2em; }
  18. h6 {
  19. font-size: 1.1em; }
  20. input {
  21. font-family: Arial, "MS Trebuchet", sans-serif;
  22. font-size: 0.8em; }
  23. /** layout */
  24. .footer-block .region, .header-block {
  25. display: inline-block;
  26. vertical-align: top; }
  27. #header, #main, #footer {
  28. padding: 0; }
  29. #container {
  30. width: 1024px;
  31. margin: 0 auto; }
  32. #header h1 a {
  33. display: block;
  34. height: 335px;
  35. background-image: url(../../images/logo.png);
  36. background-size: contain;
  37. background-position: center;
  38. background-repeat: no-repeat;
  39. text-indent: -2000px;
  40. overflow: hidden;
  41. margin: 0; }
  42. #header h2 {
  43. text-align: center;
  44. color: #20c498; }
  45. #node-63 {
  46. padding: 1em 0; }
  47. #node-63 .content section {
  48. display: inline; }
  49. #node-63 .content p {
  50. margin: 0; }
  51. #node-63 ul.links {
  52. text-align: right;
  53. margin: 0;
  54. padding: 0; }
  55. #node-63 ul.links li {
  56. margin: 0;
  57. padding: 0;
  58. display: inline-block; }
  59. #node-63 ul.links a {
  60. color: inherit;
  61. text-decoration: none;
  62. font-weight: 500; }
  63. #thematique-anchor-links {
  64. padding: 1em 0; }
  65. #thematique-anchor-links ul {
  66. display: -ms-flexbox;
  67. display: flex;
  68. -ms-flex-flow: row nowrap;
  69. flex-flow: row nowrap;
  70. -ms-flex-pack: justify;
  71. justify-content: space-between;
  72. padding: 0;
  73. margin: 0; }
  74. #thematique-anchor-links ul li {
  75. max-width: 7em;
  76. list-style: none;
  77. padding: 0;
  78. margin: 0; }
  79. #thematique-anchor-links ul li a {
  80. text-decoration: none;
  81. font-weight: 600;
  82. display: block;
  83. min-height: 3em;
  84. background-position: center;
  85. background-repeat: no-repeat;
  86. background-size: contain; }
  87. #thematique-anchor-links ul li a span {
  88. display: block; }
  89. #thematique-anchor-links ul li a.en_attente {
  90. color: #ddd; }
  91. #thematique-anchor-links ul li a.node-32 {
  92. background-image: url(../../images/fond-theme-lite-0.jpg);
  93. color: #2f82ff; }
  94. #thematique-anchor-links ul li a.node-14 {
  95. background-image: url(../../images/fond-theme-lite-1.jpg);
  96. color: #ff0000; }
  97. #thematique-anchor-links ul li a.node-38 {
  98. background-image: url(../../images/fond-theme-lite-2.jpg);
  99. color: #88aa00; }
  100. #thematique-anchor-links ul li a.node-3 {
  101. background-image: url(../../images/fond-theme-lite-3.jpg);
  102. color: #ff6600; }
  103. #thematique-anchor-links ul li a.node-20 {
  104. background-image: url(../../images/fond-theme-lite-4.jpg);
  105. color: #ff2ad4; }
  106. #thematique-anchor-links ul li a.node-26 {
  107. background-image: url(../../images/fond-theme-lite-5.jpg);
  108. color: #8800aa; }
  109. html,
  110. body,
  111. #container,
  112. #main,
  113. #main > .region,
  114. #block-system-main,
  115. #block-system-main > .content,
  116. .node-thematique {
  117. overflow-x: visible; }
  118. .node-thematique {
  119. min-height: 766px;
  120. position: relative; }
  121. .node-thematique::before {
  122. position: absolute;
  123. content: " ";
  124. width: 110%;
  125. height: 110%;
  126. top: -5%;
  127. left: -5%;
  128. z-index: -1;
  129. background-position: center;
  130. background-size: contain;
  131. background-repeat: no-repeat; }
  132. .node-thematique.node-32::before {
  133. background-image: url(../../images/fond-theme-0.jpg); }
  134. .node-thematique.node-32 > h2,
  135. .node-thematique.node-32 .group-video .field-name-field-description h3,
  136. .node-thematique.node-32 .group-description .field-name-field-ecouter,
  137. .node-thematique.node-32 .node-documentair .field-name-field-doc,
  138. .node-thematique.node-32 .node-episode .field-name-title-field {
  139. color: #2f82ff; }
  140. .node-thematique.node-14::before {
  141. background-image: url(../../images/fond-theme-1.jpg); }
  142. .node-thematique.node-14 > h2,
  143. .node-thematique.node-14 .group-video .field-name-field-description h3,
  144. .node-thematique.node-14 .group-description .field-name-field-ecouter,
  145. .node-thematique.node-14 .node-documentair .field-name-field-doc,
  146. .node-thematique.node-14 .node-episode .field-name-title-field {
  147. color: #ff0000; }
  148. .node-thematique.node-38::before {
  149. background-image: url(../../images/fond-theme-2.jpg); }
  150. .node-thematique.node-38 > h2,
  151. .node-thematique.node-38 .group-video .field-name-field-description h3,
  152. .node-thematique.node-38 .group-description .field-name-field-ecouter,
  153. .node-thematique.node-38 .node-documentair .field-name-field-doc,
  154. .node-thematique.node-38 .node-episode .field-name-title-field {
  155. color: #88aa00; }
  156. .node-thematique.node-3::before {
  157. background-image: url(../../images/fond-theme-3.jpg); }
  158. .node-thematique.node-3 > h2,
  159. .node-thematique.node-3 .group-video .field-name-field-description h3,
  160. .node-thematique.node-3 .group-description .field-name-field-ecouter,
  161. .node-thematique.node-3 .node-documentair .field-name-field-doc,
  162. .node-thematique.node-3 .node-episode .field-name-title-field {
  163. color: #ff6600; }
  164. .node-thematique.node-20::before {
  165. background-image: url(../../images/fond-theme-4.jpg); }
  166. .node-thematique.node-20 > h2,
  167. .node-thematique.node-20 .group-video .field-name-field-description h3,
  168. .node-thematique.node-20 .group-description .field-name-field-ecouter,
  169. .node-thematique.node-20 .node-documentair .field-name-field-doc,
  170. .node-thematique.node-20 .node-episode .field-name-title-field {
  171. color: #ff2ad4; }
  172. .node-thematique.node-26::before {
  173. background-image: url(../../images/fond-theme-5.jpg); }
  174. .node-thematique.node-26 > h2,
  175. .node-thematique.node-26 .group-video .field-name-field-description h3,
  176. .node-thematique.node-26 .group-description .field-name-field-ecouter,
  177. .node-thematique.node-26 .node-documentair .field-name-field-doc,
  178. .node-thematique.node-26 .node-episode .field-name-title-field {
  179. color: #8800aa; }
  180. .node-thematique > h2 {
  181. font-size: 3em;
  182. font-weight: 400;
  183. padding-left: 0.18em; }
  184. .node-thematique .content {
  185. letter-spacing: -0.25em; }
  186. .node-thematique .content .field-name-field-emvideo img {
  187. width: 100%; }
  188. .node-thematique .content > * {
  189. letter-spacing: normal; }
  190. .node-thematique .content article.main {
  191. display: inline-block;
  192. vertical-align: top;
  193. width: 69.5%;
  194. overflow: hidden; }
  195. .node-thematique .content article.main .field-name-body {
  196. position: relative;
  197. z-index: 3; }
  198. .node-thematique .content article.main .field-name-body > * {
  199. padding: 0 1em 0 0.2em; }
  200. .node-thematique .content article.main .field-name-body .summary {
  201. position: relative;
  202. height: 5.75em;
  203. overflow: hidden;
  204. background-color: #fff;
  205. transition: background-color 0.5 ease-in-out; }
  206. .node-thematique .content article.main .field-name-body .summary p {
  207. font-size: 1.1em;
  208. padding: 0.5em;
  209. font-weight: 500; }
  210. .node-thematique .content article.main .field-name-body .value {
  211. position: absolute;
  212. height: 1px;
  213. margin-bottom: 0;
  214. transition: height 0.5s ease-in-out;
  215. background-color: #fff;
  216. overflow: hidden; }
  217. .node-thematique .content article.main .field-name-body .value p {
  218. font-size: 1em;
  219. padding: 0.5em; }
  220. .node-thematique .content article.main .field-name-body:hover .summary {
  221. background-color: #fff; }
  222. .node-thematique .content article.main .field-name-body:hover .value {
  223. height: 700px; }
  224. .node-thematique .content article.main .field-name-body p {
  225. padding: 0 0 1em;
  226. margin: 0; }
  227. .node-thematique .content article.main .group-video {
  228. position: relative; }
  229. .node-thematique .content article.main .group-video .group-description {
  230. cursor: pointer;
  231. pointer-events: none;
  232. box-sizing: border-box;
  233. position: absolute;
  234. z-index: 2;
  235. top: 0;
  236. left: 0;
  237. width: 90%;
  238. height: 80%;
  239. margin: 5%;
  240. padding: 5%;
  241. background-color: rgba(255, 255, 255, 0);
  242. transition: background-color 0.3s ease-in-out; }
  243. .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
  244. font-size: 1em;
  245. font-weight: 500;
  246. background-color: rgba(255, 255, 255, 0.9);
  247. transition: background-color 0.3s ease-in-out;
  248. display: inline-block; }
  249. .node-thematique .content article.main .group-video .group-description .field-name-field-description {
  250. opacity: 0;
  251. transition: opacity 0.3s ease-in-out; }
  252. .node-thematique .content article.main .group-video .group-description .field-name-field-description h3 {
  253. font-weight: 500;
  254. font-size: 2em; }
  255. .node-thematique .content article.main .group-video:hover .group-description {
  256. background-color: rgba(255, 255, 255, 0.9); }
  257. .node-thematique .content article.main .group-video:hover .group-description .field-name-field-ecouter {
  258. background-color: rgba(255, 255, 255, 0); }
  259. .node-thematique .content article.main .group-video:hover .group-description .field-name-field-description {
  260. opacity: 1; }
  261. .node-thematique .content aside.right {
  262. display: inline-block;
  263. vertical-align: top;
  264. width: 30.5%; }
  265. .node-thematique .content aside.right .field-name-field-eclairages {
  266. padding-left: 1em; }
  267. .node-thematique .content aside.right .node-documentair {
  268. padding-bottom: 1em; }
  269. .node-thematique .content aside.right .node-documentair .content {
  270. position: relative; }
  271. .node-thematique .content aside.right .node-documentair .content .group-txt {
  272. cursor: pointer;
  273. pointer-events: none;
  274. box-sizing: border-box;
  275. position: absolute;
  276. z-index: 2;
  277. overflow: hidden;
  278. top: 0;
  279. left: 0;
  280. width: 90%;
  281. max-height: 80%;
  282. margin: 5%;
  283. padding: 5%;
  284. background-color: rgba(255, 255, 255, 0.9); }
  285. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-field-doc {
  286. font-size: 1em;
  287. font-weight: 500; }
  288. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-title-field {
  289. font-size: 2em;
  290. font-weight: 600;
  291. height: 1px;
  292. overflow: hidden;
  293. transition: height 0.3s ease-in-out; }
  294. .node-thematique .content aside.right .node-documentair .content:hover .group-txt .field-name-title-field {
  295. height: 70%; }
  296. .node-thematique .content aside.bottom {
  297. padding-top: 1em; }
  298. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items {
  299. display: -ms-flexbox;
  300. display: flex;
  301. -ms-flex-flow: row nowrap;
  302. flex-flow: row nowrap;
  303. -ms-flex-pack: justify;
  304. justify-content: space-between; }
  305. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
  306. display: block;
  307. width: 19%; }
  308. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content {
  309. position: relative; }
  310. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt {
  311. cursor: pointer;
  312. pointer-events: none;
  313. box-sizing: border-box;
  314. position: absolute;
  315. z-index: 2;
  316. overflow: hidden;
  317. top: 0;
  318. left: 0;
  319. width: 90%;
  320. height: 80%;
  321. margin: 5%;
  322. padding: 5%;
  323. background-color: rgba(255, 255, 255, 0.3);
  324. opacity: 0.8;
  325. transition: opacity,background-color 0.3s ease-in-out; }
  326. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt .field-name-title-field {
  327. font-size: 4em;
  328. font-weight: 700;
  329. font-style: italic;
  330. text-align: center; }
  331. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content:hover .group-txt {
  332. opacity: 1;
  333. background-color: rgba(255, 255, 255, 0.9); }
  334. #DOMWindow .embedded-video, #DOMWindow .player, #DOMWindow iframe {
  335. width: 100%;
  336. height: 100%; }
  337. .page-title {
  338. font-size: 3em;
  339. font-weight: 400;
  340. text-transform: capitalize; }
  341. #block-menu-menu-footer-menu {
  342. padding: 2em 0; }
  343. #block-menu-menu-footer-menu ul {
  344. margin: 0;
  345. padding: 0;
  346. text-align: center; }
  347. #block-menu-menu-footer-menu li {
  348. display: inline-block;
  349. list-style: none; }
  350. #block-menu-menu-footer-menu a {
  351. text-decoration: none;
  352. color: inherit; }
  353. .region-footer-bottom {
  354. text-align: center; }
  355. .region-footer-bottom .block {
  356. display: inline-block;
  357. font-size: 0.7em;
  358. margin: 2em 0; }
  359. #content {
  360. padding: 1em; }
  361. /** Messages. */
  362. div.messages {
  363. padding: 9px;
  364. margin: 0.5em 0 0;
  365. color: #036;
  366. background: #bdf;
  367. border: 1px solid #ace;
  368. border-radius: 5px; }
  369. div.warning {
  370. color: #840;
  371. background: #fe6;
  372. border-color: #ed5; }
  373. div.error {
  374. color: #fff;
  375. background: #e63;
  376. border-color: #d52; }
  377. div.error p.error {
  378. color: #333; }
  379. div.status {
  380. color: #360;
  381. background: #cf8;
  382. border-color: #be7; }
  383. /** Tab navigation */
  384. ul.primary, .views-admin-links ul {
  385. font: 13px/1.231 sans-serif;
  386. *font-size: small;
  387. border-collapse: collapse;
  388. padding: 0 0 0 1em;
  389. /* LTR */
  390. white-space: nowrap;
  391. list-style: none;
  392. margin: 5px;
  393. height: auto;
  394. line-height: normal; }
  395. ul.primary li, .views-admin-links li {
  396. display: inline; }
  397. ul.primary li a, .views-admin-links li a {
  398. border-width: 1px;
  399. border-style: solid solid none solid;
  400. height: auto;
  401. margin-right: 0.5em;
  402. /* LTR */
  403. padding: 0 1em;
  404. text-decoration: none;
  405. border-top-left-radius: 5px;
  406. border-top-right-radius: 5px; }
  407. /** Form */
  408. #node-form .form-region-main {
  409. border-right: 1px solid #BFBFBF;
  410. padding-right: 10px;
  411. width: 68%; }
  412. #node-form .form-region-main label {
  413. float: left;
  414. min-width: 25%; }
  415. #node-form .form-region-main input.form-text {
  416. width: 40%; }
  417. #node-form .form-region-right {
  418. padding-left: 5px; }
  419. #node-form .form-region-right label {
  420. float: left;
  421. min-width: 35%; }
  422. #node-form .form-region-right input.form-text {
  423. width: 60%; }
  424. #node-form .form-region-main label.option, #node-form .form-region-right label.option {
  425. float: none; }
  426. form:not(#views-ui-config-item-form) .form-item {
  427. position: relative;
  428. /* padding:9px;*/ }
  429. form:not(#views-ui-config-item-form) .form-item .description {
  430. position: absolute;
  431. bottom: 140%;
  432. /* right:-15px;*/
  433. z-index: 5;
  434. left: 50%;
  435. color: #1A1A1A;
  436. line-height: 1.1;
  437. background: url(../images/popup.png) 50% 100% no-repeat;
  438. width: 240px;
  439. margin: 0px 0px -15px;
  440. padding: 9px 10px 20px;
  441. display: none;
  442. border-top: 1px solid #9F9F9F; }
  443. form:not(#views-ui-config-item-form) .form-item:hover {
  444. z-index: 1;
  445. height: auto;
  446. /* Fix for flicker in IE7 */ }
  447. form:not(#views-ui-config-item-form) .form-item:hover > .description {
  448. display: block; }
  449. fieldset {
  450. border: 1px solid #D4D4D4;
  451. padding: 10px;
  452. margin-bottom: 1em;
  453. border-radius: 5px; }
  454. fieldset legend {
  455. font-size: 1.6em; }
  456. input.form-text {
  457. max-width: 95%; }
  458. /** TABLE */
  459. table {
  460. width: 100%;
  461. border-radius: 5px; }
  462. table thead th {
  463. background-color: #CCC;
  464. padding: 0.5em 1em;
  465. text-align: left; }
  466. table tbody tr.even, table tbody tr.odd {
  467. border-bottom: 0 solid #CCCCCC;
  468. padding: 0.1em 0.6em; }
  469. table tbody tr.even {
  470. background-color: #EEE; }
  471. table tbody tr.odd {
  472. background-color: #E5E5E5; }
  473. table tbody td {
  474. padding: 0.5em 1em;
  475. text-align: left; }
  476. td.active {
  477. background-color: transparent; }
  478. #tasks .tabs {
  479. border: none;
  480. padding: 0; }
  481. #tasks .tabs a {
  482. border: none;
  483. border-radius: 3px;
  484. background-color: #eee;
  485. padding: 0.4em;
  486. color: #000;
  487. margin: 0 1em 0 0; }
  488. #tasks .tabs a.active {
  489. background-color: #999; }