template.css 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
  2. #header #logo h3, #header #navbar .panel-activation, #footer p {
  3. position: relative;
  4. top: 50%;
  5. -webkit-transform: translateY(-50%);
  6. -moz-transform: translateY(-50%);
  7. -o-transform: translateY(-50%);
  8. -ms-transform: translateY(-50%);
  9. transform: translateY(-50%); }
  10. .button, .button-secondary {
  11. display: inline-block;
  12. padding: 7px 20px; }
  13. .button-small.button, .button-small.button-secondary {
  14. padding: 3px 10px;
  15. font-size: 0.9rem; }
  16. html, body {
  17. height: 100%; }
  18. body {
  19. background: #fff;
  20. color: #000;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale; }
  23. a {
  24. color: #000; }
  25. a:hover {
  26. color: black; }
  27. b, strong, label, th {
  28. font-weight: 700; }
  29. #container {
  30. min-height: 100%;
  31. position: relative; }
  32. .fullwidth #body {
  33. padding-left: 0;
  34. padding-right: 0; }
  35. #body {
  36. background: #fff;
  37. padding-top: 8rem;
  38. padding-bottom: 11rem; }
  39. .left {
  40. float: left; }
  41. .right {
  42. float: right; }
  43. .default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button {
  44. -webkit-transition: all 0.5s ease;
  45. -moz-transition: all 0.5s ease;
  46. transition: all 0.5s ease; }
  47. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  48. padding-left: 7rem;
  49. padding-right: 7rem; }
  50. @media only all and (max-width: 59.938em) {
  51. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  52. padding-left: 4rem;
  53. padding-right: 4rem; } }
  54. @media only all and (max-width: 47.938em) {
  55. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  56. padding-left: 1rem;
  57. padding-right: 1rem; } }
  58. .padding-vert {
  59. padding-top: 3rem;
  60. padding-bottom: 3rem; }
  61. #header {
  62. position: fixed;
  63. z-index: 10;
  64. width: 100%;
  65. height: 5rem;
  66. background-color: white;
  67. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  68. #header #logo img {
  69. display: flex;
  70. flex-direction: row;
  71. flex-flow: row;
  72. max-height: 5rem; }
  73. #header.scrolled {
  74. height: 3rem;
  75. background-color: rgba(255, 255, 255, 0.9) !important;
  76. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
  77. #header.scrolled #logo h3 {
  78. color: #000 !important;
  79. font-size: 1.6rem !important; }
  80. #header.scrolled #logo a, #header.scrolled #navbar span {
  81. color: #000 !important; }
  82. #header.scrolled #navbar a {
  83. color: #000 !important; }
  84. #header.scrolled #navbar a:hover {
  85. color: black !important; }
  86. #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
  87. background-color: #000 !important; }
  88. #header.scrolled .navigation {
  89. margin-top: 0.5rem !important; }
  90. #header > .grid, #header #logo, #header #navbar {
  91. height: 100%; }
  92. #header #logo {
  93. float: left; }
  94. #header #logo h3 {
  95. font-size: 2rem;
  96. line-height: 2rem;
  97. margin: 0; }
  98. #header #logo h3 a {
  99. color: #000; }
  100. #header #navbar {
  101. font-size: 1.4rem;
  102. /* Child Indicator */ }
  103. #header #navbar .has-children > a > span {
  104. display: inline-block;
  105. padding-right: 8px; }
  106. #header #navbar .has-children > a > span:after {
  107. font-family: FontAwesome;
  108. content: '\f107';
  109. position: absolute;
  110. display: inline-block;
  111. right: 8px;
  112. top: 4px; }
  113. #header #navbar .has-children > a:after, #header #navbar .has-children > a:before {
  114. display: none; }
  115. #header #navbar .has-children .has-children > a > span:after {
  116. content: '\f105'; }
  117. #header #navbar .navigation > .has-children:hover > a {
  118. background: #f6f6f6;
  119. border: 1px solid #ececec;
  120. border-bottom-color: #f6f6f6;
  121. margin: -1px -1px 0 -1px;
  122. z-index: 1000;
  123. position: relative;
  124. padding-bottom: 1px; }
  125. #header #navbar ul {
  126. margin: 0;
  127. padding: 0;
  128. list-style: none;
  129. text-transform: uppercase; }
  130. #header #navbar ul.navigation {
  131. display: inline-block;
  132. float: right;
  133. margin-top: 1.4rem; }
  134. #header #navbar ul.navigation li {
  135. float: left;
  136. position: relative;
  137. /*Active dropdown nav item */
  138. /* Dropdown CSS */
  139. /* Active on Hover */ }
  140. #header #navbar ul.navigation li a {
  141. font-family: "Sarabun", sans-serif;
  142. display: inline-block;
  143. padding: 0.3rem 0.8rem;
  144. -webkit-backface-visibility: hidden; }
  145. #header #navbar ul.navigation li a:hover:before {
  146. visibility: visible;
  147. -webkit-transform: scaleX(0.75);
  148. -moz-transform: scaleX(0.75);
  149. -ms-transform: scaleX(0.75);
  150. -o-transform: scaleX(0.75);
  151. transform: scaleX(0.75); }
  152. #header #navbar ul.navigation li a.active:after {
  153. top: 0;
  154. visibility: visible;
  155. -webkit-transform: scaleX(0.75);
  156. -moz-transform: scaleX(0.75);
  157. -ms-transform: scaleX(0.75);
  158. -o-transform: scaleX(0.75);
  159. transform: scaleX(0.75); }
  160. #header #navbar ul.navigation li.active a:after {
  161. top: 0;
  162. visibility: visible;
  163. -webkit-transform: scaleX(0.75);
  164. -moz-transform: scaleX(0.75);
  165. -ms-transform: scaleX(0.75);
  166. -o-transform: scaleX(0.75);
  167. transform: scaleX(0.75); }
  168. #header #navbar ul.navigation li ul {
  169. position: absolute;
  170. background-color: #f6f6f6;
  171. border: 1px solid #ececec;
  172. border-top: 0;
  173. min-width: 12rem;
  174. text-align: left;
  175. z-index: 999;
  176. left: -1px;
  177. display: none; }
  178. #header #navbar ul.navigation li ul li {
  179. display: block;
  180. float: none;
  181. /* Active Dropdown nav item */ }
  182. #header #navbar ul.navigation li ul li.active > a {
  183. background-color: #ececec;
  184. color: #000; }
  185. #header #navbar ul.navigation li ul li:hover > a {
  186. background-color: #000;
  187. color: #fff; }
  188. #header #navbar ul.navigation li ul li a {
  189. display: block;
  190. margin: 0 -1px; }
  191. #header #navbar ul.navigation li ul li a:after, #header #navbar ul.navigation li ul li a:before {
  192. display: none; }
  193. #header #navbar ul.navigation li ul ul {
  194. left: 100%;
  195. top: 0px; }
  196. #header #navbar ul.navigation li:hover > ul {
  197. display: block; }
  198. @media only all and (max-width: 59.938em) {
  199. #header #navbar ul.navigation {
  200. display: none; } }
  201. #header #navbar .panel-activation {
  202. padding: 1rem;
  203. display: none;
  204. font-size: 1.8rem;
  205. cursor: pointer;
  206. float: right; }
  207. @media only all and (max-width: 59.938em) {
  208. #header #navbar .panel-activation {
  209. display: inline-block; } }
  210. .header-image.fullwidth #body {
  211. padding-left: 0;
  212. padding-right: 0; }
  213. .header-image.fullwidth #body > .listing-row {
  214. padding-left: 7rem;
  215. padding-right: 7rem; }
  216. .header-image .listing-row:last-child {
  217. margin-bottom: 2rem; }
  218. .header-image #body .flush-top {
  219. margin-top: -9.5rem;
  220. padding-top: 9rem; }
  221. .header-image #breadcrumbs {
  222. margin-top: 1rem; }
  223. .header-image #header {
  224. background-color: rgba(255, 255, 255, 0);
  225. box-shadow: none; }
  226. .header-image #header .navigation .has-children:hover a {
  227. color: #000; }
  228. .header-image #header #logo h3, .header-image #header #logo a {
  229. color: #FFFFFF; }
  230. .header-image #header a, .header-image #header .menu-btn {
  231. color: #FFFFFF; }
  232. .header-image #header a:before, .header-image #header a:after {
  233. background-color: rgba(255, 255, 255, 0.7) !important; }
  234. #footer {
  235. position: absolute;
  236. background: #333;
  237. height: 6rem;
  238. right: 0;
  239. bottom: 0;
  240. left: 0;
  241. color: #999;
  242. text-align: center; }
  243. #footer a:hover {
  244. color: #fff; }
  245. #footer .totop {
  246. position: absolute;
  247. bottom: 5rem;
  248. text-align: center;
  249. left: 0;
  250. right: 0; }
  251. #footer .totop span {
  252. font-size: 1.7rem;
  253. line-height: 2.5rem;
  254. background: #333;
  255. width: 3rem;
  256. height: 2rem;
  257. border-radius: 3px;
  258. display: inline-block;
  259. text-align: top; }
  260. #footer p {
  261. margin: 0; }
  262. #footer p .fa {
  263. color: #fff; }
  264. html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  265. font-family: "Sarabun", sans-serif; }
  266. h1 {
  267. font-family: "Sarabun", sans-serif;
  268. font-weight: 800;
  269. text-rendering: optimizeLegibility;
  270. letter-spacing: -0px; }
  271. h2, h3, h5, h6 {
  272. font-family: "Sarabun", sans-serif; }
  273. h1 {
  274. font-size: 2.3rem; }
  275. @media only all and (max-width: 47.938em) {
  276. h1 {
  277. font-size: 2.5rem;
  278. line-height: 1.2;
  279. margin-bottom: 2.5rem; } }
  280. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  281. h2 {
  282. font-size: 1.6rem; } }
  283. @media only all and (max-width: 47.938em) {
  284. h2 {
  285. font-size: 1.5rem; } }
  286. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  287. h3 {
  288. font-size: 1.6rem; } }
  289. @media only all and (max-width: 47.938em) {
  290. h3 {
  291. font-size: 1.5rem; } }
  292. h4 {
  293. font-family: "Sarabun", sans-serif;
  294. font-weight: 800; }
  295. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  296. h4 {
  297. font-size: 1.25rem; } }
  298. @media only all and (max-width: 47.938em) {
  299. h4 {
  300. font-size: 1.15rem; } }
  301. h1 {
  302. text-align: center;
  303. letter-spacing: -0px; }
  304. h2 {
  305. letter-spacing: -0px; }
  306. h3 {
  307. letter-spacing: -0px; }
  308. h1 + h2 {
  309. margin: -2rem 0 2rem 0;
  310. font-size: 1.2rem;
  311. line-height: 1.3;
  312. text-align: center;
  313. font-family: "Sarabun", sans-serif;
  314. font-weight: 100; }
  315. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  316. h1 + h2 {
  317. font-size: 1.6rem; } }
  318. @media only all and (max-width: 47.938em) {
  319. h1 + h2 {
  320. font-size: 1.5rem; } }
  321. h2 + h3 {
  322. margin: 0.5rem 0 2rem 0;
  323. font-size: 2rem;
  324. line-height: 1;
  325. text-align: center;
  326. font-family: "Sarabun", sans-serif;
  327. font-weight: 300; }
  328. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  329. h2 + h3 {
  330. font-size: 1.6rem; } }
  331. @media only all and (max-width: 47.938em) {
  332. h2 + h3 {
  333. font-size: 1.5rem; } }
  334. p {
  335. font-size: 1rem; }
  336. blockquote {
  337. border-left: 10px solid #F0F2F4; }
  338. blockquote p {
  339. font-size: 1.1rem;
  340. color: #999; }
  341. blockquote cite {
  342. display: block;
  343. text-align: right;
  344. color: #666;
  345. font-size: 1.2rem; }
  346. blockquote > blockquote > blockquote {
  347. margin: 0; }
  348. blockquote > blockquote > blockquote p {
  349. padding: 15px;
  350. display: block;
  351. font-size: 1rem;
  352. margin-top: 0rem;
  353. margin-bottom: 0rem; }
  354. blockquote > blockquote > blockquote > p {
  355. margin-left: -71px;
  356. border-left: 10px solid #F0AD4E;
  357. background: #FCF8F2;
  358. color: #df8a13; }
  359. blockquote > blockquote > blockquote > p a {
  360. color: #b06d0f; }
  361. blockquote > blockquote > blockquote > p a:hover {
  362. color: #f2b866; }
  363. blockquote > blockquote > blockquote > blockquote > p {
  364. margin-left: -94px;
  365. border-left: 10px solid #D9534F;
  366. background: #FDF7F7;
  367. color: #b52b27; }
  368. blockquote > blockquote > blockquote > blockquote > p a {
  369. color: #8b211e; }
  370. blockquote > blockquote > blockquote > blockquote > p a:hover {
  371. color: #de6764; }
  372. blockquote > blockquote > blockquote > blockquote > blockquote > p {
  373. margin-left: -118px;
  374. border-left: 10px solid #5BC0DE;
  375. background: #F4F8FA;
  376. color: #28a1c5; }
  377. blockquote > blockquote > blockquote > blockquote > blockquote > p a {
  378. color: #1f7e9a; }
  379. blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
  380. color: #70c8e2; }
  381. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
  382. margin-left: -142px;
  383. border-left: 10px solid #5CB85C;
  384. background: #F1F9F1;
  385. color: #3d8b3d; }
  386. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
  387. color: #2d672d; }
  388. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
  389. color: #6ec06e; }
  390. code,
  391. kbd,
  392. pre,
  393. samp {
  394. font-family: "Inconsolata", monospace; }
  395. code {
  396. background: #f9f2f4;
  397. color: #9c1d3d; }
  398. pre {
  399. padding: 2rem;
  400. background: #f0f0f0;
  401. border: 1px solid #ddd;
  402. border-radius: 3px; }
  403. pre code {
  404. color: #237794;
  405. background: inherit; }
  406. hr {
  407. border-bottom: 4px solid #F0F2F4; }
  408. .page-title {
  409. margin-top: -25px;
  410. padding: 25px;
  411. float: left;
  412. clear: both;
  413. background: #000;
  414. color: #fff; }
  415. .label {
  416. vertical-align: middle;
  417. background: #000;
  418. border-radius: 100%;
  419. color: #fff;
  420. height: 1rem;
  421. min-width: 1rem;
  422. line-height: 1rem;
  423. display: inline-block;
  424. text-align: center;
  425. font-size: 0.7rem;
  426. font-family: "Sarabun", sans-serif;
  427. margin-right: 0.75rem; }
  428. fieldset {
  429. border: 1px solid #ddd; }
  430. textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  431. background-color: white;
  432. border: 1px solid #ddd;
  433. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  434. textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
  435. border-color: #c4c4c4; }
  436. textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
  437. border-color: #000;
  438. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7); }
  439. .form-field .required {
  440. color: #F3443F;
  441. font-size: 3rem;
  442. line-height: 3rem;
  443. vertical-align: top;
  444. height: 1.5rem;
  445. display: inline-block; }
  446. form .buttons {
  447. text-align: center; }
  448. form input {
  449. font-weight: 400; }
  450. table {
  451. border: 1px solid #eaeaea;
  452. table-layout: auto; }
  453. th {
  454. background: #f7f7f7;
  455. padding: 0.5rem; }
  456. td {
  457. padding: 0.5rem;
  458. border: 1px solid #eaeaea; }
  459. .button {
  460. background: #fff;
  461. color: #000;
  462. border: 1px solid #000;
  463. border-radius: 3px; }
  464. .button:hover {
  465. background: #000;
  466. color: #fff; }
  467. .button:active {
  468. box-shadow: 0 1px 0 black; }
  469. .button-secondary {
  470. background: #fff;
  471. color: #F6635E;
  472. border: 1px solid #F6635E;
  473. border-radius: 3px; }
  474. .button-secondary:hover {
  475. background: #F6635E;
  476. color: #fff; }
  477. .button-secondary:active {
  478. box-shadow: 0 1px 0 #f32b24; }
  479. .bullets {
  480. margin: 1.7em 0;
  481. margin-left: -0.85em;
  482. margin-right: -0.85em;
  483. overflow: auto; }
  484. .bullet {
  485. float: left;
  486. padding: 0 0.85em; }
  487. .two-column-bullet {
  488. width: 50%; }
  489. @media only all and (max-width: 47.938em) {
  490. .two-column-bullet {
  491. width: 100%; } }
  492. .three-column-bullet {
  493. width: 33.33333%; }
  494. @media only all and (max-width: 47.938em) {
  495. .three-column-bullet {
  496. width: 100%; } }
  497. .four-column-bullet {
  498. width: 25%; }
  499. @media only all and (max-width: 47.938em) {
  500. .four-column-bullet {
  501. width: 100%; } }
  502. .bullet-icon {
  503. float: left;
  504. background: #000;
  505. padding: 0.875rem;
  506. width: 3.5rem;
  507. height: 3.5rem;
  508. border-radius: 50%;
  509. color: #fff;
  510. font-size: 1.75rem;
  511. text-align: center; }
  512. .bullet-icon-1 {
  513. background: #000; }
  514. .bullet-icon-2 {
  515. background: black; }
  516. .bullet-icon-3 {
  517. background: black; }
  518. .bullet-content {
  519. margin-left: 4.55rem; }
  520. .sb-slidebar {
  521. background-color: #333 !important; }
  522. #panel {
  523. padding-top: 1rem;
  524. color: #ddd; }
  525. #panel .navigation {
  526. list-style: none;
  527. padding: 0; }
  528. #panel .navigation li {
  529. border-bottom: 1px solid #3d3d3d; }
  530. #panel .navigation li a {
  531. color: #ddd;
  532. display: block;
  533. padding: 0.5rem 1rem;
  534. font-weight: 600; }
  535. #panel .navigation li a:hover {
  536. color: white;
  537. background-color: #262626; }
  538. #panel .navigation li a:last-child {
  539. border-bottom: 0; }
  540. #panel .navigation li.active > a {
  541. background: #fff;
  542. color: #000; }
  543. #panel .navigation li.active > a:hover {
  544. color: #000; }
  545. #panel .navigation li:first-child {
  546. border-top: 1px solid #3d3d3d; }
  547. #panel .navigation li ul {
  548. list-style: none;
  549. padding: 0; }
  550. #panel .navigation li ul li {
  551. border: 0 !important; }
  552. #panel .navigation li ul li a {
  553. color: #c4c4c4;
  554. padding: 0.2rem 1rem 0.2rem 2rem;
  555. font-size: 0.9rem; }
  556. #panel .navigation li ul li li a {
  557. padding-left: 3rem; }
  558. #panel .navigation li ul li li a li a {
  559. padding-left: 4rem; }
  560. #panel .navigation li ul li.active > a {
  561. background: #ccc; }
  562. .blog-header {
  563. padding-top: 2rem;
  564. padding-bottom: 2rem; }
  565. .blog-header.blog-header-image {
  566. background-size: cover;
  567. background-position: center; }
  568. .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
  569. color: #FFFFFF; }
  570. .blog-header h1 {
  571. font-size: 4rem;
  572. margin-top: 0; }
  573. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  574. .blog-header h1 {
  575. font-size: 3rem; } }
  576. @media only all and (max-width: 47.938em) {
  577. .blog-header h1 {
  578. font-size: 2.5rem;
  579. line-height: 1.2;
  580. margin-bottom: 2.5rem; } }
  581. .blog-header + .blog-content {
  582. padding-top: 3rem; }
  583. .list-item {
  584. border-bottom: 1px solid #EEEEEE;
  585. margin-bottom: 3rem; }
  586. .list-item:last-child {
  587. border-bottom: 0; }
  588. .list-item .list-blog-header {
  589. position: relative; }
  590. .list-item .list-blog-header h4 {
  591. margin-bottom: 0.5rem; }
  592. .list-item .list-blog-header h4 a {
  593. color: #000; }
  594. .list-item .list-blog-header h4 a:hover {
  595. color: #000; }
  596. .list-item .list-blog-header img {
  597. display: block;
  598. margin-top: 1rem;
  599. border-radius: 3px; }
  600. .list-item .list-blog-date {
  601. float: right;
  602. text-align: center; }
  603. .list-item .list-blog-date span {
  604. display: block;
  605. font-size: 1.75rem;
  606. font-weight: 700;
  607. line-height: 110%; }
  608. .list-item .list-blog-date em {
  609. display: block;
  610. border-top: 1px solid #EEEEEE;
  611. font-style: normal;
  612. text-transform: uppercase; }
  613. .blog-content-item .list-blog-padding > p:nth-child(2) {
  614. font-size: 1.2rem; }
  615. .tags a {
  616. display: inline-block;
  617. font-size: 0.8rem;
  618. border: 1px solid #000;
  619. border-radius: 3px;
  620. padding: 0.1rem 0.4rem;
  621. margin-bottom: 0.2rem;
  622. text-transform: uppercase; }
  623. .archives, .related-pages {
  624. padding: 0;
  625. list-style: none; }
  626. .archives li, .related-pages li {
  627. border-bottom: 1px solid #EEEEEE;
  628. line-height: 2rem; }
  629. .archives li:last-child, .related-pages li:last-child {
  630. border-bottom: 0; }
  631. .related-pages li a {
  632. display: block; }
  633. .related-pages .score {
  634. display: block;
  635. float: right;
  636. color: #999;
  637. font-size: 85%; }
  638. .syndicate a {
  639. margin-bottom: 1rem; }
  640. div#breadcrumbs {
  641. padding-left: 0; }
  642. @media only all and (max-width: 47.938em) {
  643. div#breadcrumbs {
  644. display: none; } }
  645. #sidebar {
  646. padding-left: 3rem; }
  647. @media only all and (max-width: 47.938em) {
  648. #sidebar {
  649. padding-left: 0; } }
  650. #sidebar .sidebar-content {
  651. margin-bottom: 3rem; }
  652. #sidebar .sidebar-content h4 {
  653. margin-bottom: 1rem; }
  654. #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
  655. margin-top: 1rem; }
  656. ul.pagination {
  657. margin: 0 0 3rem;
  658. text-align: center; }
  659. .prev-next {
  660. margin-top: 5rem;
  661. text-align: center; }
  662. #error {
  663. text-align: center;
  664. display: flex;
  665. align-items: center;
  666. justify-content: center;
  667. height: 100%;
  668. padding-bottom: 6rem; }
  669. #error h1 {
  670. font-size: 5rem; }
  671. #error p {
  672. margin: 1rem 0; }
  673. .simplesearch h1 {
  674. margin-bottom: 0; }
  675. .simplesearch .center {
  676. text-align: center; }
  677. .simplesearch input {
  678. display: inline-block;
  679. max-width: 30rem;
  680. font-size: 2rem; }
  681. .simplesearch .search-image {
  682. margin-top: 1rem; }
  683. .simplesearch .search-image img {
  684. border-radius: 4px; }
  685. @media only all and (max-width: 47.938em) {
  686. .simplesearch .search-image img {
  687. display: none; } }
  688. @media only all and (max-width: 47.938em) {
  689. .simplesearch .search-item {
  690. margin-left: 0; } }
  691. .simplesearch .search-wrapper .search-submit {
  692. height: 52px;
  693. padding: 0 10px; }
  694. .simplesearch .search-wrapper .search-submit img {
  695. width: 30px; }
  696. .simplesearch .search-details {
  697. float: right;
  698. margin-top: -2.5rem;
  699. font-weight: bold;
  700. font-size: 1rem;
  701. color: #333333; }
  702. @media only all and (max-width: 47.938em) {
  703. .simplesearch .search-details {
  704. float: none;
  705. margin-top: -0.2rem;
  706. margin-bottom: 1rem; } }
  707. .simplesearch hr {
  708. border-bottom: 1px solid #eee; }
  709. .grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  710. z-index: 1; }
  711. #body > script:first-child + .grav-lightslider {
  712. margin-top: -3rem; }
  713. #header #navbar ul.navigation li a {
  714. font-family: "Sarabun", sans-serif;
  715. font-weight: 400;
  716. text-transform: uppercase;
  717. font-size: 1rem;
  718. display: inline-block;
  719. padding: 0.3rem 0.8rem;
  720. -webkit-backface-visibility: hidden; }
  721. #header #navbar ul.navigation li:after {
  722. display: inline;
  723. content: "|";
  724. padding: 0 .1em;
  725. vertical-align: top; }
  726. #header #navbar ul.navigation li a:hover {
  727. font-weight: 900; }
  728. #header.scrolled #navbar ul.navigation li a {
  729. color: black !important;
  730. font-size: 0.95rem;
  731. transition: 0.6s ease-in-out; }
  732. #logo {
  733. display: flex;
  734. flex-direction: row; }
  735. #logo img {
  736. padding: 0.5rem; }
  737. .callout {
  738. padding-top: 0.5rem; }
  739. .callout h1, h2, h3, p {
  740. text-align: left !important; }
  741. .callout h1 {
  742. padding-bottom: 5rem; }
  743. .titre_bsn {
  744. display: block;
  745. margin-left: 40%;
  746. margin-right: 15%; }
  747. .titre_bsn h1 {
  748. text-align: left;
  749. padding-bottom: 3rem; }
  750. .programmes {
  751. display: flex;
  752. flex-wrap: wrap;
  753. background: url("/user/themes/epau-antimatter/images/14360_default_big.jpg") 0px 0px no-repeat, url("/user/themes/epau-antimatter/images/10361_web_01.jpg") 1200px 300px no-repeat, url("/user/themes/epau-antimatter/images/hyperliens_marseille_.PNG") 0px 700px no-repeat, url("/user/themes/epau-antimatter/images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg") right no-repeat;
  754. /* On bottom, like z-index: 1; */
  755. background-color: #d5d2d1;
  756. justify-content: center;
  757. padding-left: 15%;
  758. padding-right: 15%;
  759. padding-top: 8rem;
  760. padding-bottom: 8rem; }
  761. .programme {
  762. max-width: 35%;
  763. padding: 1.5rem;
  764. background-color: white;
  765. margin: 0.4rem; }
  766. .programme h4 {
  767. text-transform: uppercase;
  768. line-height: 1.2; }
  769. .programme img {
  770. max-height: 15%; }
  771. .programme p {
  772. font-family: "Sarabun", sans-serif;
  773. font-weight: 500;
  774. font-style: italic; }
  775. .programme:hover {
  776. background-color: #000;
  777. transition: 0.2s ease-in-out; }
  778. .programme:hover p {
  779. color: #fff; }
  780. .programme:hover h4 {
  781. color: #fff; }
  782. .gouvernance {
  783. background-color: #000;
  784. color: #ffffff;
  785. text-transform: uppercase;
  786. padding-bottom: 6rem;
  787. padding-top: 2rem; }
  788. #mozaique_personnes {
  789. display: flex !important;
  790. flex-direction: row;
  791. flex-wrap: wrap;
  792. width: 70%;
  793. margin: auto; }
  794. .mozaique_personnes {
  795. background-color: #d5d2d1; }
  796. .mozaique_personnes h3 {
  797. padding-top: 3rem;
  798. padding-left: 15%;
  799. padding-right: 15%;
  800. font-family: "Sarabun";
  801. font-weight: 800;
  802. font-size: 1rem;
  803. line-height: 20px;
  804. text-align: left; }
  805. .mozaique {
  806. display: flex;
  807. flex-direction: row;
  808. width: 50%;
  809. padding: 0.5rem; }
  810. .info {
  811. background-color: #fff;
  812. display: flex;
  813. flex-direction: column;
  814. font-family: "Sarabun", sans-serif;
  815. width: 30rem;
  816. height: 30rem; }
  817. .info h5 {
  818. font-weight: 900;
  819. font-size: 1.3rem;
  820. margin: 0;
  821. padding-top: 1rem;
  822. padding-left: 1rem; }
  823. .info h6 {
  824. font-weight: 300;
  825. font-size: 1.1rem;
  826. font-style: italic;
  827. margin: 0;
  828. padding-left: 1rem;
  829. padding-bottom: 1rem; }
  830. .info:hover {
  831. background-color: #000;
  832. color: #fff;
  833. transition: 0.2s ease-in-out; }
  834. .portrait {
  835. background: transparent !important; }
  836. .portrait img {
  837. width: 5rem !important; }
  838. .bouton {
  839. border: solid;
  840. background-color: transparent;
  841. text-transform: uppercase;
  842. align-self: flex-end;
  843. margin-right: 2rem; }
  844. .modal {
  845. position: fixed;
  846. z-index: 1;
  847. top: 0;
  848. right: 0;
  849. bottom: 0;
  850. left: 0;
  851. display: none; }
  852. .modal.open {
  853. display: block; }
  854. .modal .container {
  855. position: absolute;
  856. background: white !important;
  857. top: 50%;
  858. left: 50%;
  859. transform: translateX(-50%) translateY(-50%);
  860. width: 50%;
  861. height: content;
  862. min-height: 50px;
  863. border: solid;
  864. color: black; }
  865. .modal .container .message {
  866. padding: 5% 10% 5% 5%; }
  867. .modal .container a.close {
  868. position: absolute;
  869. right: 5%;
  870. top: 5%;
  871. color: black;
  872. font-size: 30px; }
  873. .modal .container a.close:hover {
  874. color: black; }
  875. .modular.header-image #header {
  876. background-color: rgba(255, 255, 255, 0);
  877. box-shadow: none; }
  878. .modular.header-image #header #logo h3 {
  879. color: #FFFFFF; }
  880. .modular.header-image #header #navbar a {
  881. color: #FFFFFF; }
  882. .modular .showcase {
  883. padding-top: 4rem;
  884. padding-bottom: 4rem;
  885. background-color: #666;
  886. background-size: cover;
  887. background-position: center;
  888. text-align: center;
  889. color: #FFFFFF; }
  890. .modular .showcase h1 {
  891. font-size: 4rem;
  892. margin-top: 0; }
  893. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  894. .modular .showcase h1 {
  895. font-size: 3rem; } }
  896. @media only all and (max-width: 47.938em) {
  897. .modular .showcase h1 {
  898. font-size: 2.5rem;
  899. line-height: 1.2;
  900. margin-bottom: 2.5rem; } }
  901. .modular .showcase .button {
  902. color: #FFFFFF;
  903. padding: 0.7rem 2rem;
  904. margin-top: 2rem;
  905. background: rgba(255, 255, 255, 0);
  906. border: 1px solid #FFFFFF;
  907. border-radius: 3px;
  908. box-shadow: none;
  909. font-size: 1.3rem; }
  910. .modular .showcase .button:hover {
  911. background: rgba(255, 255, 255, 0.2); }
  912. .modular .titre_nsb h1 {
  913. text-transform: uppercase;
  914. text-align: right;
  915. padding-right: 50%; }
  916. .modular .features {
  917. width: 75%;
  918. margin: auto; }
  919. .modular .features:after {
  920. content: "";
  921. display: table;
  922. clear: both; }
  923. .modular .features h2 {
  924. margin: 0;
  925. line-height: 100%; }
  926. .modular .features p {
  927. margin: 1rem 0;
  928. font-size: 1.2rem; }
  929. @media only all and (max-width: 47.938em) {
  930. .modular .features p {
  931. font-size: 1rem; } }
  932. .modular .features .feature-items {
  933. margin-top: 2rem; }
  934. @supports not (flex-wrap: wrap) {
  935. .modular .features .feature-items {
  936. overflow: hidden; } }
  937. .modular .features .feature {
  938. display: block;
  939. float: left;
  940. width: 20%;
  941. vertical-align: top;
  942. margin-top: 2rem;
  943. margin-right: 3rem;
  944. margin-bottom: 1rem; }
  945. @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  946. .modular .features .feature {
  947. margin-top: 1rem;
  948. width: 50%; } }
  949. @media only all and (max-width: 30em) {
  950. .modular .features .feature {
  951. margin-top: 1rem;
  952. width: 100%; } }
  953. .modular .features .feature i.fa {
  954. font-size: 2rem;
  955. color: #000; }
  956. .modular .features .feature h4 {
  957. margin: 0;
  958. font-size: 1.1rem;
  959. text-align: left; }
  960. .modular .features .feature p {
  961. display: inline-block;
  962. font-size: 0.8rem;
  963. margin: 0.2rem 0 1rem; }
  964. .modular .features .feature img {
  965. width: 45%;
  966. display: block; }
  967. .modular .features.big {
  968. text-align: center; }
  969. .modular .features.big .feature {
  970. width: 50%; }
  971. @media only all and (max-width: 30em) {
  972. .modular .features.big .feature {
  973. margin-top: 1rem;
  974. width: 100%; } }
  975. .modular .features.big i.fa {
  976. font-size: 3rem;
  977. float: left; }
  978. .modular .features.big .feature-content {
  979. padding-right: 2rem; }
  980. .modular .features.big .feature-content.icon-offset {
  981. margin-left: 5rem; }
  982. .modular .features.big .feature-content h4 {
  983. font-size: 1.3rem;
  984. text-align: left; }
  985. .modular .features.big .feature-content p {
  986. padding: 0;
  987. text-align: left; }
  988. .callout {
  989. background: #000;
  990. color: #fff;
  991. padding: 4rem 0.938rem; }
  992. @media only all and (max-width: 59.938em) {
  993. .callout {
  994. text-align: center; } }
  995. .callout .align-left {
  996. float: left;
  997. margin-right: 2rem; }
  998. @media only all and (max-width: 59.938em) {
  999. .callout .align-left {
  1000. float: none;
  1001. margin-right: 0; } }
  1002. .callout .align-right {
  1003. float: right;
  1004. margin-left: 2rem; }
  1005. @media only all and (max-width: 59.938em) {
  1006. .callout .align-right {
  1007. float: none;
  1008. margin-left: 0; } }
  1009. .callout img {
  1010. border-radius: 3px; }
  1011. .modular .modular-row:last-child {
  1012. margin-bottom: 2rem; }