styles.css 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021
  1. /*eql*/
  2. /*components*/
  3. .quote {
  4. font-weight: 700;
  5. width: 50%;
  6. margin: auto;
  7. background-color: hotpink; }
  8. table {
  9. border-collapse: collapse; }
  10. table thead th {
  11. border: 1px solid #333;
  12. text-align: center;
  13. font-weight: bold;
  14. padding: 1rem; }
  15. table tbody td {
  16. border: 1px solid #333;
  17. text-align: center;
  18. padding: 1rem; }
  19. /*global*/
  20. @font-face {
  21. font-family: 'Font Awesome';
  22. src: url("../fonts/Font Awesome/fontawesome-webfont.woff2") format("woff2");
  23. font-weight: 400;
  24. font-style: normal; }
  25. /*marianne*/
  26. @font-face {
  27. font-family: 'Marianne';
  28. src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
  29. font-weight: 300;
  30. font-style: normal; }
  31. @font-face {
  32. font-family: 'Marianne';
  33. src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
  34. font-weight: 300;
  35. font-style: italic; }
  36. @font-face {
  37. font-family: 'Marianne';
  38. src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
  39. font-weight: 400;
  40. font-style: normal; }
  41. @font-face {
  42. font-family: 'Marianne';
  43. src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
  44. font-weight: 400;
  45. font-style: italic; }
  46. @font-face {
  47. font-family: 'Marianne';
  48. src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
  49. font-weight: 600;
  50. font-style: normal; }
  51. @font-face {
  52. font-family: 'Marianne';
  53. src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
  54. font-weight: 600;
  55. font-style: italic; }
  56. @font-face {
  57. font-family: 'Marianne';
  58. src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
  59. font-weight: 800;
  60. font-style: normal; }
  61. @font-face {
  62. font-family: 'Marianne';
  63. src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
  64. font-weight: 800;
  65. font-style: italic; }
  66. @font-face {
  67. font-family: 'Marianne';
  68. src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
  69. font-weight: 900;
  70. font-style: normal; }
  71. @font-face {
  72. font-family: 'Marianne';
  73. src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
  74. font-weight: 900;
  75. font-style: italic; }
  76. @font-face {
  77. font-family: 'Marianne';
  78. src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
  79. font-weight: 1000;
  80. font-style: normal; }
  81. @font-face {
  82. font-family: 'Marianne';
  83. src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
  84. font-weight: 1000;
  85. font-style: italic; }
  86. /* Source Code Pro */
  87. @font-face {
  88. font-family: 'Source Code Pro';
  89. src: url("../fonts/source-code-pro/SourceCodePro-Medium.otf.woff2") format("woff2"), url("../fonts/source-code-pro/SourceCodePro-Medium.otf.woff") format("woff");
  90. font-weight: 500;
  91. font-style: normal; }
  92. @font-face {
  93. font-family: 'Source Code Pro';
  94. src: url("../fonts/source-code-pro/SourceCodePro-Bold.otf.woff2") format("woff2"), url("../fonts/source-code-pro/SourceCodePro-Bold.otf.woff") format("woff");
  95. font-weight: 1000;
  96. font-style: normal; }
  97. /* Colors used for EQL */
  98. .layout-container {
  99. font-family: "Marianne", sans-serif;
  100. margin: none;
  101. top: 0%;
  102. left: 0%;
  103. width: 100%;
  104. overflow: hidden; }
  105. .layout-container header {
  106. flex: 0 0 100%;
  107. grid-row: 1; }
  108. .layout-container main {
  109. width: 100%;
  110. position: relative;
  111. grid-column: 1 / 5;
  112. grid-row: 2 / span 4; }
  113. .layout-container main .layout-content {
  114. margin-left: 3rem;
  115. margin-right: 3rem;
  116. padding-bottom: 6rem; }
  117. .layout-container main .layout-content .field__label {
  118. visibility: hidden; }
  119. .layout-container aside {
  120. grid-column: 5 /span 6;
  121. grid-row: 2 /span 4; }
  122. .layout-container footer {
  123. grid-column: 1 / span 10;
  124. grid-row: 6; }
  125. a {
  126. text-decoration: none; }
  127. @media (max-width: 959px) {
  128. #block-headermenu {
  129. display: none; }
  130. .page-node-type-static .layout__region--top {
  131. height: 23vh; }
  132. .page-node-type-static .layout__region--top .block-entity-fieldnodetitle {
  133. margin-top: 11vh; }
  134. .page-node-type-static .node-id-20 .field--name-field-partenaires .paragraph--type--partenaire {
  135. display: flex;
  136. flex-direction: column; }
  137. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  138. width: 70%; }
  139. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
  140. display: flex;
  141. flex-direction: column; }
  142. .path-frontpage .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
  143. width: 100%; } }
  144. @media (max-width: 810px) {
  145. .page-node-type-static .layout__region--top {
  146. padding-bottom: 0rem; }
  147. .page-node-type-static .layout__region--top .block-entity-fieldnodetitle {
  148. margin-left: 8%;
  149. margin-right: 5%; }
  150. .page-node-type-static .layout__region--first .block-region-first {
  151. display: none; }
  152. .page-node-type-static .layout__region--second {
  153. flex: 0 1 80%;
  154. margin: auto; }
  155. .page-node-type-static .layout__region--third .block-region-third {
  156. margin: auto; } }
  157. @media (max-width: 479px) {
  158. #header-top #block-logogouv img {
  159. min-width: 45px;
  160. width: 70%;
  161. height: auto; }
  162. #header-top #block-logoeql img {
  163. min-width: 45px;
  164. width: 80%;
  165. height: auto; }
  166. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
  167. display: flex;
  168. flex-direction: column; }
  169. .path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 div:first-of-type {
  170. width: 90%;
  171. display: flex;
  172. margin: auto; } }
  173. /*pages*/
  174. /*
  175. @import "pages/partials/header_footer";
  176. @import "pages/home";*/
  177. .path-node.page-node-type-static .layout-container {
  178. overflow: unset; }
  179. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
  180. padding-bottom: 3rem;
  181. height: 30vh; }
  182. @media (max-width: 810px) {
  183. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
  184. padding-bottom: 0rem; } }
  185. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
  186. width: fit-content;
  187. margin-left: 11%;
  188. margin-top: 15vh; }
  189. @media (max-width: 810px) {
  190. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
  191. margin-left: 8%;
  192. margin-right: 5%; } }
  193. .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle .field--name-title {
  194. font-family: 'Source Code Pro';
  195. font-size: 2rem;
  196. font-weight: 800;
  197. text-transform: uppercase; }
  198. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first {
  199. position: relative; }
  200. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first {
  201. display: flex;
  202. justify-content: flex-end;
  203. position: -webkit-sticky;
  204. position: sticky;
  205. top: 10rem; }
  206. @media (max-width: 810px) {
  207. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first {
  208. display: none; } }
  209. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
  210. display: flex;
  211. width: 50%;
  212. background-color: white;
  213. padding-right: 2rem; }
  214. .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
  215. display: flex;
  216. font-size: 1rem;
  217. font-weight: 1000;
  218. color: #09398b;
  219. border-bottom: 1px solid #009ee3;
  220. padding-bottom: 0.8rem;
  221. padding-right: 1rem;
  222. margin-top: 1rem;
  223. scroll-margin-top: 7em; }
  224. .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 {
  225. text-decoration: underline; }
  226. @media (max-width: 810px) {
  227. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second {
  228. flex: 0 1 80%;
  229. margin: auto; } }
  230. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
  231. margin-top: 1rem;
  232. background-color: white; }
  233. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  234. font-size: 1.5rem;
  235. font-weight: 1000;
  236. font-family: 'Source Code Pro', monospace;
  237. color: #09398b;
  238. text-transform: uppercase;
  239. margin-top: 2rem;
  240. margin-bottom: 0.8rem; }
  241. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 {
  242. text-transform: none !important; }
  243. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 img {
  244. width: 100%;
  245. height: auto; }
  246. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  247. padding-right: 2rem; }
  248. .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes p {
  249. margin-top: 0; }
  250. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
  251. margin-top: 1rem;
  252. display: flex;
  253. flex-direction: column;
  254. width: 70%; }
  255. @media (max-width: 810px) {
  256. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
  257. margin: auto; } }
  258. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
  259. height: fit-content;
  260. border: 2px solid #009ee3;
  261. background-color: white; }
  262. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers {
  263. min-height: 4rem;
  264. background: white;
  265. color: #009ee3;
  266. padding-left: 0.8rem;
  267. padding-top: 1rem;
  268. margin-bottom: 1rem; }
  269. .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) {
  270. display: none; }
  271. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
  272. height: inherit;
  273. margin: auto; }
  274. .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 {
  275. content: url("../images/pictos/noun_Download_file_307900.svg");
  276. min-width: 40px;
  277. height: auto;
  278. padding-right: 0.5rem;
  279. display: inline-flex;
  280. align-items: center; }
  281. .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 {
  282. hyphens: auto;
  283. display: inline-flex;
  284. align-items: center;
  285. color: #009ee3;
  286. font-weight: 800; }
  287. .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 {
  288. margin: auto;
  289. height: fit-content;
  290. border: 2px solid #009ee3;
  291. min-height: 4rem;
  292. background: white;
  293. color: #009ee3;
  294. padding-left: 0.8rem;
  295. padding-top: 1rem;
  296. margin-bottom: 1rem; }
  297. .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 {
  298. display: inline-flex;
  299. align-items: center;
  300. justify-items: center;
  301. color: #009ee3;
  302. font-weight: 800; }
  303. .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 {
  304. content: url("../images/pictos/noun_External Link_674151.svg");
  305. min-width: 40px;
  306. height: auto;
  307. padding-right: 0.5rem;
  308. display: inline-flex;
  309. align-items: center; }
  310. .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 {
  311. display: none; }
  312. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress {
  313. margin-top: 3rem; }
  314. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress h2 {
  315. font-size: 0.8rem;
  316. color: black;
  317. font-weight: 900; }
  318. .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource {
  319. display: flex;
  320. flex-direction: column;
  321. border: 2px solid #009ee3;
  322. padding: 1rem;
  323. height: fit-content;
  324. margin-bottom: 1rem;
  325. background-color: white; }
  326. .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 {
  327. border-top: 1px solid #009ee3;
  328. padding-top: 1rem; }
  329. .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 {
  330. content: url("../images/pictos/noun_Arrow_3771902.svg");
  331. align-self: flex-end; }
  332. .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 {
  333. color: black;
  334. font-size: 1.4rem;
  335. font-weight: 600; }
  336. .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- {
  337. font-weight: 800; }
  338. .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 {
  339. margin: 0; }
  340. .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 {
  341. display: none; }
  342. .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 {
  343. margin: 0; }
  344. .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 {
  345. display: none; }
  346. .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 {
  347. display: none;
  348. width: 50%; }
  349. .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 {
  350. width: 100%;
  351. height: auto; }
  352. .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-type-de-ressource {
  353. display: inline-flex;
  354. margin-top: 2rem;
  355. background: #09398b;
  356. margin-right: 1rem;
  357. padding-left: 0.3rem;
  358. padding-right: 0.3rem;
  359. color: white;
  360. font-weight: 800;
  361. vertical-align: middle; }
  362. .path-frontpage .block-region-content {
  363. display: grid;
  364. grid-template-areas: "presentation presentation presentation presentation presentation presentation" "presentation presentation presentation presentation presentation presentation" "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";
  365. grid-template-rows: auto auto auto;
  366. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  367. min-height: 100vh; }
  368. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 {
  369. grid-area: presentation;
  370. background: url("../images/pictos/forme_home_2.svg");
  371. background-size: 75%;
  372. background-position-y: bottom;
  373. background-position-x: left;
  374. background-repeat: no-repeat; }
  375. @media (max-width: 810px) {
  376. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 {
  377. background: url("../images/pictos/forme_home_2_smartphone.svg");
  378. background-size: 100%;
  379. background-position-y: bottom;
  380. background-position-x: left;
  381. background-repeat: no-repeat; } }
  382. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child {
  383. display: grid;
  384. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  385. grid-template-rows: repeat(4, auto); }
  386. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images {
  387. display: none;
  388. grid-column: 4 / span 6;
  389. grid-row: 2; }
  390. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images .field__item {
  391. display: block;
  392. width: 400px;
  393. height: 400px; }
  394. @media (max-width: 1517px) {
  395. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images .field__item {
  396. width: 300px;
  397. height: 300px; } }
  398. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images .field__item img {
  399. max-width: 100%;
  400. max-height: 100%; }
  401. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
  402. grid-column: 2 /span 2;
  403. grid-row: 2 / span 2;
  404. font-size: 5rem;
  405. font-weight: 900;
  406. color: #009ee3;
  407. line-height: 6.9rem;
  408. margin-top: 4rem;
  409. margin-bottom: 5rem;
  410. width: fit-content; }
  411. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
  412. margin-top: 0rem;
  413. margin-bottom: 0; }
  414. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span {
  415. background-color: white; }
  416. @media (max-width: 810px) {
  417. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
  418. grid-column: 2 /span 5;
  419. grid-row: 2;
  420. font-size: 3rem;
  421. line-height: 4.3rem;
  422. margin-top: 0;
  423. margin-bottom: 1rem; }
  424. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
  425. margin-top: 0rem; } }
  426. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  427. grid-column: 2;
  428. grid-row: 1 / span 2;
  429. margin-top: 3rem;
  430. margin-bottom: 2rem; }
  431. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 {
  432. background-color: white; }
  433. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
  434. color: #e1000f;
  435. font-weight: 900;
  436. text-transform: uppercase;
  437. font-family: "Source Code Pro";
  438. display: table;
  439. margin: 0px auto 0px auto; }
  440. @media (max-width: 810px) {
  441. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
  442. margin-top: 1rem;
  443. grid-column: 2 / 6;
  444. grid-row: 1; } }
  445. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  446. grid-column: 2;
  447. grid-row: 4;
  448. max-width: 70%;
  449. min-width: fit-content;
  450. height: 1.5rem;
  451. padding: 0.4rem 1rem;
  452. font-size: 0.8rem;
  453. margin-bottom: 2.5rem;
  454. background-color: white;
  455. border: 2px solid #009ee3;
  456. list-style: none;
  457. text-align: center !important; }
  458. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a {
  459. display: inline-flex;
  460. text-transform: uppercase;
  461. font-weight: 700;
  462. color: #009ee3;
  463. align-items: center; }
  464. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  465. display: block;
  466. 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>'); }
  467. @media (max-width: 810px) {
  468. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
  469. grid-column: 2;
  470. grid-row: 3;
  471. font-size: 0.6rem; }
  472. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
  473. display: none; } }
  474. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  475. display: none;
  476. grid-area: presentation;
  477. grid-column: 3 /span 4;
  478. grid-row: 4;
  479. align-self: flex-end;
  480. margin-bottom: 2.5rem;
  481. max-width: 25%;
  482. min-width: fit-content; }
  483. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  484. grid-column: 3;
  485. position: relative;
  486. height: 1.5rem;
  487. padding: 0.4rem 1rem;
  488. font-size: 0.8rem;
  489. margin: 0;
  490. background-color: white;
  491. border: 2px solid #009ee3;
  492. list-style: none;
  493. top: -200%;
  494. text-align: center !important; }
  495. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a {
  496. display: inline-flex;
  497. text-transform: uppercase;
  498. font-weight: 700;
  499. color: #009ee3;
  500. align-items: center; }
  501. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a .ext {
  502. display: none; }
  503. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
  504. 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>'); }
  505. @media (max-width: 810px) {
  506. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
  507. grid-area: presentation;
  508. grid-column: 5;
  509. grid-row: 4; }
  510. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
  511. font-size: 0.6rem; }
  512. .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
  513. display: none; } }
  514. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
  515. display: none;
  516. grid-area: presentation;
  517. grid-column: 5;
  518. grid-row: 4;
  519. background-color: #009ee3;
  520. height: fit-content;
  521. align-self: flex-end;
  522. max-width: 70%;
  523. min-width: fit-content; }
  524. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien {
  525. text-align: center; }
  526. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien:before {
  527. margin-top: 1rem;
  528. display: block;
  529. content: url("../images/pictos/picto_faq.svg"); }
  530. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a {
  531. font-size: 0.8rem;
  532. font-weight: 1000;
  533. color: #09398b;
  534. text-transform: uppercase; }
  535. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  536. margin-bottom: 1rem; }
  537. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p {
  538. margin-top: 0;
  539. margin-bottom: 0;
  540. margin-left: 1.5rem;
  541. margin-right: 1.5rem;
  542. text-align: center; }
  543. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p a {
  544. font-weight: 800;
  545. color: white;
  546. font-size: 1.3rem; }
  547. @media (max-width: 810px) {
  548. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien {
  549. background-color: white;
  550. border: 2px solid #009ee3;
  551. padding: 0.4rem 1rem; }
  552. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien:before {
  553. display: none; }
  554. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a {
  555. display: inline-flex;
  556. text-transform: uppercase;
  557. font-weight: 700;
  558. color: #009ee3;
  559. align-items: center;
  560. font-size: 0.6rem; }
  561. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a::after {
  562. display: none; }
  563. .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description {
  564. display: none; } }
  565. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 {
  566. grid-column: 5;
  567. grid-row: 1;
  568. height: fit-content;
  569. display: flex;
  570. justify-self: flex-end;
  571. width: 50%;
  572. margin-top: 3rem; }
  573. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body {
  574. justify-content: right;
  575. display: flex;
  576. flex-direction: column;
  577. text-transform: uppercase;
  578. text-align: right;
  579. font-size: 1.3rem; }
  580. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(1):after {
  581. display: block;
  582. content: url("../images/pictos/noun_Arrow_3771902-rouge.svg");
  583. transform: rotate(90deg);
  584. height: fit-content;
  585. position: relative;
  586. top: -30px;
  587. right: -60px; }
  588. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(2) {
  589. font-size: 2.5rem;
  590. font-weight: 900; }
  591. @media (max-width: 810px) {
  592. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 {
  593. display: none;
  594. grid-column: 2 / span 6;
  595. grid-row: 3;
  596. width: 100%;
  597. margin-top: 8rem; }
  598. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body {
  599. justify-content: left;
  600. display: flex;
  601. flex-direction: row;
  602. text-transform: uppercase;
  603. text-align: left;
  604. align-items: center;
  605. font-size: 1rem;
  606. font-weight: 800; }
  607. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(1) {
  608. width: 25%;
  609. height: fit-content; }
  610. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(1):after {
  611. display: inline-flex;
  612. transform: rotate(360deg) translateX(80px) translateY(-6px) scale(50%); }
  613. .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(2) {
  614. margin: 0;
  615. text-align: right;
  616. justify-self: flex-end;
  617. font-size: 1.5rem;
  618. margin-left: 5rem;
  619. margin-top: 0.6rem;
  620. margin-bottom: 2rem; } }
  621. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 {
  622. grid-area: actus;
  623. width: 100vw;
  624. border-bottom: 5px solid #009ee3;
  625. border-top: 5px solid #009ee3;
  626. background: rgba(0, 158, 227, 0.2); }
  627. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
  628. display: grid;
  629. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  630. margin: auto;
  631. padding-top: 2rem;
  632. padding-bottom: 4rem; }
  633. @media (max-width: 479px) {
  634. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
  635. display: flex;
  636. padding-left: 1rem;
  637. width: 80%; } }
  638. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .views-row:nth-of-type(1) {
  639. grid-column: 2; }
  640. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite {
  641. color: black;
  642. line-height: 1.5rem;
  643. padding: 0.5rem; }
  644. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite div:first-child {
  645. display: flex;
  646. flex-direction: column; }
  647. .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 {
  648. order: 1; }
  649. .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 {
  650. max-width: 95%;
  651. max-height: 150px;
  652. object-fit: cover;
  653. width: 100%;
  654. padding-bottom: 1rem; }
  655. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date {
  656. order: 2;
  657. display: flex;
  658. flex-direction: row;
  659. justify-content: flex-start; }
  660. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date:not(:last-child):after {
  661. padding-right: 1rem;
  662. content: "|"; }
  663. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date time {
  664. font-size: 0.9rem;
  665. font-weight: 800;
  666. padding-right: 1rem;
  667. width: fit-content; }
  668. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-title {
  669. order: 3; }
  670. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-sous-titre {
  671. order: 4;
  672. margin-top: 0.3rem;
  673. font-weight: 800; }
  674. .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) {
  675. width: 100%; }
  676. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite h2 {
  677. margin: 0; }
  678. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite a {
  679. color: black; }
  680. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .inline.links {
  681. padding-top: none !important;
  682. list-style: none;
  683. width: fit-content;
  684. align-self: flex-end;
  685. padding-right: 1rem; }
  686. .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .inline.links a {
  687. display: none; }
  688. .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 {
  689. order: 5;
  690. padding-top: 1rem; }
  691. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
  692. grid-area: actus;
  693. grid-row: 6;
  694. grid-column: 5 / span 6;
  695. max-width: 50%;
  696. min-width: fit-content;
  697. margin-bottom: 2rem;
  698. align-self: flex-end; }
  699. @media (max-width: 479px) {
  700. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
  701. grid-column: 3 / span 6; } }
  702. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link {
  703. width: fit-content;
  704. height: fit-content;
  705. padding: 0.4rem 1rem;
  706. font-size: 0.8rem;
  707. margin: 0;
  708. background-color: white;
  709. border: 2px solid #009ee3;
  710. list-style: none;
  711. display: inline-flex; }
  712. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
  713. text-transform: uppercase;
  714. font-weight: 700;
  715. color: #009ee3;
  716. display: inline-flex;
  717. align-items: center; }
  718. .path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a::after {
  719. 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>'); }
  720. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 {
  721. grid-area: programme; }
  722. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) {
  723. padding-top: 2rem;
  724. background: url("../images/pictos/carre-contour-bleu.svg");
  725. background-repeat: no-repeat;
  726. max-width: 100vw;
  727. background-size: cover; }
  728. .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
  729. width: 70%;
  730. margin: auto; }
  731. .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) {
  732. display: flex;
  733. flex-direction: row;
  734. flex-wrap: wrap; }
  735. .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) {
  736. order: 3; }
  737. .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 {
  738. z-index: 95;
  739. align-self: flex-end;
  740. width: fit-content;
  741. height: fit-content;
  742. padding: 0.4rem 1rem;
  743. font-size: 0.8rem;
  744. margin: 0;
  745. background-color: white;
  746. border: 2px solid #009ee3;
  747. list-style: none; }
  748. .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 {
  749. text-transform: uppercase;
  750. font-weight: 700;
  751. color: #009ee3;
  752. display: inline-flex;
  753. align-items: center; }
  754. .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 {
  755. 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>'); }
  756. .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 {
  757. width: 15rem;
  758. height: auto; }
  759. .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 {
  760. display: none; }
  761. .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 {
  762. flex: 1 1 50px;
  763. padding-left: 1rem; }
  764. .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 {
  765. background-color: white;
  766. font-size: 1.5rem;
  767. width: 110%;
  768. padding-bottom: 2rem;
  769. margin-block-start: 0;
  770. text-align: start !important; }
  771. .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 {
  772. flex: 0 0 80%;
  773. padding-top: 4rem;
  774. margin: auto; }
  775. .field--name-field-subheading {
  776. font-size: 2rem; }
  777. article.node-type-book {
  778. width: 70%; }
  779. article.node-type-book h2 {
  780. visibility: hidden; }
  781. article.node-type-book div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) {
  782. display: flex;
  783. flex-direction: row;
  784. justify-content: space-between;
  785. list-style: none;
  786. box-shadow: 0px 0px 1px black; }
  787. article.node-type-book .links.inline {
  788. list-style: none;
  789. box-shadow: 0px 0px 1px black; }
  790. #edit-field-article-0-subform-field-subheading-0-format {
  791. font-size: 1rem;
  792. visibility: hidden; }
  793. #edit-field-article-1-subform-field-subheading-0-format {
  794. font-size: 1rem;
  795. visibility: hidden; }
  796. #edit-field-article-2-subform-field-subheading-0-format {
  797. font-size: 1rem;
  798. visibility: hidden; }
  799. #edit-field-article-3-subform-field-subheading-0-format {
  800. font-size: 1rem;
  801. visibility: hidden; }
  802. #edit-field-article-4-subform-field-subheading-0-format {
  803. font-size: 1rem;
  804. visibility: hidden; }
  805. #edit-field-article-5-subform-field-subheading-0-format {
  806. font-size: 1rem;
  807. visibility: hidden; }
  808. #edit-field-article-6-subform-field-subheading-0-format {
  809. font-size: 1rem;
  810. visibility: hidden; }
  811. #edit-field-article-8-subform-field-subheading-0-format {
  812. font-size: 1rem;
  813. visibility: hidden; }
  814. /*partials*/
  815. .layout-container {
  816. position: relative;
  817. width: 100vw; }
  818. .layout-container header {
  819. z-index: 99;
  820. width: 100vw; }
  821. #header-top {
  822. height: 7rem;
  823. background-color: white;
  824. display: flex;
  825. flex-direction: row;
  826. justify-content: space-between;
  827. color: black;
  828. top: 0%;
  829. scroll-margin: 8rem; }
  830. #header-top .region-header-top-rigth {
  831. display: flex;
  832. flex-direction: row; }
  833. #header-top .region-header-top-left {
  834. display: flex;
  835. flex-direction: row; }
  836. #header-top .region-header-top-left #block-rorschach-site-branding img {
  837. width: 10%; }
  838. #header-top .region-header-top-left #block-rorschach-main-menu {
  839. align-self: baseline;
  840. width: 70%;
  841. margin-left: 3rem;
  842. margin-right: 3rem; }
  843. #header-top .region-header-top-left ul {
  844. font-size: 1rem;
  845. list-style: none;
  846. display: flex;
  847. flex-direction: row;
  848. justify-content: space-between;
  849. width: 100%;
  850. padding-inline-start: 0px;
  851. padding: 1rem; }
  852. #header-top .region-header-top-left ul ul {
  853. display: flex;
  854. flex-direction: column;
  855. display: none;
  856. min-width: 100px;
  857. width: 100%;
  858. justify-content: space-between;
  859. padding-inline-start: 0px; }
  860. #header-top .region-header-top-left ul li {
  861. display: flex;
  862. flex-direction: column;
  863. background-color: white;
  864. padding-bottom: 0.8rem;
  865. max-width: inherit;
  866. width: 220px;
  867. height: 20px; }
  868. #header-top .region-header-top-left ul li a {
  869. color: black; }
  870. #header-top .region-header-top-left ul li:hover ul {
  871. display: block; }
  872. #header-top .region-header-top-left ul .ul1.sous-liste.ul2 {
  873. padding-left: 1rem; }
  874. #fotter-bottom {
  875. box-shadow: 1px 0px 8px black;
  876. display: flex;
  877. flex: 1 1 120px;
  878. flex-direction: row;
  879. background-color: white;
  880. padding-top: 3rem; }
  881. @media (max-width: 810px) {
  882. #fotter-bottom {
  883. flex-direction: column;
  884. padding-right: 1rem; } }
  885. #fotter-bottom .region {
  886. display: block;
  887. padding-left: 2rem;
  888. padding-right: 1rem;
  889. padding-bottom: 1rem;
  890. border-left: #009ee3 solid 1px; }
  891. #fotter-bottom .region h2 {
  892. margin-top: 0;
  893. color: #09398b;
  894. font-size: 1.2rem; }
  895. #fotter-bottom .region-footer-bottom-left {
  896. margin-left: 3rem;
  897. border: none;
  898. width: 20%; }
  899. @media (max-width: 810px) {
  900. #fotter-bottom .region-footer-bottom-left {
  901. width: 100%;
  902. margin-left: 0rem; } }
  903. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
  904. display: flex;
  905. flex-direction: row;
  906. justify-content: flex-start;
  907. flex-wrap: wrap;
  908. padding-top: 1rem; }
  909. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  910. padding-right: 1rem;
  911. padding-bottom: 1rem; }
  912. #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 img {
  913. width: auto;
  914. height: 30px; }
  915. #fotter-bottom .region-footer-bottom-right {
  916. width: 30%;
  917. display: flex;
  918. flex-direction: column-reverse;
  919. justify-content: flex-end; }
  920. @media (max-width: 810px) {
  921. #fotter-bottom .region-footer-bottom-right {
  922. width: 100%; } }
  923. #fotter-bottom .region-footer-bottom-right #block-socialnetwork {
  924. margin-bottom: 1rem; }
  925. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
  926. margin-top: 0;
  927. display: flex;
  928. flex-direction: row-reverse;
  929. justify-content: flex-end; }
  930. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
  931. color: white;
  932. font-size: 0;
  933. padding-left: 1rem; }
  934. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg.ext {
  935. display: none; }
  936. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter {
  937. display: flex; }
  938. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
  939. content: url("../images/pictos/twitter_black.svg");
  940. min-width: 50px; }
  941. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube {
  942. display: flex; }
  943. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube:before {
  944. content: url("../images/pictos/youtube_black.svg");
  945. min-width: 50px; }
  946. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin {
  947. display: flex; }
  948. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin:before {
  949. content: url("../images/pictos/linkedin_black.svg");
  950. min-width: 50px; }
  951. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
  952. margin-top: 0;
  953. color: #09398b;
  954. font-weight: 800;
  955. list-style: none;
  956. padding-left: 0; }
  957. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul a {
  958. color: #09398b;
  959. font-size: 1.2rem;
  960. text-decoration: underline;
  961. margin-top: 0; }
  962. #fotter-bottom .region-footer-bottom-middle {
  963. width: 60%; }
  964. @media (max-width: 810px) {
  965. #fotter-bottom .region-footer-bottom-middle {
  966. width: 100%; } }
  967. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content {
  968. display: flex;
  969. flex-direction: row;
  970. justify-content: flex-start;
  971. flex-wrap: wrap; }
  972. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  973. padding-right: 1rem;
  974. padding-bottom: 1rem; }
  975. #block-breadcrumbs nav ol {
  976. list-style: none;
  977. display: flex;
  978. flex-direction: row;
  979. justify-content: flex-start; }
  980. #block-breadcrumbs nav ol li {
  981. padding-right: 1rem; }
  982. #block-breadcrumbs nav ol li ::after {
  983. padding-left: 1rem;
  984. content: " >"; }