_home.scss 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. .home-page-layout-content{
  2. width: 100%;
  3. .layout-content{
  4. .layout--onecol{
  5. width: 90%;
  6. margin: auto;
  7. font-size: 1.3rem;
  8. font-weight: 400;
  9. font-style: normal;
  10. h4{
  11. font-size: 5rem;
  12. font-weight: normal;
  13. margin: 0;
  14. }
  15. h5{
  16. font-size: 5rem;
  17. font-weight: 900;
  18. margin: 0;
  19. line-height: 0.6;
  20. @media(max-width: 891px){
  21. font-size: 4rem;
  22. line-height: 0.9;
  23. }
  24. @media(max-width: 520px){
  25. font-size: 3rem;
  26. }
  27. }
  28. img{
  29. height: auto;
  30. padding-top: 2rem ;
  31. padding-bottom: 2rem ;
  32. }
  33. .block-region-content{
  34. display: grid;
  35. grid-column: repeat(2, 1fr);
  36. @media(max-width: 891px){
  37. display: flex;
  38. flex-direction: column;
  39. }
  40. .block-views-blockhome-block-1{
  41. // grid-column: 1 /span 2;
  42. // grid-row: 1;
  43. margin-bottom: 2rem;
  44. @media(max-width: 500px){
  45. img{
  46. width: -moz-available;
  47. }
  48. }
  49. }
  50. // block Appel à candidature
  51. .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
  52. /////////////// arrêt canndidatures phase 1
  53. display: none !important;
  54. ///////////////
  55. grid-column: 1;
  56. grid-row: 2 /span 2;
  57. width: 80%;
  58. border: solid $yellow-puca 1px;
  59. background-color: $white-button;
  60. font-weight: 800;
  61. padding: 2rem;
  62. margin-right: 1rem;
  63. @media(max-width: 891px){
  64. font-size: 4rem;
  65. }
  66. @media(max-width: 520px){
  67. font-size: 3rem;
  68. }
  69. }
  70. h5{
  71. font-size: 5rem;
  72. font-weight: 900;
  73. margin: 0;
  74. line-height: 0.6;
  75. @media(max-width: 891px){
  76. font-size: 4rem;
  77. line-height: 0.9;
  78. }
  79. @media(max-width: 520px){
  80. font-size: 3rem;
  81. }
  82. }
  83. img{
  84. height: auto;
  85. padding-top: 2rem ;
  86. padding-bottom: 2rem ;
  87. }
  88. .block-region-content{
  89. display: grid;
  90. // grid-column: repeat(2, 1fr);
  91. grid-template-rows: repeat(8, 1fr);
  92. @media(max-width: 891px){
  93. display: flex;
  94. flex-direction: column;
  95. }
  96. .block-block-content3d4d153c-9da8-49e2-be7a-d2245f5716ee{
  97. grid-row: 1 /span 3;
  98. }
  99. .block-views-blockhome-block-1{
  100. // grid-column: 1 /span 2;
  101. grid-row: 2 /span 6;
  102. margin-bottom: 2rem;
  103. @media(max-width: 500px){
  104. img{
  105. width: -moz-available;
  106. }
  107. }
  108. }
  109. // block Appel à candidature
  110. // .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
  111. // /////////////// arrêt canndidatures phase 1
  112. // // display: none !important;
  113. // ///////////////
  114. // grid-column: 1;
  115. // grid-row: 2 /span 2;
  116. // width: 80%;
  117. // border: solid $yellow-puca 1px;
  118. // background-color: $white-button;
  119. // font-weight: 800;
  120. // padding: 2rem;
  121. // margin-right: 1rem;
  122. // @media(max-width: 891px){
  123. // margin-bottom: 1rem;
  124. // // margin: auto;
  125. // }
  126. // h2{
  127. // margin-top: 0;
  128. // margin-bottom: 0;
  129. // text-transform: lowercase;
  130. // font-weight: 900;
  131. // line-height: 1rem;
  132. // font-size:1.8rem ;
  133. // }
  134. // .field--name-field-description{
  135. // margin-top: 0;
  136. // font-size: 2.3rem !important;
  137. // line-height: 2.2rem;
  138. // p{
  139. // margin-top: 0.8rem;
  140. // }
  141. // }
  142. // .field--type-link{
  143. // padding: 0;
  144. // margin: 0;
  145. // border: none;
  146. // font-weight: 400;
  147. // background-color: inherit;
  148. // .field__item {
  149. // ::after{
  150. // justify-self: unset;
  151. // padding-left: 1rem;
  152. // content: url(../images/noun-arrow-1569918.svg);
  153. // }
  154. // }
  155. // }
  156. // }
  157. // .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover{
  158. // background-color: $yellow-puca;
  159. // .field--type-link{
  160. // .field__item {
  161. // ::after{
  162. // justify-self: unset;
  163. // padding-left: 1rem;
  164. // content: url(../images/noun-arrow-1569918_hover.svg);
  165. // }
  166. // }
  167. // }
  168. // }
  169. /// block télécharger le cahier des charges
  170. // .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
  171. // /////////////// arrêt canndidatures phase 1
  172. // // display: none !important;
  173. // ///////////////
  174. // margin-bottom: 1rem;
  175. // grid-column: 2;
  176. // grid-row: 2;
  177. // width: 90%;
  178. // // height: fit-content;
  179. // display: flex;
  180. // justify-content: flex-end;
  181. // align-items: center;
  182. // @media(max-width: 891px){
  183. // width: 90%;
  184. // }
  185. // @media(max-width: 520px){
  186. // width: 100%;
  187. // }
  188. // .field--type-file{
  189. // width: 100%;
  190. // margin: 0;
  191. // @media(max-width: 891px){
  192. // width: 100%;
  193. // }
  194. // }
  195. // :hover{
  196. // background-color: $yellow-puca;
  197. // }
  198. // }
  199. // /// block télécharger la fiche candidature
  200. // .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
  201. // /////////////// arrêt canndidatures phase 1
  202. // // display: none !important;
  203. // ///////////////
  204. // grid-column: 2;
  205. // grid-row: 3;
  206. // width: 90%;
  207. // display: flex;
  208. // justify-content: flex-end;
  209. // align-items: center;
  210. // @media(max-width: 891px){
  211. // width: 90%;
  212. // }
  213. // @media(max-width: 520px){
  214. // width: 100%;
  215. // }
  216. // .field--type-file{
  217. // width: 100%;
  218. // margin: 0;
  219. // @media(max-width: 891px){
  220. // width: 100%;
  221. // }
  222. // }
  223. // :hover{
  224. // background-color: $yellow-puca;
  225. // }
  226. // }
  227. // .block-views-blockhome-block-2{
  228. // grid-column: 1 /span 2;
  229. // grid-row: 4;
  230. // margin-top: 2rem;
  231. // }
  232. }
  233. }
  234. }
  235. }
  236. }