front.scss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. header {
  2. #block-colloque2024-mainnavigation {
  3. ul {
  4. li {
  5. font-size: 0.8rem;
  6. a {
  7. color: black;
  8. font-family: "Marianneregular";
  9. &.is-active {
  10. font-family: "Mariannebold";
  11. color: black;
  12. text-decoration: none;
  13. }
  14. &:hover {
  15. font-family: "Mariannebold";
  16. color: black;
  17. text-decoration: none;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. }
  24. #txt_present {
  25. margin: 3rem 0;
  26. @media screen and (min-width: 992px) {
  27. margin: 5rem 0;
  28. }
  29. & * {
  30. color: $col_black;
  31. }
  32. & > div {
  33. // margin: 2rem auto;
  34. min-width: 80% !important; ///changement 2024
  35. }
  36. .__title-present {
  37. h2 {
  38. font-size: 1.9rem;
  39. font-family: "Marianneregular";
  40. line-height: normal;
  41. }
  42. }
  43. .__sub-title-present {
  44. p {
  45. font-family: "Marianneregular_italic";
  46. font-size: 0.9rem;
  47. line-height: 1.3rem;
  48. }
  49. }
  50. .__body-present {
  51. p {
  52. font-family: "Mariannelight";
  53. font-size: 1.5rem;
  54. line-height: 1.8rem;
  55. }
  56. }
  57. .more_link {
  58. padding: 0rem 1rem 0.2rem 1rem;
  59. background: white;
  60. a {
  61. font-size: 0.7rem;
  62. color: $color2024;
  63. }
  64. }
  65. }
  66. #block-colloque2024-views-block-dernieres-publications-block-1,
  67. #block-colloque2024-views-block-slide-interviews-block-1 {
  68. .views {
  69. section:not(.wrap_head) {
  70. margin: 1rem 0;
  71. @media screen and (min-width: 768px) {
  72. margin: 1rem calc(0rem - #{$gutter});
  73. }
  74. }
  75. }
  76. }
  77. #block-colloque2024-views-block-gallerie-block-1 {
  78. section:not(.wrap_head) {
  79. display: flex;
  80. flex-wrap: wrap;
  81. margin: 0 -1rem !important;
  82. figure {
  83. padding: 1rem;
  84. margin: 0;
  85. width: 100%;
  86. max-height: 400px;
  87. @media screen and (min-width: 768px) {
  88. width: calc(100% / 3);
  89. max-height: 300px;
  90. }
  91. @media screen and (min-width: 1024px) {
  92. width: calc(100% / 6);
  93. max-height: 200px;
  94. }
  95. img {
  96. width: 100%;
  97. height: 100%;
  98. object-fit: cover;
  99. }
  100. }
  101. }
  102. .pager {
  103. text-align: center;
  104. margin: 2rem;
  105. .wrap--btn {
  106. a {
  107. @include shadow;
  108. background: white;
  109. width: fit-content;
  110. margin: auto;
  111. padding: 0.5rem 1rem;
  112. font-size: 12px;
  113. display: block;
  114. font-family: "Mariannebold";
  115. color: $color2;
  116. }
  117. }
  118. }
  119. }
  120. .lightbox {
  121. position: fixed !important;
  122. top: 50% !important;
  123. transform: translateY(-50%) !important;
  124. }
  125. .lb-dataContainer {
  126. width: 100%;
  127. background: white;
  128. .lb-details {
  129. width: 100%;
  130. }
  131. span {
  132. display: block;
  133. text-align: center;
  134. color: black;
  135. }
  136. .lb-number {
  137. font-family: "Mariannebold";
  138. padding-bottom: 0;
  139. }
  140. }
  141. #block-colloque2024-views-block-gallerie-block-1,
  142. #block-colloque2024-views-block-slide-programme-block-1,
  143. #block-colloque2024-views-block-dernieres-publications-block-1,
  144. #block-colloque2024-views-block-slide-interviews-block-1 {
  145. margin: 2rem 0;
  146. @media screen and (min-width: 992px) {
  147. margin: 5rem 0;
  148. }
  149. h3 {
  150. // text-transform: uppercase;
  151. margin: 0;
  152. font-family: "Mariannebold";
  153. font-size: 2.5rem;
  154. letter-spacing: $letter_spacingH;
  155. color: $color2024;
  156. }
  157. }
  158. #block-colloque2024-views-block-slide-programme-block-1 {
  159. h3 {
  160. &::after {
  161. display: inline-flex;
  162. width: 60px;
  163. height: 60px;
  164. vertical-align: middle;
  165. margin-left: 20px;
  166. // @include labelOnline;
  167. }
  168. }
  169. }
  170. ///changement 2024
  171. #mainHome{
  172. max-width: 100vw;
  173. margin: 0;
  174. display: flex;
  175. .layout-content{
  176. margin: auto;
  177. // height: 1500px;
  178. max-width: 1140px;
  179. }
  180. }
  181. #block-colloque2024-renderedsitesettingsblock-6{
  182. display: flex;
  183. margin: auto;
  184. .site_setting_entity{
  185. display: grid;
  186. grid-template-columns: repeat(7, 1fr);
  187. margin: auto;
  188. // width: 90%;
  189. @media screen and (max-width: 300px) {
  190. display: flex;
  191. flex-direction: column;
  192. }
  193. div:nth-of-type(1){
  194. font-size: 8rem;
  195. font-family: 'Mariannebold';
  196. line-height: 95%;
  197. grid-column: 1 / span 5;
  198. grid-row: 2;
  199. @media screen and (max-width: 300px) {
  200. font-size: 4.5rem;
  201. order: 3;
  202. }
  203. }
  204. div:nth-of-type(2){
  205. grid-column: 1 / 4;
  206. grid-row: 3;
  207. font-size: 2.5rem;
  208. @media screen and (max-width: 300px) {
  209. font-size: 1.5rem;
  210. order: 4;
  211. }
  212. }
  213. div:nth-of-type(4){
  214. text-transform: uppercase;
  215. font-family: 'Mariannebold';
  216. font-size: 3.5rem;
  217. grid-column: 5 / span 7;
  218. grid-row: 3;
  219. @media screen and (max-width: 300px) {
  220. font-size: 1.5rem;
  221. order: 2;
  222. }
  223. }
  224. div:nth-of-type(3){
  225. text-transform: uppercase;
  226. grid-column: 5 / span 7;
  227. grid-row: 1;
  228. font-size: 2rem;
  229. @media screen and (max-width: 300px) {
  230. font-size: 1.5rem;
  231. order: 1;
  232. }
  233. }
  234. }
  235. }
  236. #txt_present{
  237. .medias{
  238. display: none;
  239. }
  240. }
  241. #block-colloque2024-views-block-slide-interviews-block-1{
  242. display: none;
  243. }
  244. #block-colloque2024-views-block-gallerie-block-1{
  245. display: none;
  246. }
  247. #block-colloque2024-views-block-dernieres-publications-block-1{
  248. display: none;
  249. }