styles.css 49 KB

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