styles.css 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  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: 1330px) {
  110. .path-frontpage .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
  111. position: relative; }
  112. .path-frontpage .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien.field--type-link {
  113. position: relative;
  114. bottom: +387%; }
  115. .path-frontpage .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  116. position: relative;
  117. bottom: +132%; } }
  118. @media (max-width: 1033px) {
  119. .path-frontpage .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
  120. position: relative; }
  121. .path-frontpage .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien.field--type-link {
  122. position: relative;
  123. bottom: +450%; }
  124. .path-frontpage .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  125. position: relative;
  126. bottom: +126%; } }
  127. @media (max-width: 934px) {
  128. #block-headermenu {
  129. display: none; }
  130. .page-node-type-static .layout__region--top {
  131. height: 23vh; }
  132. .page-node-type-static .layout__region--top .block-entity-fieldnodetitle {
  133. margin-top: 11vh; }
  134. .page-node-type-static .node-id-20 .field--name-field-partenaires .paragraph--type--partenaire {
  135. display: flex;
  136. flex-direction: column; }
  137. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  138. width: 70%; }
  139. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
  140. display: flex;
  141. flex-direction: column; }
  142. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
  143. width: 100%; } }
  144. /*pages*/
  145. /*
  146. @import "pages/partials/header_footer";
  147. @import "pages/home";*/
  148. .layout__region--top {
  149. padding-bottom: 3rem;
  150. height: 30vh; }
  151. .layout__region--top .block-entity-fieldnodetitle {
  152. width: fit-content;
  153. margin-left: 13%;
  154. margin-top: 15vh; }
  155. .layout__region--top .block-entity-fieldnodefield-images {
  156. display: none;
  157. height: inherit; }
  158. .layout__region--first .block-region-first {
  159. display: flex;
  160. justify-content: end; }
  161. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
  162. display: flex;
  163. width: 50%;
  164. background-color: white;
  165. padding-right: 2rem; }
  166. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
  167. display: flex;
  168. font-size: 1rem;
  169. font-weight: 1000;
  170. color: #09398b;
  171. border-bottom: 1px solid #009ee3;
  172. padding-bottom: 0.5rem;
  173. padding-right: 1rem; }
  174. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
  175. text-decoration: underline; }
  176. .layout__region--second .block-entity-fieldnodefield-textes {
  177. background-color: white; }
  178. .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  179. font-size: 1.5rem;
  180. font-weight: 1000;
  181. font-family: 'Source Code Pro';
  182. color: #09398b;
  183. text-transform: uppercase; }
  184. .layout__region--second .block-entity-fieldnodefield-textes h4 {
  185. text-transform: none !important; }
  186. .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  187. padding-right: 2rem; }
  188. .layout__region--third .block-entity-fieldnodefield-fichiers {
  189. height: fit-content;
  190. border: 2px solid #009ee3;
  191. width: 72%; }
  192. .layout__region--third .field--name-field-fichiers {
  193. min-height: 4rem;
  194. background: white;
  195. color: #009ee3;
  196. padding-left: 1rem;
  197. padding-top: 1rem; }
  198. .layout__region--third .field--name-field-fichiers span:nth-of-type(2) {
  199. display: none; }
  200. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf {
  201. height: inherit;
  202. margin: auto; }
  203. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf ::before {
  204. content: url("../images/pictos/noun_Download_file_307900.svg");
  205. width: 50px;
  206. height: 53px;
  207. padding-right: 1rem; }
  208. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf a {
  209. display: inline-flex;
  210. align-items: center;
  211. color: #009ee3;
  212. font-weight: 800; }
  213. .layout__region--third .block-entity-fieldnodefield-ress {
  214. margin-top: 5rem; }
  215. .layout__region--third .block-entity-fieldnodefield-ress h2 {
  216. font-size: 1rem;
  217. color: black; }
  218. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource {
  219. display: flex;
  220. border: 2px solid #009ee3;
  221. padding-left: 1rem;
  222. padding-bottom: 3rem;
  223. width: 69%;
  224. height: fit-content;
  225. margin-bottom: 1rem;
  226. background-color: white; }
  227. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type {
  228. border-top: 1px solid #009ee3;
  229. padding-top: 1rem; }
  230. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field, .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource a {
  231. line-height: 0.6rem;
  232. font-size: 1.5rem;
  233. color: #09398b;
  234. font-weight: 500; }
  235. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images {
  236. width: 50%; }
  237. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field--name-field-images img {
  238. width: 100%;
  239. height: auto; }
  240. .field--type-entity-reference-revisions .paragraph-summary {
  241. font-family: "Marianne", sans-serif;
  242. font-size: 5rem;
  243. font-weight: 600;
  244. color: black !important;
  245. text-transform: capitalize; }
  246. .field--type-entity-reference-revisions .paragraph-summary span:nth-of-type(2n) {
  247. display: block;
  248. font-size: 1rem; }
  249. .field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
  250. font-size: 2rem; }
  251. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child {
  252. display: grid;
  253. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  254. grid-template-rows: repeat(4, auto); }
  255. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images {
  256. z-index: -99;
  257. filter: grayscale(100%);
  258. filter: brightness(0%);
  259. opacity: 0.5;
  260. grid-column: 1 /span 10;
  261. grid-row: 1 / span 4; }
  262. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images img {
  263. width: 100vw;
  264. height: auto; }
  265. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
  266. grid-column: 2 /span 3;
  267. grid-row: 2 / span 3;
  268. font-size: 6rem;
  269. font-weight: 800;
  270. color: #009ee3;
  271. margin: 0; }
  272. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
  273. margin: 0; }
  274. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  275. grid-column: 4;
  276. grid-row: 1;
  277. margin-top: 2rem; }
  278. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
  279. color: #e1000f;
  280. font-weight: 900;
  281. text-transform: uppercase; }
  282. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  283. grid-column: 2;
  284. grid-row: 4;
  285. max-width: 70%;
  286. min-width: fit-content;
  287. height: 1.5rem;
  288. padding: 0.4rem 1rem;
  289. font-size: 0.8rem;
  290. margin-bottom: 2.5rem;
  291. background-color: white;
  292. border: 2px solid #009ee3;
  293. list-style: none;
  294. text-align: center !important; }
  295. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a {
  296. display: inline-flex;
  297. text-transform: uppercase;
  298. font-weight: 700;
  299. color: #009ee3; }
  300. .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  301. display: block;
  302. 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>'); }
  303. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  304. display: grid;
  305. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  306. height: 0; }
  307. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  308. grid-column: 3;
  309. position: relative;
  310. max-width: 70%;
  311. min-width: fit-content;
  312. height: 1.5rem;
  313. padding: 0.4rem 1rem;
  314. font-size: 0.8rem;
  315. margin: 0;
  316. background-color: white;
  317. border: 2px solid #009ee3;
  318. list-style: none;
  319. top: -200%;
  320. text-align: center !important; }
  321. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a {
  322. display: inline-flex;
  323. text-transform: uppercase;
  324. font-weight: 700;
  325. color: #009ee3; }
  326. .block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
  327. 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>'); }
  328. .block-region-content {
  329. position: relative; }
  330. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
  331. display: grid;
  332. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  333. position: relative;
  334. background-color: #009ee3;
  335. height: 0;
  336. width: 100%;
  337. position: relative; }
  338. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien.field--type-link {
  339. position: relative;
  340. bottom: +326%;
  341. grid-column: 5;
  342. width: inherit;
  343. font-size: 0.8rem;
  344. list-style: none;
  345. background-color: #009ee3;
  346. display: flex;
  347. justify-content: center; }
  348. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien.field--type-link a {
  349. text-transform: uppercase;
  350. font-weight: 700;
  351. color: #09398b; }
  352. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien.field--type-link a:before {
  353. display: block;
  354. width: fit-content;
  355. 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="white" stroke="white" stroke-width="0.7"/></svg>'); }
  356. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  357. position: relative;
  358. bottom: +140%;
  359. grid-column: 5;
  360. background-color: #009ee3; }
  361. .block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p {
  362. color: white;
  363. font-size: 1.2rem;
  364. padding-left: 1rem;
  365. padding-right: 1rem;
  366. margin-top: 0;
  367. text-align: center; }
  368. .block-views-blockactus-blocks-pages-block-1 {
  369. clear: both;
  370. border-bottom: 5px solid #009ee3;
  371. border-top: 5px solid #009ee3; }
  372. .block-views-blockactus-blocks-pages-block-1 .view-content {
  373. display: grid;
  374. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  375. margin: auto;
  376. padding-top: 2rem;
  377. padding-bottom: 4rem; }
  378. .block-views-blockactus-blocks-pages-block-1 .view-content .views-row:nth-of-type(1) {
  379. grid-column: 2; }
  380. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite {
  381. color: black;
  382. line-height: 1.5rem;
  383. padding: 0.5rem; }
  384. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child {
  385. display: flex;
  386. flex-direction: column; }
  387. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(1) {
  388. order: 1; }
  389. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(4) {
  390. order: 2; }
  391. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(5) {
  392. order: 3; }
  393. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-images .field__item img {
  394. max-width: 70%;
  395. max-height: 130px;
  396. object-fit: cover;
  397. width: 100%;
  398. padding-bottom: 1rem; }
  399. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite time {
  400. font-size: 0.9rem;
  401. font-weight: 800;
  402. padding-right: 1rem;
  403. width: fit-content; }
  404. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite time:after {
  405. padding-left: 0.5rem;
  406. content: "|"; }
  407. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field:not(.field--name-field-images) {
  408. width: 100%; }
  409. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite h2 {
  410. margin: 0; }
  411. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a {
  412. color: black; }
  413. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links {
  414. padding-top: none !important;
  415. list-style: none;
  416. width: fit-content;
  417. align-self: flex-end;
  418. padding-right: 1rem; }
  419. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links a {
  420. display: none; }
  421. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-actu-type {
  422. padding-top: 1rem; }
  423. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
  424. display: grid;
  425. grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  426. position: relative;
  427. height: 0; }
  428. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link {
  429. grid-area: 8 / span 9;
  430. justify-self: end;
  431. position: relative;
  432. top: -200%;
  433. width: fit-content;
  434. height: fit-content;
  435. padding: 0.4rem 1rem;
  436. font-size: 0.8rem;
  437. margin: 0;
  438. background-color: white;
  439. border: 2px solid #009ee3;
  440. list-style: none; }
  441. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
  442. text-transform: uppercase;
  443. font-weight: 700;
  444. color: #009ee3; }
  445. .block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a::after {
  446. 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>'); }
  447. .view-display-id-block_2:is(.view-id-home_nodes) {
  448. padding-top: 2rem;
  449. background: url("../images/pictos/carre-contour-bleu.svg");
  450. background-repeat: no-repeat;
  451. max-width: 100vw;
  452. background-size: cover; }
  453. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  454. width: 70%;
  455. margin: auto; }
  456. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
  457. display: flex;
  458. flex-direction: row; }
  459. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links {
  460. align-self: flex-end;
  461. width: fit-content;
  462. height: fit-content;
  463. padding: 0.4rem 1rem;
  464. font-size: 0.8rem;
  465. margin: 0;
  466. background-color: white;
  467. border: 2px solid #009ee3;
  468. list-style: none; }
  469. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a {
  470. text-transform: uppercase;
  471. font-weight: 700;
  472. color: #009ee3; }
  473. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a:after {
  474. 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>'); }
  475. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
  476. width: 15rem;
  477. height: auto; }
  478. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-title {
  479. display: none; }
  480. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche {
  481. flex: 1 1 50px;
  482. padding-left: 1rem; }
  483. .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
  484. background-color: white;
  485. font-size: 1.5rem;
  486. width: 110%;
  487. margin-bottom: 2rem;
  488. padding-bottom: 2rem;
  489. margin-block-start: 0; }
  490. .node-id-20 {
  491. background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
  492. background-repeat: repeat;
  493. background-position-y: 7rem;
  494. max-width: 100vw;
  495. background-size: contain; }
  496. .node-id-20 .layout__region--top {
  497. padding-bottom: 3rem; }
  498. .node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  499. font-family: 'Source Code Pro';
  500. font-size: 2rem;
  501. font-weight: 800;
  502. color: white;
  503. background-color: #009ee3;
  504. text-transform: uppercase; }
  505. .field--name-field-partenaires {
  506. padding-top: 3rem; }
  507. .field--name-field-partenaires .paragraph--type--partenaire {
  508. background-color: white;
  509. width: 75%;
  510. padding-bottom: 3rem;
  511. display: grid;
  512. grid-template-columns: repeat(auto-fill, 120px);
  513. grid-template-rows: repeat(auto-fill); }
  514. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
  515. grid-column: 1 / 4;
  516. grid-row: 1 / 3; }
  517. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre {
  518. grid-column: 3 / 7;
  519. grid-row: 1;
  520. font-weight: 800; }
  521. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-texte {
  522. grid-column: 3 / 7;
  523. grid-row: 2; }
  524. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-lien {
  525. grid-column: 3 / 7;
  526. grid-row: 3; }
  527. .field--name-field-partenaires a {
  528. color: black; }
  529. .field--name-field-partenaires a svg {
  530. display: none; }
  531. .node-id-35 .region-content {
  532. background: url("../images/pictos/carre-contour-bleu_gouvernance.svg");
  533. background-repeat: no-repeat;
  534. max-width: 100vw;
  535. background-size: contain; }
  536. .node-id-35 .layout__region--top {
  537. padding-bottom: 3rem; }
  538. .node-id-35 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  539. font-family: 'Source Code Pro';
  540. font-size: 2rem;
  541. font-weight: 800;
  542. color: white;
  543. background-color: #009ee3;
  544. text-transform: uppercase; }
  545. .node-id-3 {
  546. background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
  547. background-repeat: no-repeat;
  548. background-position-y: 7rem;
  549. max-width: 100vw;
  550. background-size: contain; }
  551. .node-id-3 .layout__region--top {
  552. padding-bottom: 3rem; }
  553. .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  554. font-family: 'Source Code Pro';
  555. font-size: 2rem;
  556. font-weight: 800;
  557. color: #009ee3;
  558. background-color: white;
  559. text-transform: uppercase; }
  560. .path-actualites {
  561. background-color: rgba(0, 158, 227, 0.2);
  562. margin: 0; }
  563. .path-actualites .block-region-content {
  564. display: grid;
  565. grid-template-columns: 1fr 8fr 1fr;
  566. margin: auto;
  567. padding-top: 3rem; }
  568. .path-actualites .block-region-content .block-views {
  569. grid-column: 2; }
  570. .path-actualites .block-region-content .block-views .view-content {
  571. display: flex;
  572. flex-direction: row;
  573. flex-wrap: wrap; }
  574. .path-actualites .block-region-content .block-views .view-content .views-row {
  575. width: 25%;
  576. flex: 0 0 25%; }
  577. .path-actualites .block-region-content .block-views .view-display-id-block_2 {
  578. padding-top: 0; }
  579. .path-actualites .block-region-content .block-views .node-type-actualite {
  580. color: #09398b;
  581. line-height: 1.5rem;
  582. padding: 0.5rem;
  583. padding-right: 1rem;
  584. padding-left: 1rem; }
  585. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child {
  586. display: flex;
  587. flex-direction: column; }
  588. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
  589. order: 1; }
  590. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
  591. order: 2; }
  592. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
  593. order: 3; }
  594. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
  595. color: #09398b; }
  596. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
  597. width: 100%;
  598. max-height: 175px;
  599. object-fit: cover; }
  600. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
  601. display: block;
  602. 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>'); }
  603. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time {
  604. font-size: 0.9rem;
  605. font-weight: 800;
  606. padding-right: 1rem;
  607. width: fit-content; }
  608. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time:after {
  609. padding-left: 0.5rem;
  610. content: "|"; }
  611. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field:not(.field--name-field-images) {
  612. width: 80%; }
  613. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child h2 {
  614. margin: 0; }
  615. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links {
  616. padding-top: none !important;
  617. list-style: none;
  618. width: fit-content;
  619. align-self: flex-end;
  620. padding-right: 1rem; }
  621. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links a {
  622. display: none; }
  623. .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-actu-type {
  624. padding-top: 1rem; }
  625. .node-id-4 {
  626. background: url("../images/pictos/carre-contour-bleu_programme.svg");
  627. background-repeat: no-repeat;
  628. background-position-y: 7rem;
  629. max-width: 100vw;
  630. background-size: contain; }
  631. .node-id-4 .layout__region--top {
  632. padding-bottom: 3rem; }
  633. .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  634. font-family: 'Source Code Pro';
  635. font-size: 2rem;
  636. font-weight: 800;
  637. color: white;
  638. background-color: #009ee3;
  639. text-transform: uppercase; }
  640. .node-id-5 .region-content {
  641. background: url("../images/pictos/carre-contour-bleu_contact.svg");
  642. background-repeat: no-repeat;
  643. max-width: 100vw;
  644. background-size: contain; }
  645. .node-id-5 .layout__region--top {
  646. padding-bottom: 3rem; }
  647. .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
  648. font-family: 'Source Code Pro';
  649. font-size: 2rem;
  650. font-weight: 800;
  651. color: white;
  652. background-color: #009ee3;
  653. text-transform: uppercase; }
  654. .block-views-blockfaq-block-1 {
  655. display: grid;
  656. grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
  657. .block-views-blockfaq-block-1 div:first-child {
  658. grid-column: 2 / span 3; }
  659. .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse {
  660. border-bottom: 1px solid #009ee3;
  661. padding-bottom: 2rem; }
  662. .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title {
  663. display: none; }
  664. .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. .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. .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-reponse {
  674. display: none; }
  675. .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .opened {
  676. display: block; }
  677. .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. .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. .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. .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. .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. .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. .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens svg {
  706. display: none; }
  707. .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-ress {
  708. margin-top: 0.5rem; }
  709. .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; }