Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

163 lines
2.8KB

  1. #app_homepage {
  2. .bloc-futur {
  3. color: #FFF;
  4. background-color: $green;
  5. font-family: dinbold;
  6. .row-futur {
  7. min-height: 800px;
  8. h1 {
  9. font-family: franklinregular;
  10. width: 70%;
  11. font-size: 80px;
  12. margin-top: 70px;
  13. }
  14. h2 {
  15. width: 50%;
  16. margin-top: 55px;
  17. font-weight: bold;
  18. font-size: 27px;
  19. }
  20. .discover {
  21. background-color: $yellow;
  22. color: $green;
  23. font-size: 30px;
  24. padding: 13px 50px;
  25. margin-top: 150px;
  26. display: inline-block;
  27. font-weight: bold;
  28. }
  29. .perso-aac {
  30. position: absolute;
  31. bottom: 0;
  32. right: 0;
  33. max-width: 900px;
  34. }
  35. .startup {
  36. position: absolute;
  37. top: 10%;
  38. right: 7%;
  39. max-width: 250px;
  40. }
  41. }
  42. }
  43. .bloc-cartographie {
  44. background-color: $green;
  45. color: $green;
  46. .frame-yellow {
  47. background-color: $yellow;
  48. }
  49. .cartographie {
  50. max-width: 90%;
  51. margin-top: 50px;
  52. margin-bottom: 50px;
  53. }
  54. h2 {
  55. margin-top: 100px;
  56. margin-bottom: 40px;
  57. font-weight: bold;
  58. span {
  59. color: $orange;
  60. }
  61. }
  62. .link-carto {
  63. font-size: 20px;
  64. display: inline-block;
  65. margin-top: 20px;
  66. margin-bottom: 30px;
  67. color: $green;
  68. font-weight: bold;
  69. border-bottom: 2px solid $orange;
  70. text-decoration: none;
  71. }
  72. .link-concert {
  73. color: $yellow;
  74. background-color: $green;
  75. padding: 20px 10px;
  76. position: absolute;
  77. bottom: 5%;
  78. right: 10%;
  79. font-family: dinbold;
  80. font-size: 20px;
  81. font-weight: bold;
  82. }
  83. }
  84. .bloc-planisphere {
  85. min-height: 700px;
  86. color: $green;
  87. padding-bottom: 100px;
  88. padding-top: 100px;
  89. img {
  90. max-width: 70%;
  91. }
  92. h2 {
  93. text-align: center;
  94. font-size: 40px;
  95. font-weight: bold;
  96. margin-bottom: 70px;
  97. span {
  98. color: $orange;
  99. }
  100. }
  101. .col-text {
  102. padding: 3%;
  103. }
  104. .subscribe {
  105. color: $green;
  106. border: 1px solid $green;
  107. padding: 10px 40px;
  108. position: absolute;
  109. bottom: 0;
  110. font-size: 23px;
  111. }
  112. }
  113. .bloc-ressourcerie {
  114. background-color: $green;
  115. color: #FFF;
  116. font-weight: bold;
  117. padding-top: 100px;
  118. padding-bottom: 100px;
  119. h2 {
  120. margin-bottom: 50px;
  121. font-size: 40px;
  122. font-weight: bold;
  123. }
  124. .contribuate {
  125. display: inline-block;
  126. padding: 15px 15px;
  127. border: 2px solid $yellow;
  128. color: #FFF;
  129. margin-top: 40px;
  130. font-size: 23px;
  131. }
  132. .ressourcerie {
  133. max-width: 80%;
  134. position: absolute;
  135. top: 50%;
  136. transform: translate(-50%, -50%);
  137. left: 50%;
  138. }
  139. }
  140. }