_home.scss 7.0 KB

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