style.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. html,body{
  2. margin: 0;
  3. padding: 0;
  4. font-weight: normal;
  5. font-size: 1rem;
  6. height: 100%;
  7. /* color: #323232ff!important; */
  8. }
  9. html{
  10. background: #f7f4ed;
  11. }
  12. header{
  13. position: fixed;
  14. display: flex;
  15. align-items: baseline;
  16. justify-content: space-between;
  17. width: 100%;
  18. z-index: 999;
  19. background: #f7f4ed;
  20. }
  21. .logo{
  22. display: flex;
  23. align-items: baseline;
  24. padding: 10px 0 20px 50px;
  25. }
  26. h1{
  27. font-family: 'ubuntu-m-webfont';
  28. font-size: 36px;
  29. margin: 0;
  30. }
  31. h2{
  32. font-family: 'ubuntu-m-webfont';
  33. font-size: 14px;
  34. margin: 0;
  35. }
  36. nav{
  37. display: flex;
  38. height: 20px;
  39. font-size: 12px;
  40. padding-right: 50px;
  41. }
  42. ul, li{
  43. list-style: none;
  44. }
  45. nav li{
  46. margin: 0 10px;
  47. font-family: 'ubuntu-r-webfont';
  48. }
  49. nav li:nth-child(1){
  50. border-left: 1px solid black;
  51. border-right: 1px solid black;
  52. padding: 0px 10px;
  53. }
  54. nav li:last-child{
  55. background: #4d4b4bff;
  56. padding: 0 5px;
  57. color: #f7f4ed;
  58. border-radius: 3px;
  59. text-transform: uppercase;
  60. line-height: 1.9;
  61. font-size: 10px;
  62. }
  63. /* main */
  64. h3{
  65. transition: all 1s ease;
  66. font-family: 'ubuntu-r-webfont';
  67. font-size: 10rem;
  68. line-height: 9rem;
  69. }
  70. p{
  71. font-family: 'ubuntu-m-webfont';
  72. font-size: 12px;
  73. line-height: 20px;
  74. }
  75. button{
  76. font-family: 'ubuntu-m-webfont'!important;
  77. font-size: 12px!important;
  78. border-radius: 5px!important;
  79. border: none!important;
  80. padding: 8px 12px!important;
  81. }
  82. button[name="join_us"]{
  83. background: #69cdcfff;
  84. color: #f7f4ed;
  85. }
  86. #ddb{
  87. background: #f7f4ed;
  88. }
  89. #ddb button[name="join_us"]{
  90. position: absolute;
  91. }
  92. /* ddb */
  93. #ddb{
  94. height: 100vh;
  95. }
  96. #ddb h3{
  97. pointer-events: none;
  98. position: absolute;
  99. margin: 130px 0 200px 50px;
  100. z-index: 1;
  101. }
  102. #ddb .content{
  103. pointer-events: none;
  104. margin: 0 50px;
  105. }
  106. #ddb .txt{
  107. transition: left 1.5s ease;
  108. pointer-events: none;
  109. position: absolute;
  110. width: 500px;
  111. font-size: 12px;
  112. top: 460px;
  113. left: 730px;
  114. z-index: 1;
  115. }
  116. #ddb .txt img{
  117. transition: left 1.5s ease, top 1.5s ease;
  118. position: relative;
  119. top: -30px;
  120. left: -290px;
  121. z-index: 1;
  122. }
  123. #ddb .txt img:nth-of-type(2) {
  124. top: -230px;
  125. left: 150%;
  126. }
  127. #ddb .images{
  128. overflow-y: auto;
  129. overflow-x: hidden;
  130. position: relative;
  131. height: 100%;
  132. }
  133. #ddb .images img{
  134. position: absolute;
  135. min-width: 100px;
  136. height: auto;
  137. }
  138. #ddb .images img:nth-child(1){
  139. top: 85%;
  140. left: 70%;
  141. }
  142. #ddb .images img:nth-child(2){
  143. top: 105%;
  144. left: 10%;
  145. }
  146. #ddb .images img:nth-child(3){
  147. width: 300px;
  148. height: auto;
  149. top: 200%;
  150. left: 2%;
  151. }
  152. #ddb .images img:nth-child(4){
  153. width: 150px;
  154. height: auto;
  155. top: 190%;
  156. left: 40%;
  157. }
  158. #ddb .images img:nth-child(5){
  159. width: 350px;
  160. top: 180%;
  161. left: 75%;
  162. }
  163. #ddb .images img:nth-child(6){
  164. top: 230%;
  165. left: 25%;
  166. }
  167. #ddb .images img:nth-child(7){
  168. top: 255%;
  169. left: 60%;
  170. }
  171. #ddb .images img:nth-child(8){
  172. width: 300px;
  173. height: auto;
  174. top: 300%;
  175. left: 7%;
  176. }
  177. #ddb .images img:nth-child(9){
  178. width: 10%;
  179. top: 320%;
  180. left: 35%;
  181. }
  182. .simplebar-track.simplebar-vertical{
  183. top: 100px;
  184. width: 0px;
  185. left: -20px;
  186. }
  187. /* scrollbar */
  188. /* video */
  189. #videos{
  190. background: #69cdcfff;
  191. height: auto;
  192. }
  193. .liste_movies{
  194. display: flex;
  195. flex-flow: column;
  196. align-content:center;
  197. padding-top: 65px;
  198. }
  199. .liste_movies ul{
  200. width: 65%;
  201. min-width: 800px;
  202. display: flex;
  203. margin: 15px auto 0 auto ;
  204. padding: 0;
  205. }
  206. .liste_movies ul li{
  207. width: 15%;
  208. min-width: 200px;
  209. height: auto;
  210. margin-right: 15px;
  211. }
  212. .liste_movies ul li img{
  213. width: auto;
  214. height: auto;
  215. filter: grayscale(1);
  216. transition: filter 0.2s;
  217. }
  218. .liste_movies li img:hover{
  219. filter: grayscale(0);
  220. transition: filter 0.2s;
  221. }
  222. .liste_movies > img:nth-child(1){
  223. width: 65%;
  224. min-width: 800px;
  225. height: auto;
  226. margin: auto;
  227. }
  228. /* showrooms */
  229. #showroom{
  230. background: #f7f4ed;
  231. padding: 0px 50px;
  232. }
  233. #showroom .content{
  234. margin: 130px 0 200px 50px;
  235. }
  236. #showroom h3{
  237. margin: 0;
  238. }
  239. #showroom .txt{
  240. width: 500px;
  241. }
  242. #showroom .content img:nth-of-type(1){
  243. transition: all 1.5s ease;
  244. position: absolute;
  245. left: 1000px;
  246. top: 410px;
  247. }
  248. #showroom .content img:nth-of-type(2){
  249. transition: all 1.5s ease;
  250. position: absolute;
  251. top: 210px;
  252. left: 1500px;
  253. }
  254. #showroom{
  255. /* pointer-events: none; */
  256. }