template.css 31 KB

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