styles.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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. .node-type-static {
  134. display: grid;
  135. grid-template-columns: 2fr 2fr 2fr 2fr 2fr; }
  136. .field--type-entity-reference-revisions .paragraph-summary {
  137. font-family: "Marianne", sans-serif;
  138. font-size: 5rem;
  139. font-weight: 600;
  140. color: black !important;
  141. text-transform: capitalize; }
  142. .field--type-entity-reference-revisions .paragraph-summary span:nth-of-type(2n) {
  143. display: block;
  144. font-size: 1rem; }
  145. .contextual-region {
  146. display: grid;
  147. grid-template-columns: 10% 2fr 2fr 2fr 2fr 10%;
  148. grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr; }
  149. .block-views-blockactus-blocks-pages-block-1 {
  150. background-color: #09398b; }
  151. .view-content {
  152. display: flex;
  153. flex-direction: row;
  154. justify-content: space-around; }
  155. .view-content .node-type-actualite div:first-child {
  156. padding: 1rem;
  157. color: white; }
  158. .view-content .node-type-actualite div:first-child .field--name-field-images .field__item img {
  159. height: 400px; }
  160. .view-content .node-type-actualite a {
  161. color: white; }
  162. /*partials*/
  163. #header-top {
  164. height: 7rem;
  165. background-color: white;
  166. box-shadow: 1px 0px 8px black;
  167. display: flex;
  168. flex-direction: row;
  169. justify-content: space-between;
  170. color: black;
  171. position: sticky; }
  172. #header-top .region-header-top-left {
  173. display: flex;
  174. flex-direction: row;
  175. padding: 1rem;
  176. align-items: center;
  177. color: black;
  178. font-weight: 800;
  179. position: sticky; }
  180. #header-top .region-header-top-left ul {
  181. list-style: none;
  182. display: flex;
  183. flex-direction: row; }
  184. #header-top .region-header-top-left ul li {
  185. padding-right: 1rem; }
  186. #header-top .region-header-top-left ul li a {
  187. color: black; }
  188. #header-top .region-header-top-left ul li a .is-active {
  189. color: #009ee3; }
  190. #header-top .region-header-top-left ul .ul2 {
  191. flex-direction: column; }
  192. #header-top .region-header-top-left :hover {
  193. color: #009ee3; }
  194. #header-top li ul {
  195. display: flex;
  196. flex-direction: column; }
  197. #header-top #block-burger {
  198. background-color: #009ee3;
  199. font-size: 0.7rem;
  200. color: white;
  201. display: block;
  202. width: 7rem;
  203. height: 7rem;
  204. margin-top: 0; }
  205. #header-top #block-burger h2::after {
  206. display: block;
  207. font-family: 'Font Awesome';
  208. content: "\f0c9";
  209. font-size: 5rem; }
  210. #header-top #block-burger #block-burger-menu {
  211. display: block;
  212. margin-top: 0;
  213. align-self: center;
  214. text-align: center; }
  215. #header-top #block-burger ul {
  216. display: none; }
  217. #header-top #block-burger ul .open {
  218. width: 100vw;
  219. position: relative;
  220. bottom: 8%;
  221. left: calc(-30vw + 50%);
  222. display: block;
  223. height: fit-content;
  224. padding-bottom: 1rem;
  225. padding-top: 1rem;
  226. background-color: #009ee3;
  227. line-height: 2rem;
  228. list-style: none; }
  229. #header-top #block-burger ul .open .ul1 .sous-liste {
  230. left: calc(-50vw + 50%);
  231. padding-top: 0; }
  232. #header-top #block-burger ul .open .ul1 .sous-liste a {
  233. opacity: 1; }
  234. #header-top #block-burger ul .open a {
  235. color: white;
  236. font-weight: 800;
  237. font-size: 1.7rem;
  238. opacity: 0.7; }
  239. #fotter-bottom {
  240. display: flex;
  241. flex-direction: row;
  242. justify-content: space-around; }
  243. #fotter-bottom #block-pieddepage ul {
  244. color: #09398b;
  245. font-weight: 800;
  246. list-style: none; }
  247. #fotter-bottom .twitter::before {
  248. font-family: "Font Awesome 5 Brands";
  249. content: "\f099"; }