template.css 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471
  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: 5rem;
  39. padding-bottom: 0; }
  40. .left {
  41. float: left; }
  42. .right {
  43. float: right; }
  44. .default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, #header.scrolled img, .modular .showcase .button {
  45. -webkit-transition: all 0.5s ease-in-out;
  46. -moz-transition: all 0.5s ease-in-out;
  47. transition: all 0.5s ease-in-out; }
  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. .button:hover {
  464. background: #000;
  465. color: #fff; }
  466. .button:active {
  467. box-shadow: 0 1px 0 black; }
  468. .button-secondary {
  469. background: #fff;
  470. color: #F6635E;
  471. border: 1px solid #F6635E; }
  472. .button-secondary:hover {
  473. background: #F6635E;
  474. color: #fff; }
  475. .button-secondary:active {
  476. box-shadow: 0 1px 0 #f32b24; }
  477. .bullets {
  478. margin: 1.7em 0;
  479. margin-left: -0.85em;
  480. margin-right: -0.85em;
  481. overflow: auto; }
  482. .bullet {
  483. float: left;
  484. padding: 0 0.85em; }
  485. .two-column-bullet {
  486. width: 50%; }
  487. @media only all and (max-width: 47.938em) {
  488. .two-column-bullet {
  489. width: 100%; } }
  490. .three-column-bullet {
  491. width: 33.33333%; }
  492. @media only all and (max-width: 47.938em) {
  493. .three-column-bullet {
  494. width: 100%; } }
  495. .four-column-bullet {
  496. width: 25%; }
  497. @media only all and (max-width: 47.938em) {
  498. .four-column-bullet {
  499. width: 100%; } }
  500. .bullet-icon {
  501. float: left;
  502. background: #000;
  503. padding: 0.875rem;
  504. width: 3.5rem;
  505. height: 3.5rem;
  506. border-radius: 50%;
  507. color: #fff;
  508. font-size: 1.75rem;
  509. text-align: center; }
  510. .bullet-icon-1 {
  511. background: #000; }
  512. .bullet-icon-2 {
  513. background: black; }
  514. .bullet-icon-3 {
  515. background: black; }
  516. .bullet-content {
  517. margin-left: 4.55rem; }
  518. .sb-slidebar {
  519. background-color: #333 !important; }
  520. #panel {
  521. padding-top: 1rem;
  522. color: #ddd; }
  523. #panel .navigation {
  524. list-style: none;
  525. padding: 0; }
  526. #panel .navigation li {
  527. border-bottom: 1px solid #3d3d3d; }
  528. #panel .navigation li a {
  529. color: #ddd;
  530. display: block;
  531. padding: 0.5rem 1rem;
  532. font-weight: 600; }
  533. #panel .navigation li a:hover {
  534. color: white;
  535. background-color: #262626; }
  536. #panel .navigation li a:last-child {
  537. border-bottom: 0; }
  538. #panel .navigation li.active > a {
  539. background: #fff;
  540. color: #000; }
  541. #panel .navigation li.active > a:hover {
  542. color: #000; }
  543. #panel .navigation li:first-child {
  544. border-top: 1px solid #3d3d3d; }
  545. #panel .navigation li ul {
  546. list-style: none;
  547. padding: 0; }
  548. #panel .navigation li ul li {
  549. border: 0 !important; }
  550. #panel .navigation li ul li a {
  551. color: #c4c4c4;
  552. padding: 0.2rem 1rem 0.2rem 2rem;
  553. font-size: 0.9rem; }
  554. #panel .navigation li ul li li a {
  555. padding-left: 3rem; }
  556. #panel .navigation li ul li li a li a {
  557. padding-left: 4rem; }
  558. #panel .navigation li ul li.active > a {
  559. background: #ccc; }
  560. .blog-header {
  561. padding-top: 2rem;
  562. padding-bottom: 2rem; }
  563. .blog-header.blog-header-image {
  564. background-size: cover;
  565. background-position: center; }
  566. .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
  567. color: #FFFFFF; }
  568. .blog-header h1 {
  569. font-size: 4rem;
  570. margin-top: 0; }
  571. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  572. .blog-header h1 {
  573. font-size: 3rem; } }
  574. @media only all and (max-width: 47.938em) {
  575. .blog-header h1 {
  576. font-size: 2.5rem;
  577. line-height: 1.2;
  578. margin-bottom: 2.5rem; } }
  579. .blog-header + .blog-content {
  580. padding-top: 3rem; }
  581. .list-item {
  582. border-bottom: 1px solid #EEEEEE;
  583. margin-bottom: 3rem; }
  584. .list-item:last-child {
  585. border-bottom: 0; }
  586. .list-item .list-blog-header {
  587. position: relative; }
  588. .list-item .list-blog-header h4 {
  589. margin-bottom: 0.5rem; }
  590. .list-item .list-blog-header h4 a {
  591. color: #000; }
  592. .list-item .list-blog-header h4 a:hover {
  593. color: #000; }
  594. .list-item .list-blog-header img {
  595. display: block;
  596. margin-top: 1rem;
  597. border-radius: 3px; }
  598. .list-item .list-blog-date {
  599. float: right;
  600. text-align: center; }
  601. .list-item .list-blog-date span {
  602. display: block;
  603. font-size: 1.75rem;
  604. font-weight: 700;
  605. line-height: 110%; }
  606. .list-item .list-blog-date em {
  607. display: block;
  608. border-top: 1px solid #EEEEEE;
  609. font-style: normal;
  610. text-transform: uppercase; }
  611. .blog-content-item .list-blog-padding > p:nth-child(2) {
  612. font-size: 1.2rem; }
  613. .tags a {
  614. display: inline-block;
  615. font-size: 0.8rem;
  616. border: 1px solid #000;
  617. border-radius: 3px;
  618. padding: 0.1rem 0.4rem;
  619. margin-bottom: 0.2rem;
  620. text-transform: uppercase; }
  621. .archives, .related-pages {
  622. padding: 0;
  623. list-style: none; }
  624. .archives li, .related-pages li {
  625. border-bottom: 1px solid #EEEEEE;
  626. line-height: 2rem; }
  627. .archives li:last-child, .related-pages li:last-child {
  628. border-bottom: 0; }
  629. .related-pages li a {
  630. display: block; }
  631. .related-pages .score {
  632. display: block;
  633. float: right;
  634. color: #999;
  635. font-size: 85%; }
  636. .syndicate a {
  637. margin-bottom: 1rem; }
  638. div#breadcrumbs {
  639. padding-left: 0; }
  640. @media only all and (max-width: 47.938em) {
  641. div#breadcrumbs {
  642. display: none; } }
  643. #sidebar {
  644. padding-left: 3rem; }
  645. @media only all and (max-width: 47.938em) {
  646. #sidebar {
  647. padding-left: 0; } }
  648. #sidebar .sidebar-content {
  649. margin-bottom: 3rem; }
  650. #sidebar .sidebar-content h4 {
  651. margin-bottom: 1rem; }
  652. #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
  653. margin-top: 1rem; }
  654. ul.pagination {
  655. margin: 0 0 3rem;
  656. text-align: center; }
  657. .prev-next {
  658. margin-top: 5rem;
  659. text-align: center; }
  660. #error {
  661. text-align: center;
  662. display: flex;
  663. align-items: center;
  664. justify-content: center;
  665. height: 100%;
  666. padding-bottom: 6rem; }
  667. #error h1 {
  668. font-size: 5rem; }
  669. #error p {
  670. margin: 1rem 0; }
  671. .simplesearch h1 {
  672. margin-bottom: 0; }
  673. .simplesearch .center {
  674. text-align: center; }
  675. .simplesearch input {
  676. display: inline-block;
  677. max-width: 30rem;
  678. font-size: 2rem; }
  679. .simplesearch .search-image {
  680. margin-top: 1rem; }
  681. .simplesearch .search-image img {
  682. border-radius: 4px; }
  683. @media only all and (max-width: 47.938em) {
  684. .simplesearch .search-image img {
  685. display: none; } }
  686. @media only all and (max-width: 47.938em) {
  687. .simplesearch .search-item {
  688. margin-left: 0; } }
  689. .simplesearch .search-wrapper .search-submit {
  690. height: 52px;
  691. padding: 0 10px; }
  692. .simplesearch .search-wrapper .search-submit img {
  693. width: 30px; }
  694. .simplesearch .search-details {
  695. float: right;
  696. margin-top: -2.5rem;
  697. font-weight: bold;
  698. font-size: 1rem;
  699. color: #333333; }
  700. @media only all and (max-width: 47.938em) {
  701. .simplesearch .search-details {
  702. float: none;
  703. margin-top: -0.2rem;
  704. margin-bottom: 1rem; } }
  705. .simplesearch hr {
  706. border-bottom: 1px solid #eee; }
  707. .grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  708. z-index: 1; }
  709. .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, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  710. padding-left: 3rem;
  711. padding-right: 3rem; }
  712. #body > script:first-child + .grav-lightslider {
  713. margin-top: -3rem; }
  714. #sb-site {
  715. background: none !important; }
  716. #sb-site #body {
  717. background: none !important;
  718. font-family: "Sarabun", sans-serif !important; }
  719. #sb-site #body p:empty {
  720. display: none; }
  721. @media (max-width: 442px) {
  722. #sb-site #body {
  723. padding-top: 2rem; } }
  724. body#top.modular.fullwidth.title-center.title-h1h2 {
  725. overflow-y: hidden; }
  726. #header.scrolled {
  727. padding-left: 2rem;
  728. padding-right: 2rem; }
  729. #header.scrolled img {
  730. -webkit-transform: scale(0.75);
  731. -moz-transform: scale(0.75);
  732. -ms-transform: scale(0.75);
  733. -o-transform: scale(0.75);
  734. transform: scale(0.75);
  735. padding-bottom: 1rem; }
  736. #header #navbar ul.navigation li a {
  737. font-family: "Sarabun", sans-serif;
  738. font-weight: 400;
  739. text-transform: uppercase;
  740. font-size: 1rem;
  741. display: inline-block;
  742. padding: 0.3rem 0.8rem;
  743. -webkit-backface-visibility: hidden; }
  744. #header #navbar ul.navigation li:after {
  745. display: inline;
  746. content: "|";
  747. padding: 0 .1em;
  748. vertical-align: top; }
  749. #header #navbar ul.navigation li:last-child:after {
  750. content: "" !important; }
  751. #header #navbar ul.navigation li a:hover {
  752. font-weight: 900; }
  753. #logo {
  754. position: relative;
  755. display: flex;
  756. flex-direction: row; }
  757. #logo img {
  758. padding: 0.75rem;
  759. height: 4rem;
  760. margin: auto; }
  761. @media (max-width: 442px) {
  762. #logo img {
  763. height: 3rem; } }
  764. @media (max-width: 1024px) {
  765. #logo img {
  766. height: 3.5rem; } }
  767. #logo img #gouv {
  768. padding-left: 1rem;
  769. padding-right: 2rem;
  770. padding: 0.5rem;
  771. min-height: 4rem; }
  772. @media (max-width: 442px) {
  773. #header #navbar {
  774. position: absolute;
  775. right: 1rem; }
  776. .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, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  777. padding-left: 0 !important;
  778. padding-right: 0rem !important; }
  779. #header #logo {
  780. position: absolute; }
  781. #logo img {
  782. height: 3rem;
  783. margin-left: 1rem; } }
  784. @media (max-width: 1024px) {
  785. .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, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  786. padding-left: 0 !important;
  787. padding-right: 0rem !important; }
  788. #header #navbar {
  789. padding-right: 2rem; } }
  790. .parallax-window {
  791. background: transparent;
  792. width: 100%; }
  793. .parallax-mirror {
  794. top: -80px; }
  795. .callout {
  796. filter: opacity(0.75);
  797. position: relative;
  798. z-index: 1;
  799. padding-top: 0.5rem;
  800. padding-right: 0rem !important;
  801. padding-left: 0rem !important; }
  802. .callout h1, .callout h2, .callout h3, .callout p {
  803. text-align: left !important; }
  804. .callout h2 {
  805. text-transform: capitalize;
  806. font-weight: 300;
  807. font-size: 1rem; }
  808. .ressources {
  809. background-color: white;
  810. padding-top: 1rem; }
  811. .titre_nsb {
  812. display: block;
  813. margin-right: 52%; }
  814. .titre_nsb h1 {
  815. margin-bottom: 0rem !important;
  816. text-align: right;
  817. padding-right: 0rem !important;
  818. padding-left: 2rem; }
  819. @media (max-width: 442px) {
  820. .titre_nsb {
  821. margin-right: 42%; }
  822. .titre_nsb h1 {
  823. font-size: 1.6rem; } }
  824. .titre_bsn {
  825. display: block;
  826. margin-left: 40%; }
  827. .titre_bsn h1 {
  828. text-align: left;
  829. margin-bottom: 0rem !important; }
  830. .titre_bsn p {
  831. text-transform: uppercase;
  832. padding-right: 15%; }
  833. @media (max-width: 442px) {
  834. .titre_bsn h1 {
  835. font-size: 1.6rem; } }
  836. @keyframes animate {
  837. 0% {
  838. width: 0%; }
  839. 100% {
  840. width: 100%; } }
  841. @keyframes glissement {
  842. from {
  843. margin-left: 100%;
  844. width: 300%; }
  845. to {
  846. margin-left: 0%;
  847. width: 100%; } }
  848. .after-h1 .in-view-right {
  849. animation: animate 1.2s 1 normal ease-in-out forwards; }
  850. .after-h1 .in-view {
  851. animation: glissement 1.2s 1 normal ease-in-out forwards; }
  852. .programmes {
  853. display: flex;
  854. flex-wrap: wrap;
  855. justify-content: center;
  856. padding-left: 15%;
  857. padding-right: 15%;
  858. padding-top: 8rem;
  859. padding-bottom: 8rem; }
  860. .programme {
  861. z-index: 1;
  862. max-width: 35%;
  863. min-width: 26rem;
  864. padding: 1.5rem;
  865. background-color: white;
  866. margin: 0.4rem; }
  867. .programme h4 {
  868. text-transform: uppercase;
  869. line-height: 1.2; }
  870. .programme img {
  871. max-height: 4rem; }
  872. .programme p {
  873. font-family: "Sarabun", sans-serif;
  874. font-weight: 500;
  875. font-style: italic;
  876. padding-bottom: 1.5rem; }
  877. @media (max-width: 442px) {
  878. .programme {
  879. min-width: 20rem; } }
  880. .programme:hover {
  881. background-color: #000;
  882. transition: 0.2s ease-in-out; }
  883. .programme:hover p {
  884. color: #fff; }
  885. .programme:hover h4 {
  886. color: #fff; }
  887. /*CSS pour afficher/masquer un texte via un bouton*/
  888. /*Style du module TEXTE*/
  889. .texte-cache {
  890. position: relative;
  891. max-height: 400px;
  892. /*Hauteur du texte visible avant le clic*/
  893. overflow: hidden;
  894. /*On cache tout ce qui dépasse des 400px*/
  895. transition: max-height 1s ease;
  896. /* Transition CSS entre l'ouverture et la fermeture*/ }
  897. @media (max-width: 1024px) {
  898. .texte-cache {
  899. max-height: 445px; } }
  900. @media (max-width: 442px) {
  901. .texte-cache {
  902. max-height: 400px; } }
  903. /*Style du module TEXTE lorsqu'il est ouvert*/
  904. .texte-cache.ouvert {
  905. max-height: 300vh;
  906. /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/ }
  907. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  908. .texte-cache:not(.ouvert)::after {
  909. content: '';
  910. position: absolute;
  911. top: 400px;
  912. bottom: 0;
  913. left: 0;
  914. right: 0; }
  915. @media (max-width: 1024px) {
  916. .modular .features {
  917. width: 80% !important;
  918. margin: auto !important; } }
  919. @media (max-width: 442px) {
  920. .modular .features .feature {
  921. width: 80%; } }
  922. @media (max-width: 1024px) {
  923. .modular .features .feature {
  924. width: 24%; } }
  925. .bouton-ouverture {
  926. position: relative;
  927. justify-content: center;
  928. cursor: pointer;
  929. border: solid;
  930. border-radius: 0px !important;
  931. background-color: transparent;
  932. text-transform: uppercase;
  933. left: 45%;
  934. margin-bottom: 2rem !important; }
  935. @media (min-width: 768px) {
  936. .bouton-ouverture {
  937. display: none; } }
  938. .gouvernance {
  939. background-color: #000;
  940. color: #ffffff;
  941. text-transform: uppercase;
  942. padding-bottom: 6rem;
  943. padding-top: 2rem; }
  944. .mozaique_personnes {
  945. background-color: #d5d2d1;
  946. padding-bottom: 10rem; }
  947. .mozaique_personnes .equipe {
  948. display: flex !important;
  949. flex-direction: row;
  950. flex-wrap: wrap;
  951. width: 100%;
  952. padding-left: 22%;
  953. padding-right: 15%;
  954. margin: auto;
  955. justify-items: center; }
  956. @media (max-width: 442px) {
  957. .mozaique_personnes .equipe {
  958. width: 100%;
  959. padding-left: 3%;
  960. padding-right: 2%; } }
  961. .mozaique_personnes .equipe h3 {
  962. padding-top: 3rem;
  963. min-width: 100%;
  964. font-family: "Sarabun", sans-serif;
  965. font-weight: 800;
  966. font-size: 1rem;
  967. line-height: 20px;
  968. text-align: left; }
  969. @media (max-width: 442px) {
  970. .mozaique_personnes .equipe h3 {
  971. font-size: 0.9rem;
  972. padding-right: 0.5rem; } }
  973. .mozaique_personnes .equipe .personne {
  974. display: flex;
  975. flex-direction: row;
  976. flex-wrap: wrap;
  977. padding-right: 0.5rem;
  978. padding-bottom: 0.5rem; }
  979. .mozaique_personnes .equipe .personne .mozaique {
  980. display: flex;
  981. flex-direction: row;
  982. justify-content: flex-end;
  983. max-width: 30rem;
  984. min-width: 30rem; }
  985. @media (max-width: 442px) {
  986. .mozaique_personnes .equipe .personne .mozaique {
  987. max-width: 21rem;
  988. min-width: 21rem; } }
  989. .mozaique_personnes .equipe .personne .mozaique .photo {
  990. overflow: hidden;
  991. width: 15rem !important;
  992. height: 15rem !important; }
  993. .mozaique_personnes .equipe .personne .mozaique .photo img {
  994. object-fit: cover;
  995. width: 100%;
  996. height: 100%; }
  997. .mozaique_personnes .equipe .personne .mozaique .info {
  998. background-color: #fff;
  999. display: flex;
  1000. flex-direction: column;
  1001. font-family: "Sarabun", sans-serif;
  1002. width: 50%;
  1003. height: 15rem;
  1004. min-width: 15rem; }
  1005. @media (max-width: 442px) {
  1006. .mozaique_personnes .equipe .personne .mozaique .info {
  1007. max-width: 11rem;
  1008. min-width: 11rem; } }
  1009. .mozaique_personnes .equipe .personne .mozaique .info h5 {
  1010. font-weight: 900;
  1011. font-size: 1.1rem;
  1012. margin: 0;
  1013. padding-top: 0.8rem;
  1014. padding-right: 1rem;
  1015. padding-left: 1.3rem; }
  1016. @media (max-width: 442px) {
  1017. .mozaique_personnes .equipe .personne .mozaique .info h5 {
  1018. font-size: 0.9rem;
  1019. padding-left: 0.8rem;
  1020. padding-right: 0.6rem; } }
  1021. .mozaique_personnes .equipe .personne .mozaique .info h6 {
  1022. font-weight: 300;
  1023. font-size: 0.9rem;
  1024. font-style: italic;
  1025. line-height: 1.3;
  1026. margin: 0;
  1027. padding-right: 1.2rem;
  1028. padding-left: 1.3rem; }
  1029. @media (max-width: 442px) {
  1030. .mozaique_personnes .equipe .personne .mozaique .info h6 {
  1031. padding-left: 0.8rem;
  1032. font-size: 0.75rem;
  1033. padding-right: 0.6rem; } }
  1034. .mozaique_personnes .equipe .personne .mozaique .info:hover {
  1035. background-color: #000;
  1036. color: #fff;
  1037. transition: 0.2s ease-in-out; }
  1038. .bouton {
  1039. border: solid !important;
  1040. background-color: transparent;
  1041. border-radius: 0px !important;
  1042. text-transform: uppercase;
  1043. align-self: flex-end;
  1044. margin: auto;
  1045. margin-bottom: 0.8rem !important;
  1046. font-size: 0.7rem; }
  1047. .modal {
  1048. position: fixed;
  1049. z-index: 1;
  1050. top: 0;
  1051. right: 0;
  1052. bottom: 0;
  1053. left: 0;
  1054. display: none; }
  1055. .modal.open {
  1056. display: block; }
  1057. .modal .container {
  1058. position: absolute;
  1059. background: white !important;
  1060. top: 50%;
  1061. left: 50%;
  1062. transform: translateX(-50%) translateY(-50%);
  1063. width: 50%;
  1064. height: content;
  1065. min-height: 50px;
  1066. border: solid;
  1067. color: black; }
  1068. .modal .container .message {
  1069. padding: 5% 10% 5% 5%; }
  1070. .modal .container a.close {
  1071. position: absolute;
  1072. right: 5%;
  1073. top: 5%;
  1074. color: black;
  1075. font-size: 30px; }
  1076. .modal .container a.close:hover {
  1077. color: black; }
  1078. @media (max-width: 442px) {
  1079. .modal .container {
  1080. transform: translateX(-50%) translateY(-50%);
  1081. width: 85%;
  1082. height: 80%;
  1083. overflow-y: scroll; }
  1084. .modal .container a.close {
  1085. font-size: 0.8rem;
  1086. position: absolute;
  1087. right: 2%;
  1088. top: 0.8%; }
  1089. .modal .container p {
  1090. font-size: 0.8rem;
  1091. margin-top: 0; }
  1092. .modal .container .message {
  1093. padding: 5% 5% 5% 5%; } }
  1094. @media (max-width: 1024px) {
  1095. .modal .container {
  1096. transform: translateX(-50%) translateY(-50%);
  1097. width: 75%;
  1098. height: 65%;
  1099. overflow-y: scroll; }
  1100. .modal .container a.close {
  1101. font-size: 0.8rem;
  1102. position: absolute;
  1103. right: 2%;
  1104. top: 0.8%; }
  1105. .modal .container p {
  1106. font-size: 0.8rem;
  1107. margin-top: 0; }
  1108. .modal .container .message {
  1109. padding: 5% 5% 5% 5%; } }
  1110. #new-footer {
  1111. display: flex;
  1112. flex-direction: column;
  1113. background-color: white;
  1114. padding-bottom: 3rem; }
  1115. #new-footer .tothetop {
  1116. position: relative;
  1117. height: 1rem;
  1118. bottom: 3rem;
  1119. text-align: center;
  1120. left: 0;
  1121. right: 0; }
  1122. #new-footer .tothetop span {
  1123. font-size: 1.7rem;
  1124. line-height: 2,5rem;
  1125. background: #fff;
  1126. width: 4rem;
  1127. height: 5rem;
  1128. border-radius: 3px;
  1129. display: inline-block;
  1130. text-align: top; }
  1131. #new-footer .footer {
  1132. display: flex;
  1133. flex-direction: row;
  1134. flex-wrap: nowrap; }
  1135. #new-footer .footer .footer-logos {
  1136. display: flex;
  1137. flex-direction: row;
  1138. width: 65%;
  1139. align-items: center;
  1140. justify-content: center; }
  1141. #new-footer .footer .footer-logos img {
  1142. max-height: 4rem;
  1143. padding-right: 2rem; }
  1144. #new-footer .footer .contact {
  1145. display: flex;
  1146. flex-direction: column;
  1147. min-width: 288px;
  1148. width: 35%;
  1149. padding-left: 1.5rem;
  1150. margin-right: 2rem;
  1151. margin-top: 1.5rem;
  1152. align-items: flex-start; }
  1153. #new-footer .footer .contact img {
  1154. margin-bottom: 1rem;
  1155. max-height: 2rem; }
  1156. #new-footer .footer .contact svg {
  1157. margin-bottom: 1rem; }
  1158. #new-footer .footer .contact h6 {
  1159. margin: 0 !important;
  1160. font-weight: 600; }
  1161. #new-footer .footer .contact p {
  1162. margin: 0; }
  1163. @media (max-width: 442px) {
  1164. #new-footer .footer {
  1165. width: 100%;
  1166. flex-direction: column-reverse;
  1167. align-items: center;
  1168. margin: auto; }
  1169. #new-footer .footer .contact {
  1170. padding-top: 1rem;
  1171. width: 80%; }
  1172. #new-footer .footer .footer-logos {
  1173. margin-top: 1.5rem;
  1174. margin-left: 0.5rem;
  1175. flex-direction: column;
  1176. justify-content: space-between; }
  1177. #new-footer .footer .footer-logos img {
  1178. padding: 0.5rem; } }
  1179. @media (max-width: 1024px) {
  1180. #new-footer .footer .contact img {
  1181. max-height: 1.5rem; }
  1182. #new-footer .footer .contact h6 {
  1183. font-size: 0.8rem; }
  1184. #new-footer .footer .contact p {
  1185. font-size: 0.8rem; }
  1186. #new-footer .footer .contact svg {
  1187. margin-bottom: 0.6rem; }
  1188. #new-footer .footer .footer-logos img {
  1189. padding: 0.5rem; } }
  1190. button:focus {
  1191. border: solid !important;
  1192. background-color: transparent;
  1193. border-radius: 0px !important;
  1194. text-transform: uppercase;
  1195. align-self: flex-end;
  1196. margin: auto;
  1197. outline: -webkit-focus-ring-color auto 0px;
  1198. outline-color: -webkit-focus-ring-color;
  1199. outline-style: auto;
  1200. outline-width: 0px; }
  1201. .modular.header-image #header {
  1202. background-color: rgba(255, 255, 255, 0);
  1203. box-shadow: none; }
  1204. .modular.header-image #header #logo h3 {
  1205. color: #FFFFFF; }
  1206. .modular.header-image #header #navbar a {
  1207. color: #FFFFFF; }
  1208. .modular .showcase {
  1209. padding-top: 4rem;
  1210. padding-bottom: 4rem;
  1211. background-color: #666;
  1212. background-size: cover;
  1213. background-position: center;
  1214. text-align: center;
  1215. color: #FFFFFF; }
  1216. .modular .showcase h1 {
  1217. font-size: 4rem;
  1218. margin-top: 0; }
  1219. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  1220. .modular .showcase h1 {
  1221. font-size: 3rem; } }
  1222. @media only all and (max-width: 47.938em) {
  1223. .modular .showcase h1 {
  1224. font-size: 2.5rem;
  1225. line-height: 1.2;
  1226. margin-bottom: 2.5rem; } }
  1227. .modular .showcase .button {
  1228. color: #FFFFFF;
  1229. padding: 0.7rem 2rem;
  1230. margin-top: 2rem;
  1231. background: rgba(255, 255, 255, 0);
  1232. border: 1px solid #FFFFFF;
  1233. border-radius: 3px;
  1234. box-shadow: none;
  1235. font-size: 1.3rem; }
  1236. .modular .showcase .button:hover {
  1237. background: rgba(255, 255, 255, 0.2); }
  1238. .modular .titre_nsb h1 {
  1239. text-transform: uppercase;
  1240. text-align: right;
  1241. padding-right: 50%; }
  1242. .modular .features {
  1243. width: 75%;
  1244. margin: auto; }
  1245. .modular .features:after {
  1246. content: "";
  1247. display: table;
  1248. clear: both; }
  1249. .modular .features h2 {
  1250. margin: 0;
  1251. line-height: 100%; }
  1252. .modular .features p {
  1253. margin: 1rem 0;
  1254. font-size: 1.2rem; }
  1255. @media only all and (max-width: 47.938em) {
  1256. .modular .features p {
  1257. font-size: 1rem; } }
  1258. .modular .features .feature-items {
  1259. margin-top: 2rem; }
  1260. @supports not (flex-wrap: wrap) {
  1261. .modular .features .feature-items {
  1262. overflow: hidden; } }
  1263. .modular .features .feature {
  1264. display: block;
  1265. float: left;
  1266. width: 20%;
  1267. vertical-align: top;
  1268. margin-top: 2rem;
  1269. margin-right: 3rem;
  1270. margin-bottom: 1rem; }
  1271. @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  1272. .modular .features .feature {
  1273. margin-top: 1rem;
  1274. width: 50%; } }
  1275. @media only all and (max-width: 30em) {
  1276. .modular .features .feature {
  1277. margin-top: 1rem;
  1278. width: 100%; } }
  1279. .modular .features .feature i.fa {
  1280. font-size: 2rem;
  1281. color: #000; }
  1282. .modular .features .feature h4 {
  1283. margin: 0;
  1284. font-size: 1.1rem;
  1285. text-align: left; }
  1286. .modular .features .feature p {
  1287. display: inline-block;
  1288. font-size: 0.8rem;
  1289. margin: 0.2rem 0 1rem; }
  1290. .modular .features .feature img {
  1291. width: 45%;
  1292. display: block; }
  1293. .modular .features.big {
  1294. text-align: center; }
  1295. .modular .features.big .feature {
  1296. width: 50%; }
  1297. @media only all and (max-width: 30em) {
  1298. .modular .features.big .feature {
  1299. margin-top: 1rem;
  1300. width: 100%; } }
  1301. .modular .features.big i.fa {
  1302. font-size: 3rem;
  1303. float: left; }
  1304. .modular .features.big .feature-content {
  1305. padding-right: 2rem; }
  1306. .modular .features.big .feature-content.icon-offset {
  1307. margin-left: 5rem; }
  1308. .modular .features.big .feature-content h4 {
  1309. font-size: 1.3rem;
  1310. text-align: left; }
  1311. .modular .features.big .feature-content p {
  1312. padding: 0;
  1313. text-align: left; }
  1314. .callout {
  1315. background: #000;
  1316. color: #fff;
  1317. padding: 4rem 0.938rem; }
  1318. @media only all and (max-width: 59.938em) {
  1319. .callout {
  1320. text-align: center; } }
  1321. .callout .align-left {
  1322. float: left;
  1323. margin-right: 2rem; }
  1324. @media only all and (max-width: 59.938em) {
  1325. .callout .align-left {
  1326. float: none;
  1327. margin-right: 0; } }
  1328. .callout .align-right {
  1329. float: right;
  1330. margin-left: 2rem; }
  1331. @media only all and (max-width: 59.938em) {
  1332. .callout .align-right {
  1333. float: none;
  1334. margin-left: 0; } }
  1335. .callout img {
  1336. border-radius: 3px; }
  1337. .modular .modular-row:last-child {
  1338. margin-bottom: 2rem; }