styles.css 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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. .note {
  795. display: table;
  796. border: 1px solid #333;
  797. text-align: center;
  798. font-weight: bold;
  799. padding: 1rem;
  800. background-color: grey; }
  801. .node-book-edit-form {
  802. width: 80%;
  803. border-top-style: solid;
  804. padding: 5rem;
  805. font-size: 1rem; }
  806. .node-book-edit-form .js-filter-wrapper.js-form-wrapper.form-wrapper {
  807. font-size: 1rem;
  808. color: rgba(0, 0, 0, 0.2); }
  809. .node-book-edit-form .js-filter-wrapper.js-form-wrapper.form-wrapper ul {
  810. list-style: none; }
  811. .node-book-edit-form #field-article-values {
  812. border-collapse: separate;
  813. margin: 3rem; }
  814. .node-book-edit-form #field-article-values tr {
  815. margin: 3rem;
  816. padding: 3rem; }
  817. .node-book-edit-form #field-article-values .paragraph-type {
  818. box-shadow: 1px, black; }
  819. .node-book-edit-form #field-article-values .paragraph-type-label {
  820. font-weight: 800;
  821. background-color: rgba(140, 234, 247, 0.2);
  822. padding: 3rem; }
  823. .js-form-type-tablefield table {
  824. width: 100%; }
  825. .js-form-type-tablefield table td {
  826. overflow: hidden; }
  827. .js-form-type-tablefield table td input {
  828. border-style: none; }
  829. /*partials*/
  830. .layout-container {
  831. position: relative;
  832. width: 100vw; }
  833. .layout-container header {
  834. z-index: 99;
  835. width: 100vw; }
  836. #header-top {
  837. height: 7rem;
  838. padding-right: 2rem;
  839. padding-left: 2rem;
  840. background-color: white;
  841. display: flex;
  842. flex-direction: row;
  843. justify-content: space-between;
  844. color: black;
  845. top: 0%;
  846. scroll-margin: 8rem; }
  847. #header-top .region-header-top-rigth {
  848. display: flex;
  849. flex-direction: row; }
  850. #header-top .region-header-top-left {
  851. display: flex;
  852. flex-direction: row; }
  853. #header-top .region-header-top-left #block-rorschach-site-branding {
  854. display: flex; }
  855. #header-top .region-header-top-left #block-rorschach-site-branding img {
  856. width: 50%; }
  857. #header-top .region-header-top-left #block-rorschach-main-menu {
  858. align-self: baseline;
  859. width: 70%;
  860. margin-left: 3rem;
  861. margin-right: 3rem; }
  862. #header-top .region-header-top-left ul {
  863. font-size: 1rem;
  864. list-style: none;
  865. display: flex;
  866. flex-direction: row;
  867. justify-content: space-between;
  868. width: 100%;
  869. padding-inline-start: 0px;
  870. padding: 1rem; }
  871. #header-top .region-header-top-left ul ul {
  872. display: flex;
  873. flex-direction: column;
  874. display: none;
  875. min-width: 100px;
  876. width: 100%;
  877. justify-content: space-between;
  878. padding-inline-start: 0px; }
  879. #header-top .region-header-top-left ul li {
  880. display: flex;
  881. flex-direction: column;
  882. background-color: white;
  883. padding-bottom: 0.8rem;
  884. max-width: inherit;
  885. width: 220px;
  886. height: 20px; }
  887. #header-top .region-header-top-left ul li a {
  888. color: black; }
  889. #header-top .region-header-top-left ul li:hover ul {
  890. display: block; }
  891. #header-top .region-header-top-left ul .ul1.sous-liste.ul2 {
  892. padding-left: 1rem; }
  893. #fotter-bottom {
  894. box-shadow: 1px 0px 8px black;
  895. display: flex;
  896. flex: 1 1 120px;
  897. flex-direction: row;
  898. background-color: white;
  899. padding-top: 3rem; }
  900. @media (max-width: 810px) {
  901. #fotter-bottom {
  902. flex-direction: column;
  903. padding-right: 1rem; } }
  904. #fotter-bottom .region {
  905. display: block;
  906. padding-left: 2rem;
  907. padding-right: 1rem;
  908. padding-bottom: 1rem;
  909. border-left: #009ee3 solid 1px; }
  910. #fotter-bottom .region h2 {
  911. margin-top: 0;
  912. color: #09398b;
  913. font-size: 1.2rem; }
  914. #fotter-bottom .region-footer-bottom-left {
  915. margin-left: 3rem;
  916. border: none;
  917. width: 20%; }
  918. @media (max-width: 810px) {
  919. #fotter-bottom .region-footer-bottom-left {
  920. width: 100%;
  921. margin-left: 0rem; } }
  922. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
  923. display: flex;
  924. flex-direction: row;
  925. justify-content: flex-start;
  926. flex-wrap: wrap;
  927. padding-top: 1rem; }
  928. #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  929. padding-right: 1rem;
  930. padding-bottom: 1rem; }
  931. #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 img {
  932. width: auto;
  933. height: 30px; }
  934. #fotter-bottom .region-footer-bottom-right {
  935. width: 30%;
  936. display: flex;
  937. flex-direction: column-reverse;
  938. justify-content: flex-end; }
  939. @media (max-width: 810px) {
  940. #fotter-bottom .region-footer-bottom-right {
  941. width: 100%; } }
  942. #fotter-bottom .region-footer-bottom-right #block-socialnetwork {
  943. margin-bottom: 1rem; }
  944. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
  945. margin-top: 0;
  946. display: flex;
  947. flex-direction: row-reverse;
  948. justify-content: flex-end; }
  949. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
  950. color: white;
  951. font-size: 0;
  952. padding-left: 1rem; }
  953. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg.ext {
  954. display: none; }
  955. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter {
  956. display: flex; }
  957. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
  958. content: url("../images/pictos/twitter_black.svg");
  959. min-width: 50px; }
  960. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube {
  961. display: flex; }
  962. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube:before {
  963. content: url("../images/pictos/youtube_black.svg");
  964. min-width: 50px; }
  965. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin {
  966. display: flex; }
  967. #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-linkedin:before {
  968. content: url("../images/pictos/linkedin_black.svg");
  969. min-width: 50px; }
  970. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
  971. margin-top: 0;
  972. color: #09398b;
  973. font-weight: 800;
  974. list-style: none;
  975. padding-left: 0; }
  976. #fotter-bottom .region-footer-bottom-right #block-pieddepage ul a {
  977. color: #09398b;
  978. font-size: 1.2rem;
  979. text-decoration: underline;
  980. margin-top: 0; }
  981. #fotter-bottom .region-footer-bottom-middle {
  982. width: 60%; }
  983. @media (max-width: 810px) {
  984. #fotter-bottom .region-footer-bottom-middle {
  985. width: 100%; } }
  986. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content {
  987. display: flex;
  988. flex-direction: row;
  989. justify-content: flex-start;
  990. flex-wrap: wrap; }
  991. #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  992. padding-right: 1rem;
  993. padding-bottom: 1rem; }
  994. article.node-type-book {
  995. width: 70%; }
  996. article.node-type-book nav h2 {
  997. visibility: hidden; }
  998. article.node-type-book nav ul {
  999. display: flex;
  1000. flex-direction: row;
  1001. justify-content: space-between;
  1002. list-style: none;
  1003. box-shadow: 0px 0px 1px black; }
  1004. article.node-type-book .links.inline {
  1005. list-style: none;
  1006. box-shadow: 0px 0px 1px black; }
  1007. #block-breadcrumbs nav ol {
  1008. list-style: none;
  1009. display: flex;
  1010. flex-direction: row;
  1011. justify-content: flex-start;
  1012. flex-wrap: wrap; }
  1013. #block-breadcrumbs nav ol li {
  1014. padding-right: 0.5rem; }
  1015. #block-breadcrumbs nav ol li ::after {
  1016. padding-left: 0.5rem;
  1017. content: ">>"; }
  1018. #block-rorschach-primary-local-tasks {
  1019. display: flex;
  1020. flex-direction: row; }