template.css 30 KB

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