styles.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  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 {
  33. position: fixed;
  34. width: 100%;
  35. max-height: 400px;
  36. z-index: 20;
  37. background-color: rgba(255, 255, 255, 0.9); }
  38. #header hgroup.logo {
  39. width: 1024px;
  40. margin: 0 auto;
  41. padding: 1em 0; }
  42. #header h1 {
  43. margin: 0; }
  44. #header h1 a {
  45. display: block;
  46. height: 335px;
  47. background-image: url(../../images/logo.png);
  48. background-size: contain;
  49. background-position: center;
  50. background-repeat: no-repeat;
  51. text-indent: -2000px;
  52. overflow: hidden;
  53. margin: 0; }
  54. #header h2 {
  55. text-align: center;
  56. color: #20c498; }
  57. #main {
  58. padding-top: 400px; }
  59. #main > .region {
  60. width: 1024px;
  61. margin: 0 auto; }
  62. #node-63 {
  63. padding: 1em 0; }
  64. #node-63 .content section {
  65. display: inline; }
  66. #node-63 .content p {
  67. margin: 0; }
  68. #node-63 ul.links {
  69. text-align: right;
  70. margin: 0;
  71. padding: 0; }
  72. #node-63 ul.links li {
  73. margin: 0;
  74. padding: 0;
  75. display: inline-block; }
  76. #node-63 ul.links a {
  77. color: inherit;
  78. text-decoration: none;
  79. font-weight: 500; }
  80. #thematique-anchor-links {
  81. padding: 1em 0; }
  82. #thematique-anchor-links ul {
  83. display: -ms-flexbox;
  84. display: flex;
  85. -ms-flex-flow: row nowrap;
  86. flex-flow: row nowrap;
  87. -ms-flex-pack: justify;
  88. justify-content: space-between;
  89. padding: 0;
  90. margin: 0; }
  91. #thematique-anchor-links ul li {
  92. max-width: 7em;
  93. list-style: none;
  94. padding: 0;
  95. margin: 0; }
  96. #thematique-anchor-links ul li a {
  97. text-decoration: none;
  98. font-weight: 600;
  99. display: block;
  100. min-height: 3em;
  101. background-position: center;
  102. background-repeat: no-repeat;
  103. background-size: contain; }
  104. #thematique-anchor-links ul li a span {
  105. display: block; }
  106. #thematique-anchor-links ul li a.node-32 {
  107. background-image: url(../../images/menu-fond-theme-0-flat.jpg);
  108. color: #2f82ff; }
  109. #thematique-anchor-links ul li a.node-32.en_attente {
  110. color: #aaa;
  111. background-image: url(../../images/menu-fond-theme-0-flat-nb.jpg);
  112. cursor: default; }
  113. #thematique-anchor-links ul li a.node-14 {
  114. background-image: url(../../images/menu-fond-theme-1-flat.jpg);
  115. color: #ff0000; }
  116. #thematique-anchor-links ul li a.node-14.en_attente {
  117. color: #aaa;
  118. background-image: url(../../images/menu-fond-theme-1-flat-nb.jpg);
  119. cursor: default; }
  120. #thematique-anchor-links ul li a.node-38 {
  121. background-image: url(../../images/menu-fond-theme-2-flat.jpg);
  122. color: #88aa00; }
  123. #thematique-anchor-links ul li a.node-38.en_attente {
  124. color: #aaa;
  125. background-image: url(../../images/menu-fond-theme-2-flat-nb.jpg);
  126. cursor: default; }
  127. #thematique-anchor-links ul li a.node-3 {
  128. background-image: url(../../images/menu-fond-theme-3-flat.jpg);
  129. color: #ff6600; }
  130. #thematique-anchor-links ul li a.node-3.en_attente {
  131. color: #aaa;
  132. background-image: url(../../images/menu-fond-theme-3-flat-nb.jpg);
  133. cursor: default; }
  134. #thematique-anchor-links ul li a.node-20 {
  135. background-image: url(../../images/menu-fond-theme-4-flat.jpg);
  136. color: #ff2ad4; }
  137. #thematique-anchor-links ul li a.node-20.en_attente {
  138. color: #aaa;
  139. background-image: url(../../images/menu-fond-theme-4-flat-nb.jpg);
  140. cursor: default; }
  141. #thematique-anchor-links ul li a.node-26 {
  142. background-image: url(../../images/menu-fond-theme-5-flat.jpg);
  143. color: #8800aa; }
  144. #thematique-anchor-links ul li a.node-26.en_attente {
  145. color: #aaa;
  146. background-image: url(../../images/menu-fond-theme-5-flat-nb.jpg);
  147. cursor: default; }
  148. .node-thematique {
  149. min-height: 766px;
  150. margin-bottom: 10em;
  151. position: relative; }
  152. .node-thematique::before {
  153. position: absolute;
  154. content: " ";
  155. width: 110%;
  156. height: 110%;
  157. top: -5%;
  158. left: -5%;
  159. z-index: -1;
  160. background-position: center;
  161. background-size: contain;
  162. background-repeat: no-repeat; }
  163. .node-thematique.node-32::before {
  164. background-image: url(../../images/fond-theme-0-flat.png); }
  165. .node-thematique.node-32.en_attente::before {
  166. background-image: url(../../images/fond-theme-0-flat-nb.jpg); }
  167. .node-thematique.node-32.en_attente > h2,
  168. .node-thematique.node-32.en_attente .group-video .field-name-field-description h3,
  169. .node-thematique.node-32.en_attente .group-description .field-name-field-ecouter,
  170. .node-thematique.node-32.en_attente .node-documentair .field-name-field-doc,
  171. .node-thematique.node-32.en_attente .node-documentair .field-name-title-field,
  172. .node-thematique.node-32.en_attente .field-name-field-episodes .field-label,
  173. .node-thematique.node-32.en_attente .node-episode .field-name-title-field {
  174. color: #aaa; }
  175. .node-thematique.node-32:not(.en_attente) > h2,
  176. .node-thematique.node-32:not(.en_attente) .group-video .field-name-field-description h3,
  177. .node-thematique.node-32:not(.en_attente) .group-description .field-name-field-ecouter,
  178. .node-thematique.node-32:not(.en_attente) .node-documentair .field-name-field-doc,
  179. .node-thematique.node-32:not(.en_attente) .node-documentair .field-name-title-field,
  180. .node-thematique.node-32:not(.en_attente) .field-name-field-episodes .field-label,
  181. .node-thematique.node-32:not(.en_attente) .node-episode .field-name-title-field {
  182. color: #2f82ff; }
  183. .node-thematique.node-14::before {
  184. background-image: url(../../images/fond-theme-1-flat.png); }
  185. .node-thematique.node-14.en_attente::before {
  186. background-image: url(../../images/fond-theme-1-flat-nb.jpg); }
  187. .node-thematique.node-14.en_attente > h2,
  188. .node-thematique.node-14.en_attente .group-video .field-name-field-description h3,
  189. .node-thematique.node-14.en_attente .group-description .field-name-field-ecouter,
  190. .node-thematique.node-14.en_attente .node-documentair .field-name-field-doc,
  191. .node-thematique.node-14.en_attente .node-documentair .field-name-title-field,
  192. .node-thematique.node-14.en_attente .field-name-field-episodes .field-label,
  193. .node-thematique.node-14.en_attente .node-episode .field-name-title-field {
  194. color: #aaa; }
  195. .node-thematique.node-14:not(.en_attente) > h2,
  196. .node-thematique.node-14:not(.en_attente) .group-video .field-name-field-description h3,
  197. .node-thematique.node-14:not(.en_attente) .group-description .field-name-field-ecouter,
  198. .node-thematique.node-14:not(.en_attente) .node-documentair .field-name-field-doc,
  199. .node-thematique.node-14:not(.en_attente) .node-documentair .field-name-title-field,
  200. .node-thematique.node-14:not(.en_attente) .field-name-field-episodes .field-label,
  201. .node-thematique.node-14:not(.en_attente) .node-episode .field-name-title-field {
  202. color: #ff0000; }
  203. .node-thematique.node-38::before {
  204. background-image: url(../../images/fond-theme-2-flat.png); }
  205. .node-thematique.node-38.en_attente::before {
  206. background-image: url(../../images/fond-theme-2-flat-nb.jpg); }
  207. .node-thematique.node-38.en_attente > h2,
  208. .node-thematique.node-38.en_attente .group-video .field-name-field-description h3,
  209. .node-thematique.node-38.en_attente .group-description .field-name-field-ecouter,
  210. .node-thematique.node-38.en_attente .node-documentair .field-name-field-doc,
  211. .node-thematique.node-38.en_attente .node-documentair .field-name-title-field,
  212. .node-thematique.node-38.en_attente .field-name-field-episodes .field-label,
  213. .node-thematique.node-38.en_attente .node-episode .field-name-title-field {
  214. color: #aaa; }
  215. .node-thematique.node-38:not(.en_attente) > h2,
  216. .node-thematique.node-38:not(.en_attente) .group-video .field-name-field-description h3,
  217. .node-thematique.node-38:not(.en_attente) .group-description .field-name-field-ecouter,
  218. .node-thematique.node-38:not(.en_attente) .node-documentair .field-name-field-doc,
  219. .node-thematique.node-38:not(.en_attente) .node-documentair .field-name-title-field,
  220. .node-thematique.node-38:not(.en_attente) .field-name-field-episodes .field-label,
  221. .node-thematique.node-38:not(.en_attente) .node-episode .field-name-title-field {
  222. color: #88aa00; }
  223. .node-thematique.node-3::before {
  224. background-image: url(../../images/fond-theme-3-flat.png); }
  225. .node-thematique.node-3.en_attente::before {
  226. background-image: url(../../images/fond-theme-3-flat-nb.jpg); }
  227. .node-thematique.node-3.en_attente > h2,
  228. .node-thematique.node-3.en_attente .group-video .field-name-field-description h3,
  229. .node-thematique.node-3.en_attente .group-description .field-name-field-ecouter,
  230. .node-thematique.node-3.en_attente .node-documentair .field-name-field-doc,
  231. .node-thematique.node-3.en_attente .node-documentair .field-name-title-field,
  232. .node-thematique.node-3.en_attente .field-name-field-episodes .field-label,
  233. .node-thematique.node-3.en_attente .node-episode .field-name-title-field {
  234. color: #aaa; }
  235. .node-thematique.node-3:not(.en_attente) > h2,
  236. .node-thematique.node-3:not(.en_attente) .group-video .field-name-field-description h3,
  237. .node-thematique.node-3:not(.en_attente) .group-description .field-name-field-ecouter,
  238. .node-thematique.node-3:not(.en_attente) .node-documentair .field-name-field-doc,
  239. .node-thematique.node-3:not(.en_attente) .node-documentair .field-name-title-field,
  240. .node-thematique.node-3:not(.en_attente) .field-name-field-episodes .field-label,
  241. .node-thematique.node-3:not(.en_attente) .node-episode .field-name-title-field {
  242. color: #ff6600; }
  243. .node-thematique.node-20::before {
  244. background-image: url(../../images/fond-theme-4-flat.png); }
  245. .node-thematique.node-20.en_attente::before {
  246. background-image: url(../../images/fond-theme-4-flat-nb.jpg); }
  247. .node-thematique.node-20.en_attente > h2,
  248. .node-thematique.node-20.en_attente .group-video .field-name-field-description h3,
  249. .node-thematique.node-20.en_attente .group-description .field-name-field-ecouter,
  250. .node-thematique.node-20.en_attente .node-documentair .field-name-field-doc,
  251. .node-thematique.node-20.en_attente .node-documentair .field-name-title-field,
  252. .node-thematique.node-20.en_attente .field-name-field-episodes .field-label,
  253. .node-thematique.node-20.en_attente .node-episode .field-name-title-field {
  254. color: #aaa; }
  255. .node-thematique.node-20:not(.en_attente) > h2,
  256. .node-thematique.node-20:not(.en_attente) .group-video .field-name-field-description h3,
  257. .node-thematique.node-20:not(.en_attente) .group-description .field-name-field-ecouter,
  258. .node-thematique.node-20:not(.en_attente) .node-documentair .field-name-field-doc,
  259. .node-thematique.node-20:not(.en_attente) .node-documentair .field-name-title-field,
  260. .node-thematique.node-20:not(.en_attente) .field-name-field-episodes .field-label,
  261. .node-thematique.node-20:not(.en_attente) .node-episode .field-name-title-field {
  262. color: #ff2ad4; }
  263. .node-thematique.node-26::before {
  264. background-image: url(../../images/fond-theme-5-flat.png); }
  265. .node-thematique.node-26.en_attente::before {
  266. background-image: url(../../images/fond-theme-5-flat-nb.jpg); }
  267. .node-thematique.node-26.en_attente > h2,
  268. .node-thematique.node-26.en_attente .group-video .field-name-field-description h3,
  269. .node-thematique.node-26.en_attente .group-description .field-name-field-ecouter,
  270. .node-thematique.node-26.en_attente .node-documentair .field-name-field-doc,
  271. .node-thematique.node-26.en_attente .node-documentair .field-name-title-field,
  272. .node-thematique.node-26.en_attente .field-name-field-episodes .field-label,
  273. .node-thematique.node-26.en_attente .node-episode .field-name-title-field {
  274. color: #aaa; }
  275. .node-thematique.node-26:not(.en_attente) > h2,
  276. .node-thematique.node-26:not(.en_attente) .group-video .field-name-field-description h3,
  277. .node-thematique.node-26:not(.en_attente) .group-description .field-name-field-ecouter,
  278. .node-thematique.node-26:not(.en_attente) .node-documentair .field-name-field-doc,
  279. .node-thematique.node-26:not(.en_attente) .node-documentair .field-name-title-field,
  280. .node-thematique.node-26:not(.en_attente) .field-name-field-episodes .field-label,
  281. .node-thematique.node-26:not(.en_attente) .node-episode .field-name-title-field {
  282. color: #8800aa; }
  283. .node-thematique > h2 {
  284. font-size: 3em;
  285. font-weight: 400;
  286. position: relative; }
  287. .node-thematique > h2 span {
  288. position: absolute;
  289. top: -170px; }
  290. .node-thematique .content {
  291. letter-spacing: -0.25em; }
  292. .node-thematique .content .field-name-field-emvideo img {
  293. width: 100%; }
  294. .node-thematique .content > * {
  295. letter-spacing: normal; }
  296. .node-thematique .content article.main {
  297. display: inline-block;
  298. vertical-align: top;
  299. width: 69.5%;
  300. overflow: hidden; }
  301. .node-thematique .content article.main .field-name-body {
  302. position: relative;
  303. z-index: 3; }
  304. .node-thematique .content article.main .field-name-body > * {
  305. padding: 0 1em 0 0; }
  306. .node-thematique .content article.main .field-name-body .summary {
  307. position: relative;
  308. height: 5.75em;
  309. overflow: hidden;
  310. background-color: #fff;
  311. transition: background-color 0.5 ease-in-out; }
  312. .node-thematique .content article.main .field-name-body .summary p {
  313. font-size: 1.1em;
  314. padding: 0.5em 0.5em 0.5em 0;
  315. font-weight: 500; }
  316. .node-thematique .content article.main .field-name-body .value {
  317. position: absolute;
  318. height: 1px;
  319. margin-bottom: 0;
  320. transition: height 0.5s ease-in-out;
  321. background-color: #fff;
  322. overflow: hidden; }
  323. .node-thematique .content article.main .field-name-body .value p {
  324. font-size: 1em;
  325. padding: 0.5em; }
  326. .node-thematique .content article.main .field-name-body:hover .summary {
  327. background-color: #fff; }
  328. .node-thematique .content article.main .field-name-body:hover .value {
  329. height: 700px; }
  330. .node-thematique .content article.main .field-name-body p {
  331. padding: 0 0 1em;
  332. margin: 0; }
  333. .node-thematique .content article.main .group-video {
  334. position: relative;
  335. min-height: 432px; }
  336. .node-thematique .content article.main .group-video .field-name-field-emvideo a {
  337. display: block;
  338. line-height: 0; }
  339. .node-thematique .content article.main .group-video .group-description {
  340. cursor: pointer;
  341. pointer-events: none;
  342. position: absolute;
  343. z-index: 2;
  344. top: 0;
  345. left: 0;
  346. width: 100%;
  347. height: 100%; }
  348. .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
  349. font-size: 1em;
  350. font-weight: 600;
  351. padding: 0.2em 0.4em;
  352. background-color: rgba(255, 255, 255, 0.9);
  353. display: inline-block;
  354. margin: 15px; }
  355. .node-thematique .content article.main .group-video .group-description .field-name-field-description {
  356. position: absolute;
  357. top: 0;
  358. left: 0;
  359. box-sizing: border-box;
  360. width: 80%;
  361. height: 70%;
  362. margin: 10%;
  363. padding: 5%;
  364. opacity: 0;
  365. background-color: rgba(255, 255, 255, 0.9);
  366. transition: opacity 0.3s ease-in-out; }
  367. .node-thematique .content article.main .group-video .group-description .field-name-field-description h3 {
  368. font-weight: 500;
  369. font-size: 2em;
  370. margin: 0; }
  371. .node-thematique .content article.main .group-video:hover .group-description .field-name-field-description {
  372. opacity: 1; }
  373. .node-thematique .content aside.right {
  374. display: inline-block;
  375. vertical-align: top;
  376. width: 30.5%; }
  377. .node-thematique .content aside.right .field-name-field-eclairages {
  378. padding-left: 1em; }
  379. .node-thematique .content aside.right .field-name-field-eclairages .field-item:not(:last-child) {
  380. padding-bottom: 1.2em; }
  381. .node-thematique .content aside.right .node-documentair {
  382. min-height: 160px;
  383. background-color: #fff; }
  384. .node-thematique .content aside.right .node-documentair .content {
  385. position: relative; }
  386. .node-thematique .content aside.right .node-documentair .content .group-txt {
  387. cursor: pointer;
  388. pointer-events: none;
  389. box-sizing: border-box;
  390. position: absolute;
  391. z-index: 2;
  392. overflow: hidden;
  393. top: 0;
  394. left: 0;
  395. width: 90%;
  396. height: 80%;
  397. margin: 5%; }
  398. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-field-doc {
  399. font-size: 1em;
  400. font-weight: 600;
  401. padding: 0.2em 0.4em;
  402. background-color: rgba(255, 255, 255, 0.9);
  403. display: inline-block;
  404. z-index: 5;
  405. transition: background-color 0.3s ease-in-out; }
  406. .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-title-field {
  407. position: absolute;
  408. z-index: -1;
  409. top: 0;
  410. left: 0;
  411. width: 100%;
  412. font-size: 1.5em;
  413. font-weight: 500;
  414. padding: 30px 7px 10px;
  415. background-color: rgba(255, 255, 255, 0.9);
  416. opacity: 0;
  417. transition: opacity 0.3s ease-in-out; }
  418. .node-thematique .content aside.right .node-documentair .content .group-video a {
  419. display: block;
  420. line-height: 0; }
  421. .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-field-doc {
  422. background-color: transparent; }
  423. .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-title-field {
  424. opacity: 1; }
  425. .node-thematique .content aside.right .node-documentair.en_attente > .content {
  426. position: relative; }
  427. .node-thematique .content aside.right .node-documentair.en_attente > .content::before {
  428. position: absolute;
  429. top: 0;
  430. left: 0;
  431. width: 100%;
  432. height: 100%;
  433. content: " ";
  434. z-index: 10;
  435. background-color: #fff;
  436. opacity: 0.8; }
  437. .node-thematique .content aside.bottom {
  438. padding-top: 0.6em; }
  439. .node-thematique .content aside.bottom .field-name-field-episodes .field-label {
  440. font-size: 1em;
  441. font-weight: 600;
  442. padding: 0.2em 0.4em;
  443. background-color: rgba(255, 255, 255, 0.9);
  444. display: inline-block;
  445. margin-bottom: 0.3em; }
  446. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items {
  447. display: -ms-flexbox;
  448. display: flex;
  449. -ms-flex-flow: row nowrap;
  450. flex-flow: row nowrap;
  451. -ms-flex-pack: justify;
  452. justify-content: space-between; }
  453. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
  454. display: block;
  455. width: 19%;
  456. background-color: #fff; }
  457. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content {
  458. position: relative; }
  459. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt {
  460. cursor: pointer;
  461. pointer-events: none;
  462. box-sizing: border-box;
  463. position: absolute;
  464. z-index: 2;
  465. overflow: hidden;
  466. top: 0;
  467. left: 0;
  468. width: 90%;
  469. height: 80%;
  470. margin: 5%;
  471. padding: 5%;
  472. background-color: rgba(255, 255, 255, 0.9);
  473. opacity: 1;
  474. transition: opacity,background-color 0.3s ease-in-out; }
  475. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt .field-name-title-field {
  476. font-size: 4em;
  477. font-weight: 800;
  478. font-style: italic;
  479. text-align: center; }
  480. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video a {
  481. display: block;
  482. line-height: 0; }
  483. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode:not(.en_attente):hover .content .group-txt {
  484. opacity: 0.9;
  485. background-color: rgba(255, 255, 255, 0.3); }
  486. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content {
  487. position: relative; }
  488. .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content::before {
  489. position: absolute;
  490. top: 0;
  491. left: 0;
  492. width: 100%;
  493. height: 100%;
  494. content: " ";
  495. z-index: 10;
  496. background-color: #fff;
  497. opacity: 0.8; }
  498. .node-thematique.en_attente .content > .main {
  499. position: relative; }
  500. .node-thematique.en_attente .content > .main::before {
  501. position: absolute;
  502. top: 0;
  503. left: 0;
  504. width: 100%;
  505. height: 100%;
  506. content: " ";
  507. z-index: 10;
  508. background-color: #fff;
  509. opacity: 0.8; }
  510. #DOMWindow .embedded-video, #DOMWindow .player, #DOMWindow iframe {
  511. width: 100%;
  512. height: 100%; }
  513. .page-title {
  514. font-size: 3em;
  515. font-weight: 400;
  516. text-transform: capitalize; }
  517. #block-menu-menu-footer-menu {
  518. padding: 2em 0; }
  519. #block-menu-menu-footer-menu ul {
  520. margin: 0;
  521. padding: 0;
  522. text-align: center; }
  523. #block-menu-menu-footer-menu li {
  524. display: inline-block;
  525. list-style: none; }
  526. #block-menu-menu-footer-menu a {
  527. text-decoration: none;
  528. color: inherit; }
  529. .region-footer-bottom {
  530. text-align: center; }
  531. .region-footer-bottom .block {
  532. display: inline-block;
  533. font-size: 0.7em;
  534. margin: 2em 0; }
  535. #content {
  536. padding: 1em; }
  537. /** Messages. */
  538. div.messages {
  539. padding: 9px;
  540. margin: 0.5em 0 0;
  541. color: #036;
  542. background: #bdf;
  543. border: 1px solid #ace;
  544. border-radius: 5px; }
  545. div.warning {
  546. color: #840;
  547. background: #fe6;
  548. border-color: #ed5; }
  549. div.error {
  550. color: #fff;
  551. background: #e63;
  552. border-color: #d52; }
  553. div.error p.error {
  554. color: #333; }
  555. div.status {
  556. color: #360;
  557. background: #cf8;
  558. border-color: #be7; }
  559. /** Tab navigation */
  560. ul.primary, .views-admin-links ul {
  561. font: 13px/1.231 sans-serif;
  562. *font-size: small;
  563. border-collapse: collapse;
  564. padding: 0 0 0 1em;
  565. /* LTR */
  566. white-space: nowrap;
  567. list-style: none;
  568. margin: 5px;
  569. height: auto;
  570. line-height: normal; }
  571. ul.primary li, .views-admin-links li {
  572. display: inline; }
  573. ul.primary li a, .views-admin-links li a {
  574. border-width: 1px;
  575. border-style: solid solid none solid;
  576. height: auto;
  577. margin-right: 0.5em;
  578. /* LTR */
  579. padding: 0 1em;
  580. text-decoration: none;
  581. border-top-left-radius: 5px;
  582. border-top-right-radius: 5px; }
  583. /** Form */
  584. #node-form .form-region-main {
  585. border-right: 1px solid #BFBFBF;
  586. padding-right: 10px;
  587. width: 68%; }
  588. #node-form .form-region-main label {
  589. float: left;
  590. min-width: 25%; }
  591. #node-form .form-region-main input.form-text {
  592. width: 40%; }
  593. #node-form .form-region-right {
  594. padding-left: 5px; }
  595. #node-form .form-region-right label {
  596. float: left;
  597. min-width: 35%; }
  598. #node-form .form-region-right input.form-text {
  599. width: 60%; }
  600. #node-form .form-region-main label.option, #node-form .form-region-right label.option {
  601. float: none; }
  602. form:not(#views-ui-config-item-form) .form-item {
  603. position: relative;
  604. /* padding:9px;*/ }
  605. form:not(#views-ui-config-item-form) .form-item .description {
  606. position: absolute;
  607. bottom: 140%;
  608. /* right:-15px;*/
  609. z-index: 5;
  610. left: 50%;
  611. color: #1A1A1A;
  612. line-height: 1.1;
  613. background: url(../images/popup.png) 50% 100% no-repeat;
  614. width: 240px;
  615. margin: 0px 0px -15px;
  616. padding: 9px 10px 20px;
  617. display: none;
  618. border-top: 1px solid #9F9F9F; }
  619. form:not(#views-ui-config-item-form) .form-item:hover {
  620. z-index: 1;
  621. height: auto;
  622. /* Fix for flicker in IE7 */ }
  623. form:not(#views-ui-config-item-form) .form-item:hover > .description {
  624. display: block; }
  625. fieldset {
  626. border: 1px solid #D4D4D4;
  627. padding: 10px;
  628. margin-bottom: 1em;
  629. border-radius: 5px; }
  630. fieldset legend {
  631. font-size: 1.6em; }
  632. input.form-text {
  633. max-width: 95%; }
  634. /** TABLE */
  635. table {
  636. width: 100%;
  637. border-radius: 5px; }
  638. table thead th {
  639. background-color: #CCC;
  640. padding: 0.5em 1em;
  641. text-align: left; }
  642. table tbody tr.even, table tbody tr.odd {
  643. border-bottom: 0 solid #CCCCCC;
  644. padding: 0.1em 0.6em; }
  645. table tbody tr.even {
  646. background-color: #EEE; }
  647. table tbody tr.odd {
  648. background-color: #E5E5E5; }
  649. table tbody td {
  650. padding: 0.5em 1em;
  651. text-align: left; }
  652. td.active {
  653. background-color: transparent; }
  654. #tasks .tabs {
  655. border: none;
  656. padding: 0; }
  657. #tasks .tabs a {
  658. border: none;
  659. border-radius: 3px;
  660. background-color: #eee;
  661. padding: 0.4em;
  662. color: #000;
  663. margin: 0 1em 0 0; }
  664. #tasks .tabs a.active {
  665. background-color: #999; }