template.css 35 KB

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