styles.css 42 KB

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