template.css 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288
  1. @charset "UTF-8";
  2. @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
  3. #header #logo h3, #header #navbar .panel-activation, #footer p {
  4. position: relative;
  5. top: 50%;
  6. -webkit-transform: translateY(-50%);
  7. -moz-transform: translateY(-50%);
  8. -o-transform: translateY(-50%);
  9. -ms-transform: translateY(-50%);
  10. transform: translateY(-50%); }
  11. .button, .button-secondary {
  12. display: inline-block;
  13. padding: 7px 20px; }
  14. .button-small.button, .button-small.button-secondary {
  15. padding: 3px 10px;
  16. font-size: 0.9rem; }
  17. html, body {
  18. height: 100%; }
  19. body {
  20. background: #fff;
  21. color: #000;
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale; }
  24. a {
  25. color: #000; }
  26. a:hover {
  27. color: black; }
  28. b, strong, label, th {
  29. font-weight: 700; }
  30. #container {
  31. min-height: 100%;
  32. position: relative; }
  33. .fullwidth #body {
  34. padding-left: 0;
  35. padding-right: 0; }
  36. #body {
  37. background: #fff;
  38. padding-top: 8rem;
  39. padding-bottom: 11rem; }
  40. .left {
  41. float: left; }
  42. .right {
  43. float: right; }
  44. .default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button {
  45. -webkit-transition: all 0.5s ease;
  46. -moz-transition: all 0.5s ease;
  47. transition: all 0.5s ease; }
  48. .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 {
  49. padding-left: 7rem;
  50. padding-right: 7rem; }
  51. @media only all and (max-width: 59.938em) {
  52. .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 {
  53. padding-left: 4rem;
  54. padding-right: 4rem; } }
  55. @media only all and (max-width: 47.938em) {
  56. .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 {
  57. padding-left: 1rem;
  58. padding-right: 1rem; } }
  59. .padding-vert {
  60. padding-top: 3rem;
  61. padding-bottom: 3rem; }
  62. #header {
  63. position: fixed;
  64. z-index: 10;
  65. width: 100%;
  66. height: 5rem;
  67. background-color: white;
  68. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  69. #header #logo img {
  70. display: flex;
  71. flex-direction: row;
  72. flex-flow: row; }
  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. #sb-site {
  714. background: none !important; }
  715. #sb-site #body {
  716. background: none !important;
  717. padding-bottom: 2rem !important;
  718. font-family: "Sarabun", sans-serif !important; }
  719. #header.scrolled {
  720. padding-left: 2rem;
  721. padding-right: 2rem; }
  722. #header #navbar ul.navigation li a {
  723. font-family: "Sarabun", sans-serif;
  724. font-weight: 400;
  725. text-transform: uppercase;
  726. font-size: 1rem;
  727. display: inline-block;
  728. padding: 0.3rem 0.8rem;
  729. -webkit-backface-visibility: hidden; }
  730. #header #navbar ul.navigation li:after {
  731. display: inline;
  732. content: "|";
  733. padding: 0 .1em;
  734. vertical-align: top; }
  735. #header #navbar ul.navigation li:last-child:after {
  736. content: "" !important; }
  737. #header #navbar ul.navigation li:last-child #header #navbar ul.navigation li a:hover {
  738. font-weight: 900; }
  739. #header.scrolled #navbar ul.navigation li a {
  740. color: black !important;
  741. font-size: 0.95rem;
  742. transition: 0.6s ease-in-out; }
  743. #logo {
  744. display: flex;
  745. flex-direction: row; }
  746. #logo img {
  747. padding: 0.5rem;
  748. max-height: 3rem;
  749. margin: auto; }
  750. #logo #gouv {
  751. padding-right: 4rem; }
  752. #body p:empty {
  753. display: none; }
  754. .callout {
  755. padding-top: 0.5rem; }
  756. .callout h1, h2, h3, p {
  757. text-align: left !important; }
  758. .callout {
  759. padding-right: 0rem !important;
  760. padding-left: 0rem !important; }
  761. .callout h2 {
  762. text-transform: capitalize;
  763. font-weight: 300;
  764. font-size: 1rem; }
  765. .titre_nsb {
  766. display: block;
  767. margin-right: 52%; }
  768. .titre_nsb h1 {
  769. margin-bottom: 0rem !important;
  770. text-align: right;
  771. padding-right: 0rem !important; }
  772. .titre_bsn {
  773. display: block;
  774. margin-left: 40%; }
  775. .titre_bsn h1 {
  776. text-align: left;
  777. margin-bottom: 0rem !important; }
  778. .titre_bsn p {
  779. padding-right: 15%; }
  780. @keyframes anim {
  781. 0% {
  782. width: 0%; }
  783. 100% {
  784. width: 100%; } }
  785. @keyframes glissement {
  786. from {
  787. margin-left: 100%;
  788. width: 300%; }
  789. to {
  790. margin-left: 0%;
  791. width: 100%; } }
  792. .after-h1 .test {
  793. animation: anim 2.5s 1 normal ease-in-out forwards; }
  794. .after-h1 .souligne {
  795. animation: glissement 2.5s 1 normal ease-in-out forwards; }
  796. .programmes {
  797. display: flex;
  798. flex-wrap: wrap;
  799. background-color: #d5d2d1;
  800. z-index: -1;
  801. justify-content: center;
  802. padding-left: 15%;
  803. padding-right: 15%;
  804. padding-top: 8rem;
  805. padding-bottom: 8rem; }
  806. .parallax-window {
  807. background: transparent; }
  808. .programme {
  809. z-index: 1;
  810. max-width: 35%;
  811. padding: 1.5rem;
  812. background-color: white;
  813. margin: 0.4rem; }
  814. .programme h4 {
  815. text-transform: uppercase;
  816. line-height: 1.2; }
  817. .programme img {
  818. max-height: 4rem; }
  819. .programme p {
  820. font-family: "Sarabun", sans-serif;
  821. font-weight: 500;
  822. font-style: italic;
  823. padding-bottom: 1.5rem; }
  824. .programme:hover {
  825. background-color: #000;
  826. transition: 0.2s ease-in-out; }
  827. .programme:hover p {
  828. color: #fff; }
  829. .programme:hover h4 {
  830. color: #fff; }
  831. /*CSS pour afficher/masquer un texte via un bouton*/
  832. /*Style du module TEXTE*/
  833. .texte-cache {
  834. position: relative;
  835. max-height: 400px;
  836. /*Hauteur du texte visible avant le clic*/
  837. overflow: hidden;
  838. /*On cache tout ce qui dépasse des 500px*/
  839. transition: max-height 1s ease;
  840. /* Transition CSS entre l'ouverture et la fermeture*/ }
  841. /*Style du module TEXTE lorsqu'il est ouvert*/
  842. .texte-cache.ouvert {
  843. max-height: 100vh;
  844. /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/ }
  845. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  846. .texte-cache:not(.ouvert)::after {
  847. content: '';
  848. position: absolute;
  849. top: 400px;
  850. bottom: 0;
  851. left: 0;
  852. right: 0; }
  853. .bouton-ouverture {
  854. position: relative;
  855. justify-content: center;
  856. cursor: pointer;
  857. border: solid;
  858. background-color: transparent;
  859. text-transform: uppercase;
  860. left: 45%;
  861. margin-top: 3rem;
  862. margin-bottom: 5rem; }
  863. .gouvernance {
  864. background-color: #000;
  865. color: #ffffff;
  866. text-transform: uppercase;
  867. padding-bottom: 6rem;
  868. padding-top: 2rem; }
  869. .mozaique_personnes {
  870. background-color: #d5d2d1;
  871. padding-bottom: 4rem; }
  872. .mozaique_personnes .equipe {
  873. display: flex !important;
  874. flex-direction: row;
  875. flex-wrap: wrap;
  876. width: 100%;
  877. padding-left: 22%;
  878. padding-right: 15%;
  879. margin: auto;
  880. justify-items: center; }
  881. .mozaique_personnes .equipe h3 {
  882. padding-top: 3rem;
  883. min-width: 100%;
  884. font-family: "Sarabun", sans-serif;
  885. font-weight: 800;
  886. font-size: 1rem;
  887. line-height: 20px;
  888. text-align: left; }
  889. .mozaique_personnes .equipe .personne {
  890. display: flex;
  891. flex-direction: row;
  892. flex-wrap: wrap;
  893. padding-right: 0.5rem;
  894. padding-bottom: 0.5rem; }
  895. .mozaique_personnes .equipe .personne .mozaique {
  896. display: flex;
  897. flex-direction: row;
  898. justify-content: flex-end;
  899. max-width: 30rem;
  900. min-width: 30rem; }
  901. .mozaique_personnes .equipe .personne .mozaique .photo {
  902. overflow: hidden;
  903. width: 15rem !important;
  904. height: 15rem !important; }
  905. .mozaique_personnes .equipe .personne .mozaique .photo img {
  906. object-fit: cover;
  907. width: 100%;
  908. height: 100%; }
  909. .mozaique_personnes .equipe .personne .mozaique .info {
  910. background-color: #fff;
  911. display: flex;
  912. flex-direction: column;
  913. font-family: "Sarabun", sans-serif;
  914. width: 50%;
  915. height: 26rem;
  916. min-width: 15rem; }
  917. .mozaique_personnes .equipe .personne .mozaique .info h5 {
  918. font-weight: 900;
  919. font-size: 1.3rem;
  920. margin: 0;
  921. padding-top: 1rem;
  922. padding-right: 1rem;
  923. padding-left: 1rem; }
  924. .mozaique_personnes .equipe .personne .mozaique .info h6 {
  925. font-weight: 300;
  926. font-size: 1.1rem;
  927. font-style: italic;
  928. line-height: 1.5;
  929. margin: 0;
  930. padding-right: 1rem;
  931. padding-bottom: 1rem;
  932. padding-left: 1rem; }
  933. .mozaique_personnes .equipe .personne .mozaique .info:hover {
  934. background-color: #000;
  935. color: #fff;
  936. transition: 0.2s ease-in-out; }
  937. .bouton {
  938. border: solid;
  939. background-color: transparent;
  940. text-transform: uppercase;
  941. align-self: flex-end;
  942. margin: auto;
  943. margin-bottom: 2rem; }
  944. .modal {
  945. position: fixed;
  946. z-index: 1;
  947. top: 0;
  948. right: 0;
  949. bottom: 0;
  950. left: 0;
  951. display: none; }
  952. .modal.open {
  953. display: block; }
  954. .modal .container {
  955. position: absolute;
  956. background: white !important;
  957. top: 50%;
  958. left: 50%;
  959. transform: translateX(-50%) translateY(-50%);
  960. width: 50%;
  961. height: content;
  962. min-height: 50px;
  963. border: solid;
  964. color: black; }
  965. .modal .container .message {
  966. padding: 5% 10% 5% 5%; }
  967. .modal .container a.close {
  968. position: absolute;
  969. right: 5%;
  970. top: 5%;
  971. color: black;
  972. font-size: 30px; }
  973. .modal .container a.close:hover {
  974. color: black; }
  975. #new-footer {
  976. display: flex;
  977. flex-direction: column; }
  978. #new-footer .tothetop {
  979. position: absolute;
  980. height: 1rem;
  981. bottom: 16rem;
  982. text-align: center;
  983. left: 0;
  984. right: 0; }
  985. #new-footer .tothetop span {
  986. font-size: 1.7rem;
  987. line-height: 2,5rem;
  988. background: #fff;
  989. width: 4rem;
  990. height: 5rem;
  991. border-radius: 3px;
  992. display: inline-block;
  993. text-align: top; }
  994. #new-footer .footer {
  995. display: flex;
  996. flex-direction: row; }
  997. #new-footer .footer .footer-logos {
  998. display: flex;
  999. flex-direction: row;
  1000. flex-wrap: nowrap;
  1001. width: 70%;
  1002. align-items: center;
  1003. margin-left: 3rem; }
  1004. #new-footer .footer .footer-logos img {
  1005. min-height: 4rem;
  1006. max-height: 4rem;
  1007. padding-right: 1rem; }
  1008. #new-footer .footer .contact {
  1009. display: flex;
  1010. flex-direction: column;
  1011. width: 30%;
  1012. margin-top: 1.5rem;
  1013. align-items: flex-start; }
  1014. #new-footer .footer .contact img {
  1015. margin-bottom: 1rem;
  1016. max-height: 2rem; }
  1017. #new-footer .footer .contact svg {
  1018. margin-bottom: 1rem; }
  1019. #new-footer .footer .contact h6 {
  1020. margin: 0 !important;
  1021. font-weight: 600; }
  1022. #new-footer .footer .contact p {
  1023. margin: 0; }
  1024. .modular.header-image #header {
  1025. background-color: rgba(255, 255, 255, 0);
  1026. box-shadow: none; }
  1027. .modular.header-image #header #logo h3 {
  1028. color: #FFFFFF; }
  1029. .modular.header-image #header #navbar a {
  1030. color: #FFFFFF; }
  1031. .modular .showcase {
  1032. padding-top: 4rem;
  1033. padding-bottom: 4rem;
  1034. background-color: #666;
  1035. background-size: cover;
  1036. background-position: center;
  1037. text-align: center;
  1038. color: #FFFFFF; }
  1039. .modular .showcase h1 {
  1040. font-size: 4rem;
  1041. margin-top: 0; }
  1042. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  1043. .modular .showcase h1 {
  1044. font-size: 3rem; } }
  1045. @media only all and (max-width: 47.938em) {
  1046. .modular .showcase h1 {
  1047. font-size: 2.5rem;
  1048. line-height: 1.2;
  1049. margin-bottom: 2.5rem; } }
  1050. .modular .showcase .button {
  1051. color: #FFFFFF;
  1052. padding: 0.7rem 2rem;
  1053. margin-top: 2rem;
  1054. background: rgba(255, 255, 255, 0);
  1055. border: 1px solid #FFFFFF;
  1056. border-radius: 3px;
  1057. box-shadow: none;
  1058. font-size: 1.3rem; }
  1059. .modular .showcase .button:hover {
  1060. background: rgba(255, 255, 255, 0.2); }
  1061. .modular .titre_nsb h1 {
  1062. text-transform: uppercase;
  1063. text-align: right;
  1064. padding-right: 50%; }
  1065. .modular .features {
  1066. width: 75%;
  1067. margin: auto; }
  1068. .modular .features:after {
  1069. content: "";
  1070. display: table;
  1071. clear: both; }
  1072. .modular .features h2 {
  1073. margin: 0;
  1074. line-height: 100%; }
  1075. .modular .features p {
  1076. margin: 1rem 0;
  1077. font-size: 1.2rem; }
  1078. @media only all and (max-width: 47.938em) {
  1079. .modular .features p {
  1080. font-size: 1rem; } }
  1081. .modular .features .feature-items {
  1082. margin-top: 2rem; }
  1083. @supports not (flex-wrap: wrap) {
  1084. .modular .features .feature-items {
  1085. overflow: hidden; } }
  1086. .modular .features .feature {
  1087. display: block;
  1088. float: left;
  1089. width: 20%;
  1090. vertical-align: top;
  1091. margin-top: 2rem;
  1092. margin-right: 3rem;
  1093. margin-bottom: 1rem; }
  1094. @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  1095. .modular .features .feature {
  1096. margin-top: 1rem;
  1097. width: 50%; } }
  1098. @media only all and (max-width: 30em) {
  1099. .modular .features .feature {
  1100. margin-top: 1rem;
  1101. width: 100%; } }
  1102. .modular .features .feature i.fa {
  1103. font-size: 2rem;
  1104. color: #000; }
  1105. .modular .features .feature h4 {
  1106. margin: 0;
  1107. font-size: 1.1rem;
  1108. text-align: left; }
  1109. .modular .features .feature p {
  1110. display: inline-block;
  1111. font-size: 0.8rem;
  1112. margin: 0.2rem 0 1rem; }
  1113. .modular .features .feature img {
  1114. width: 45%;
  1115. display: block; }
  1116. .modular .features.big {
  1117. text-align: center; }
  1118. .modular .features.big .feature {
  1119. width: 50%; }
  1120. @media only all and (max-width: 30em) {
  1121. .modular .features.big .feature {
  1122. margin-top: 1rem;
  1123. width: 100%; } }
  1124. .modular .features.big i.fa {
  1125. font-size: 3rem;
  1126. float: left; }
  1127. .modular .features.big .feature-content {
  1128. padding-right: 2rem; }
  1129. .modular .features.big .feature-content.icon-offset {
  1130. margin-left: 5rem; }
  1131. .modular .features.big .feature-content h4 {
  1132. font-size: 1.3rem;
  1133. text-align: left; }
  1134. .modular .features.big .feature-content p {
  1135. padding: 0;
  1136. text-align: left; }
  1137. .callout {
  1138. background: #000;
  1139. color: #fff;
  1140. padding: 4rem 0.938rem; }
  1141. @media only all and (max-width: 59.938em) {
  1142. .callout {
  1143. text-align: center; } }
  1144. .callout .align-left {
  1145. float: left;
  1146. margin-right: 2rem; }
  1147. @media only all and (max-width: 59.938em) {
  1148. .callout .align-left {
  1149. float: none;
  1150. margin-right: 0; } }
  1151. .callout .align-right {
  1152. float: right;
  1153. margin-left: 2rem; }
  1154. @media only all and (max-width: 59.938em) {
  1155. .callout .align-right {
  1156. float: none;
  1157. margin-left: 0; } }
  1158. .callout img {
  1159. border-radius: 3px; }
  1160. .modular .modular-row:last-child {
  1161. margin-bottom: 2rem; }