styles.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. /*eql*/
  2. /*global*/
  3. @font-face {
  4. font-family: 'Font Awesome';
  5. src: url("../fonts/Font Awesome/fa-regular-400.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: 3rem; }
  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 .block-entity-fieldnodefield-images img {
  100. width: 65%;
  101. object-fit: cover;
  102. height: 500px; }
  103. .layout__region--top .block-entity-fieldnodetitle {
  104. display: block;
  105. position: relative;
  106. float: right;
  107. top: -375px;
  108. width: 60%; }
  109. .layout__region--top .block-entity-fieldnodetitle .field--name-title {
  110. font-size: 4rem;
  111. font-weight: 800;
  112. color: #009ee3;
  113. background-color: white;
  114. padding: 2rem 1rem 2rem 1rem; }
  115. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
  116. display: flex;
  117. justify-content: left;
  118. padding-right: 2rem; }
  119. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
  120. display: flex;
  121. font-size: 1rem;
  122. font-weight: 800;
  123. color: #09398b; }
  124. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:focus {
  125. text-decoration: underline; }
  126. .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre::after {
  127. border-bottom: olivedrab; }
  128. .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
  129. font-size: 2rem;
  130. font-weight: 800;
  131. color: #09398b; }
  132. .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
  133. padding-right: 2rem; }
  134. .layout__region--third .field--name-field-fichiers {
  135. display: flex;
  136. justify-self: right;
  137. min-height: 4rem;
  138. max-width: 70%;
  139. background: #009ee3;
  140. color: white;
  141. align-content: flex-end;
  142. align-items: center;
  143. justify-content: center; }
  144. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf {
  145. padding: 1rem; }
  146. .layout__region--third .field--name-field-fichiers .file--mime-application-pdf a {
  147. color: white;
  148. font-weight: 800; }
  149. .layout__region--third .block-entity-fieldnodefield-ress h2 {
  150. font-size: 1rem;
  151. color: #09398b; }
  152. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource {
  153. display: flex;
  154. border-bottom: 1px solid #009ee3;
  155. padding-bottom: 2rem;
  156. max-width: 70%; }
  157. .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource .field, .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource a {
  158. line-height: 0.6rem;
  159. font-size: 1.5rem;
  160. color: #09398b;
  161. font-weight: 500; }
  162. .field--type-entity-reference-revisions .paragraph-summary {
  163. font-family: "Marianne", sans-serif;
  164. font-size: 5rem;
  165. font-weight: 600;
  166. color: black !important;
  167. text-transform: capitalize; }
  168. .field--type-entity-reference-revisions .paragraph-summary span:nth-of-type(2n) {
  169. display: block;
  170. font-size: 1rem; }
  171. .field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
  172. font-size: 2rem; }
  173. .block-views-blockactus-blocks-pages-block-1 {
  174. background-color: #09398b;
  175. padding: 1rem; }
  176. .block-views-blockactus-blocks-pages-block-1 .view-content {
  177. display: flex;
  178. flex-direction: row;
  179. justify-content: space-around; }
  180. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child {
  181. color: white; }
  182. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child .field--name-field-images .field__item img {
  183. width: 200px;
  184. height: fit-content; }
  185. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite h2 {
  186. margin: 0; }
  187. .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a {
  188. color: white; }
  189. .node-type-actualite div:first-child {
  190. display: flex;
  191. flex-direction: column; }
  192. .node-type-actualite div:first-child :nth-child(1) {
  193. order: 1; }
  194. .node-type-actualite div:first-child :nth-child(4) {
  195. order: 2; }
  196. .node-type-actualite div:first-child :nth-child(5) {
  197. order: 3; }
  198. .field--type-link {
  199. display: block;
  200. width: fit-content;
  201. padding: 1rem;
  202. font-size: 1.5rem;
  203. background-color: white;
  204. border: 2px solid #009ee3; }
  205. .field--type-link a {
  206. font-size: 1rem;
  207. text-transform: uppercase;
  208. font-weight: 700;
  209. color: #009ee3; }
  210. .field--type-link a::after {
  211. display: inline-block;
  212. content: url("../../images/pictos/polygon2.svg");
  213. background: green; }
  214. .node-type-static {
  215. padding: 1rem; }
  216. .node-type-static .inline.links {
  217. display: block;
  218. width: fit-content;
  219. padding: 1rem;
  220. font-size: 1rem;
  221. border: 2px solid #009ee3;
  222. list-style: none; }
  223. .node-type-static .inline.links a {
  224. text-transform: uppercase;
  225. font-weight: 700;
  226. color: #009ee3; }
  227. /*partials*/
  228. #header-top {
  229. height: 7rem;
  230. background-color: white;
  231. box-shadow: 1px 0px 8px black;
  232. display: flex;
  233. flex-direction: row;
  234. justify-content: space-between;
  235. color: black;
  236. position: sticky; }
  237. #header-top .region-header-top-left {
  238. display: flex;
  239. flex-direction: row;
  240. padding: 1rem;
  241. align-items: center;
  242. color: black;
  243. font-weight: 800;
  244. position: sticky; }
  245. #header-top .region-header-top-left ul {
  246. list-style: none;
  247. display: flex;
  248. flex-direction: row; }
  249. #header-top .region-header-top-left ul li {
  250. padding-right: 1rem; }
  251. #header-top .region-header-top-left ul li a {
  252. color: black; }
  253. #header-top .region-header-top-left ul li a .is-active {
  254. color: #009ee3; }
  255. #header-top .region-header-top-left ul .ul2 {
  256. flex-direction: column; }
  257. #header-top .region-header-top-left :hover {
  258. color: #009ee3; }
  259. #header-top li ul {
  260. display: flex;
  261. flex-direction: column; }
  262. #header-top #block-burger {
  263. z-index: 1;
  264. background-color: #009ee3;
  265. font-size: 0.5rem;
  266. color: white;
  267. display: block;
  268. width: 7rem;
  269. height: 7rem;
  270. margin-top: 0; }
  271. #header-top #block-burger :hover {
  272. cursor: pointer; }
  273. #header-top #block-burger h2::after {
  274. display: block;
  275. font-family: 'Font Awesome';
  276. content: "\f0c9";
  277. height: 60px;
  278. font-size: 1rem; }
  279. #header-top #block-burger #block-burger-menu {
  280. display: block;
  281. margin: 0;
  282. align-self: center;
  283. text-align: center;
  284. height: 7rem; }
  285. #header-top #block-burger .menuOpen:first-of-type {
  286. width: 500%;
  287. position: relative;
  288. right: 0; }
  289. #header-top #block-burger ul {
  290. display: none;
  291. background-color: #009ee3;
  292. line-height: 2rem;
  293. list-style: none; }
  294. #header-top #block-burger ul .ul1 .sous-liste a {
  295. opacity: 1; }
  296. #header-top #block-burger ul a {
  297. color: white;
  298. font-weight: 800;
  299. font-size: 1rem; }
  300. #header-top #block-burger.opened ul {
  301. display: block; }
  302. #fotter-bottom {
  303. display: flex;
  304. flex-direction: row; }
  305. #fotter-bottom .region {
  306. display: block;
  307. padding-left: 1rem;
  308. border-left: #009ee3 solid 1px;
  309. padding-bottom: 2rem; }
  310. #fotter-bottom .region h2 {
  311. margin-top: 0;
  312. color: #09398b; }
  313. #fotter-bottom .region img {
  314. height: 4rem;
  315. width: auto; }
  316. #fotter-bottom .region-footer-bottom-left {
  317. border: none; }
  318. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul {
  319. margin-top: 0;
  320. color: #09398b;
  321. font-weight: 800;
  322. list-style: none; }
  323. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
  324. color: #09398b;
  325. font-size: 1.5rem;
  326. margin-top: 0; }
  327. #fotter-bottom .view-id-partenaires .view-content {
  328. display: flex;
  329. flex-direction: row;
  330. justify-content: flex-start;
  331. flex-wrap: wrap; }
  332. #fotter-bottom .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
  333. padding-right: 1rem;
  334. padding-bottom: 1rem; }