styles.css 45 KB

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