styles.css 62 KB

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