styles.css 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253
  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: 3rem; }
  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. line-height: 2rem; }
  297. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  298. grid-column: 4;
  299. grid-row: 2;
  300. margin-top: 3rem; }
  301. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 {
  302. background-color: white; }
  303. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
  304. color: #e1000f;
  305. font-weight: 900;
  306. text-transform: uppercase;
  307. font-family: "Source Code Pro";
  308. display: table;
  309. margin: 0px auto 0px auto; }
  310. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  311. grid-column: 2;
  312. grid-row: 4;
  313. max-width: 70%;
  314. min-width: fit-content;
  315. height: 1.5rem;
  316. padding: 0.4rem 1rem;
  317. font-size: 0.8rem;
  318. margin-bottom: 2.5rem;
  319. background-color: white;
  320. border: 2px solid #009ee3;
  321. list-style: none;
  322. text-align: center !important; }
  323. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a {
  324. display: inline-flex;
  325. text-transform: uppercase;
  326. font-weight: 700;
  327. color: #009ee3; }
  328. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  329. display: block;
  330. 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>'); }
  331. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  332. grid-area: presentation;
  333. grid-column: 3 /span 4;
  334. grid-row: 1;
  335. align-self: end;
  336. margin-bottom: 2.5rem;
  337. max-width: 25%;
  338. min-width: fit-content; }
  339. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  340. grid-column: 3;
  341. position: relative;
  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. max-width: 50%;
  478. min-width: fit-content;
  479. margin-bottom: 2rem;
  480. align-self: end; }
  481. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link {
  482. width: fit-content;
  483. height: fit-content;
  484. padding: 0.4rem 1rem;
  485. font-size: 0.8rem;
  486. margin: 0;
  487. background-color: white;
  488. border: 2px solid #009ee3;
  489. list-style: none; }
  490. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
  491. text-transform: uppercase;
  492. font-weight: 700;
  493. color: #009ee3; }
  494. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a::after {
  495. 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>'); }
  496. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 {
  497. grid-area: programme; }
  498. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) {
  499. padding-top: 2rem;
  500. background: url("../images/pictos/carre-contour-bleu.svg");
  501. background-repeat: no-repeat;
  502. max-width: 100vw;
  503. background-size: cover; }
  504. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  505. width: 70%;
  506. margin: auto; }
  507. .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) {
  508. display: flex;
  509. flex-direction: row;
  510. flex-wrap: wrap; }
  511. .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) {
  512. order: 3; }
  513. .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 {
  514. z-index: 95;
  515. align-self: flex-end;
  516. width: fit-content;
  517. height: fit-content;
  518. padding: 0.4rem 1rem;
  519. font-size: 0.8rem;
  520. margin: 0;
  521. background-color: white;
  522. border: 2px solid #009ee3;
  523. list-style: none; }
  524. .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 {
  525. text-transform: uppercase;
  526. font-weight: 700;
  527. color: #009ee3; }
  528. .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 {
  529. 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>'); }
  530. .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 {
  531. width: 15rem;
  532. height: auto; }
  533. .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 {
  534. display: none; }
  535. .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 {
  536. flex: 1 1 50px;
  537. padding-left: 1rem; }
  538. .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 {
  539. background-color: white;
  540. font-size: 1.5rem;
  541. width: 110%;
  542. margin-bottom: 2rem;
  543. padding-bottom: 2rem;
  544. margin-block-start: 0; }
  545. .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 {
  546. flex: 0 0 80%;
  547. padding-top: 4rem;
  548. margin: auto; }
  549. .node-id-20 {
  550. background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
  551. background-repeat: repeat;
  552. background-position-y: 7rem;
  553. max-width: 100vw;
  554. background-size: contain; }
  555. .node-id-20 .layout__region--top {
  556. padding-bottom: 3rem;
  557. height: 30vh; }
  558. .node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  559. font-family: 'Source Code Pro';
  560. font-size: 2rem;
  561. font-weight: 800;
  562. color: white;
  563. background-color: #009ee3;
  564. text-transform: uppercase; }
  565. .field--name-field-partenaires {
  566. padding-top: 3rem; }
  567. .field--name-field-partenaires .paragraph--type--partenaire {
  568. background-color: white;
  569. width: 100%;
  570. padding-bottom: 3rem;
  571. display: grid;
  572. grid-template-columns: repeat(7, 1fr);
  573. grid-template-rows: repeat(auto-fill); }
  574. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
  575. grid-column: 1 / 2;
  576. grid-row: 2;
  577. margin-top: 2rem;
  578. padding-right: 1rem; }
  579. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre {
  580. grid-column: 2 / 8;
  581. grid-row: 1;
  582. font-weight: 800; }
  583. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-texte {
  584. grid-column: 2 / 8;
  585. grid-row: 2; }
  586. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-lien {
  587. grid-column: 2 / 8;
  588. grid-row: 3; }
  589. .field--name-field-partenaires a {
  590. color: black;
  591. font-weight: 800; }
  592. .field--name-field-partenaires a svg {
  593. display: none; }
  594. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top {
  595. background-color: rgba(0, 158, 227, 0.2);
  596. height: 40vh;
  597. padding-right: 1rem; }
  598. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top {
  599. display: grid;
  600. grid-template-columns: 1fr repeat(8, 1fr) 1fr;
  601. padding-top: 2rem; }
  602. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-actu-type {
  603. grid-column: 2; }
  604. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
  605. grid-column: 2 /span 9;
  606. margin: 0; }
  607. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  608. font-family: "Source Code Pro";
  609. font-size: 3rem;
  610. font-weight: 500; }
  611. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-date {
  612. grid-column: 2;
  613. text-transform: uppercase;
  614. color: #09398b;
  615. font-size: 1.2rem;
  616. font-weight: 800; }
  617. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
  618. grid-column-start: 5;
  619. grid-column-end: 9; }
  620. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-images img {
  621. padding-top: 2rem;
  622. width: 600px;
  623. max-height: 360px;
  624. object-fit: cover; }
  625. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first {
  626. margin-top: 15rem; }
  627. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
  628. flex: 0 1 50%;
  629. margin-top: 15rem; }
  630. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second {
  631. width: 90%; }
  632. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody .panel-body #outputtext {
  633. overflow-y: visible !important; }
  634. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third {
  635. margin-top: 15rem; }
  636. .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third {
  637. width: 65%; }
  638. .node-id-35 .region-content {
  639. background: url("../images/pictos/carre-contour-bleu_gouvernance.svg");
  640. background-repeat: no-repeat;
  641. max-width: 100vw;
  642. background-size: contain; }
  643. .node-id-35 .layout__region--top {
  644. padding-bottom: 3rem;
  645. height: 30vh; }
  646. .node-id-35 .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
  647. display: none;
  648. height: inherit; }
  649. .node-id-35 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  650. font-family: 'Source Code Pro';
  651. font-size: 2rem;
  652. font-weight: 800;
  653. color: white;
  654. background-color: #009ee3;
  655. text-transform: uppercase; }
  656. .node-id-3 {
  657. background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
  658. background-repeat: no-repeat;
  659. background-position-y: 7rem;
  660. max-width: 100vw;
  661. background-size: contain; }
  662. .node-id-3 .layout__region--top {
  663. padding-bottom: 3rem;
  664. height: 30vh; }
  665. .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
  666. display: none;
  667. height: inherit; }
  668. .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  669. font-family: 'Source Code Pro';
  670. font-size: 2rem;
  671. font-weight: 800;
  672. color: #009ee3;
  673. background-color: white;
  674. text-transform: uppercase; }
  675. .node-id-3 .block-entity-fieldnodefield-ress {
  676. margin-top: 3rem; }
  677. .node-id-3 .block-entity-fieldnodefield-ress h2 {
  678. font-size: 0.8rem;
  679. color: black;
  680. font-weight: 900; }
  681. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource {
  682. display: flex;
  683. flex-direction: column;
  684. border: 2px solid #009ee3;
  685. padding: 1rem;
  686. height: fit-content;
  687. margin-bottom: 1rem;
  688. background-color: white; }
  689. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type {
  690. border-top: 1px solid #009ee3;
  691. padding-top: 1rem; }
  692. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type::after {
  693. content: url("../images/pictos/noun_Arrow_3771902.svg");
  694. align-self: end; }
  695. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-title a {
  696. color: black;
  697. font-size: 1.4rem;
  698. font-weight: 600; }
  699. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-auteur-s- {
  700. font-weight: 800; }
  701. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-auteur-s- p {
  702. margin: 0; }
  703. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-auteur-s- .field__label {
  704. display: none; }
  705. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-edition p {
  706. margin: 0; }
  707. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-edition .field__label {
  708. display: none; }
  709. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images {
  710. display: none;
  711. width: 50%; }
  712. .node-id-3 .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images img {
  713. width: 100%;
  714. height: auto; }
  715. .path-actualites {
  716. background-color: rgba(0, 158, 227, 0.2);
  717. margin: 0; }
  718. .path-actualites .block-region-content {
  719. display: grid;
  720. grid-template-columns: 1fr 8fr 1fr;
  721. margin: auto;
  722. padding-top: 3rem; }
  723. .path-actualites .block-region-content .block-views {
  724. grid-column: 2; }
  725. .path-actualites .block-region-content .block-views .view-content {
  726. display: flex;
  727. flex-direction: row;
  728. flex-wrap: wrap; }
  729. .path-actualites .block-region-content .block-views .view-content .views-row {
  730. width: 25%;
  731. flex: 0 0 25%; }
  732. .path-actualites .block-region-content .block-views .view-display-id-block_2 {
  733. padding-top: 0; }
  734. .path-actualites .block-region-content .block-views .node-type-actualite {
  735. color: #09398b;
  736. line-height: 1.5rem;
  737. padding: 0.5rem;
  738. padding-right: 1rem;
  739. padding-left: 1rem; }
  740. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child {
  741. display: flex;
  742. flex-direction: column; }
  743. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
  744. order: 1; }
  745. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
  746. order: 2; }
  747. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
  748. order: 3; }
  749. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
  750. color: #09398b; }
  751. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
  752. width: 100%;
  753. max-height: 175px;
  754. object-fit: cover; }
  755. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
  756. display: block;
  757. 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>'); }
  758. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time {
  759. font-size: 0.9rem;
  760. font-weight: 800;
  761. padding-right: 1rem;
  762. width: fit-content; }
  763. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time:after {
  764. padding-left: 0.5rem;
  765. content: "|"; }
  766. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field:not(.field--name-field-images) {
  767. width: 100%; }
  768. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child h2 {
  769. margin: 0; }
  770. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links {
  771. padding-top: none !important;
  772. list-style: none;
  773. width: fit-content;
  774. align-self: flex-end;
  775. padding-right: 1rem; }
  776. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links a {
  777. display: none; }
  778. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-actu-type {
  779. padding-top: 1rem; }
  780. .node-id-4 {
  781. background: url("../images/pictos/carre-contour-bleu_programme.svg");
  782. background-repeat: no-repeat;
  783. background-position-y: 7rem;
  784. max-width: 100vw;
  785. background-size: contain; }
  786. .node-id-4 .layout__region--top {
  787. padding-bottom: 3rem;
  788. height: 30vh; }
  789. .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
  790. display: none;
  791. height: inherit; }
  792. .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  793. font-family: 'Source Code Pro';
  794. font-size: 2rem;
  795. font-weight: 800;
  796. color: white;
  797. background-color: #009ee3;
  798. text-transform: uppercase; }
  799. .node-id-4 .layout__region--second {
  800. width: 25%; }
  801. .node-id-4 .layout__region--second .block-entity-fieldnodefield-textes {
  802. background-color: white; }
  803. .node-id-4 .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  804. font-size: 1.5rem;
  805. font-weight: 1000;
  806. font-family: 'Source Code Pro';
  807. color: #09398b;
  808. text-transform: uppercase; }
  809. .node-id-4 .layout__region--second .block-entity-fieldnodefield-textes h4 {
  810. text-transform: none !important; }
  811. .node-id-4 .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  812. padding-right: 2rem; }
  813. .node-id-5 .region-content {
  814. background: url("../images/pictos/carre-contour-bleu_contact.svg");
  815. background-repeat: no-repeat;
  816. max-width: 100vw;
  817. background-size: contain; }
  818. .node-id-5 .layout__region--top {
  819. padding-bottom: 3rem;
  820. height: 30vh; }
  821. .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  822. font-family: 'Source Code Pro';
  823. font-size: 2rem;
  824. font-weight: 800;
  825. color: white;
  826. background-color: #009ee3;
  827. text-transform: uppercase; }
  828. .path-faq #block-contenudelapageprincipale h2 {
  829. font-family: 'Source Code Pro';
  830. font-size: 2rem;
  831. font-weight: 800;
  832. color: #009ee3;
  833. background-color: white;
  834. text-transform: uppercase;
  835. width: fit-content;
  836. margin-left: 10%;
  837. margin-top: 8rem; }
  838. .path-faq #block-contenudelapageprincipale .block-region-content {
  839. display: grid;
  840. grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
  841. .path-faq #block-contenudelapageprincipale .block-region-content .block-config-pages.block-config-pages-block {
  842. grid-column: 2 / span 3; }
  843. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 {
  844. grid-column: 5;
  845. background-color: #009ee3; }
  846. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien {
  847. text-align: center; }
  848. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien:before {
  849. margin-top: 1rem;
  850. display: block;
  851. content: url("../images/pictos/picto_faq.svg"); }
  852. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien a {
  853. font-size: 0.8rem;
  854. font-weight: 1000;
  855. color: #09398b;
  856. text-transform: uppercase; }
  857. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-description p {
  858. margin-top: 0;
  859. margin-left: 1.5rem;
  860. margin-right: 1.5rem;
  861. text-align: center; }
  862. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-description p a {
  863. font-weight: 800;
  864. color: white;
  865. font-size: 1.3rem; }
  866. .path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-description p:after {
  867. display: block;
  868. content: url("../images/pictos/noun_Arrow_3771902.svg"); }
  869. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 {
  870. grid-column: 2 / span 3;
  871. display: grid;
  872. grid-template-columns: 1fr 1fr 1fr; }
  873. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child {
  874. grid-column: 1 / span 3; }
  875. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse {
  876. border-bottom: 1px solid #009ee3;
  877. padding-bottom: 2rem; }
  878. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title {
  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-question p {
  881. font-family: 'Source Code Pro';
  882. font-weight: 500;
  883. color: #09398b;
  884. font-size: 1.5rem; }
  885. .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 {
  886. display: inline-flex;
  887. 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>');
  888. justify-self: flex-end; }
  889. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-reponse {
  890. display: none; }
  891. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .opened {
  892. display: block; }
  893. .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) {
  894. display: none; }
  895. .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) {
  896. display: none; }
  897. .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 {
  898. display: inline-block;
  899. content: url("../images/pictos/noun_Download_file_307900.svg");
  900. width: 30px;
  901. height: 30px;
  902. padding-right: 0.8rem; }
  903. .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 {
  904. display: inline-flex;
  905. align-items: center;
  906. color: black;
  907. font-weight: 800; }
  908. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens a {
  909. display: flex;
  910. flex-direction: row;
  911. justify-content: left;
  912. align-items: center;
  913. color: black;
  914. font-weight: 800; }
  915. .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 {
  916. display: inline-block;
  917. content: url("../images/pictos/noun_External Link_674151.svg");
  918. width: 30px;
  919. height: 30px;
  920. padding-right: 0.8rem; }
  921. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens svg {
  922. display: none; }
  923. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-ress {
  924. margin-top: 0.5rem; }
  925. .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-ress a {
  926. color: black;
  927. text-decoration: underline;
  928. font-weight: 800; }
  929. .node-id-6 {
  930. background: url("../images/pictos/carre-contour-bleu_contact.svg");
  931. background-repeat: no-repeat;
  932. background-position-y: 7rem;
  933. max-width: 100vw;
  934. background-size: contain; }
  935. .node-id-6 .layout__region--top {
  936. padding-bottom: 3rem;
  937. height: 30vh; }
  938. .node-id-6 .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
  939. display: none;
  940. height: inherit; }
  941. .node-id-6 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  942. font-family: 'Source Code Pro';
  943. font-size: 2rem;
  944. font-weight: 800;
  945. color: white;
  946. background-color: #009ee3;
  947. text-transform: uppercase; }
  948. /*partials*/
  949. .layout-container {
  950. position: relative; }
  951. header {
  952. width: 100%;
  953. position: fixed;
  954. z-index: 99; }
  955. #header-top {
  956. height: 7rem;
  957. background-color: white;
  958. box-shadow: 1px 0px 8px black;
  959. display: flex;
  960. flex-direction: row;
  961. justify-content: space-between;
  962. color: black;
  963. top: 0%; }
  964. #header-top .region-header-top-left {
  965. display: flex;
  966. flex-direction: row;
  967. padding: 1rem;
  968. padding-left: 4%;
  969. align-items: center;
  970. color: black;
  971. font-weight: 800;
  972. flex: 1;
  973. justify-content: space-between; }
  974. #header-top .region-header-top-left #block-logogouv {
  975. display: flex;
  976. height: 100%;
  977. align-items: center; }
  978. #header-top .region-header-top-left #block-logogouv img {
  979. min-width: 80px;
  980. width: 70%;
  981. height: auto; }
  982. #header-top .region-header-top-left #block-logoeql {
  983. display: flex;
  984. height: 100%;
  985. align-items: center; }
  986. #header-top .region-header-top-left #block-logoeql img {
  987. min-width: 80px;
  988. width: 80%;
  989. height: auto; }
  990. #header-top .region-header-top-left ul {
  991. font-size: 1.2rem;
  992. list-style: none;
  993. display: flex;
  994. flex-direction: row;
  995. width: 100%; }
  996. #header-top .region-header-top-left ul :is(.sous-liste) {
  997. display: flex;
  998. flex-direction: column;
  999. padding: 1rem; }
  1000. #header-top .region-header-top-left ul li a {
  1001. color: black; }
  1002. #header-top .region-header-top-left ul li .is-active {
  1003. color: #009ee3; }
  1004. #header-top .region-header-top-left ul li :hover {
  1005. color: #009ee3; }
  1006. #header-top .region-header-top-left ul div:first-child li div {
  1007. display: none; }
  1008. #header-top .region-header-top-left :hover ul div:first-child li div {
  1009. display: block;
  1010. background-color: white;
  1011. padding: 1rem; }
  1012. #header-top .region-header-top-left :hover ul div:first-child li div a {
  1013. color: black; }
  1014. #header-top .region-header-top-left :hover ul div:first-child li div a:hover {
  1015. color: #009ee3; }
  1016. #header-top .region-header-top-left :hover ul div:nth-child(2) li div {
  1017. display: block;
  1018. background-color: white;
  1019. padding: 1rem; }
  1020. #header-top .region-header-top-left :hover ul div:nth-child(2) li div a {
  1021. color: black; }
  1022. #header-top .region-header-top-left :hover ul div:nth-child(2) li div a:hover {
  1023. color: #009ee3; }
  1024. #header-top #block-socialnetwork-2 {
  1025. position: relative;
  1026. top: -33px; }
  1027. #header-top #block-socialnetwork-2 .field--name-body {
  1028. min-height: 75px;
  1029. margin-right: 1rem; }
  1030. #header-top #block-socialnetwork-2 p {
  1031. display: flex;
  1032. flex-direction: row-reverse;
  1033. margin-bottom: 0;
  1034. min-height: 54px;
  1035. justify-content: space-around;
  1036. min-width: 120%; }
  1037. #header-top #block-socialnetwork-2 p a {
  1038. color: white;
  1039. font-size: 0; }
  1040. #header-top #block-socialnetwork-2 p svg.ext {
  1041. display: none; }
  1042. #header-top #block-socialnetwork-2 p .link-twitter {
  1043. display: flex;
  1044. background-color: black;
  1045. min-width: 40px;
  1046. justify-content: center;
  1047. align-items: end; }
  1048. #header-top #block-socialnetwork-2 p .link-twitter:before {
  1049. content: url("../images/pictos/twitter_white.svg");
  1050. min-width: 30px;
  1051. padding-bottom: 0.3rem; }
  1052. #header-top #block-socialnetwork-2 p .link-youtube {
  1053. display: flex;
  1054. background-color: black;
  1055. min-width: 40px;
  1056. justify-content: center;
  1057. align-items: end; }
  1058. #header-top #block-socialnetwork-2 p .link-youtube:before {
  1059. content: url("../images/pictos/youtube_white.svg");
  1060. min-width: 25px;
  1061. padding-bottom: 0.5rem; }
  1062. #header-top #block-socialnetwork-2 p .link-linkedin {
  1063. display: flex;
  1064. background-color: black;
  1065. min-width: 40px;
  1066. justify-content: center;
  1067. align-items: end; }
  1068. #header-top #block-socialnetwork-2 p .link-linkedin:before {
  1069. content: url("../images/pictos/linkedin_white.svg");
  1070. min-width: 35px;
  1071. padding-bottom: 0.2rem; }
  1072. #header-top #block-burger {
  1073. z-index: 1;
  1074. background-color: #009ee3;
  1075. font-size: 0.7rem;
  1076. color: white;
  1077. display: block;
  1078. width: 7rem;
  1079. height: 100%;
  1080. margin-top: 0; }
  1081. #header-top #block-burger :hover {
  1082. cursor: pointer; }
  1083. #header-top #block-burger h2 {
  1084. padding-top: 1rem; }
  1085. #header-top #block-burger h2:after {
  1086. display: block;
  1087. margin: auto;
  1088. height: 70px;
  1089. 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>'); }
  1090. #header-top #block-burger #block-burger-menu {
  1091. display: block;
  1092. margin: 0;
  1093. align-self: center;
  1094. text-align: center; }
  1095. #header-top #block-burger .ul1:not(.sous-liste) {
  1096. width: 300%;
  1097. position: relative;
  1098. right: 260px;
  1099. margin: 0;
  1100. padding-top: 2rem;
  1101. padding-bottom: 2rem;
  1102. z-index: 99; }
  1103. #header-top #block-burger ul {
  1104. display: none;
  1105. background-color: #009ee3;
  1106. line-height: 2rem;
  1107. list-style: none; }
  1108. #header-top #block-burger ul .ul1 .sous-liste a {
  1109. opacity: 1; }
  1110. #header-top #block-burger ul a {
  1111. opacity: 0.6;
  1112. color: white;
  1113. font-weight: 800;
  1114. font-size: 1rem; }
  1115. #header-top #block-burger.opened ul {
  1116. display: block; }
  1117. #fotter-bottom {
  1118. box-shadow: 1px 0px 8px black;
  1119. display: flex;
  1120. flex: 1 1 120px;
  1121. flex-direction: row;
  1122. background-color: white;
  1123. padding-top: 3rem; }
  1124. #fotter-bottom .region {
  1125. display: block;
  1126. padding-left: 2rem;
  1127. padding-right: 1rem;
  1128. padding-bottom: 1rem;
  1129. border-left: #009ee3 solid 1px; }
  1130. #fotter-bottom .region h2 {
  1131. margin-top: 0;
  1132. color: #09398b;
  1133. font-size: 1.2rem; }
  1134. #fotter-bottom .region-footer-bottom-left {
  1135. margin-left: 3rem;
  1136. border: none;
  1137. width: 20%; }
  1138. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
  1139. display: flex;
  1140. flex-direction: row;
  1141. justify-content: flex-start;
  1142. flex-wrap: wrap;
  1143. padding-top: 1rem; }
  1144. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  1145. padding-right: 1rem;
  1146. padding-bottom: 1rem; }
  1147. #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 img {
  1148. width: auto;
  1149. height: 40px; }
  1150. #fotter-bottom .region-footer-bottom-right {
  1151. width: 30%;
  1152. display: flex;
  1153. flex-direction: column-reverse;
  1154. justify-content: flex-end; }
  1155. #fotter-bottom .region-footer-bottom-right #block-socialnetwork {
  1156. margin-bottom: 1rem; }
  1157. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
  1158. margin-top: 0;
  1159. display: flex;
  1160. flex-direction: row-reverse;
  1161. justify-content: start; }
  1162. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
  1163. color: white;
  1164. font-size: 0;
  1165. padding-left: 1rem; }
  1166. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg.ext {
  1167. display: none; }
  1168. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter {
  1169. display: flex; }
  1170. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
  1171. content: url("../images/pictos/twitter_black.svg");
  1172. min-width: 50px; }
  1173. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube {
  1174. display: flex; }
  1175. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube:before {
  1176. content: url("../images/pictos/youtube_black.svg");
  1177. min-width: 50px; }
  1178. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin {
  1179. display: flex; }
  1180. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin:before {
  1181. content: url("../images/pictos/linkedin_black.svg");
  1182. min-width: 50px; }
  1183. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
  1184. margin-top: 0;
  1185. color: #09398b;
  1186. font-weight: 800;
  1187. list-style: none;
  1188. padding-left: 0; }
  1189. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul a {
  1190. color: #09398b;
  1191. font-size: 1.2rem;
  1192. text-decoration: underline;
  1193. margin-top: 0; }
  1194. #fotter-bottom .region-footer-bottom-middle {
  1195. width: 60%; }
  1196. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content {
  1197. display: flex;
  1198. flex-direction: row;
  1199. justify-content: flex-start;
  1200. flex-wrap: wrap; }
  1201. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  1202. padding-right: 1rem;
  1203. padding-bottom: 1rem; }