styles.css 8.4 KB

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