styles.css 54 KB

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