styles.css 73 KB

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