styles.css 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523
  1. /*popsu*/
  2. /*foundation*/
  3. /**
  4. * Foundation for Sites
  5. * Version 6.6.3
  6. * https://get.foundation
  7. * Licensed under MIT Open Source
  8. */
  9. /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  10. html {
  11. line-height: 1.15;
  12. -webkit-text-size-adjust: 100%; }
  13. body {
  14. margin: 0; }
  15. h1 {
  16. font-size: 2em;
  17. margin: 0.67em 0; }
  18. hr {
  19. box-sizing: content-box;
  20. height: 0;
  21. overflow: visible; }
  22. pre {
  23. font-family: monospace, monospace;
  24. font-size: 1em; }
  25. a {
  26. background-color: transparent; }
  27. abbr[title] {
  28. border-bottom: none;
  29. text-decoration: underline;
  30. text-decoration: underline dotted; }
  31. b,
  32. strong {
  33. font-weight: bolder; }
  34. code,
  35. kbd,
  36. samp {
  37. font-family: monospace, monospace;
  38. font-size: 1em; }
  39. small {
  40. font-size: 80%; }
  41. sub,
  42. sup {
  43. font-size: 75%;
  44. line-height: 0;
  45. position: relative;
  46. vertical-align: baseline; }
  47. sub {
  48. bottom: -0.25em; }
  49. sup {
  50. top: -0.5em; }
  51. img {
  52. border-style: none; }
  53. button,
  54. input,
  55. optgroup,
  56. select,
  57. textarea {
  58. font-family: inherit;
  59. font-size: 100%;
  60. line-height: 1.15;
  61. margin: 0; }
  62. button,
  63. input {
  64. overflow: visible; }
  65. button,
  66. select {
  67. text-transform: none; }
  68. button,
  69. [type="button"],
  70. [type="reset"],
  71. [type="submit"] {
  72. -webkit-appearance: button; }
  73. button::-moz-focus-inner,
  74. [type="button"]::-moz-focus-inner,
  75. [type="reset"]::-moz-focus-inner,
  76. [type="submit"]::-moz-focus-inner {
  77. border-style: none;
  78. padding: 0; }
  79. button:-moz-focusring,
  80. [type="button"]:-moz-focusring,
  81. [type="reset"]:-moz-focusring,
  82. [type="submit"]:-moz-focusring {
  83. outline: 1px dotted ButtonText; }
  84. fieldset {
  85. padding: 0.35em 0.75em 0.625em; }
  86. legend {
  87. box-sizing: border-box;
  88. color: inherit;
  89. display: table;
  90. max-width: 100%;
  91. padding: 0;
  92. white-space: normal; }
  93. progress {
  94. vertical-align: baseline; }
  95. textarea {
  96. overflow: auto; }
  97. [type="checkbox"],
  98. [type="radio"] {
  99. box-sizing: border-box;
  100. padding: 0; }
  101. [type="number"]::-webkit-inner-spin-button,
  102. [type="number"]::-webkit-outer-spin-button {
  103. height: auto; }
  104. [type="search"] {
  105. -webkit-appearance: textfield;
  106. outline-offset: -2px; }
  107. [type="search"]::-webkit-search-decoration {
  108. -webkit-appearance: none; }
  109. ::-webkit-file-upload-button {
  110. -webkit-appearance: button;
  111. font: inherit; }
  112. details {
  113. display: block; }
  114. summary {
  115. display: list-item; }
  116. template {
  117. display: none; }
  118. [hidden] {
  119. display: none; }
  120. .foundation-mq {
  121. font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
  122. html {
  123. box-sizing: border-box;
  124. font-size: 100%; }
  125. *,
  126. *::before,
  127. *::after {
  128. box-sizing: inherit; }
  129. body {
  130. margin: 0;
  131. padding: 0;
  132. background: #fefefe;
  133. font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  134. font-weight: normal;
  135. line-height: 1.5;
  136. color: #0a0a0a;
  137. -webkit-font-smoothing: antialiased;
  138. -moz-osx-font-smoothing: grayscale; }
  139. img {
  140. display: inline-block;
  141. vertical-align: middle;
  142. max-width: 100%;
  143. height: auto;
  144. -ms-interpolation-mode: bicubic; }
  145. textarea {
  146. height: auto;
  147. min-height: 50px;
  148. border-radius: 0; }
  149. select {
  150. box-sizing: border-box;
  151. width: 100%;
  152. border-radius: 0; }
  153. .map_canvas img,
  154. .map_canvas embed,
  155. .map_canvas object,
  156. .mqa-display img,
  157. .mqa-display embed,
  158. .mqa-display object {
  159. max-width: none !important; }
  160. button {
  161. padding: 0;
  162. appearance: none;
  163. border: 0;
  164. border-radius: 0;
  165. background: transparent;
  166. line-height: 1;
  167. cursor: auto; }
  168. [data-whatinput='mouse'] button {
  169. outline: 0; }
  170. pre {
  171. overflow: auto; }
  172. button,
  173. input,
  174. optgroup,
  175. select,
  176. textarea {
  177. font-family: inherit; }
  178. .is-visible {
  179. display: block !important; }
  180. .is-hidden {
  181. display: none !important; }
  182. [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
  183. textarea {
  184. display: block;
  185. box-sizing: border-box;
  186. width: 100%;
  187. height: 2.4375rem;
  188. margin: 0 0 1rem;
  189. padding: 0.5rem;
  190. border: 1px solid #cacaca;
  191. border-radius: 0;
  192. background-color: #fefefe;
  193. box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  194. font-family: inherit;
  195. font-size: 1rem;
  196. font-weight: normal;
  197. line-height: 1.5;
  198. color: #0a0a0a;
  199. transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  200. appearance: none; }
  201. [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  202. textarea:focus {
  203. outline: none;
  204. border: 1px solid #8a8a8a;
  205. background-color: #fefefe;
  206. box-shadow: 0 0 5px #cacaca;
  207. transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  208. textarea {
  209. max-width: 100%; }
  210. textarea[rows] {
  211. height: auto; }
  212. input:disabled, input[readonly],
  213. textarea:disabled,
  214. textarea[readonly] {
  215. background-color: #e6e6e6;
  216. cursor: not-allowed; }
  217. [type='submit'],
  218. [type='button'] {
  219. appearance: none;
  220. border-radius: 0; }
  221. input[type='search'] {
  222. box-sizing: border-box; }
  223. ::placeholder {
  224. color: #cacaca; }
  225. [type='file'],
  226. [type='checkbox'],
  227. [type='radio'] {
  228. margin: 0 0 1rem; }
  229. [type='checkbox'] + label,
  230. [type='radio'] + label {
  231. display: inline-block;
  232. vertical-align: baseline;
  233. margin-left: 0.5rem;
  234. margin-right: 1rem;
  235. margin-bottom: 0; }
  236. [type='checkbox'] + label[for],
  237. [type='radio'] + label[for] {
  238. cursor: pointer; }
  239. label > [type='checkbox'],
  240. label > [type='radio'] {
  241. margin-right: 0.5rem; }
  242. [type='file'] {
  243. width: 100%; }
  244. label {
  245. display: block;
  246. margin: 0;
  247. font-size: 0.875rem;
  248. font-weight: normal;
  249. line-height: 1.8;
  250. color: #0a0a0a; }
  251. label.middle {
  252. margin: 0 0 1rem;
  253. padding: 0.5625rem 0; }
  254. .help-text {
  255. margin-top: -0.5rem;
  256. font-size: 0.8125rem;
  257. font-style: italic;
  258. color: #0a0a0a; }
  259. .input-group {
  260. display: flex;
  261. width: 100%;
  262. margin-bottom: 1rem;
  263. align-items: stretch; }
  264. .input-group > :first-child, .input-group > :first-child.input-group-button > * {
  265. border-radius: 0 0 0 0; }
  266. .input-group > :last-child, .input-group > :last-child.input-group-button > * {
  267. border-radius: 0 0 0 0; }
  268. .input-group-label, .input-group-field, .input-group-button, .input-group-button a,
  269. .input-group-button input,
  270. .input-group-button button,
  271. .input-group-button label {
  272. margin: 0;
  273. white-space: nowrap; }
  274. .input-group-label {
  275. padding: 0 1rem;
  276. border: 1px solid #cacaca;
  277. background: #e6e6e6;
  278. color: #0a0a0a;
  279. text-align: center;
  280. white-space: nowrap;
  281. display: flex;
  282. flex: 0 0 auto;
  283. align-items: center; }
  284. .input-group-label:first-child {
  285. border-right: 0; }
  286. .input-group-label:last-child {
  287. border-left: 0; }
  288. .input-group-field {
  289. border-radius: 0;
  290. flex: 1 1 0px;
  291. min-width: 0; }
  292. .input-group-button {
  293. padding-top: 0;
  294. padding-bottom: 0;
  295. text-align: center;
  296. display: flex;
  297. flex: 0 0 auto; }
  298. .input-group-button a,
  299. .input-group-button input,
  300. .input-group-button button,
  301. .input-group-button label {
  302. align-self: stretch;
  303. height: auto;
  304. padding-top: 0;
  305. padding-bottom: 0;
  306. font-size: 1rem; }
  307. fieldset {
  308. margin: 0;
  309. padding: 0;
  310. border: 0; }
  311. legend {
  312. max-width: 100%;
  313. margin-bottom: 0.5rem; }
  314. .fieldset {
  315. margin: 1.125rem 0;
  316. padding: 1.25rem;
  317. border: 1px solid #cacaca; }
  318. .fieldset legend {
  319. margin: 0;
  320. margin-left: -0.1875rem;
  321. padding: 0 0.1875rem; }
  322. select {
  323. height: 2.4375rem;
  324. margin: 0 0 1rem;
  325. padding: 0.5rem;
  326. appearance: none;
  327. border: 1px solid #cacaca;
  328. border-radius: 0;
  329. background-color: #fefefe;
  330. font-family: inherit;
  331. font-size: 1rem;
  332. font-weight: normal;
  333. line-height: 1.5;
  334. color: #0a0a0a;
  335. background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  336. background-origin: content-box;
  337. background-position: right -1rem center;
  338. background-repeat: no-repeat;
  339. background-size: 9px 6px;
  340. padding-right: 1.5rem;
  341. transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  342. @media screen and (min-width: 0\0) {
  343. select {
  344. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  345. select:focus {
  346. outline: none;
  347. border: 1px solid #8a8a8a;
  348. background-color: #fefefe;
  349. box-shadow: 0 0 5px #cacaca;
  350. transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  351. select:disabled {
  352. background-color: #e6e6e6;
  353. cursor: not-allowed; }
  354. select::-ms-expand {
  355. display: none; }
  356. select[multiple] {
  357. height: auto;
  358. background-image: none; }
  359. select:not([multiple]) {
  360. padding-top: 0;
  361. padding-bottom: 0; }
  362. .is-invalid-input:not(:focus) {
  363. border-color: #cc4b37;
  364. background-color: #f9ecea; }
  365. .is-invalid-input:not(:focus)::placeholder {
  366. color: #cc4b37; }
  367. .is-invalid-label {
  368. color: #cc4b37; }
  369. .form-error {
  370. display: none;
  371. margin-top: -0.5rem;
  372. margin-bottom: 1rem;
  373. font-size: 0.75rem;
  374. font-weight: bold;
  375. color: #cc4b37; }
  376. .form-error.is-visible {
  377. display: block; }
  378. .row {
  379. max-width: 100%;
  380. margin-right: auto;
  381. margin-left: auto;
  382. display: flex;
  383. flex-flow: row wrap; }
  384. .row .row {
  385. margin-right: -0.625rem;
  386. margin-left: -0.625rem; }
  387. @media print, screen and (min-width: 40em) {
  388. .row .row {
  389. margin-right: -0.9375rem;
  390. margin-left: -0.9375rem; } }
  391. @media print, screen and (min-width: 64em) {
  392. .row .row {
  393. margin-right: -0.9375rem;
  394. margin-left: -0.9375rem; } }
  395. .row .row.collapse {
  396. margin-right: 0;
  397. margin-left: 0; }
  398. .row.expanded {
  399. max-width: none; }
  400. .row.expanded .row {
  401. margin-right: auto;
  402. margin-left: auto; }
  403. .row:not(.expanded) .row {
  404. max-width: none; }
  405. .row.collapse > .column, .row.collapse > .columns {
  406. padding-right: 0;
  407. padding-left: 0; }
  408. .row.is-collapse-child,
  409. .row.collapse > .column > .row,
  410. .row.collapse > .columns > .row {
  411. margin-right: 0;
  412. margin-left: 0; }
  413. .column, .columns {
  414. flex: 1 1 0px;
  415. padding-right: 0.625rem;
  416. padding-left: 0.625rem;
  417. min-width: 0; }
  418. @media print, screen and (min-width: 40em) {
  419. .column, .columns {
  420. padding-right: 0.9375rem;
  421. padding-left: 0.9375rem; } }
  422. .column.row.row, .row.row.columns {
  423. float: none;
  424. display: block; }
  425. .row .column.row.row, .row .row.row.columns {
  426. margin-right: 0;
  427. margin-left: 0;
  428. padding-right: 0;
  429. padding-left: 0; }
  430. .small-1 {
  431. flex: 0 0 8.33333%;
  432. max-width: 8.33333%; }
  433. .small-offset-0 {
  434. margin-left: 0%; }
  435. .small-2 {
  436. flex: 0 0 16.66667%;
  437. max-width: 16.66667%; }
  438. .small-offset-1 {
  439. margin-left: 8.33333%; }
  440. .small-3 {
  441. flex: 0 0 25%;
  442. max-width: 25%; }
  443. .small-offset-2 {
  444. margin-left: 16.66667%; }
  445. .small-4 {
  446. flex: 0 0 33.33333%;
  447. max-width: 33.33333%; }
  448. .small-offset-3 {
  449. margin-left: 25%; }
  450. .small-5 {
  451. flex: 0 0 41.66667%;
  452. max-width: 41.66667%; }
  453. .small-offset-4 {
  454. margin-left: 33.33333%; }
  455. .small-6 {
  456. flex: 0 0 50%;
  457. max-width: 50%; }
  458. .small-offset-5 {
  459. margin-left: 41.66667%; }
  460. .small-7 {
  461. flex: 0 0 58.33333%;
  462. max-width: 58.33333%; }
  463. .small-offset-6 {
  464. margin-left: 50%; }
  465. .small-8 {
  466. flex: 0 0 66.66667%;
  467. max-width: 66.66667%; }
  468. .small-offset-7 {
  469. margin-left: 58.33333%; }
  470. .small-9 {
  471. flex: 0 0 75%;
  472. max-width: 75%; }
  473. .small-offset-8 {
  474. margin-left: 66.66667%; }
  475. .small-10 {
  476. flex: 0 0 83.33333%;
  477. max-width: 83.33333%; }
  478. .small-offset-9 {
  479. margin-left: 75%; }
  480. .small-11 {
  481. flex: 0 0 91.66667%;
  482. max-width: 91.66667%; }
  483. .small-offset-10 {
  484. margin-left: 83.33333%; }
  485. .small-12 {
  486. flex: 0 0 100%;
  487. max-width: 100%; }
  488. .small-offset-11 {
  489. margin-left: 91.66667%; }
  490. .small-up-1 {
  491. flex-wrap: wrap; }
  492. .small-up-1 > .column, .small-up-1 > .columns {
  493. flex: 0 0 100%;
  494. max-width: 100%; }
  495. .small-up-2 {
  496. flex-wrap: wrap; }
  497. .small-up-2 > .column, .small-up-2 > .columns {
  498. flex: 0 0 50%;
  499. max-width: 50%; }
  500. .small-up-3 {
  501. flex-wrap: wrap; }
  502. .small-up-3 > .column, .small-up-3 > .columns {
  503. flex: 0 0 33.33333%;
  504. max-width: 33.33333%; }
  505. .small-up-4 {
  506. flex-wrap: wrap; }
  507. .small-up-4 > .column, .small-up-4 > .columns {
  508. flex: 0 0 25%;
  509. max-width: 25%; }
  510. .small-up-5 {
  511. flex-wrap: wrap; }
  512. .small-up-5 > .column, .small-up-5 > .columns {
  513. flex: 0 0 20%;
  514. max-width: 20%; }
  515. .small-up-6 {
  516. flex-wrap: wrap; }
  517. .small-up-6 > .column, .small-up-6 > .columns {
  518. flex: 0 0 16.66667%;
  519. max-width: 16.66667%; }
  520. .small-up-7 {
  521. flex-wrap: wrap; }
  522. .small-up-7 > .column, .small-up-7 > .columns {
  523. flex: 0 0 14.28571%;
  524. max-width: 14.28571%; }
  525. .small-up-8 {
  526. flex-wrap: wrap; }
  527. .small-up-8 > .column, .small-up-8 > .columns {
  528. flex: 0 0 12.5%;
  529. max-width: 12.5%; }
  530. .small-collapse > .column, .small-collapse > .columns {
  531. padding-right: 0;
  532. padding-left: 0; }
  533. .small-uncollapse > .column, .small-uncollapse > .columns {
  534. padding-right: 0.625rem;
  535. padding-left: 0.625rem; }
  536. @media print, screen and (min-width: 40em) {
  537. .medium-1 {
  538. flex: 0 0 8.33333%;
  539. max-width: 8.33333%; }
  540. .medium-offset-0 {
  541. margin-left: 0%; }
  542. .medium-2 {
  543. flex: 0 0 16.66667%;
  544. max-width: 16.66667%; }
  545. .medium-offset-1 {
  546. margin-left: 8.33333%; }
  547. .medium-3 {
  548. flex: 0 0 25%;
  549. max-width: 25%; }
  550. .medium-offset-2 {
  551. margin-left: 16.66667%; }
  552. .medium-4 {
  553. flex: 0 0 33.33333%;
  554. max-width: 33.33333%; }
  555. .medium-offset-3 {
  556. margin-left: 25%; }
  557. .medium-5 {
  558. flex: 0 0 41.66667%;
  559. max-width: 41.66667%; }
  560. .medium-offset-4 {
  561. margin-left: 33.33333%; }
  562. .medium-6 {
  563. flex: 0 0 50%;
  564. max-width: 50%; }
  565. .medium-offset-5 {
  566. margin-left: 41.66667%; }
  567. .medium-7 {
  568. flex: 0 0 58.33333%;
  569. max-width: 58.33333%; }
  570. .medium-offset-6 {
  571. margin-left: 50%; }
  572. .medium-8 {
  573. flex: 0 0 66.66667%;
  574. max-width: 66.66667%; }
  575. .medium-offset-7 {
  576. margin-left: 58.33333%; }
  577. .medium-9 {
  578. flex: 0 0 75%;
  579. max-width: 75%; }
  580. .medium-offset-8 {
  581. margin-left: 66.66667%; }
  582. .medium-10 {
  583. flex: 0 0 83.33333%;
  584. max-width: 83.33333%; }
  585. .medium-offset-9 {
  586. margin-left: 75%; }
  587. .medium-11 {
  588. flex: 0 0 91.66667%;
  589. max-width: 91.66667%; }
  590. .medium-offset-10 {
  591. margin-left: 83.33333%; }
  592. .medium-12 {
  593. flex: 0 0 100%;
  594. max-width: 100%; }
  595. .medium-offset-11 {
  596. margin-left: 91.66667%; }
  597. .medium-up-1 {
  598. flex-wrap: wrap; }
  599. .medium-up-1 > .column, .medium-up-1 > .columns {
  600. flex: 0 0 100%;
  601. max-width: 100%; }
  602. .medium-up-2 {
  603. flex-wrap: wrap; }
  604. .medium-up-2 > .column, .medium-up-2 > .columns {
  605. flex: 0 0 50%;
  606. max-width: 50%; }
  607. .medium-up-3 {
  608. flex-wrap: wrap; }
  609. .medium-up-3 > .column, .medium-up-3 > .columns {
  610. flex: 0 0 33.33333%;
  611. max-width: 33.33333%; }
  612. .medium-up-4 {
  613. flex-wrap: wrap; }
  614. .medium-up-4 > .column, .medium-up-4 > .columns {
  615. flex: 0 0 25%;
  616. max-width: 25%; }
  617. .medium-up-5 {
  618. flex-wrap: wrap; }
  619. .medium-up-5 > .column, .medium-up-5 > .columns {
  620. flex: 0 0 20%;
  621. max-width: 20%; }
  622. .medium-up-6 {
  623. flex-wrap: wrap; }
  624. .medium-up-6 > .column, .medium-up-6 > .columns {
  625. flex: 0 0 16.66667%;
  626. max-width: 16.66667%; }
  627. .medium-up-7 {
  628. flex-wrap: wrap; }
  629. .medium-up-7 > .column, .medium-up-7 > .columns {
  630. flex: 0 0 14.28571%;
  631. max-width: 14.28571%; }
  632. .medium-up-8 {
  633. flex-wrap: wrap; }
  634. .medium-up-8 > .column, .medium-up-8 > .columns {
  635. flex: 0 0 12.5%;
  636. max-width: 12.5%; } }
  637. @media print, screen and (min-width: 40em) and (min-width: 40em) {
  638. .medium-expand {
  639. flex: 1 1 0px; } }
  640. .row.medium-unstack > .column, .row.medium-unstack > .columns {
  641. flex: 0 0 100%; }
  642. @media print, screen and (min-width: 40em) {
  643. .row.medium-unstack > .column, .row.medium-unstack > .columns {
  644. flex: 1 1 0px; } }
  645. @media print, screen and (min-width: 40em) {
  646. .medium-collapse > .column, .medium-collapse > .columns {
  647. padding-right: 0;
  648. padding-left: 0; }
  649. .medium-uncollapse > .column, .medium-uncollapse > .columns {
  650. padding-right: 0.9375rem;
  651. padding-left: 0.9375rem; } }
  652. @media print, screen and (min-width: 64em) {
  653. .large-1 {
  654. flex: 0 0 8.33333%;
  655. max-width: 8.33333%; }
  656. .large-offset-0 {
  657. margin-left: 0%; }
  658. .large-2 {
  659. flex: 0 0 16.66667%;
  660. max-width: 16.66667%; }
  661. .large-offset-1 {
  662. margin-left: 8.33333%; }
  663. .large-3 {
  664. flex: 0 0 25%;
  665. max-width: 25%; }
  666. .large-offset-2 {
  667. margin-left: 16.66667%; }
  668. .large-4 {
  669. flex: 0 0 33.33333%;
  670. max-width: 33.33333%; }
  671. .large-offset-3 {
  672. margin-left: 25%; }
  673. .large-5 {
  674. flex: 0 0 41.66667%;
  675. max-width: 41.66667%; }
  676. .large-offset-4 {
  677. margin-left: 33.33333%; }
  678. .large-6 {
  679. flex: 0 0 50%;
  680. max-width: 50%; }
  681. .large-offset-5 {
  682. margin-left: 41.66667%; }
  683. .large-7 {
  684. flex: 0 0 58.33333%;
  685. max-width: 58.33333%; }
  686. .large-offset-6 {
  687. margin-left: 50%; }
  688. .large-8 {
  689. flex: 0 0 66.66667%;
  690. max-width: 66.66667%; }
  691. .large-offset-7 {
  692. margin-left: 58.33333%; }
  693. .large-9 {
  694. flex: 0 0 75%;
  695. max-width: 75%; }
  696. .large-offset-8 {
  697. margin-left: 66.66667%; }
  698. .large-10 {
  699. flex: 0 0 83.33333%;
  700. max-width: 83.33333%; }
  701. .large-offset-9 {
  702. margin-left: 75%; }
  703. .large-11 {
  704. flex: 0 0 91.66667%;
  705. max-width: 91.66667%; }
  706. .large-offset-10 {
  707. margin-left: 83.33333%; }
  708. .large-12 {
  709. flex: 0 0 100%;
  710. max-width: 100%; }
  711. .large-offset-11 {
  712. margin-left: 91.66667%; }
  713. .large-up-1 {
  714. flex-wrap: wrap; }
  715. .large-up-1 > .column, .large-up-1 > .columns {
  716. flex: 0 0 100%;
  717. max-width: 100%; }
  718. .large-up-2 {
  719. flex-wrap: wrap; }
  720. .large-up-2 > .column, .large-up-2 > .columns {
  721. flex: 0 0 50%;
  722. max-width: 50%; }
  723. .large-up-3 {
  724. flex-wrap: wrap; }
  725. .large-up-3 > .column, .large-up-3 > .columns {
  726. flex: 0 0 33.33333%;
  727. max-width: 33.33333%; }
  728. .large-up-4 {
  729. flex-wrap: wrap; }
  730. .large-up-4 > .column, .large-up-4 > .columns {
  731. flex: 0 0 25%;
  732. max-width: 25%; }
  733. .large-up-5 {
  734. flex-wrap: wrap; }
  735. .large-up-5 > .column, .large-up-5 > .columns {
  736. flex: 0 0 20%;
  737. max-width: 20%; }
  738. .large-up-6 {
  739. flex-wrap: wrap; }
  740. .large-up-6 > .column, .large-up-6 > .columns {
  741. flex: 0 0 16.66667%;
  742. max-width: 16.66667%; }
  743. .large-up-7 {
  744. flex-wrap: wrap; }
  745. .large-up-7 > .column, .large-up-7 > .columns {
  746. flex: 0 0 14.28571%;
  747. max-width: 14.28571%; }
  748. .large-up-8 {
  749. flex-wrap: wrap; }
  750. .large-up-8 > .column, .large-up-8 > .columns {
  751. flex: 0 0 12.5%;
  752. max-width: 12.5%; } }
  753. @media print, screen and (min-width: 64em) and (min-width: 64em) {
  754. .large-expand {
  755. flex: 1 1 0px; } }
  756. .row.large-unstack > .column, .row.large-unstack > .columns {
  757. flex: 0 0 100%; }
  758. @media print, screen and (min-width: 64em) {
  759. .row.large-unstack > .column, .row.large-unstack > .columns {
  760. flex: 1 1 0px; } }
  761. @media print, screen and (min-width: 64em) {
  762. .large-collapse > .column, .large-collapse > .columns {
  763. padding-right: 0;
  764. padding-left: 0; }
  765. .large-uncollapse > .column, .large-uncollapse > .columns {
  766. padding-right: 0.9375rem;
  767. padding-left: 0.9375rem; } }
  768. .shrink {
  769. flex: 0 0 auto;
  770. max-width: 100%; }
  771. .column-block {
  772. margin-bottom: 1.25rem; }
  773. .column-block > :last-child {
  774. margin-bottom: 0; }
  775. @media print, screen and (min-width: 40em) {
  776. .column-block {
  777. margin-bottom: 1.875rem; }
  778. .column-block > :last-child {
  779. margin-bottom: 0; } }
  780. /*setup*/
  781. /* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
  782. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  783. border: 0;
  784. font-size: 100%;
  785. font: inherit;
  786. vertical-align: baseline;
  787. margin: 0;
  788. padding: 0; }
  789. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  790. display: block; }
  791. body {
  792. line-height: 1; }
  793. ol, ul {
  794. list-style: none; }
  795. blockquote, q {
  796. quotes: none; }
  797. blockquote:before, blockquote:after, q:before, q:after {
  798. content: none; }
  799. table {
  800. border-collapse: collapse;
  801. border-spacing: 0; }
  802. /* Slider */
  803. .slick-slider {
  804. position: relative;
  805. display: block;
  806. box-sizing: border-box;
  807. -webkit-touch-callout: none;
  808. -webkit-user-select: none;
  809. -khtml-user-select: none;
  810. -moz-user-select: none;
  811. -ms-user-select: none;
  812. user-select: none;
  813. -ms-touch-action: pan-y;
  814. touch-action: pan-y;
  815. -webkit-tap-highlight-color: transparent; }
  816. .slick-list {
  817. position: relative;
  818. overflow: hidden;
  819. display: block;
  820. margin: 0;
  821. padding: 0; }
  822. .slick-list:focus {
  823. outline: none; }
  824. .slick-list.dragging {
  825. cursor: pointer;
  826. cursor: hand; }
  827. .slick-slider .slick-track,
  828. .slick-slider .slick-list {
  829. -webkit-transform: translate3d(0, 0, 0);
  830. -moz-transform: translate3d(0, 0, 0);
  831. -ms-transform: translate3d(0, 0, 0);
  832. -o-transform: translate3d(0, 0, 0);
  833. transform: translate3d(0, 0, 0); }
  834. .slick-track {
  835. position: relative;
  836. left: 0;
  837. top: 0;
  838. display: block;
  839. margin-left: auto;
  840. margin-right: auto; }
  841. .slick-track:before, .slick-track:after {
  842. content: "";
  843. display: table; }
  844. .slick-track:after {
  845. clear: both; }
  846. .slick-loading .slick-track {
  847. visibility: hidden; }
  848. .slick-slide {
  849. float: left;
  850. height: 100%;
  851. min-height: 1px;
  852. display: none; }
  853. [dir="rtl"] .slick-slide {
  854. float: right; }
  855. .slick-slide img {
  856. display: block; }
  857. .slick-slide.slick-loading img {
  858. display: none; }
  859. .slick-slide.dragging img {
  860. pointer-events: none; }
  861. .slick-initialized .slick-slide {
  862. display: block; }
  863. .slick-loading .slick-slide {
  864. visibility: hidden; }
  865. .slick-vertical .slick-slide {
  866. display: block;
  867. height: auto;
  868. border: 1px solid transparent; }
  869. .slick-arrow.slick-hidden {
  870. display: none; }
  871. @media (min-width: 48rem) {
  872. :root {
  873. font-size: calc(1rem + ((1vw - .48rem) * 1.389));
  874. /* .48rem = viewportWidthMinimum /100 */
  875. /* 1.389rem = 100 * fontSizeDifference / viewportWidthDifference */ } }
  876. @media (min-width: 120em) {
  877. :root {
  878. font-size: 2rem; } }
  879. @font-face {
  880. font-family: 'duke';
  881. src: url("../fonts/Duke_Fill.otf") format("opentype");
  882. font-weight: 400;
  883. font-style: normal; }
  884. /*trueno*/
  885. @font-face {
  886. font-family: 'trueno';
  887. src: url("../fonts/trueno/truenobd-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobd-webfont.woff") format("woff");
  888. font-weight: 600;
  889. font-style: normal; }
  890. @font-face {
  891. font-family: 'trueno';
  892. src: url("../fonts/trueno/truenobdit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobdit-webfont.woff") format("woff");
  893. font-weight: 600;
  894. font-style: italic; }
  895. @font-face {
  896. font-family: 'trueno_outline';
  897. src: url("../fonts/trueno/truenobdol-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobdol-webfont.woff") format("woff");
  898. font-weight: 600;
  899. font-style: normal; }
  900. @font-face {
  901. font-family: 'trueno_outline';
  902. src: url("../fonts/trueno/truenobdolit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobdolit-webfont.woff") format("woff");
  903. font-weight: 600;
  904. font-style: italic; }
  905. @font-face {
  906. font-family: 'trueno';
  907. src: url("../fonts/trueno/truenoblk-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblk-webfont.woff") format("woff");
  908. font-weight: 800;
  909. font-style: normal; }
  910. @font-face {
  911. font-family: 'trueno';
  912. src: url("../fonts/trueno/truenoblkit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblkit-webfont.woff") format("woff");
  913. font-weight: 800;
  914. font-style: italic; }
  915. @font-face {
  916. font-family: 'trueno_outline';
  917. src: url("../fonts/trueno/truenoblkol-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblkol-webfont.woff") format("woff");
  918. font-weight: 800;
  919. font-style: normal; }
  920. @font-face {
  921. font-family: 'trueno_outline';
  922. src: url("../fonts/trueno/truenoblkolit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblkolit-webfont.woff") format("woff");
  923. font-weight: 800;
  924. font-style: italic; }
  925. @font-face {
  926. font-family: 'truenoextrabold';
  927. src: url("../fonts/trueno/truenoexbd-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbd-webfont.woff") format("woff");
  928. font-weight: 900;
  929. font-style: normal; }
  930. @font-face {
  931. font-family: 'trueno';
  932. src: url("../fonts/trueno/truenoexbdit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbdit-webfont.woff") format("woff");
  933. font-weight: 900;
  934. font-style: italic; }
  935. @font-face {
  936. font-family: 'trueno_outline';
  937. src: url("../fonts/trueno/truenoexbdol-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbdol-webfont.woff") format("woff");
  938. font-weight: 900;
  939. font-style: normal; }
  940. @font-face {
  941. font-family: 'trueno_outline';
  942. src: url("../fonts/trueno/truenoexbdolit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbdolit-webfont.woff") format("woff");
  943. font-weight: 900;
  944. font-style: italic; }
  945. @font-face {
  946. font-family: 'trueno';
  947. src: url("../fonts/trueno/truenolt-webfont.woff2") format("woff2"), url("../fonts/trueno/truenolt-webfont.woff") format("woff");
  948. font-weight: 300;
  949. font-style: normal; }
  950. @font-face {
  951. font-family: 'trueno';
  952. src: url("../fonts/trueno/truenoltit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoltit-webfont.woff") format("woff");
  953. font-weight: 300;
  954. font-style: italic; }
  955. @font-face {
  956. font-family: 'trueno';
  957. src: url("../fonts/trueno/truenorg-webfont.woff2") format("woff2"), url("../fonts/trueno/truenorg-webfont.woff") format("woff");
  958. font-weight: 400;
  959. font-style: normal; }
  960. @font-face {
  961. font-family: 'trueno';
  962. src: url("../fonts/trueno/truenorgit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenorgit-webfont.woff") format("woff");
  963. font-weight: 400;
  964. font-style: italic; }
  965. @font-face {
  966. font-family: 'trueno';
  967. src: url("../fonts/trueno/truenosbd-webfont.woff2") format("woff2"), url("../fonts/trueno/truenosbd-webfont.woff") format("woff");
  968. font-weight: 500;
  969. font-style: normal; }
  970. @font-face {
  971. font-family: 'trueno';
  972. src: url("../fonts/trueno/truenosbdit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenosbdit-webfont.woff") format("woff");
  973. font-weight: 500;
  974. font-style: italic; }
  975. @font-face {
  976. font-family: 'trueno';
  977. src: url("../fonts/trueno/truenoultblk-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultblk-webfont.woff") format("woff");
  978. font-weight: 1000;
  979. font-style: normal; }
  980. @font-face {
  981. font-family: 'trueno';
  982. src: url("../fonts/trueno/truenoultblkit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultblkit-webfont.woff") format("woff");
  983. font-weight: 1000;
  984. font-style: italic; }
  985. @font-face {
  986. font-family: 'trueno';
  987. src: url("../fonts/trueno/truenoultlt-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultlt-webfont.woff") format("woff");
  988. font-weight: 100;
  989. font-style: normal; }
  990. @font-face {
  991. font-family: 'trueno';
  992. src: url("../fonts/trueno/truenoultltit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultltit-webfont.woff") format("woff");
  993. font-weight: 100;
  994. font-style: italic; }
  995. body {
  996. font-family: "trueno";
  997. font-size: 0.6rem;
  998. font-weight: 300;
  999. line-height: 1.5; }
  1000. main h2 {
  1001. text-transform: uppercase;
  1002. font-family: 'duke';
  1003. font-size: 2.3rem; }
  1004. a {
  1005. color: inherit; }
  1006. iframe {
  1007. display: none; }
  1008. .layout--threecol-25-50-25 {
  1009. display: grid;
  1010. grid-template-columns: 20% 1fr 20%;
  1011. column-gap: 3rem;
  1012. row-gap: 1rem; }
  1013. /*pages*/
  1014. #header-top {
  1015. height: 3rem;
  1016. background: white; }
  1017. .header_top_left_container {
  1018. height: 100%; }
  1019. .header_top_left_container > div:first-child {
  1020. height: 100%; }
  1021. .header_top_left_container a[rel~='home'] {
  1022. height: 100%;
  1023. display: block;
  1024. font-size: 0;
  1025. color: transparent;
  1026. background: left/contain no-repeat url(../images/popsu-home-logo.png); }
  1027. .header_top_middle_container {
  1028. height: 100%; }
  1029. .header_top_middle_container .views-element-container {
  1030. height: 100%; }
  1031. .header_top_middle_container .views-element-container > div:first-child {
  1032. height: 100%; }
  1033. .header_top_middle_container .views-element-container > div:first-child > div:first-child {
  1034. height: 100%;
  1035. display: grid;
  1036. grid-template-columns: repeat(4, 1fr);
  1037. align-items: center; }
  1038. .header_top_middle_container .views-element-container > div:first-child > div:first-child > div:first-child {
  1039. grid-column-start: 2; }
  1040. .header_top_middle_container .views-row {
  1041. text-align: center;
  1042. display: inline-block;
  1043. width: auto; }
  1044. .header_top_middle_container .views-row a {
  1045. text-transform: uppercase;
  1046. text-decoration: none;
  1047. font-weight: 600; }
  1048. .header_top_middle_container .views-row .views-field-title {
  1049. display: inline-block;
  1050. width: auto;
  1051. padding: .2rem .5rem; }
  1052. .header_top_middle_container .popsu-node-3 .views-field-title {
  1053. color: blue; }
  1054. .header_top_middle_container .popsu-node-3 .views-field-title:hover {
  1055. background: blue;
  1056. color: white; }
  1057. .header_top_middle_container .popsu-node-5 .views-field-title {
  1058. color: wheat; }
  1059. .header_top_middle_container .popsu-node-5 .views-field-title:hover {
  1060. background: wheat;
  1061. color: white; }
  1062. .header_top_middle_container .popsu-node-7 .views-field-title {
  1063. color: red; }
  1064. .header_top_middle_container .popsu-node-7 .views-field-title:hover {
  1065. background: red;
  1066. color: white; }
  1067. .close-block, .open-block {
  1068. cursor: pointer; }
  1069. .close-block span, .open-block span {
  1070. display: block;
  1071. width: 33px;
  1072. height: 2px;
  1073. position: relative;
  1074. background: black;
  1075. border-radius: 3px;
  1076. z-index: 1; }
  1077. .close-block {
  1078. padding-top: 1rem; }
  1079. .close-block span {
  1080. transform-origin: center; }
  1081. .close-block > div > span:first-child {
  1082. transform: translateY(57%) rotate(45deg); }
  1083. .close-block > div > span:nth-child(2) {
  1084. transform: rotate(-45deg); }
  1085. .open-block {
  1086. height: 100%;
  1087. display: grid;
  1088. align-items: center; }
  1089. .open-block span {
  1090. margin-bottom: 5px;
  1091. transform-origin: 4px 0px; }
  1092. #header-top-right .header_top_right_container {
  1093. position: absolute;
  1094. top: 0;
  1095. left: 0;
  1096. width: 100%;
  1097. background: white;
  1098. display: none;
  1099. grid-template-columns: 10% 25% 25% 30% 10%;
  1100. padding: 1rem 0;
  1101. z-index: 100;
  1102. line-height: 2; }
  1103. #header-top-right .header_top_right_container nav {
  1104. grid-column-start: 2; }
  1105. #header-top-right .header_top_right_container a {
  1106. text-decoration: none;
  1107. font-weight: 400; }
  1108. #header-top-right .header_top_right_container a:hover {
  1109. text-decoration: underline; }
  1110. #header-top-right .header_top_right_container h2 {
  1111. font-weight: 100;
  1112. margin-bottom: .3rem; }
  1113. #header-top-right .header_top_right_container .is-active {
  1114. font-weight: 800; }
  1115. #header-top-right .header_top_right_container #block-views-block-programmes-block-2 .views-row {
  1116. width: 100%; }
  1117. footer {
  1118. background: white; }
  1119. #footer-bottom {
  1120. padding: 2rem 0; }
  1121. #footer-bottom * {
  1122. word-wrap: break-word; }
  1123. #footer-bottom h2 {
  1124. font-weight: 500; }
  1125. #footer-bottom .footer_bottom_left_container {
  1126. height: 100%; }
  1127. #footer-bottom .footer_bottom_left_container div {
  1128. height: 100%; }
  1129. #footer-bottom .footer_bottom_left_container p {
  1130. height: 100%;
  1131. display: grid; }
  1132. #footer-bottom .logo-gouv {
  1133. height: 100%;
  1134. display: block;
  1135. color: transparent;
  1136. font-size: 0;
  1137. background: left/contain no-repeat url(../images/gouv.svg); }
  1138. #footer-bottom .logo-puca {
  1139. height: 100%;
  1140. display: block;
  1141. color: transparent;
  1142. font-size: 0;
  1143. background: left/contain no-repeat url(../images/puca.svg); }
  1144. #footer-bottom #block-pieddepage ul {
  1145. line-height: 2; }
  1146. #footer-bottom #block-pieddepage ul li a {
  1147. text-transform: uppercase;
  1148. text-decoration: none;
  1149. font-weight: 400; }
  1150. #footer-bottom #block-pieddepage ul li a:hover {
  1151. text-decoration: underline; }
  1152. #footer-bottom .footer_bottom_right_container > div > div p {
  1153. display: inline-block; }
  1154. #footer-bottom .footer_bottom_right_container > div > div p a {
  1155. min-width: 2rem;
  1156. min-height: 2rem; }
  1157. #footer-bottom .footer_bottom_right_container > div > div p a[href*='twitter'] {
  1158. height: 100%;
  1159. display: block;
  1160. font-size: 0;
  1161. color: transparent;
  1162. background: left/contain no-repeat url(../images/tw.svg); }
  1163. #footer-bottom .footer_bottom_right_container > div > div p a[href*='linkedin'] {
  1164. height: 100%;
  1165. display: block;
  1166. font-size: 0;
  1167. color: transparent;
  1168. background: left/contain no-repeat url(../images/ln.svg); }
  1169. #footer-bottom .footer_bottom_right_container > div > div p a[href*='youtube'] {
  1170. height: 100%;
  1171. display: block;
  1172. font-size: 0;
  1173. color: transparent;
  1174. background: left/contain no-repeat url(../images/yt.svg); }
  1175. .about {
  1176. background: lightblue;
  1177. text-align: center; }
  1178. .path-centre-de-ressources {
  1179. background-color: #f8f8fb; }
  1180. .path-centre-de-ressources .content_container > div > h2:first-child {
  1181. text-align: center;
  1182. background-color: #98d0d9;
  1183. padding: 1rem 0; }
  1184. .path-centre-de-ressources form {
  1185. background-color: #98d0d9;
  1186. display: grid;
  1187. padding: 0 0 5rem 0;
  1188. column-gap: 1rem;
  1189. grid-template-columns: calc(10% - 3em) repeat(4, 20%); }
  1190. .path-centre-de-ressources form > div:first-child {
  1191. grid-column-start: 2; }
  1192. .path-centre-de-ressources form .form-item-combine {
  1193. grid-row: 1 / span 1;
  1194. grid-column-start: 2; }
  1195. .path-centre-de-ressources form .form-item-programme {
  1196. grid-column-start: 2; }
  1197. .path-centre-de-ressources form .form-item-items-per-page {
  1198. grid-column-start: 2; }
  1199. .path-centre-de-ressources form select, .path-centre-de-ressources form input {
  1200. display: inline-block;
  1201. width: auto;
  1202. width: 100%;
  1203. font-size: 0.6rem;
  1204. padding: .3rem 1rem;
  1205. height: auto; }
  1206. .path-centre-de-ressources form div {
  1207. display: inline-block;
  1208. width: auto; }
  1209. .path-centre-de-ressources form .form-actions {
  1210. grid-column: 4 / span 2;
  1211. display: grid;
  1212. grid-template-columns: 1fr 1fr;
  1213. align-items: center;
  1214. column-gap: 1rem; }
  1215. .path-centre-de-ressources form .form-actions input {
  1216. background-color: transparent;
  1217. border: solid 1px black;
  1218. box-shadow: none; }
  1219. .path-centre-de-ressources .views-view-grid {
  1220. margin-top: 3rem; }
  1221. .path-centre-de-ressources .views-view-grid .views-row {
  1222. display: grid;
  1223. column-gap: 1rem;
  1224. row-gap: 1rem;
  1225. grid-template-columns: calc(10% - 3em) repeat(3, 27.3%); }
  1226. .path-centre-de-ressources .views-view-grid .views-row .views-col:first-child {
  1227. grid-column-start: 2; }
  1228. .path-centre-de-ressources .views-view-grid .views-col {
  1229. display: grid;
  1230. grid-template-columns: 40% 60%;
  1231. grid-auto-rows: min-content;
  1232. background-color: white;
  1233. background-clip: content-box;
  1234. width: 100% !important;
  1235. padding: .3rem; }
  1236. .path-centre-de-ressources .views-view-grid .views-col a {
  1237. text-decoration: none; }
  1238. .path-centre-de-ressources .views-view-grid .views-col a:hover {
  1239. text-decoration: underline; }
  1240. .path-centre-de-ressources .views-view-grid .views-col .views-field:not(:first-child) {
  1241. padding: 0 0 0 .4rem; }
  1242. .path-centre-de-ressources .views-view-grid .views-col .views-field-field-image {
  1243. grid-row: 2 / span 2; }
  1244. .path-centre-de-ressources .views-view-grid .views-col .views-field-field-programme {
  1245. grid-row: 1 / span 1;
  1246. grid-column: 1 / span 2; }
  1247. .path-centre-de-ressources .views-view-grid .views-col .views-field-field-programme .field-content {
  1248. font-weight: 600;
  1249. display: inline-block;
  1250. width: auto;
  1251. color: white;
  1252. background: red;
  1253. padding: .15rem .3rem;
  1254. margin-bottom: 1rem; }
  1255. .path-centre-de-ressources .views-view-grid .views-col .views-field-field-type-de-ressource {
  1256. text-transform: uppercase;
  1257. font-weight: 600;
  1258. margin-bottom: .5rem;
  1259. font-size: 0.45rem;
  1260. grid-row: 2 / span 1;
  1261. grid-column: 2 / span 1; }
  1262. .path-centre-de-ressources .views-view-grid .views-col .views-field-title {
  1263. font-style: italic;
  1264. grid-row: 3 / span 1;
  1265. grid-column: 2 / span 1; }
  1266. .path-centre-de-ressources .views-view-grid .views-col .views-field-field-sous-titre {
  1267. margin-bottom: 1rem;
  1268. grid-row: 4 / span 1;
  1269. grid-column: 2 / span 1;
  1270. align-self: baseline; }
  1271. .path-centre-de-ressources .views-view-grid .views-col .views-field-field-theme {
  1272. grid-row: 5 / span 1;
  1273. grid-column: 1 / span 2;
  1274. font-size: 0.45rem; }
  1275. .path-centre-de-ressources .js-pager__items {
  1276. text-align: center; }
  1277. article h2, article h3, article h4, article h5, article h6 {
  1278. font-family: "trueno";
  1279. font-weight: 600;
  1280. font-size: 0.8rem;
  1281. color: brown;
  1282. margin-top: 1rem;
  1283. margin-bottom: .3rem; }
  1284. article p {
  1285. margin-bottom: .5rem; }
  1286. .page-node-type-programme .layout-content {
  1287. position: relative; }
  1288. .page-node-type-programme .layout__region--top {
  1289. max-height: 30%;
  1290. grid-column: 1 / span 3; }
  1291. .page-node-type-programme .block-region-first {
  1292. position: absolute;
  1293. background-color: black;
  1294. color: white;
  1295. top: 0;
  1296. left: 0;
  1297. z-index: 10;
  1298. width: 25%;
  1299. padding: 1rem 1.5rem; }
  1300. .page-node-type-programme .block-region-first .views-element-container header {
  1301. font-family: duke;
  1302. font-size: 1.6rem;
  1303. cursor: pointer;
  1304. transition: all 250ms; }
  1305. .page-node-type-programme .block-region-first .views-element-container header:hover {
  1306. padding: 0 0 0 .3rem; }
  1307. .page-node-type-programme .block-region-first .views-element-container .views-row {
  1308. display: none;
  1309. padding: 0 0 0 1.2rem;
  1310. margin-bottom: .5rem; }
  1311. .page-node-type-programme .block-region-first .views-element-container .views-row a {
  1312. text-decoration: none; }
  1313. .page-node-type-programme .block-region-first .views-element-container .views-row a:hover {
  1314. text-decoration: underline; }
  1315. .page-node-type-programme .block-region-third {
  1316. margin-top: -7rem;
  1317. z-index: 20;
  1318. position: relative; }
  1319. .page-node-type-programme .block-region-third h2 {
  1320. font-size: 1rem;
  1321. background-color: black;
  1322. color: white;
  1323. padding: .3rem .5rem; }
  1324. .page-node-type-programme .block-region-third #evenements-block_1 {
  1325. background-color: brown;
  1326. margin-bottom: 3rem; }
  1327. .page-node-type-programme .block-region-third .item-list {
  1328. background-color: white;
  1329. color: brown;
  1330. padding: 1rem 0; }
  1331. .page-node-type-programme .block-region-third .item-list li {
  1332. margin-bottom: 1rem;
  1333. font-weight: 500; }
  1334. .page-node-type-programme .block-region-third .item-list li .views-field-field-type-de-ressource {
  1335. text-transform: uppercase;
  1336. margin-bottom: .2rem; }
  1337. .page-node-type-programme .block-region-third .item-list li .views-field-title {
  1338. font-style: italic; }
  1339. .page-node-type-programme .block-region-third .item-list li .views-field-title a {
  1340. text-decoration: none; }
  1341. .page-node-type-programme .block-region-third .item-list li .views-field-title a:hover {
  1342. text-decoration: underline; }
  1343. .page-node-type-programme .block-region-third .item-list li .views-field-field-sous-titre {
  1344. font-weight: 400; }
  1345. /*# sourceMappingURL=styles.css.map */