styles.css 49 KB

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