styles.css 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  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 {
  131. padding-bottom: 3rem;
  132. height: 30vh; }
  133. .layout__region--top .block-entity-fieldnodetitle {
  134. width: fit-content;
  135. margin-left: 13%;
  136. margin-top: 15vh; }
  137. .layout__region--top .block-entity-fieldnodefield-images {
  138. display: none;
  139. height: inherit; }
  140. .layout__region--first .block-region-first {
  141. display: flex;
  142. justify-content: end; }
  143. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
  144. display: flex;
  145. width: 50%;
  146. background-color: white;
  147. padding-right: 2rem; }
  148. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
  149. display: flex;
  150. font-size: 1rem;
  151. font-weight: 1000;
  152. color: #09398b;
  153. border-bottom: 1px solid #009ee3;
  154. padding-bottom: 0.5rem;
  155. padding-right: 1rem; }
  156. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
  157. text-decoration: underline; }
  158. .layout__region--second .block-entity-fieldnodefield-textes {
  159. background-color: white; }
  160. .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  161. font-size: 1.5rem;
  162. font-weight: 1000;
  163. font-family: 'Source Code Pro';
  164. color: #09398b;
  165. text-transform: uppercase; }
  166. .layout__region--second .block-entity-fieldnodefield-textes h4 {
  167. text-transform: none !important; }
  168. .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  169. padding-right: 2rem; }
  170. .layout__region--third .block-entity-fieldnodefield-fichiers {
  171. height: fit-content;
  172. border: 2px solid #009ee3;
  173. width: 72%; }
  174. .layout__region--third .field--name-field-fichiers {
  175. min-height: 4rem;
  176. background: white;
  177. color: #009ee3;
  178. padding-left: 1rem;
  179. padding-top: 1rem; }
  180. .layout__region--third .field--name-field-fichiers span:nth-of-type(2) {
  181. display: none; }
  182. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf {
  183. height: inherit;
  184. margin: auto; }
  185. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf ::before {
  186. content: url("../images/pictos/noun_Download_file_307900.svg");
  187. width: 50px;
  188. height: 53px;
  189. padding-right: 1rem; }
  190. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf a {
  191. display: inline-flex;
  192. align-items: center;
  193. color: #009ee3;
  194. font-weight: 800; }
  195. .layout__region--third .block-entity-fieldnodefield-ress {
  196. margin-top: 5rem; }
  197. .layout__region--third .block-entity-fieldnodefield-ress h2 {
  198. font-size: 1rem;
  199. color: black; }
  200. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource {
  201. display: flex;
  202. border: 2px solid #009ee3;
  203. padding-left: 1rem;
  204. padding-bottom: 3rem;
  205. width: 69%;
  206. height: fit-content;
  207. margin-bottom: 1rem;
  208. background-color: white; }
  209. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type {
  210. border-top: 1px solid #009ee3;
  211. padding-top: 1rem; }
  212. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field, .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource a {
  213. line-height: 0.6rem;
  214. font-size: 1.5rem;
  215. color: #09398b;
  216. font-weight: 500; }
  217. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images {
  218. width: 50%; }
  219. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images img {
  220. width: 100%;
  221. height: auto; }
  222. .field--type-entity-reference-revisions .paragraph-summary {
  223. font-family: "Marianne", sans-serif;
  224. font-size: 5rem;
  225. font-weight: 600;
  226. color: black !important;
  227. text-transform: capitalize; }
  228. .field--type-entity-reference-revisions .paragraph-summary span:nth-of-type(2n) {
  229. display: block;
  230. font-size: 1rem; }
  231. .field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
  232. font-size: 2rem; }
  233. .block-views-blockhome-nodes-block-1 {
  234. background: url("../images/pictos/carre-contour-bleu_contact.svg"); }
  235. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child {
  236. display: grid;
  237. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  238. grid-template-rows: repeat(4, auto); }
  239. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images {
  240. display: none; }
  241. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
  242. grid-column: 2 /span 3;
  243. grid-row: 2 / span 2;
  244. font-size: 5rem;
  245. font-weight: 800;
  246. color: #009ee3;
  247. line-height: 6rem;
  248. margin: 0; }
  249. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
  250. margin: 0; }
  251. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  252. grid-column: 4;
  253. grid-row: 1;
  254. margin-top: 2rem; }
  255. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
  256. color: #e1000f;
  257. font-weight: 900;
  258. text-transform: uppercase; }
  259. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  260. grid-column: 2;
  261. grid-row: 4;
  262. max-width: 70%;
  263. min-width: fit-content;
  264. height: 1.5rem;
  265. padding: 0.4rem 1rem;
  266. font-size: 0.8rem;
  267. margin-bottom: 2.5rem;
  268. background-color: white;
  269. border: 2px solid #009ee3;
  270. list-style: none;
  271. text-align: center !important; }
  272. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a {
  273. display: inline-flex;
  274. text-transform: uppercase;
  275. font-weight: 700;
  276. color: #009ee3; }
  277. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  278. display: block;
  279. 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>'); }
  280. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  281. display: grid;
  282. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  283. height: 0; }
  284. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  285. grid-column: 3;
  286. position: relative;
  287. max-width: 70%;
  288. min-width: fit-content;
  289. height: 1.5rem;
  290. padding: 0.4rem 1rem;
  291. font-size: 0.8rem;
  292. margin: 0;
  293. background-color: white;
  294. border: 2px solid #009ee3;
  295. list-style: none;
  296. top: -200%;
  297. text-align: center !important; }
  298. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a {
  299. display: inline-flex;
  300. text-transform: uppercase;
  301. font-weight: 700;
  302. color: #009ee3; }
  303. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
  304. 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>'); }
  305. .block-region-content {
  306. position: relative; }
  307. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
  308. position: relative;
  309. width: 20%;
  310. float: right;
  311. margin-right: 13%;
  312. bottom: -100%;
  313. background-color: #009ee3; }
  314. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien {
  315. text-align: center; }
  316. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien:before {
  317. margin-top: 1rem;
  318. display: block;
  319. content: url("../images/pictos/picto_faq.svg"); }
  320. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a {
  321. font-size: 0.8rem;
  322. font-weight: 1000;
  323. color: #09398b;
  324. text-transform: uppercase; }
  325. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p {
  326. margin-top: 0;
  327. margin-bottom: 0;
  328. margin-left: 1.5rem;
  329. margin-right: 1.5rem;
  330. text-align: center; }
  331. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p a {
  332. font-weight: 800;
  333. color: white;
  334. font-size: 1.3rem; }
  335. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p:after {
  336. display: block;
  337. content: url("../images/pictos/noun_Arrow_3771902.svg"); }
  338. .block-views-blockactus-blocks-pages-block-1 {
  339. clear: both;
  340. border-bottom: 5px solid #009ee3;
  341. border-top: 5px solid #009ee3; }
  342. .block-views-blockactus-blocks-pages-block-1 .view-content {
  343. display: grid;
  344. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  345. margin: auto;
  346. padding-top: 2rem;
  347. padding-bottom: 4rem; }
  348. .block-views-blockactus-blocks-pages-block-1 .view-content .views-row:nth-of-type(1) {
  349. grid-column: 2; }
  350. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite {
  351. color: black;
  352. line-height: 1.5rem;
  353. padding: 0.5rem; }
  354. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child {
  355. display: flex;
  356. flex-direction: column; }
  357. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(1) {
  358. order: 1; }
  359. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(4) {
  360. order: 2; }
  361. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(5) {
  362. order: 3; }
  363. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-images .field__item img {
  364. max-width: 70%;
  365. max-height: 130px;
  366. object-fit: cover;
  367. width: 100%;
  368. padding-bottom: 1rem; }
  369. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite time {
  370. font-size: 0.9rem;
  371. font-weight: 800;
  372. padding-right: 1rem;
  373. width: fit-content; }
  374. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite time:after {
  375. padding-left: 0.5rem;
  376. content: "|"; }
  377. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field:not(.field--name-field-images) {
  378. width: 100%; }
  379. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite h2 {
  380. margin: 0; }
  381. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a {
  382. color: black; }
  383. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links {
  384. padding-top: none !important;
  385. list-style: none;
  386. width: fit-content;
  387. align-self: flex-end;
  388. padding-right: 1rem; }
  389. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links a {
  390. display: none; }
  391. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-actu-type {
  392. padding-top: 1rem; }
  393. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
  394. display: grid;
  395. grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  396. position: relative;
  397. height: 0; }
  398. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link {
  399. grid-area: 8 / span 9;
  400. justify-self: end;
  401. position: relative;
  402. top: -200%;
  403. width: fit-content;
  404. height: fit-content;
  405. padding: 0.4rem 1rem;
  406. font-size: 0.8rem;
  407. margin: 0;
  408. background-color: white;
  409. border: 2px solid #009ee3;
  410. list-style: none; }
  411. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
  412. text-transform: uppercase;
  413. font-weight: 700;
  414. color: #009ee3; }
  415. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a::after {
  416. 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>'); }
  417. .view-display-id-block_2:is(.view-id-home_nodes) {
  418. padding-top: 2rem;
  419. background: url("../images/pictos/carre-contour-bleu.svg");
  420. background-repeat: no-repeat;
  421. max-width: 100vw;
  422. background-size: cover; }
  423. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  424. width: 70%;
  425. margin: auto; }
  426. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
  427. display: flex;
  428. flex-direction: row; }
  429. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links {
  430. align-self: flex-end;
  431. width: fit-content;
  432. height: fit-content;
  433. padding: 0.4rem 1rem;
  434. font-size: 0.8rem;
  435. margin: 0;
  436. background-color: white;
  437. border: 2px solid #009ee3;
  438. list-style: none; }
  439. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a {
  440. text-transform: uppercase;
  441. font-weight: 700;
  442. color: #009ee3; }
  443. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a:after {
  444. 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>'); }
  445. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
  446. width: 15rem;
  447. height: auto; }
  448. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-title {
  449. display: none; }
  450. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche {
  451. flex: 1 1 50px;
  452. padding-left: 1rem; }
  453. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
  454. background-color: white;
  455. font-size: 1.5rem;
  456. width: 110%;
  457. margin-bottom: 2rem;
  458. padding-bottom: 2rem;
  459. margin-block-start: 0; }
  460. .node-id-20 {
  461. background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
  462. background-repeat: repeat;
  463. background-position-y: 7rem;
  464. max-width: 100vw;
  465. background-size: contain; }
  466. .node-id-20 .layout__region--top {
  467. padding-bottom: 3rem; }
  468. .node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  469. font-family: 'Source Code Pro';
  470. font-size: 2rem;
  471. font-weight: 800;
  472. color: white;
  473. background-color: #009ee3;
  474. text-transform: uppercase; }
  475. .field--name-field-partenaires {
  476. padding-top: 3rem; }
  477. .field--name-field-partenaires .paragraph--type--partenaire {
  478. background-color: white;
  479. width: 75%;
  480. padding-bottom: 3rem;
  481. display: grid;
  482. grid-template-columns: repeat(auto-fill, 120px);
  483. grid-template-rows: repeat(auto-fill); }
  484. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
  485. grid-column: 1 / 4;
  486. grid-row: 1 / 3; }
  487. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre {
  488. grid-column: 3 / 7;
  489. grid-row: 1;
  490. font-weight: 800; }
  491. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-texte {
  492. grid-column: 3 / 7;
  493. grid-row: 2; }
  494. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-lien {
  495. grid-column: 3 / 7;
  496. grid-row: 3; }
  497. .field--name-field-partenaires a {
  498. color: black; }
  499. .field--name-field-partenaires a svg {
  500. display: none; }
  501. .node-id-35 .region-content {
  502. background: url("../images/pictos/carre-contour-bleu_gouvernance.svg");
  503. background-repeat: no-repeat;
  504. max-width: 100vw;
  505. background-size: contain; }
  506. .node-id-35 .layout__region--top {
  507. padding-bottom: 3rem; }
  508. .node-id-35 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  509. font-family: 'Source Code Pro';
  510. font-size: 2rem;
  511. font-weight: 800;
  512. color: white;
  513. background-color: #009ee3;
  514. text-transform: uppercase; }
  515. .node-id-3 {
  516. background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
  517. background-repeat: no-repeat;
  518. background-position-y: 7rem;
  519. max-width: 100vw;
  520. background-size: contain; }
  521. .node-id-3 .layout__region--top {
  522. padding-bottom: 3rem; }
  523. .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  524. font-family: 'Source Code Pro';
  525. font-size: 2rem;
  526. font-weight: 800;
  527. color: #009ee3;
  528. background-color: white;
  529. text-transform: uppercase; }
  530. .path-actualites {
  531. background-color: rgba(0, 158, 227, 0.2);
  532. margin: 0; }
  533. .path-actualites .block-region-content {
  534. display: grid;
  535. grid-template-columns: 1fr 8fr 1fr;
  536. margin: auto;
  537. padding-top: 3rem; }
  538. .path-actualites .block-region-content .block-views {
  539. grid-column: 2; }
  540. .path-actualites .block-region-content .block-views .view-content {
  541. display: flex;
  542. flex-direction: row;
  543. flex-wrap: wrap; }
  544. .path-actualites .block-region-content .block-views .view-content .views-row {
  545. width: 25%;
  546. flex: 0 0 25%; }
  547. .path-actualites .block-region-content .block-views .view-display-id-block_2 {
  548. padding-top: 0; }
  549. .path-actualites .block-region-content .block-views .node-type-actualite {
  550. color: #09398b;
  551. line-height: 1.5rem;
  552. padding: 0.5rem;
  553. padding-right: 1rem;
  554. padding-left: 1rem; }
  555. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child {
  556. display: flex;
  557. flex-direction: column; }
  558. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
  559. order: 1; }
  560. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
  561. order: 2; }
  562. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
  563. order: 3; }
  564. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
  565. color: #09398b; }
  566. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
  567. width: 100%;
  568. max-height: 175px;
  569. object-fit: cover; }
  570. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
  571. display: block;
  572. 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>'); }
  573. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time {
  574. font-size: 0.9rem;
  575. font-weight: 800;
  576. padding-right: 1rem;
  577. width: fit-content; }
  578. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time:after {
  579. padding-left: 0.5rem;
  580. content: "|"; }
  581. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field:not(.field--name-field-images) {
  582. width: 80%; }
  583. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child h2 {
  584. margin: 0; }
  585. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links {
  586. padding-top: none !important;
  587. list-style: none;
  588. width: fit-content;
  589. align-self: flex-end;
  590. padding-right: 1rem; }
  591. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links a {
  592. display: none; }
  593. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-actu-type {
  594. padding-top: 1rem; }
  595. .node-id-4 {
  596. background: url("../images/pictos/carre-contour-bleu_programme.svg");
  597. background-repeat: no-repeat;
  598. background-position-y: 7rem;
  599. max-width: 100vw;
  600. background-size: contain; }
  601. .node-id-4 .layout__region--top {
  602. padding-bottom: 3rem; }
  603. .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  604. font-family: 'Source Code Pro';
  605. font-size: 2rem;
  606. font-weight: 800;
  607. color: white;
  608. background-color: #009ee3;
  609. text-transform: uppercase; }
  610. .node-id-5 .region-content {
  611. background: url("../images/pictos/carre-contour-bleu_contact.svg");
  612. background-repeat: no-repeat;
  613. max-width: 100vw;
  614. background-size: contain; }
  615. .node-id-5 .layout__region--top {
  616. padding-bottom: 3rem; }
  617. .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  618. font-family: 'Source Code Pro';
  619. font-size: 2rem;
  620. font-weight: 800;
  621. color: white;
  622. background-color: #009ee3;
  623. text-transform: uppercase; }
  624. .path-faq .block-region-content {
  625. display: grid;
  626. grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
  627. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 {
  628. grid-column: 5;
  629. background-color: #009ee3; }
  630. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien {
  631. text-align: center; }
  632. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien:before {
  633. margin-top: 1rem;
  634. display: block;
  635. content: url("../images/pictos/picto_faq.svg"); }
  636. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien a {
  637. font-size: 0.8rem;
  638. font-weight: 1000;
  639. color: #09398b;
  640. text-transform: uppercase; }
  641. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-description p {
  642. margin-top: 0;
  643. margin-left: 1.5rem;
  644. margin-right: 1.5rem;
  645. text-align: center; }
  646. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-description p a {
  647. font-weight: 800;
  648. color: white;
  649. font-size: 1.3rem; }
  650. .path-faq .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-description p:after {
  651. display: block;
  652. content: url("../images/pictos/noun_Arrow_3771902.svg"); }
  653. .path-faq .block-region-content .block-views-blockfaq-block-1 {
  654. grid-column: 2 / span 3;
  655. display: grid;
  656. grid-template-columns: 1fr 1fr 1fr; }
  657. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child {
  658. grid-column: 1 / span 3; }
  659. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse {
  660. border-bottom: 1px solid #009ee3;
  661. padding-bottom: 2rem; }
  662. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title {
  663. display: none; }
  664. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p {
  665. font-family: 'Source Code Pro';
  666. font-weight: 500;
  667. color: #09398b;
  668. font-size: 1.5rem; }
  669. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p:after {
  670. display: inline-flex;
  671. 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>');
  672. justify-self: flex-end; }
  673. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-reponse {
  674. display: none; }
  675. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .opened {
  676. display: block; }
  677. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-fichiers span:nth-of-type(2) {
  678. display: none; }
  679. .path-faq .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) {
  680. display: none; }
  681. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-fichiers .file--mime-application-pdf ::before {
  682. display: inline-block;
  683. content: url("../images/pictos/noun_Download_file_307900.svg");
  684. width: 30px;
  685. height: 30px;
  686. padding-right: 0.8rem; }
  687. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-fichiers .file--mime-application-pdf a {
  688. display: inline-flex;
  689. align-items: center;
  690. color: black;
  691. font-weight: 800; }
  692. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens a {
  693. display: flex;
  694. flex-direction: row;
  695. justify-content: left;
  696. align-items: center;
  697. color: black;
  698. font-weight: 800; }
  699. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens a:before {
  700. display: inline-block;
  701. content: url("../images/pictos/noun_External Link_674151.svg");
  702. width: 30px;
  703. height: 30px;
  704. padding-right: 0.8rem; }
  705. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens svg {
  706. display: none; }
  707. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-ress {
  708. margin-top: 0.5rem; }
  709. .path-faq .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-ress a {
  710. color: black;
  711. text-decoration: underline;
  712. font-weight: 800; }
  713. /*partials*/
  714. .layout-container {
  715. position: relative; }
  716. header {
  717. width: 100%;
  718. position: fixed;
  719. z-index: 99; }
  720. #header-top {
  721. height: 7rem;
  722. background-color: white;
  723. display: flex;
  724. flex-direction: row;
  725. justify-content: space-between;
  726. color: black;
  727. top: 0%; }
  728. #header-top .region-header-top-left {
  729. display: flex;
  730. flex-direction: row;
  731. padding: 1rem;
  732. padding-left: 3rem;
  733. align-items: start;
  734. color: black;
  735. font-weight: 800; }
  736. #header-top .region-header-top-left #block-logogouv {
  737. display: flex;
  738. height: 100%;
  739. align-items: center; }
  740. #header-top .region-header-top-left #block-logogouv img {
  741. width: 70%;
  742. height: auto; }
  743. #header-top .region-header-top-left #block-logoeql {
  744. display: flex;
  745. height: 100%;
  746. align-items: center; }
  747. #header-top .region-header-top-left #block-logoeql img {
  748. width: 80%;
  749. height: auto; }
  750. #header-top .region-header-top-left ul {
  751. list-style: none;
  752. display: flex;
  753. flex-direction: row;
  754. width: 100%; }
  755. #header-top .region-header-top-left ul :is(.sous-liste) {
  756. display: flex;
  757. flex-direction: column;
  758. padding: 1rem; }
  759. #header-top .region-header-top-left ul .ul1.sous-liste {
  760. padding-right: 2rem; }
  761. #header-top .region-header-top-left ul li {
  762. width: 200px; }
  763. #header-top .region-header-top-left ul li a {
  764. color: black; }
  765. #header-top .region-header-top-left ul li .is-active {
  766. color: #009ee3; }
  767. #header-top .region-header-top-left ul li :hover {
  768. color: #009ee3; }
  769. #header-top .region-header-top-left ul div:first-child li div {
  770. display: none; }
  771. #header-top .region-header-top-left ul div:nth-child(2) li div {
  772. display: none; }
  773. #header-top .region-header-top-left :hover ul div:first-child li div {
  774. display: block;
  775. background-color: white;
  776. padding: 1rem; }
  777. #header-top .region-header-top-left :hover ul div:first-child li div a {
  778. color: black; }
  779. #header-top .region-header-top-left :hover ul div:first-child li div a:hover {
  780. color: #009ee3; }
  781. #header-top .region-header-top-left :hover ul div:nth-child(2) li div {
  782. display: block;
  783. background-color: white;
  784. padding: 1rem; }
  785. #header-top .region-header-top-left :hover ul div:nth-child(2) li div a {
  786. color: black; }
  787. #header-top .region-header-top-left :hover ul div:nth-child(2) li div a:hover {
  788. color: #009ee3; }
  789. #header-top #block-burger {
  790. z-index: 1;
  791. background-color: #009ee3;
  792. font-size: 0.7rem;
  793. color: white;
  794. display: block;
  795. width: 7rem;
  796. height: 100%;
  797. margin-top: 0; }
  798. #header-top #block-burger :hover {
  799. cursor: pointer; }
  800. #header-top #block-burger h2 {
  801. padding-top: 1rem; }
  802. #header-top #block-burger h2:after {
  803. display: block;
  804. margin: auto;
  805. 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 20,10 H 80" stroke-linecap="round" stroke="white" stroke-width="4"/><path id="path930-3" d="M 20,25 H 80" stroke-linecap="round" stroke="white" stroke-width="4"/><path id="path930-6" d="M 20,40 H 80" stroke-linecap="round" stroke="white" stroke-width="4"/></svg>'); }
  806. #header-top #block-burger #block-burger-menu {
  807. display: block;
  808. margin: 0;
  809. align-self: center;
  810. text-align: center; }
  811. #header-top #block-burger .ul1:not(.sous-liste) {
  812. width: 300%;
  813. position: relative;
  814. right: 260px;
  815. margin: 0;
  816. padding-top: 2rem;
  817. padding-bottom: 2rem;
  818. z-index: 99; }
  819. #header-top #block-burger ul {
  820. display: none;
  821. background-color: #009ee3;
  822. line-height: 2rem;
  823. list-style: none; }
  824. #header-top #block-burger ul .ul1 .sous-liste a {
  825. opacity: 1; }
  826. #header-top #block-burger ul a {
  827. opacity: 0.6;
  828. color: white;
  829. font-weight: 800;
  830. font-size: 1rem; }
  831. #header-top #block-burger.opened ul {
  832. display: block; }
  833. #fotter-bottom {
  834. display: flex;
  835. flex: 1 1 120px;
  836. flex-direction: row;
  837. background-color: white;
  838. padding-top: 3rem; }
  839. #fotter-bottom .region {
  840. display: block;
  841. padding-left: 1rem;
  842. padding-right: 1rem;
  843. padding-bottom: 1rem;
  844. border-left: #009ee3 solid 1px; }
  845. #fotter-bottom .region h2 {
  846. margin-top: 0;
  847. color: #09398b;
  848. font-size: 1.2rem; }
  849. #fotter-bottom .region-footer-bottom-left {
  850. width: 35%;
  851. border: none; }
  852. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul {
  853. margin-top: 0;
  854. color: #09398b;
  855. font-weight: 800;
  856. list-style: none; }
  857. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
  858. color: #09398b;
  859. font-size: 1.2rem;
  860. text-decoration: underline;
  861. margin-top: 0; }
  862. #fotter-bottom .view-id-partenaires .view-content {
  863. display: flex;
  864. flex-direction: row;
  865. justify-content: flex-start;
  866. flex-wrap: wrap;
  867. padding-top: 1rem; }
  868. #fotter-bottom .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  869. padding-right: 1rem;
  870. padding-bottom: 1rem; }