styles.css 62 KB

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