_projets-complets-ecran.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .path-projets-complets {
  2. .layout-container header{
  3. top: inherit !important;
  4. left: inherit !important;
  5. }
  6. .layout-content{
  7. // width: 90vw;
  8. // margin: auto;
  9. }
  10. // =========================
  11. // ÉCRAN
  12. // =========================
  13. span {
  14. display: none;
  15. }
  16. .print-header{
  17. display: none;
  18. }
  19. ///// bouton print //////
  20. .view-header{
  21. display: flex;
  22. flex-direction: row;
  23. // position: fixed;
  24. // right: 0;
  25. &::before{
  26. content: '2. ';
  27. margin-right: 2rem;
  28. // margin-bottom: 1rem;
  29. // margin-left: 0.5rem;
  30. font-weight: 600;
  31. font-size: 1.5rem;
  32. // width: 160px;
  33. min-width: fit-content;
  34. @media (max-width: 479px){
  35. padding-bottom: 1rem;
  36. }
  37. }
  38. margin-left: 3rem;
  39. order: 2;
  40. margin-top: 5rem;
  41. p{
  42. font-weight: 600;
  43. text-transform: uppercase;
  44. padding: 0.3rem 0.7rem;
  45. width: fit-content;
  46. background-color: $blue-light;
  47. border: none;
  48. margin: 0;}
  49. a{color: white;}
  50. }
  51. .view-projets{
  52. margin-bottom: 4rem !important;
  53. display: flex;
  54. flex-direction: column;
  55. ///// filtres ///////////
  56. .buttons-filtres-ressources{display: none;}
  57. margin: auto;
  58. .view-filters{
  59. order: 1;
  60. margin-top: 4rem;
  61. margin-left: 3rem;
  62. padding-left: 0.5rem;
  63. display: flex;
  64. flex-direction: column;
  65. @media (max-width: 479px){
  66. flex-direction: column;
  67. padding-bottom: 3rem;
  68. margin-top: 0rem;
  69. }
  70. &::before{
  71. content: '1. Sélectionner les projets à imprimer :';
  72. margin-right: 2rem;
  73. margin-bottom: 1rem;
  74. // margin-left: 0.5rem;
  75. font-weight: 600;
  76. font-size: 1.5rem;
  77. // width: 160px;
  78. min-width: fit-content;
  79. @media (max-width: 479px){
  80. padding-bottom: 1rem;
  81. }
  82. }
  83. }
  84. .view-content{
  85. order: 3;
  86. }
  87. .field--name-title {
  88. order: 2;
  89. font-family: "Marianne";
  90. font-size: 2rem;
  91. font-weight: 800;
  92. color: $blue-light;
  93. @media (max-width: 1624px) {
  94. font-size: 2.3rem;
  95. }
  96. @media (max-width: 1384px) {
  97. font-size: 2rem;
  98. }
  99. @media (max-width: 1216px) {
  100. font-size: 2rem;
  101. }
  102. @media (max-width: 810px) {
  103. font-size: 1.7rem;
  104. }
  105. a {
  106. color: $blue-light;
  107. }
  108. }
  109. .field--name-field-equipe {
  110. order: 3;
  111. color: $blue-dark;
  112. font-size: 1.5rem;
  113. font-weight: 900;
  114. text-transform: uppercase;
  115. @media (max-width: 1624px) {
  116. font-size: 1.3rem;
  117. }
  118. @media (max-width: 1216px) {
  119. font-size: 1.1rem;
  120. }
  121. @media (max-width: 810px) {
  122. font-size: 1rem;
  123. }
  124. .field__label {
  125. display: none;
  126. }
  127. }
  128. .field--name-field-region {
  129. .field__label{
  130. display: none;
  131. }
  132. display: flex;
  133. align-items: center;
  134. gap: 0.5rem;
  135. margin-top: 1rem;
  136. &::before {
  137. content: "";
  138. display: block;
  139. width: 20px;
  140. height: 20px;
  141. background: url("../images/pictos/picto_lieu.svg") no-repeat center;
  142. background-size: contain;
  143. }
  144. }
  145. .field--name-field-incube {
  146. order: 4;
  147. display: inline-flex;
  148. width: fit-content;
  149. background-color: $red;
  150. color: white;
  151. font-weight: 800;
  152. padding-right: 0.3rem;
  153. padding-left: 0.2rem;
  154. margin-bottom: 1rem;
  155. margin-top: 1rem;
  156. // flex-direction: row;
  157. &::before {
  158. content: ' Projet ';
  159. padding-right: 0.5rem;
  160. }
  161. .field__label{
  162. display: inline;
  163. }
  164. .field__item {
  165. display: none;
  166. }
  167. }
  168. .field--name-field-neuf-rehabilitation,
  169. .field--name-field-encours-fini {
  170. display: none;
  171. }
  172. // ///// ///////////
  173. @media screen {
  174. .node-type-projet {
  175. visibility: hidden;
  176. }
  177. }
  178. }
  179. }