template.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  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. .programme p {
  731. font-family: "Sarabun", sans-serif;
  732. font-weight: 500;
  733. font-style: italic; }
  734. #header #navbar ul.navigation li a {
  735. font-family: "Sarabun", sans-serif;
  736. font-weight: 400;
  737. text-transform: uppercase;
  738. font-size: 1rem;
  739. display: inline-block;
  740. padding: 0.3rem 0.8rem;
  741. -webkit-backface-visibility: hidden; }
  742. #header.scrolled #navbar ul.navigation li a {
  743. color: black !important;
  744. font-size: 0.95rem;
  745. transition: 0.6s ease-in-out; }
  746. .callout {
  747. padding-top: 0.5rem; }
  748. .callout h1, h2, h3, p {
  749. text-align: left !important; }
  750. .callout h1 {
  751. padding-bottom: 5rem; }
  752. .titre_bsn {
  753. display: block;
  754. margin-left: 40%;
  755. margin-right: 15%; }
  756. .titre_bsn h1 {
  757. text-align: left;
  758. padding-bottom: 3rem; }
  759. .programmes {
  760. display: flex;
  761. flex-wrap: wrap;
  762. background-color: #d5d2d1;
  763. justify-content: center;
  764. padding-left: 15%;
  765. padding-right: 15%;
  766. padding-top: 8rem;
  767. padding-bottom: 8rem; }
  768. .programme {
  769. max-width: 45%;
  770. padding: 1.5rem;
  771. background-color: white;
  772. margin: 0.4rem; }
  773. .programme h4 {
  774. text-transform: uppercase; }
  775. .programme img {
  776. max-width: 30%; }
  777. .programmes :hover {
  778. background-color: #000;
  779. color: #ffffff;
  780. transition: 0.2s ease-in-out; }
  781. .gouvernance {
  782. background-color: #000;
  783. color: #ffffff;
  784. text-transform: uppercase;
  785. padding-bottom: 6rem;
  786. padding-top: 2rem; }
  787. .mozaique_personnes {
  788. background-color: #d5d2d1; }
  789. .mozaique_personnes h3 {
  790. margin-top: 0px !important;
  791. padding-top: 3rem;
  792. padding-left: 15%;
  793. padding-right: 15%;
  794. font-family: "Sarabun";
  795. font-weight: 800;
  796. font-size: 1rem;
  797. line-height: 20px; }
  798. .mozaique {
  799. display: flex;
  800. justify-items: center;
  801. position: relative;
  802. margin-right: 10%;
  803. margin-left: 10%; }
  804. .info {
  805. background-color: #fff;
  806. display: flex;
  807. flex-direction: column; }
  808. .info:hover {
  809. background-color: #000;
  810. color: #fff; }
  811. .portrait img {
  812. max-width: 15rem !important;
  813. background: transparent !important; }
  814. .bouton {
  815. margin: 0 30rem;
  816. border: solid;
  817. background-color: transparent;
  818. text-transform: uppercase; }
  819. #modal {
  820. position: fixed;
  821. z-index: 1;
  822. top: 0;
  823. right: 0;
  824. bottom: 0;
  825. left: 0;
  826. display: none; }
  827. #modal.open {
  828. display: block; }
  829. #modal .mask {
  830. background: none !important;
  831. opacity: 1;
  832. position: absolute;
  833. top: 0;
  834. right: 0;
  835. bottom: 0;
  836. left: 0; }
  837. #modal .container {
  838. position: relative;
  839. background: white !important;
  840. top: 50%;
  841. left: 25%;
  842. transform: translateX(-50%) translateY(-50%);
  843. width: 50%;
  844. height: content;
  845. min-height: 50px;
  846. border: solid; }
  847. #modal .container .message {
  848. padding: 5% 10% 5% 5%; }
  849. #modal .container a.close {
  850. position: absolute;
  851. right: 5%;
  852. top: 5%;
  853. color: black;
  854. font-size: 30px; }
  855. #modal .container a.close:hover {
  856. color: black; }
  857. .modular.header-image #header {
  858. background-color: rgba(255, 255, 255, 0);
  859. box-shadow: none; }
  860. .modular.header-image #header #logo h3 {
  861. color: #FFFFFF; }
  862. .modular.header-image #header #navbar a {
  863. color: #FFFFFF; }
  864. .modular .showcase {
  865. padding-top: 4rem;
  866. padding-bottom: 4rem;
  867. background-color: #666;
  868. background-size: cover;
  869. background-position: center;
  870. text-align: center;
  871. color: #FFFFFF; }
  872. .modular .showcase h1 {
  873. font-size: 4rem;
  874. margin-top: 0; }
  875. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  876. .modular .showcase h1 {
  877. font-size: 3rem; } }
  878. @media only all and (max-width: 47.938em) {
  879. .modular .showcase h1 {
  880. font-size: 2.5rem;
  881. line-height: 1.2;
  882. margin-bottom: 2.5rem; } }
  883. .modular .showcase .button {
  884. color: #FFFFFF;
  885. padding: 0.7rem 2rem;
  886. margin-top: 2rem;
  887. background: rgba(255, 255, 255, 0);
  888. border: 1px solid #FFFFFF;
  889. border-radius: 3px;
  890. box-shadow: none;
  891. font-size: 1.3rem; }
  892. .modular .showcase .button:hover {
  893. background: rgba(255, 255, 255, 0.2); }
  894. .modular .features {
  895. padding: 2rem 8rem;
  896. text-align: center; }
  897. .modular .features:after {
  898. content: "";
  899. display: table;
  900. clear: both; }
  901. .modular .features .titre_nsb h1 {
  902. text-transform: uppercase; }
  903. .modular .features h2 {
  904. margin: 0;
  905. line-height: 100%; }
  906. .modular .features p {
  907. margin: 1rem 0;
  908. font-size: 1.2rem; }
  909. @media only all and (max-width: 47.938em) {
  910. .modular .features p {
  911. font-size: 1rem; } }
  912. .modular .features .feature-items {
  913. margin-top: 2rem; }
  914. @supports not (flex-wrap: wrap) {
  915. .modular .features .feature-items {
  916. overflow: hidden; } }
  917. .modular .features .feature {
  918. display: block;
  919. float: left;
  920. width: 20%;
  921. vertical-align: top;
  922. margin-top: 2rem;
  923. margin-right: 3rem;
  924. margin-bottom: 1rem; }
  925. @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  926. .modular .features .feature {
  927. margin-top: 1rem;
  928. width: 50%; } }
  929. @media only all and (max-width: 30em) {
  930. .modular .features .feature {
  931. margin-top: 1rem;
  932. width: 100%; } }
  933. .modular .features .feature i.fa {
  934. font-size: 2rem;
  935. color: #000; }
  936. .modular .features .feature h4 {
  937. margin: 0;
  938. font-size: 1.1rem;
  939. text-align: left; }
  940. .modular .features .feature p {
  941. display: inline-block;
  942. font-size: 0.8rem;
  943. margin: 0.2rem 0 1rem; }
  944. .modular .features .feature img {
  945. width: 45%;
  946. display: block; }
  947. .modular .features.big {
  948. text-align: center; }
  949. .modular .features.big .feature {
  950. width: 50%; }
  951. @media only all and (max-width: 30em) {
  952. .modular .features.big .feature {
  953. margin-top: 1rem;
  954. width: 100%; } }
  955. .modular .features.big i.fa {
  956. font-size: 3rem;
  957. float: left; }
  958. .modular .features.big .feature-content {
  959. padding-right: 2rem; }
  960. .modular .features.big .feature-content.icon-offset {
  961. margin-left: 5rem; }
  962. .modular .features.big .feature-content h4 {
  963. font-size: 1.3rem;
  964. text-align: left; }
  965. .modular .features.big .feature-content p {
  966. padding: 0;
  967. text-align: left; }
  968. .callout {
  969. background: #000;
  970. color: #fff;
  971. padding: 4rem 0.938rem; }
  972. @media only all and (max-width: 59.938em) {
  973. .callout {
  974. text-align: center; } }
  975. .callout .align-left {
  976. float: left;
  977. margin-right: 2rem; }
  978. @media only all and (max-width: 59.938em) {
  979. .callout .align-left {
  980. float: none;
  981. margin-right: 0; } }
  982. .callout .align-right {
  983. float: right;
  984. margin-left: 2rem; }
  985. @media only all and (max-width: 59.938em) {
  986. .callout .align-right {
  987. float: none;
  988. margin-left: 0; } }
  989. .callout img {
  990. border-radius: 3px; }
  991. .modular .modular-row:last-child {
  992. margin-bottom: 2rem; }