_home.scss 7.2 KB

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