styles.css 49 KB

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