section.scss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. #start{
  2. #home{
  3. margin-bottom: 50px;
  4. img{
  5. height: 100%!important;
  6. width: 100%;
  7. -o-object-fit: cover;
  8. object-fit: cover;
  9. }
  10. a::before{
  11. background-color: white;
  12. height: 1px;
  13. }
  14. }
  15. & > div{
  16. height: 100%;
  17. position: relative;
  18. overflow: hidden;
  19. padding-top: 50px;
  20. padding-left: 50px;
  21. padding-right: 50px;
  22. padding-bottom: 50px;
  23. &>#fullvideo{
  24. overflow: hidden;
  25. height: 100%;
  26. width: 100%;
  27. -o-object-fit: cover;
  28. object-fit: cover;
  29. position: relative;
  30. .grav-youtube{
  31. position: static;
  32. iframe{
  33. pointer-events: none;
  34. &.clicked{
  35. pointer-events: auto;
  36. }
  37. }
  38. }
  39. }
  40. .title{
  41. overflow: hidden;
  42. position: relative;
  43. height: 100%;
  44. .visu-album{
  45. height: 100%;
  46. }
  47. h1{
  48. position: absolute;
  49. top: 50%;
  50. left: 50%;
  51. -webkit-transform: translateX(-50%) translateY(-50%);
  52. transform: translateX(-50%) translateY(-50%);
  53. }
  54. p{
  55. position: absolute;
  56. bottom: 50px;
  57. left: 50%;
  58. -webkit-transform: translateX(-50%);
  59. transform: translateX(-50%);
  60. text-align: center;
  61. a{
  62. &:nth-of-type(n+6){
  63. display: inline-block;
  64. margin-top: 10px;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. & > div:last-child{
  71. padding: 50px;
  72. &>div{
  73. background-image: -webkit-gradient(linear, left top, left bottom, from(#98272D), to(#4f100B));
  74. background-image: linear-gradient(#98272D, #4f100B);
  75. height: 100%;
  76. width: 100%!important;
  77. position: relative;
  78. .other{
  79. position: absolute;
  80. width: 100%;
  81. top: 50%;
  82. left: 50%;
  83. -webkit-transform: translateX(-50%) translateY(-50%);
  84. transform: translateX(-50%) translateY(-50%);
  85. }
  86. p{
  87. &:last-child{
  88. margin-bottom: 0!important;
  89. }
  90. margin-bottom: 50px!important;
  91. text-align: center;
  92. a{
  93. &::before{
  94. visibility: visible;
  95. -webkit-transform: scaleX(1);
  96. transform: scaleX(1);
  97. background-color: white;
  98. height: 1px;
  99. }
  100. }
  101. }
  102. }
  103. }
  104. &>div:nth-child(1n+3){
  105. position: relative;
  106. &:nth-child(odd){
  107. &>div{
  108. float: left;
  109. }
  110. }
  111. &:nth-child(even){
  112. &>div{
  113. float: right;
  114. }
  115. }
  116. &>div{
  117. width: 50%;
  118. height: 100%;
  119. }
  120. .red{
  121. background-image: -webkit-gradient(linear, left top, left bottom, from(#98272D), to(#4f100B));
  122. background-image: linear-gradient(#98272D, #4f100B);
  123. position: relative;
  124. .chap{
  125. position: absolute;
  126. width: 100%;
  127. top: 50%;
  128. -webkit-transform: translateY(-50%);
  129. transform: translateY(-50%);
  130. text-align: center;
  131. a.active::before{
  132. visibility: hidden;
  133. }
  134. a:hover::before{
  135. background-color: white;
  136. visibility: visible;
  137. }
  138. .reso{
  139. margin-top: 10px;
  140. &>a:first-child{
  141. margin-right: 5px;
  142. }
  143. a{
  144. display: inline-block;
  145. }
  146. }
  147. }
  148. }
  149. .content{
  150. overflow-y: auto;
  151. text-align: center;
  152. p{
  153. margin-bottom: 10px;
  154. a:before{
  155. visibility: visible!important;
  156. -webkit-transform: scaleX(1);
  157. transform: scaleX(1);
  158. }
  159. }
  160. .grav-youtube{
  161. margin-bottom:0!important;
  162. width: 100%;
  163. height: 100%;
  164. -o-object-fit: cover;
  165. object-fit: cover;
  166. iframe{
  167. width: 100%;
  168. height: 100%;
  169. -o-object-fit: cover;
  170. object-fit: cover;
  171. pointer-events: none;
  172. &.clicked{
  173. pointer-events: auto;
  174. }
  175. }
  176. }
  177. }
  178. // biographie
  179. &:nth-child(5){
  180. .content{
  181. text-align: center;
  182. padding: 10px 50px;
  183. .other{
  184. text-align: left;
  185. }
  186. }
  187. }
  188. // presse
  189. &:nth-child(6){
  190. .content{
  191. p{
  192. &:nth-child(n+2){
  193. display: inline-block;
  194. vertical-align: top;
  195. margin-top: 30px;
  196. width: 49%;
  197. min-width: 300px;
  198. img{
  199. width: 20%;
  200. max-width: 100px;
  201. min-width: 50px;
  202. }
  203. }
  204. }
  205. }
  206. .red{
  207. .citation{
  208. text-align: center;
  209. margin: 0 40px;
  210. p{
  211. margin-top: 50px;
  212. }
  213. }
  214. }
  215. }
  216. // next_dates
  217. &:nth-child(7){
  218. .content{
  219. #mCSB_5_container{
  220. height: 100%;
  221. #sovaj{
  222. position: absolute;
  223. width: 100%;
  224. top: 50%;
  225. transform: translateX(-50%) translateY(-50%);
  226. left:50%;
  227. .other{
  228. p:nth-child(1){
  229. font-size: 1.5rem;
  230. margin-bottom: 50px;
  231. }
  232. }
  233. }
  234. }
  235. }
  236. }
  237. }
  238. .mCSB_inside > .mCSB_container{
  239. margin-right: 0px!important;
  240. }
  241. .mCSB_scrollTools{
  242. visibility: hidden;
  243. }
  244. }