_offresdeservices.scss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. .offresdeservices{
  2. .layout-content{
  3. .region-content{
  4. #block-contenudelapageprincipale{
  5. // background: url('../images/pictos/carre-contour-bleu_programme.svg');
  6. // background-repeat: no-repeat;
  7. // background-position-y: 20vh;
  8. // max-width: 100vw;
  9. // background-size: cover;
  10. span{
  11. padding-top: 3rem;
  12. padding-bottom: 3rem;
  13. vertical-align: middle;
  14. color: $white;
  15. h2{
  16. font-family: 'Source Code Pro';
  17. font-size: 2rem;
  18. font-weight: 800;
  19. color: $white;
  20. background-color: $blue-light;
  21. text-transform: uppercase;
  22. width: fit-content;
  23. margin-left: 10%;
  24. margin-top: 8rem;
  25. }
  26. }
  27. .layout--onecol{
  28. .block-region-content{
  29. display: grid;
  30. grid-template-columns: 1fr repeat(4, 2fr) 1fr;
  31. // texte présentation
  32. .block-config-pages-block{
  33. grid-column: 2 / span 3;
  34. // margin: 2rem;
  35. margin-top: 4rem;
  36. .field--name-field-introduction{
  37. margin: auto;
  38. background: $white;
  39. p{margin: 0;}
  40. }
  41. }
  42. // buton déposer une offre
  43. .block-block-content7dc5bc6b-f5ca-4815-b689-49382aafa2dc{
  44. grid-column: 5;
  45. margin-top: 4rem;
  46. background-color: $blue-light;
  47. height: fit-content;
  48. min-height: fit-content;
  49. width: 200px;
  50. // width: 80%;
  51. margin-left: 2rem;
  52. aspect-ratio: 1/1;
  53. display: flex;
  54. // @media (max-width: 1260px) {
  55. // width: 70%;
  56. // }
  57. // @media (max-width: 1073px) {
  58. // width: 80%;
  59. // }
  60. // @media (max-width: 935px) {
  61. // width: 90%;
  62. // }
  63. // @media (max-width: 810px) {
  64. // width: 100%;
  65. // }
  66. .field--name-field-lien{
  67. display: flex;
  68. flex-direction: column;
  69. // margin-top: 2rem;
  70. // margin-bottom: 2rem;
  71. // margin-left: 1.5rem;
  72. // margin-right: 1.5rem;
  73. text-align: center;
  74. margin: auto;
  75. padding: 1rem;
  76. a{
  77. display: block;
  78. font-weight: 800;
  79. color: $white;
  80. font-size: 1.3rem;
  81. &:after{
  82. margin-left:80%;
  83. padding-top: 0.5rem;
  84. display: block;
  85. content:url("../images/pictos/noun_Arrow_3771902.svg")
  86. }
  87. }
  88. }
  89. }
  90. // offres
  91. .block-views-blockoffres-de--block-1{
  92. grid-column: 2 / span 3;
  93. @media (max-width: 810px){
  94. grid-column: 2 / span 4;
  95. }
  96. .view-display-id-block_1{
  97. margin: auto;
  98. }
  99. // bandeau filtes
  100. .view-filters{
  101. display: none;
  102. background: $white;
  103. }
  104. // grille offres
  105. .view-content{
  106. display: flex;
  107. flex-wrap: wrap;
  108. margin-top: 3rem;
  109. .views-row{
  110. width: 50%;
  111. .node-type-offre_de_service{
  112. display: flex;
  113. justify-content: space-between;
  114. // flex-direction: column;
  115. // border: 2px solid rgb(199, 215, 74);
  116. // border: 2px solid $blue-light;
  117. padding: 1rem;
  118. height: fit-content;
  119. margin-bottom: 1rem;
  120. background-color: $white;
  121. margin-right: 1rem;
  122. // height: 200px;
  123. &::after{
  124. content: url("../images/pictos/noun_Arrow_3771902.svg");
  125. align-self: flex-end;
  126. }
  127. div:first-of-type{
  128. display: grid;
  129. grid-template-columns: 1fr 1fr 1fr;
  130. grid-template-rows: repeat(6 auto);
  131. // div:last-of-type{
  132. // // display: inline-flex;
  133. // // justify-content: space-between;
  134. // // &::after{
  135. // // content: url("../images/pictos/noun_Arrow_3771902.svg");
  136. // // align-self: flex-end;
  137. // // }
  138. // }
  139. .field--name-field-type-de-protagoniste{
  140. grid-column: 1 / span 3;
  141. grid-row: 1;
  142. margin-bottom: 1rem;
  143. text-transform: uppercase;
  144. font-weight: 900;
  145. font-size: 0.8rem;
  146. }
  147. .field--name-field-photo{
  148. grid-column: 1;
  149. grid-row: 2 / span 6;
  150. margin-right: 1rem;
  151. max-height: 170px;
  152. img{
  153. max-width: 100%;
  154. object-fit: cover;
  155. height: auto;
  156. max-height: 95%;
  157. }
  158. }
  159. .field--name-field-prenom{
  160. grid-column: 2;
  161. grid-row: 2;
  162. padding-right: 0.5rem;
  163. text-transform: uppercase;
  164. font-weight: 800;
  165. font-size: 1rem;
  166. }
  167. .field--name-field-nom{
  168. grid-column: 3;
  169. grid-row: 2;
  170. text-transform: uppercase;
  171. font-weight: 800;
  172. font-size: 1rem;
  173. }
  174. .field--name-field-structure{
  175. grid-column: 2 / span 3;
  176. grid-row: 3;
  177. text-transform: uppercase;
  178. font-weight: 800;
  179. font-size: 0.8rem;
  180. }
  181. .field--name-title{
  182. grid-column: 2 / span 3;
  183. grid-row: 4;
  184. font-size: 1.3rem;
  185. a{
  186. color: $black;
  187. }
  188. }
  189. .field--name-field-localisation{
  190. grid-column: 2 / span 3;
  191. grid-row: 5;
  192. text-transform: uppercase;
  193. font-weight: 800;
  194. font-size: 00.8rem;
  195. }
  196. .field--name-field-date-de-proposition{
  197. display: inline-flex;
  198. grid-column: 2 /span 3;
  199. grid-row: 6;
  200. font-size: 0.8rem;
  201. padding-top: 1rem;
  202. justify-content: flex-start;
  203. // align-items: center;
  204. // &::after{
  205. // content: url("../images/pictos/noun_Arrow_3771902.svg");
  206. // align-self: flex-end;
  207. // }
  208. time{
  209. justify-self: flex-start;
  210. }
  211. &::before{
  212. content: "proposé le";
  213. hyphens: none;
  214. padding-right: 0.5rem;
  215. }
  216. }
  217. }
  218. }
  219. .type-de-protagoniste-5{
  220. border: 2px solid rgb(255, 0, 15);
  221. // .field--name-field-type-de-protagoniste{
  222. // color: rgb(255, 0, 15);
  223. // }
  224. }
  225. .type-de-protagoniste-6{
  226. border: 2px solid rgb(160, 26, 39);
  227. // .field--name-field-type-de-protagoniste{
  228. // color:rgb(160, 26, 39) ;
  229. // }
  230. }
  231. .type-de-protagoniste-7{
  232. border: 2px solid rgb(199, 215, 74);
  233. // .field--name-field-type-de-protagoniste{
  234. // color: rgb(199, 215, 74);
  235. // }
  236. }
  237. .type-de-protagoniste-8{
  238. border: 2px solid rgb(255, 100, 83);
  239. // .field--name-field-type-de-protagoniste{
  240. // color:rgb(255, 100, 83) ;
  241. // }
  242. }
  243. .type-de-protagoniste-9{
  244. border: 2px solid rgb(111, 109, 125);
  245. // .field--name-field-type-de-protagoniste{
  246. // color:rgb(111, 109, 125) ;
  247. // }
  248. }
  249. }
  250. @media (max-width: 810px){
  251. flex-direction: column;
  252. .views-row{
  253. width: 100%;
  254. }
  255. }
  256. }
  257. }
  258. @media (max-width: 810px){
  259. display: flex;
  260. flex-direction: column;
  261. padding: 2rem;
  262. }
  263. }
  264. }
  265. }
  266. }
  267. }
  268. }