styles.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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. position: absolute;
  73. font-family: "Marianne", sans-serif;
  74. margin: none;
  75. top: 0%;
  76. left: 0%; }
  77. .path-frontpage {
  78. margin: 0; }
  79. a {
  80. text-decoration: none; }
  81. /*pages*/
  82. /*
  83. @import "pages/partials/header_footer";
  84. @import "pages/home";*/
  85. .field--name-field-liens {
  86. float: right;
  87. width: 20%;
  88. margin-right: 10%;
  89. margin-bottom: 2rem;
  90. justify-items: center; }
  91. .field--name-field-liens .ext {
  92. display: flex;
  93. flex-direction: row-reverse;
  94. position: sticky;
  95. height: fit-content;
  96. font-weight: 900;
  97. background-color: #009ee3;
  98. color: white;
  99. text-decoration: none;
  100. justify-content: left;
  101. align-items: center;
  102. padding: 0.2rem; }
  103. .field--name-field-liens .ext svg {
  104. width: 70px;
  105. height: 70px;
  106. padding: 0;
  107. padding-right: 1rem;
  108. padding-left: 0.5rem;
  109. padding-bottom: 1rem;
  110. margin: 0;
  111. fill: black; }
  112. .field--name-field-liens .ext svg path, .field--name-field-liens .ext svg svg.mailto path {
  113. stroke: black;
  114. stroke-width: 0.1px; }
  115. .field--name-field-fichiers {
  116. position: relative;
  117. clear: right;
  118. float: right;
  119. width: 20%;
  120. margin-right: 10%; }
  121. .field--name-field-fichiers .file--mime-application-pdf {
  122. display: flex;
  123. height: fit-content;
  124. font-weight: 900;
  125. background-color: #009ee3;
  126. color: white;
  127. justify-content: right;
  128. align-items: center;
  129. padding: 1rem; }
  130. .field--name-field-fichiers .file--mime-application-pdf a {
  131. color: white;
  132. text-decoration: none; }
  133. .field--type-entity-reference-revisions .paragraph-summary {
  134. font-family: "Marianne", sans-serif;
  135. font-size: 5rem;
  136. font-weight: 600;
  137. color: black !important;
  138. text-transform: capitalize; }
  139. .field--type-entity-reference-revisions .paragraph-summary span:nth-of-type(2n) {
  140. display: block;
  141. font-size: 1rem; }
  142. .field--type-entity-reference-revisions .paragraph-summary:nth-of-type(2n) {
  143. font-size: 2rem; }
  144. .contextual-region {
  145. display: grid;
  146. grid-template-columns: 10% 2fr 2fr 2fr 2fr 10%;
  147. grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr; }
  148. .block-views-blockactus-blocks-pages-block-1 {
  149. background-color: #09398b; }
  150. .view-content {
  151. display: flex;
  152. flex-direction: row;
  153. justify-content: space-around; }
  154. .view-content .node-type-actualite div:first-child {
  155. padding: 1rem;
  156. color: white; }
  157. .view-content .node-type-actualite div:first-child .field--name-field-images .field__item img {
  158. height: 400px; }
  159. .view-content .node-type-actualite a {
  160. color: white; }
  161. /*partials*/
  162. #header-top {
  163. height: 7rem;
  164. background-color: white;
  165. box-shadow: 1px 0px 8px black;
  166. display: flex;
  167. flex-direction: row;
  168. justify-content: space-between;
  169. color: black;
  170. position: sticky; }
  171. #header-top .region-header-top-left {
  172. display: flex;
  173. flex-direction: row;
  174. padding: 1rem;
  175. align-items: center;
  176. color: black;
  177. font-weight: 800;
  178. position: sticky; }
  179. #header-top .region-header-top-left ul {
  180. list-style: none;
  181. display: flex;
  182. flex-direction: row; }
  183. #header-top .region-header-top-left ul li {
  184. padding-right: 1rem; }
  185. #header-top .region-header-top-left ul li a {
  186. color: black; }
  187. #header-top .region-header-top-left ul li a .is-active {
  188. color: #009ee3; }
  189. #header-top .region-header-top-left ul .ul2 {
  190. flex-direction: column; }
  191. #header-top .region-header-top-left :hover {
  192. color: #009ee3; }
  193. #header-top li ul {
  194. display: flex;
  195. flex-direction: column; }
  196. #header-top #block-burger {
  197. background-color: #009ee3;
  198. font-size: 0.7rem;
  199. color: white;
  200. display: block;
  201. width: 7rem;
  202. height: 7rem;
  203. margin-top: 0; }
  204. #header-top #block-burger h2::after {
  205. display: block;
  206. font-family: 'Font Awesome';
  207. content: "\f0c9";
  208. font-size: 5rem; }
  209. #header-top #block-burger #block-burger-menu {
  210. display: block;
  211. margin-top: 0;
  212. align-self: center;
  213. text-align: center; }
  214. #header-top #block-burger ul {
  215. display: none; }
  216. #header-top #block-burger ul .open {
  217. width: 100vw;
  218. position: relative;
  219. bottom: 8%;
  220. left: calc(-30vw + 50%);
  221. display: block;
  222. height: fit-content;
  223. padding-bottom: 1rem;
  224. padding-top: 1rem;
  225. background-color: #009ee3;
  226. line-height: 2rem;
  227. list-style: none; }
  228. #header-top #block-burger ul .open .ul1 .sous-liste {
  229. left: calc(-50vw + 50%);
  230. padding-top: 0; }
  231. #header-top #block-burger ul .open .ul1 .sous-liste a {
  232. opacity: 1; }
  233. #header-top #block-burger ul .open a {
  234. color: white;
  235. font-weight: 800;
  236. font-size: 1.7rem;
  237. opacity: 0.7; }
  238. #fotter-bottom {
  239. display: flex;
  240. flex-direction: row;
  241. justify-content: space-around; }
  242. #fotter-bottom .region {
  243. display: block;
  244. padding-left: 1rem;
  245. border-left: #009ee3 solid 1px;
  246. padding-bottom: 2rem; }
  247. #fotter-bottom .region h2 {
  248. margin-top: 0;
  249. color: #09398b; }
  250. #fotter-bottom .region img {
  251. height: 50px;
  252. width: auto; }
  253. #fotter-bottom .region-footer-bottom-left {
  254. border: none; }
  255. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul {
  256. margin-top: 0;
  257. color: #09398b;
  258. font-weight: 800;
  259. list-style: none; }
  260. #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
  261. color: #09398b;
  262. font-size: 1.5rem;
  263. margin-top: 0; }