styles.css 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. /*eql*/
  2. /*components*/
  3. .quote {
  4. font-weight: 700;
  5. width: 50%;
  6. margin: auto;
  7. background-color: hotpink; }
  8. table {
  9. border-collapse: collapse; }
  10. table thead th {
  11. border: 1px solid #333;
  12. text-align: center;
  13. font-weight: bold;
  14. padding: 1rem;
  15. background-color: grey; }
  16. table tbody td {
  17. border: 1px solid #333;
  18. text-align: center;
  19. padding: 1rem; }
  20. #paragraph-id--226 tbody td {
  21. text-align: start;
  22. padding: 0rem;
  23. padding-left: 1rem;
  24. padding-right: 1rem; }
  25. #paragraph-id--226 tbody tr {
  26. border: red; }
  27. #paragraph-id--227 td {
  28. text-align: start; }
  29. #tablefield-wrapper-paragraph-240-field_tablefield-0 {
  30. margin-bottom: 2rem; }
  31. #tablefield-paragraph-240-field_tablefield-0 {
  32. caption-side: bottom; }
  33. .note {
  34. display: block;
  35. border: 1px solid #333;
  36. text-align: center;
  37. font-weight: bold;
  38. padding: 1rem;
  39. background-color: #d6d5d5; }
  40. .note-title {
  41. background-color: white;
  42. display: block;
  43. padding: 1rem; }
  44. /*global*/
  45. @font-face {
  46. font-family: 'Font Awesome';
  47. src: url("../fonts/Font Awesome/fontawesome-webfont.woff2") format("woff2");
  48. font-weight: 400;
  49. font-style: normal; }
  50. /*marianne*/
  51. @font-face {
  52. font-family: 'Marianne';
  53. src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
  54. font-weight: 300;
  55. font-style: normal; }
  56. @font-face {
  57. font-family: 'Marianne';
  58. src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
  59. font-weight: 300;
  60. font-style: italic; }
  61. @font-face {
  62. font-family: 'Marianne';
  63. src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
  64. font-weight: 400;
  65. font-style: normal; }
  66. @font-face {
  67. font-family: 'Marianne';
  68. src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
  69. font-weight: 400;
  70. font-style: italic; }
  71. @font-face {
  72. font-family: 'Marianne';
  73. src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
  74. font-weight: 600;
  75. font-style: normal; }
  76. @font-face {
  77. font-family: 'Marianne';
  78. src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
  79. font-weight: 600;
  80. font-style: italic; }
  81. @font-face {
  82. font-family: 'Marianne';
  83. src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
  84. font-weight: 800;
  85. font-style: normal; }
  86. @font-face {
  87. font-family: 'Marianne';
  88. src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
  89. font-weight: 800;
  90. font-style: italic; }
  91. @font-face {
  92. font-family: 'Marianne';
  93. src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
  94. font-weight: 900;
  95. font-style: normal; }
  96. @font-face {
  97. font-family: 'Marianne';
  98. src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
  99. font-weight: 900;
  100. font-style: italic; }
  101. @font-face {
  102. font-family: 'Marianne';
  103. src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
  104. font-weight: 1000;
  105. font-style: normal; }
  106. @font-face {
  107. font-family: 'Marianne';
  108. src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
  109. font-weight: 1000;
  110. font-style: italic; }
  111. /* Source Code Pro */
  112. @font-face {
  113. font-family: 'Source Code Pro';
  114. src: url("../fonts/source-code-pro/SourceCodePro-Medium.otf.woff2") format("woff2"), url("../fonts/source-code-pro/SourceCodePro-Medium.otf.woff") format("woff");
  115. font-weight: 500;
  116. font-style: normal; }
  117. @font-face {
  118. font-family: 'Source Code Pro';
  119. src: url("../fonts/source-code-pro/SourceCodePro-Bold.otf.woff2") format("woff2"), url("../fonts/source-code-pro/SourceCodePro-Bold.otf.woff") format("woff");
  120. font-weight: 1000;
  121. font-style: normal; }
  122. /* Colors used for EQL */
  123. .layout-container {
  124. font-family: "Marianne", sans-serif;
  125. margin: none;
  126. top: 0%;
  127. left: 0%;
  128. width: 100%;
  129. overflow: hidden; }
  130. .layout-container header {
  131. flex: 0 0 100%;
  132. grid-row: 1; }
  133. .layout-container main {
  134. width: 100%;
  135. position: relative;
  136. grid-column: 1 / 5;
  137. grid-row: 2 / span 4; }
  138. .layout-container main .layout-content {
  139. margin-left: 3rem;
  140. margin-right: 3rem;
  141. padding-bottom: 6rem; }
  142. .layout-container main .layout-content .field__label {
  143. visibility: hidden; }
  144. .layout-container aside {
  145. grid-column: 5 /span 6;
  146. grid-row: 2 /span 4; }
  147. .layout-container footer {
  148. grid-column: 1 / span 10;
  149. grid-row: 6; }
  150. .region-sidebar-second {
  151. margin: 2rem; }
  152. .region-sidebar-first {
  153. margin: 2rem; }
  154. .sidebar {
  155. display: flex;
  156. flex-direction: row; }
  157. a {
  158. text-decoration: none; }
  159. @media (max-width: 959px) {
  160. #block-headermenu {
  161. display: none; }
  162. .page-node-type-static .layout__region--top {
  163. height: 23vh; }
  164. .page-node-type-static .layout__region--top .block-entity-fieldnodetitle {
  165. margin-top: 11vh; }
  166. .page-node-type-static .node-id-20 .field--name-field-partenaires .paragraph--type--partenaire {
  167. display: flex;
  168. flex-direction: column; }
  169. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  170. width: 70%; }
  171. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
  172. display: flex;
  173. flex-direction: column; }
  174. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
  175. width: 100%; } }
  176. @media (max-width: 810px) {
  177. .page-node-type-static .layout__region--top {
  178. padding-bottom: 0rem; }
  179. .page-node-type-static .layout__region--top .block-entity-fieldnodetitle {
  180. margin-left: 8%;
  181. margin-right: 5%; }
  182. .page-node-type-static .layout__region--first .block-region-first {
  183. display: none; }
  184. .page-node-type-static .layout__region--second {
  185. flex: 0 1 80%;
  186. margin: auto; }
  187. .page-node-type-static .layout__region--third .block-region-third {
  188. margin: auto; } }
  189. @media (max-width: 479px) {
  190. #header-top #block-logogouv img {
  191. min-width: 45px;
  192. width: 70%;
  193. height: auto; }
  194. #header-top #block-logoeql img {
  195. min-width: 45px;
  196. width: 80%;
  197. height: auto; }
  198. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
  199. display: flex;
  200. flex-direction: column; }
  201. .path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 div:first-of-type {
  202. width: 90%;
  203. display: flex;
  204. margin: auto; } }
  205. /*pages*/
  206. /*
  207. @import "pages/partials/header_footer";
  208. @import "pages/home";*/
  209. .path-node.page-node-type-static .layout-container {
  210. overflow: unset; }
  211. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
  212. padding-bottom: 3rem;
  213. height: 30vh; }
  214. @media (max-width: 810px) {
  215. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
  216. padding-bottom: 0rem; } }
  217. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
  218. width: fit-content;
  219. margin-left: 11%;
  220. margin-top: 15vh; }
  221. @media (max-width: 810px) {
  222. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
  223. margin-left: 8%;
  224. margin-right: 5%; } }
  225. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle .field--name-title {
  226. font-family: 'Source Code Pro';
  227. font-size: 2rem;
  228. font-weight: 800;
  229. text-transform: uppercase; }
  230. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first {
  231. position: relative; }
  232. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first {
  233. display: flex;
  234. justify-content: flex-end;
  235. position: -webkit-sticky;
  236. position: sticky;
  237. top: 10rem; }
  238. @media (max-width: 810px) {
  239. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first {
  240. display: none; } }
  241. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
  242. display: flex;
  243. width: 50%;
  244. background-color: white;
  245. padding-right: 2rem; }
  246. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
  247. display: flex;
  248. font-size: 1rem;
  249. font-weight: 1000;
  250. color: #09398b;
  251. border-bottom: 1px solid #009ee3;
  252. padding-bottom: 0.8rem;
  253. padding-right: 1rem;
  254. margin-top: 1rem;
  255. scroll-margin-top: 7em; }
  256. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
  257. text-decoration: underline; }
  258. @media (max-width: 810px) {
  259. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second {
  260. flex: 0 1 80%;
  261. margin: auto; } }
  262. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
  263. margin-top: 1rem;
  264. background-color: white; }
  265. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  266. font-size: 1.5rem;
  267. font-weight: 1000;
  268. font-family: 'Source Code Pro', monospace;
  269. color: #09398b;
  270. text-transform: uppercase;
  271. margin-top: 2rem;
  272. margin-bottom: 0.8rem; }
  273. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 {
  274. text-transform: none !important; }
  275. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 img {
  276. width: 100%;
  277. height: auto; }
  278. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  279. padding-right: 2rem; }
  280. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes p {
  281. margin-top: 0; }
  282. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
  283. margin-top: 1rem;
  284. display: flex;
  285. flex-direction: column;
  286. width: 70%; }
  287. @media (max-width: 810px) {
  288. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
  289. margin: auto; } }
  290. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
  291. height: fit-content;
  292. border: 2px solid #009ee3;
  293. background-color: white; }
  294. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers {
  295. min-height: 4rem;
  296. background: white;
  297. color: #009ee3;
  298. padding-left: 0.8rem;
  299. padding-top: 1rem;
  300. margin-bottom: 1rem; }
  301. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
  302. display: none; }
  303. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
  304. height: inherit;
  305. margin: auto; }
  306. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before {
  307. content: url("../images/pictos/noun_Download_file_307900.svg");
  308. min-width: 40px;
  309. height: auto;
  310. padding-right: 0.5rem;
  311. display: inline-flex;
  312. align-items: center; }
  313. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a {
  314. hyphens: auto;
  315. display: inline-flex;
  316. align-items: center;
  317. color: #009ee3;
  318. font-weight: 800; }
  319. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens .field__item {
  320. margin: auto;
  321. height: fit-content;
  322. border: 2px solid #009ee3;
  323. min-height: 4rem;
  324. background: white;
  325. color: #009ee3;
  326. padding-left: 0.8rem;
  327. padding-top: 1rem;
  328. margin-bottom: 1rem; }
  329. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a {
  330. display: inline-flex;
  331. align-items: center;
  332. justify-items: center;
  333. color: #009ee3;
  334. font-weight: 800; }
  335. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
  336. content: url("../images/pictos/noun_External Link_674151.svg");
  337. min-width: 40px;
  338. height: auto;
  339. padding-right: 0.5rem;
  340. display: inline-flex;
  341. align-items: center; }
  342. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
  343. display: none; }
  344. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress {
  345. margin-top: 3rem; }
  346. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress h2 {
  347. font-size: 0.8rem;
  348. color: black;
  349. font-weight: 900; }
  350. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource {
  351. display: flex;
  352. flex-direction: column;
  353. border: 2px solid #009ee3;
  354. padding: 1rem;
  355. height: fit-content;
  356. margin-bottom: 1rem;
  357. background-color: white; }
  358. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type {
  359. border-top: 1px solid #009ee3;
  360. padding-top: 1rem; }
  361. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type::after {
  362. content: url("../images/pictos/noun_Arrow_3771902.svg");
  363. align-self: flex-end; }
  364. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-title a {
  365. color: black;
  366. font-size: 1.4rem;
  367. font-weight: 600; }
  368. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-auteur-s- {
  369. font-weight: 800; }
  370. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-auteur-s- p {
  371. margin: 0; }
  372. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-auteur-s- .field__label {
  373. display: none; }
  374. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-edition p {
  375. margin: 0; }
  376. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-edition .field__label {
  377. display: none; }
  378. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images {
  379. display: none;
  380. width: 50%; }
  381. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images img {
  382. width: 100%;
  383. height: auto; }
  384. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-type-de-ressource {
  385. display: inline-flex;
  386. margin-top: 2rem;
  387. background: #09398b;
  388. margin-right: 1rem;
  389. padding-left: 0.3rem;
  390. padding-right: 0.3rem;
  391. color: white;
  392. font-weight: 800;
  393. vertical-align: middle; }
  394. .path-frontpage .block-region-content {
  395. display: grid;
  396. grid-template-areas: "presentation presentation presentation presentation presentation presentation" "presentation presentation presentation presentation presentation presentation" "presentation presentation presentation presentation presentation presentation" "presentation presentation presentation presentation presentation presentation" "actus actus actus actus actus actus" "actus actus actus actus actus actus" "programme programme programme programme programme programme" "programme programme programme programme programme programme" "programme programme programme programme programme programme";
  397. grid-template-rows: auto auto auto;
  398. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  399. min-height: 100vh; }
  400. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 {
  401. grid-area: presentation;
  402. background: url("../images/pictos/forme_home_2.svg");
  403. background-size: 75%;
  404. background-position-y: bottom;
  405. background-position-x: left;
  406. background-repeat: no-repeat; }
  407. @media (max-width: 810px) {
  408. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 {
  409. background: url("../images/pictos/forme_home_2_smartphone.svg");
  410. background-size: 100%;
  411. background-position-y: bottom;
  412. background-position-x: left;
  413. background-repeat: no-repeat; } }
  414. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child {
  415. display: grid;
  416. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  417. grid-template-rows: repeat(4, auto); }
  418. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images {
  419. display: none;
  420. grid-column: 4 / span 6;
  421. grid-row: 2; }
  422. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images .field__item {
  423. display: block;
  424. width: 400px;
  425. height: 400px; }
  426. @media (max-width: 1517px) {
  427. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images .field__item {
  428. width: 300px;
  429. height: 300px; } }
  430. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images .field__item img {
  431. max-width: 100%;
  432. max-height: 100%; }
  433. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
  434. grid-column: 2 /span 2;
  435. grid-row: 2 / span 2;
  436. font-size: 5rem;
  437. font-weight: 900;
  438. color: #009ee3;
  439. line-height: 6.9rem;
  440. margin-top: 4rem;
  441. margin-bottom: 5rem;
  442. width: fit-content; }
  443. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
  444. margin-top: 0rem;
  445. margin-bottom: 0; }
  446. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span {
  447. background-color: white; }
  448. @media (max-width: 810px) {
  449. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
  450. grid-column: 2 /span 5;
  451. grid-row: 2;
  452. font-size: 3rem;
  453. line-height: 4.3rem;
  454. margin-top: 0;
  455. margin-bottom: 1rem; }
  456. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
  457. margin-top: 0rem; } }
  458. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  459. grid-column: 2;
  460. grid-row: 1 / span 2;
  461. margin-top: 3rem;
  462. margin-bottom: 2rem; }
  463. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 {
  464. background-color: white; }
  465. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
  466. color: #e1000f;
  467. font-weight: 900;
  468. text-transform: uppercase;
  469. font-family: "Source Code Pro";
  470. display: table;
  471. margin: 0px auto 0px auto; }
  472. @media (max-width: 810px) {
  473. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  474. margin-top: 1rem;
  475. grid-column: 2 / 6;
  476. grid-row: 1; } }
  477. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  478. grid-column: 2;
  479. grid-row: 4;
  480. max-width: 70%;
  481. min-width: fit-content;
  482. height: 1.5rem;
  483. padding: 0.4rem 1rem;
  484. font-size: 0.8rem;
  485. margin-bottom: 2.5rem;
  486. background-color: white;
  487. border: 2px solid #009ee3;
  488. list-style: none;
  489. text-align: center !important; }
  490. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a {
  491. display: inline-flex;
  492. text-transform: uppercase;
  493. font-weight: 700;
  494. color: #009ee3;
  495. align-items: center; }
  496. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  497. display: block;
  498. content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
  499. @media (max-width: 810px) {
  500. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  501. grid-column: 2;
  502. grid-row: 3;
  503. font-size: 0.6rem; }
  504. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  505. display: none; } }
  506. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  507. display: none;
  508. grid-area: presentation;
  509. grid-column: 3 /span 4;
  510. grid-row: 4;
  511. align-self: flex-end;
  512. margin-bottom: 2.5rem;
  513. max-width: 25%;
  514. min-width: fit-content; }
  515. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  516. grid-column: 3;
  517. position: relative;
  518. height: 1.5rem;
  519. padding: 0.4rem 1rem;
  520. font-size: 0.8rem;
  521. margin: 0;
  522. background-color: white;
  523. border: 2px solid #009ee3;
  524. list-style: none;
  525. top: -200%;
  526. text-align: center !important; }
  527. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a {
  528. display: inline-flex;
  529. text-transform: uppercase;
  530. font-weight: 700;
  531. color: #009ee3;
  532. align-items: center; }
  533. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a .ext {
  534. display: none; }
  535. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
  536. content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
  537. @media (max-width: 810px) {
  538. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  539. grid-area: presentation;
  540. grid-column: 5;
  541. grid-row: 4; }
  542. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  543. font-size: 0.6rem; }
  544. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
  545. display: none; } }
  546. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
  547. display: none;
  548. grid-area: presentation;
  549. grid-column: 5;
  550. grid-row: 4;
  551. background-color: #009ee3;
  552. height: fit-content;
  553. align-self: flex-end;
  554. max-width: 70%;
  555. min-width: fit-content; }
  556. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien {
  557. text-align: center; }
  558. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien:before {
  559. margin-top: 1rem;
  560. display: block;
  561. content: url("../images/pictos/picto_faq.svg"); }
  562. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a {
  563. font-size: 0.8rem;
  564. font-weight: 1000;
  565. color: #09398b;
  566. text-transform: uppercase; }
  567. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  568. margin-bottom: 1rem; }
  569. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p {
  570. margin-top: 0;
  571. margin-bottom: 0;
  572. margin-left: 1.5rem;
  573. margin-right: 1.5rem;
  574. text-align: center; }
  575. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p a {
  576. font-weight: 800;
  577. color: white;
  578. font-size: 1.3rem; }
  579. @media (max-width: 810px) {
  580. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien {
  581. background-color: white;
  582. border: 2px solid #009ee3;
  583. padding: 0.4rem 1rem; }
  584. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien:before {
  585. display: none; }
  586. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a {
  587. display: inline-flex;
  588. text-transform: uppercase;
  589. font-weight: 700;
  590. color: #009ee3;
  591. align-items: center;
  592. font-size: 0.6rem; }
  593. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a::after {
  594. display: none; }
  595. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  596. display: none; } }
  597. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 {
  598. grid-column: 5;
  599. grid-row: 1;
  600. height: fit-content;
  601. display: flex;
  602. justify-self: flex-end;
  603. width: 50%;
  604. margin-top: 3rem; }
  605. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body {
  606. justify-content: right;
  607. display: flex;
  608. flex-direction: column;
  609. text-transform: uppercase;
  610. text-align: right;
  611. font-size: 1.3rem; }
  612. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(1):after {
  613. display: block;
  614. content: url("../images/pictos/noun_Arrow_3771902-rouge.svg");
  615. transform: rotate(90deg);
  616. height: fit-content;
  617. position: relative;
  618. top: -30px;
  619. right: -60px; }
  620. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(2) {
  621. font-size: 2.5rem;
  622. font-weight: 900; }
  623. @media (max-width: 810px) {
  624. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 {
  625. display: none;
  626. grid-column: 2 / span 6;
  627. grid-row: 3;
  628. width: 100%;
  629. margin-top: 8rem; }
  630. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body {
  631. justify-content: left;
  632. display: flex;
  633. flex-direction: row;
  634. text-transform: uppercase;
  635. text-align: left;
  636. align-items: center;
  637. font-size: 1rem;
  638. font-weight: 800; }
  639. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(1) {
  640. width: 25%;
  641. height: fit-content; }
  642. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(1):after {
  643. display: inline-flex;
  644. transform: rotate(360deg) translateX(80px) translateY(-6px) scale(50%); }
  645. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(2) {
  646. margin: 0;
  647. text-align: right;
  648. justify-self: flex-end;
  649. font-size: 1.5rem;
  650. margin-left: 5rem;
  651. margin-top: 0.6rem;
  652. margin-bottom: 2rem; } }
  653. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 {
  654. grid-area: actus;
  655. width: 100vw;
  656. border-bottom: 5px solid #009ee3;
  657. border-top: 5px solid #009ee3;
  658. background: rgba(0, 158, 227, 0.2); }
  659. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
  660. display: grid;
  661. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  662. margin: auto;
  663. padding-top: 2rem;
  664. padding-bottom: 4rem; }
  665. @media (max-width: 479px) {
  666. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
  667. display: flex;
  668. padding-left: 1rem;
  669. width: 80%; } }
  670. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .views-row:nth-of-type(1) {
  671. grid-column: 2; }
  672. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite {
  673. color: black;
  674. line-height: 1.5rem;
  675. padding: 0.5rem; }
  676. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite div:first-child {
  677. display: flex;
  678. flex-direction: column; }
  679. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-images {
  680. order: 1; }
  681. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-images .field__item img {
  682. max-width: 95%;
  683. max-height: 150px;
  684. object-fit: cover;
  685. width: 100%;
  686. padding-bottom: 1rem; }
  687. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date {
  688. order: 2;
  689. display: flex;
  690. flex-direction: row;
  691. justify-content: flex-start; }
  692. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date:not(:last-child):after {
  693. padding-right: 1rem;
  694. content: "|"; }
  695. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date time {
  696. font-size: 0.9rem;
  697. font-weight: 800;
  698. padding-right: 1rem;
  699. width: fit-content; }
  700. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-title {
  701. order: 3; }
  702. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-sous-titre {
  703. order: 4;
  704. margin-top: 0.3rem;
  705. font-weight: 800; }
  706. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field:not(.field--name-field-images) {
  707. width: 100%; }
  708. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite h2 {
  709. margin: 0; }
  710. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite a {
  711. color: black; }
  712. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .inline.links {
  713. padding-top: none !important;
  714. list-style: none;
  715. width: fit-content;
  716. align-self: flex-end;
  717. padding-right: 1rem; }
  718. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .inline.links a {
  719. display: none; }
  720. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-actu-type {
  721. order: 5;
  722. padding-top: 1rem; }
  723. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
  724. grid-area: actus;
  725. grid-row: 6;
  726. grid-column: 5 / span 6;
  727. max-width: 50%;
  728. min-width: fit-content;
  729. margin-bottom: 2rem;
  730. align-self: flex-end; }
  731. @media (max-width: 479px) {
  732. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
  733. grid-column: 3 / span 6; } }
  734. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link {
  735. width: fit-content;
  736. height: fit-content;
  737. padding: 0.4rem 1rem;
  738. font-size: 0.8rem;
  739. margin: 0;
  740. background-color: white;
  741. border: 2px solid #009ee3;
  742. list-style: none;
  743. display: inline-flex; }
  744. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
  745. text-transform: uppercase;
  746. font-weight: 700;
  747. color: #009ee3;
  748. display: inline-flex;
  749. align-items: center; }
  750. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a::after {
  751. content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
  752. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 {
  753. grid-area: programme; }
  754. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) {
  755. padding-top: 2rem;
  756. background: url("../images/pictos/carre-contour-bleu.svg");
  757. background-repeat: no-repeat;
  758. max-width: 100vw;
  759. background-size: cover; }
  760. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  761. width: 70%;
  762. margin: auto; }
  763. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
  764. display: flex;
  765. flex-direction: row;
  766. flex-wrap: wrap; }
  767. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) :nth-child(4) {
  768. order: 3; }
  769. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links {
  770. z-index: 95;
  771. align-self: flex-end;
  772. width: fit-content;
  773. height: fit-content;
  774. padding: 0.4rem 1rem;
  775. font-size: 0.8rem;
  776. margin: 0;
  777. background-color: white;
  778. border: 2px solid #009ee3;
  779. list-style: none; }
  780. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a {
  781. text-transform: uppercase;
  782. font-weight: 700;
  783. color: #009ee3;
  784. display: inline-flex;
  785. align-items: center; }
  786. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a:after {
  787. content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
  788. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
  789. width: 15rem;
  790. height: auto; }
  791. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-title {
  792. display: none; }
  793. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche {
  794. flex: 1 1 50px;
  795. padding-left: 1rem; }
  796. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
  797. background-color: white;
  798. font-size: 1.5rem;
  799. width: 110%;
  800. padding-bottom: 2rem;
  801. margin-block-start: 0;
  802. text-align: start !important; }
  803. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-videos {
  804. flex: 0 0 80%;
  805. padding-top: 4rem;
  806. margin: auto; }
  807. .field--name-field-subheading {
  808. font-size: 1rem; }
  809. .node-book-edit-form {
  810. width: 80%;
  811. border-top-style: solid;
  812. padding: 5rem;
  813. font-size: 1rem; }
  814. .node-book-edit-form .js-filter-wrapper.js-form-wrapper.form-wrapper {
  815. font-size: 1rem;
  816. color: rgba(0, 0, 0, 0.2); }
  817. .node-book-edit-form .js-filter-wrapper.js-form-wrapper.form-wrapper ul {
  818. list-style: none; }
  819. .node-book-edit-form #field-article-values {
  820. border-collapse: separate;
  821. margin: 3rem; }
  822. .node-book-edit-form #field-article-values tr {
  823. margin: 3rem;
  824. padding: 3rem; }
  825. .node-book-edit-form #field-article-values .paragraph-type {
  826. box-shadow: 1px, black; }
  827. .node-book-edit-form #field-article-values .paragraph-type-label {
  828. font-weight: 800;
  829. background-color: rgba(140, 234, 247, 0.2);
  830. padding: 3rem; }
  831. .js-form-type-tablefield table {
  832. width: 100%; }
  833. .js-form-type-tablefield table td {
  834. overflow: hidden; }
  835. .js-form-type-tablefield table td input {
  836. border-style: none; }
  837. /*partials*/
  838. .layout-container {
  839. position: relative;
  840. width: 100vw; }
  841. .layout-container header {
  842. z-index: 99;
  843. width: 100vw; }
  844. #header-top {
  845. height: 7rem;
  846. padding-right: 2rem;
  847. padding-left: 2rem;
  848. background-color: white;
  849. display: flex;
  850. flex-direction: row;
  851. justify-content: space-between;
  852. color: black;
  853. top: 0%;
  854. scroll-margin: 8rem; }
  855. #header-top .region-header-top-rigth {
  856. display: flex;
  857. flex-direction: row; }
  858. #header-top .region-header-top-left {
  859. display: flex;
  860. flex-direction: row; }
  861. #header-top .region-header-top-left #block-rorschach-site-branding {
  862. display: flex; }
  863. #header-top .region-header-top-left #block-rorschach-site-branding img {
  864. width: 50%; }
  865. #header-top .region-header-top-left #block-rorschach-main-menu {
  866. align-self: baseline;
  867. width: 70%;
  868. margin-left: 3rem;
  869. margin-right: 3rem; }
  870. #header-top .region-header-top-left ul {
  871. font-size: 1rem;
  872. list-style: none;
  873. display: flex;
  874. flex-direction: row;
  875. justify-content: space-between;
  876. width: 100%;
  877. padding-inline-start: 0px;
  878. padding: 1rem; }
  879. #header-top .region-header-top-left ul ul {
  880. display: flex;
  881. flex-direction: column;
  882. display: none;
  883. min-width: 100px;
  884. width: 100%;
  885. justify-content: space-between;
  886. padding-inline-start: 0px; }
  887. #header-top .region-header-top-left ul li {
  888. display: flex;
  889. flex-direction: column;
  890. background-color: white;
  891. padding-bottom: 0.8rem;
  892. max-width: inherit;
  893. width: 220px;
  894. height: 20px; }
  895. #header-top .region-header-top-left ul li a {
  896. color: black; }
  897. #header-top .region-header-top-left ul li:hover ul {
  898. display: block; }
  899. #header-top .region-header-top-left ul .ul1.sous-liste.ul2 {
  900. padding-left: 1rem; }
  901. #fotter-bottom {
  902. box-shadow: 1px 0px 8px black;
  903. display: flex;
  904. flex: 1 1 120px;
  905. flex-direction: row;
  906. background-color: white;
  907. padding-top: 3rem; }
  908. @media (max-width: 810px) {
  909. #fotter-bottom {
  910. flex-direction: column;
  911. padding-right: 1rem; } }
  912. #fotter-bottom .region {
  913. display: block;
  914. padding-left: 2rem;
  915. padding-right: 1rem;
  916. padding-bottom: 1rem;
  917. border-left: #009ee3 solid 1px; }
  918. #fotter-bottom .region h2 {
  919. margin-top: 0;
  920. color: #09398b;
  921. font-size: 1.2rem; }
  922. #fotter-bottom .region-footer-bottom-left {
  923. margin-left: 3rem;
  924. border: none;
  925. width: 20%; }
  926. @media (max-width: 810px) {
  927. #fotter-bottom .region-footer-bottom-left {
  928. width: 100%;
  929. margin-left: 0rem; } }
  930. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
  931. display: flex;
  932. flex-direction: row;
  933. justify-content: flex-start;
  934. flex-wrap: wrap;
  935. padding-top: 1rem; }
  936. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  937. padding-right: 1rem;
  938. padding-bottom: 1rem; }
  939. #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 img {
  940. width: auto;
  941. height: 30px; }
  942. #fotter-bottom .region-footer-bottom-right {
  943. width: 30%;
  944. display: flex;
  945. flex-direction: column-reverse;
  946. justify-content: flex-end; }
  947. @media (max-width: 810px) {
  948. #fotter-bottom .region-footer-bottom-right {
  949. width: 100%; } }
  950. #fotter-bottom .region-footer-bottom-right #block-socialnetwork {
  951. margin-bottom: 1rem; }
  952. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
  953. margin-top: 0;
  954. display: flex;
  955. flex-direction: row-reverse;
  956. justify-content: flex-end; }
  957. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
  958. color: white;
  959. font-size: 0;
  960. padding-left: 1rem; }
  961. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg.ext {
  962. display: none; }
  963. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter {
  964. display: flex; }
  965. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
  966. content: url("../images/pictos/twitter_black.svg");
  967. min-width: 50px; }
  968. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube {
  969. display: flex; }
  970. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube:before {
  971. content: url("../images/pictos/youtube_black.svg");
  972. min-width: 50px; }
  973. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin {
  974. display: flex; }
  975. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin:before {
  976. content: url("../images/pictos/linkedin_black.svg");
  977. min-width: 50px; }
  978. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
  979. margin-top: 0;
  980. color: #09398b;
  981. font-weight: 800;
  982. list-style: none;
  983. padding-left: 0; }
  984. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul a {
  985. color: #09398b;
  986. font-size: 1.2rem;
  987. text-decoration: underline;
  988. margin-top: 0; }
  989. #fotter-bottom .region-footer-bottom-middle {
  990. width: 60%; }
  991. @media (max-width: 810px) {
  992. #fotter-bottom .region-footer-bottom-middle {
  993. width: 100%; } }
  994. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content {
  995. display: flex;
  996. flex-direction: row;
  997. justify-content: flex-start;
  998. flex-wrap: wrap; }
  999. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  1000. padding-right: 1rem;
  1001. padding-bottom: 1rem; }
  1002. article.node-type-book {
  1003. width: 70%; }
  1004. article.node-type-book nav h2 {
  1005. visibility: hidden; }
  1006. article.node-type-book nav ul {
  1007. display: flex;
  1008. flex-direction: row;
  1009. justify-content: space-between;
  1010. list-style: none;
  1011. box-shadow: 0px 0px 1px black; }
  1012. article.node-type-book .links.inline {
  1013. list-style: none;
  1014. box-shadow: 0px 0px 1px black; }
  1015. #block-breadcrumbs nav ol {
  1016. list-style: none;
  1017. display: flex;
  1018. flex-direction: row;
  1019. justify-content: flex-start;
  1020. flex-wrap: wrap; }
  1021. #block-breadcrumbs nav ol li {
  1022. padding-right: 0.5rem; }
  1023. #block-breadcrumbs nav ol li ::after {
  1024. padding-left: 0.5rem;
  1025. content: ">>"; }
  1026. #block-rorschach-primary-local-tasks {
  1027. display: flex;
  1028. flex-direction: row; }