styles.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. /*eql*/
  2. /*global*/
  3. @font-face {
  4. font-family: 'Font Awesome';
  5. src: url("../fonts/Font Awesome/fontawesome-webfont.woff2") format("woff2");
  6. font-weight: 400;
  7. font-style: normal; }
  8. /*marianne*/
  9. @font-face {
  10. font-family: 'Marianne';
  11. src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
  12. font-weight: 300;
  13. font-style: normal; }
  14. @font-face {
  15. font-family: 'Marianne';
  16. src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
  17. font-weight: 300;
  18. font-style: italic; }
  19. @font-face {
  20. font-family: 'Marianne';
  21. src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
  22. font-weight: 400;
  23. font-style: normal; }
  24. @font-face {
  25. font-family: 'Marianne';
  26. src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
  27. font-weight: 400;
  28. font-style: italic; }
  29. @font-face {
  30. font-family: 'Marianne';
  31. src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
  32. font-weight: 600;
  33. font-style: normal; }
  34. @font-face {
  35. font-family: 'Marianne';
  36. src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
  37. font-weight: 600;
  38. font-style: italic; }
  39. @font-face {
  40. font-family: 'Marianne';
  41. src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
  42. font-weight: 800;
  43. font-style: normal; }
  44. @font-face {
  45. font-family: 'Marianne';
  46. src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
  47. font-weight: 800;
  48. font-style: italic; }
  49. @font-face {
  50. font-family: 'Marianne';
  51. src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
  52. font-weight: 900;
  53. font-style: normal; }
  54. @font-face {
  55. font-family: 'Marianne';
  56. src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
  57. font-weight: 900;
  58. font-style: italic; }
  59. @font-face {
  60. font-family: 'Marianne';
  61. src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
  62. font-weight: 1000;
  63. font-style: normal; }
  64. @font-face {
  65. font-family: 'Marianne';
  66. src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
  67. font-weight: 1000;
  68. font-style: italic; }
  69. /* Manifont Grotesk */
  70. /* Colors used for EQL */
  71. .layout-container {
  72. font-family: "Marianne", sans-serif;
  73. margin: none;
  74. top: 0%;
  75. left: 0%;
  76. width: 100%;
  77. overflow: hidden; }
  78. .layout-content {
  79. padding-bottom: 6rem; }
  80. .path-frontpage {
  81. margin: 0; }
  82. .path-node {
  83. margin: 0; }
  84. .field--name-field-titre .field__item {
  85. color: #09398b;
  86. font-weight: 900;
  87. font-size: 2rem; }
  88. .field--name-field-titre .field__label {
  89. visibility: hidden; }
  90. .inter-titre {
  91. color: #009ee3;
  92. text-transform: uppercase; }
  93. a {
  94. text-decoration: none; }
  95. /*pages*/
  96. /*
  97. @import "pages/partials/header_footer";
  98. @import "pages/home";*/
  99. .layout__region--top {
  100. height: 500px;
  101. padding-bottom: 3rem; }
  102. .layout__region--top .block-region-top {
  103. height: inherit; }
  104. .layout__region--top .block-entity-fieldnodefield-images {
  105. height: inherit; }
  106. .layout__region--top .block-entity-fieldnodefield-images .field--name-field-images {
  107. height: inherit; }
  108. .layout__region--top .block-entity-fieldnodefield-images .field--name-field-images .field__item {
  109. height: inherit; }
  110. .layout__region--top .block-entity-fieldnodefield-images .field--name-field-images .field__item img {
  111. width: 65%;
  112. height: inherit;
  113. object-fit: cover;
  114. position: relative;
  115. z-index: -2; }
  116. .layout__region--top .block-entity-fieldnodetitle {
  117. display: block;
  118. position: relative;
  119. float: right;
  120. top: -420px;
  121. width: 60%;
  122. z-index: -1; }
  123. .layout__region--top .block-entity-fieldnodetitle .field--name-title {
  124. font-size: 4rem;
  125. font-weight: 800;
  126. color: #009ee3;
  127. background-color: white;
  128. padding: 2rem 1rem 2rem 1rem; }
  129. .layout__region--first .block-region-first {
  130. width: 50%;
  131. float: right; }
  132. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
  133. display: flex;
  134. justify-content: left;
  135. padding-right: 2rem; }
  136. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
  137. display: flex;
  138. font-size: 1rem;
  139. font-weight: 800;
  140. color: #09398b;
  141. border-bottom: 1px solid #009ee3;
  142. padding-bottom: 0.5rem;
  143. padding-top: 0.5rem; }
  144. .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  145. font-size: 2rem;
  146. font-weight: 800;
  147. color: #09398b; }
  148. .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  149. padding-right: 2rem; }
  150. .layout__region--third .field--name-field-fichiers {
  151. display: flex;
  152. justify-self: right;
  153. min-height: 4rem;
  154. max-width: 70%;
  155. background: #009ee3;
  156. color: white;
  157. align-content: flex-end;
  158. align-items: center;
  159. justify-content: center; }
  160. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf {
  161. padding: 1rem; }
  162. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf a {
  163. color: white;
  164. font-weight: 800; }
  165. .layout__region--third .block-entity-fieldnodefield-ress h2 {
  166. font-size: 1rem;
  167. color: #09398b; }
  168. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource {
  169. display: flex;
  170. border-bottom: 1px solid #009ee3;
  171. padding-bottom: 2rem;
  172. max-width: 70%; }
  173. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field, .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource a {
  174. line-height: 0.6rem;
  175. font-size: 1.5rem;
  176. color: #09398b;
  177. font-weight: 500; }
  178. .field--type-entity-reference-revisions .paragraph-summary {
  179. font-family: "Marianne", sans-serif;
  180. font-size: 5rem;
  181. font-weight: 600;
  182. color: black !important;
  183. text-transform: capitalize; }
  184. .field--type-entity-reference-revisions .paragraph-summary span:nth-of-type(2n) {
  185. display: block;
  186. font-size: 1rem; }
  187. .field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
  188. font-size: 2rem; }
  189. .block-views-blockactus-blocks-pages-block-1 {
  190. background-color: #09398b;
  191. padding: 1rem; }
  192. .block-views-blockactus-blocks-pages-block-1 .view-content {
  193. display: flex;
  194. flex-direction: row;
  195. padding-left: 8rem;
  196. padding-right: 4rem;
  197. margin: auto; }
  198. .block-views-blockactus-blocks-pages-block-1 .view-content .views-row {
  199. width: 25%; }
  200. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite {
  201. color: white;
  202. line-height: 1.5rem;
  203. padding: 0.5rem; }
  204. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child {
  205. display: flex;
  206. flex-direction: column; }
  207. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(1) {
  208. order: 1; }
  209. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(4) {
  210. order: 2; }
  211. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(5) {
  212. order: 3; }
  213. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-images .field__item img {
  214. width: 50%;
  215. height: fit-content; }
  216. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field:not(.field--name-field-images) {
  217. width: 100%; }
  218. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite h2 {
  219. margin: 0; }
  220. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a {
  221. color: white; }
  222. .layout--onecol .field--type-link {
  223. display: block;
  224. float: right;
  225. width: fit-content;
  226. height: fit-content;
  227. padding: 0.4rem 1rem;
  228. font-size: 0.8rem;
  229. margin: 0;
  230. background-color: white;
  231. border: 2px solid #009ee3;
  232. list-style: none; }
  233. .layout--onecol .field--type-link a {
  234. text-transform: uppercase;
  235. font-weight: 700;
  236. color: #009ee3; }
  237. .layout--onecol .field--type-link a::after {
  238. display: inline-block;
  239. content: url("../../images/pictos/polygon2.svg"); }
  240. .view-display-id-block_2 {
  241. padding-top: 2rem; }
  242. .view-display-id-block_2 .node-type-static {
  243. width: 80%;
  244. margin: auto;
  245. padding: 1rem; }
  246. .view-display-id-block_2 .node-type-static div:first-child:not(.field__item):not(.field) {
  247. display: flex;
  248. flex-direction: row; }
  249. .view-display-id-block_2 .node-type-static .inline.links {
  250. align-self: flex-end;
  251. width: fit-content;
  252. height: fit-content;
  253. padding: 0.4rem 1rem;
  254. font-size: 0.8rem;
  255. margin: 0;
  256. background-color: white;
  257. border: 2px solid #009ee3;
  258. list-style: none; }
  259. .view-display-id-block_2 .node-type-static .inline.links a {
  260. text-transform: uppercase;
  261. font-weight: 700;
  262. color: #009ee3; }
  263. .view-display-id-block_2 .node-type-static .field--name-field-images .field__item img {
  264. width: 15rem;
  265. height: auto; }
  266. .view-display-id-block_2 .node-type-static .field--name-title {
  267. display: none; }
  268. .view-display-id-block_2 .node-type-static .field--name-field-accroche {
  269. flex: 1 1 50px;
  270. padding-left: 1rem; }
  271. .view-display-id-block_2 .node-type-static .field--name-field-accroche p {
  272. font-size: 1.5rem;
  273. width: 110%; }
  274. .field--name-field-partenaires {
  275. display: flex;
  276. flex-direction: column; }
  277. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
  278. display: block;
  279. width: 30%;
  280. height: inherit;
  281. float: left; }
  282. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre {
  283. clear: both;
  284. width: 70%;
  285. font-weight: 800; }
  286. .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-texte {
  287. width: 70%; }
  288. /*partials*/
  289. .layout-container {
  290. position: relative; }
  291. header {
  292. position: sticky; }
  293. #header-top {
  294. height: 7rem;
  295. background-color: white;
  296. box-shadow: 1px 0px 8px black;
  297. display: flex;
  298. flex-direction: row;
  299. justify-content: space-between;
  300. color: black; }
  301. #header-top .region-header-top-left {
  302. display: flex;
  303. flex-direction: row;
  304. padding: 1rem;
  305. align-items: center;
  306. color: black;
  307. font-weight: 800; }
  308. #header-top .region-header-top-left ul {
  309. list-style: none;
  310. display: flex;
  311. flex-direction: row; }
  312. #header-top .region-header-top-left ul li {
  313. padding-right: 1rem; }
  314. #header-top .region-header-top-left ul li a {
  315. color: black; }
  316. #header-top .region-header-top-left ul li .is-active {
  317. color: #009ee3; }
  318. #header-top .region-header-top-left ul .ul2 {
  319. flex-direction: column; }
  320. #header-top .region-header-top-left :hover {
  321. color: #009ee3; }
  322. #header-top li ul {
  323. display: flex;
  324. flex-direction: column; }
  325. #header-top #block-burger {
  326. z-index: 1;
  327. background-color: #009ee3;
  328. font-size: 0.5rem;
  329. color: white;
  330. display: block;
  331. width: 7rem;
  332. height: 7rem;
  333. margin-top: 0; }
  334. #header-top #block-burger :hover {
  335. cursor: pointer; }
  336. #header-top #block-burger h2:after {
  337. display: block;
  338. height: 60px;
  339. font-family: 'Font Awesome';
  340. content: "\f0c9";
  341. font-weight: 100;
  342. font-size: 5rem;
  343. height: 6rem; }
  344. #header-top #block-burger #block-burger-menu {
  345. display: block;
  346. margin: 0;
  347. align-self: center;
  348. text-align: center;
  349. height: 7rem; }
  350. #header-top #block-burger .ul1:not(.sous-liste) {
  351. width: 300%;
  352. position: relative;
  353. right: 260px;
  354. margin: 0;
  355. padding-top: 2rem;
  356. z-index: 99; }
  357. #header-top #block-burger ul {
  358. display: none;
  359. background-color: #009ee3;
  360. line-height: 2rem;
  361. list-style: none; }
  362. #header-top #block-burger ul .ul1 .sous-liste a {
  363. opacity: 1; }
  364. #header-top #block-burger ul a {
  365. opacity: 0.6;
  366. color: white;
  367. font-weight: 800;
  368. font-size: 1rem; }
  369. #header-top #block-burger.opened ul {
  370. display: block; }
  371. #fotter-bottom {
  372. display: flex;
  373. flex-direction: row; }
  374. #fotter-bottom .region {
  375. display: block;
  376. padding-left: 1rem;
  377. border-left: #009ee3 solid 1px;
  378. padding-bottom: 2rem; }
  379. #fotter-bottom .region h2 {
  380. margin-top: 0;
  381. color: #09398b; }
  382. #fotter-bottom .region img {
  383. height: 4rem;
  384. width: auto; }
  385. #fotter-bottom .region-footer-bottom-left {
  386. border: none; }
  387. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul {
  388. margin-top: 0;
  389. color: #09398b;
  390. font-weight: 800;
  391. list-style: none; }
  392. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
  393. color: #09398b;
  394. font-size: 1.5rem;
  395. margin-top: 0; }
  396. #fotter-bottom .view-id-partenaires .view-content {
  397. display: flex;
  398. flex-direction: row;
  399. justify-content: flex-start;
  400. flex-wrap: wrap; }
  401. #fotter-bottom .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  402. padding-right: 1rem;
  403. padding-bottom: 1rem; }