_projets-complets-ecran.scss 5.1 KB

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