styles.css 49 KB

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