styles.css 42 KB

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