Site du proximo, utilisé pour gérer le stock.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

general.css 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .text-proximo {
  2. color: #FB5F03 !important;
  3. }
  4. .bg-proximo {
  5. background: #FB5F03 !important;
  6. }
  7. #mainContainer {
  8. min-height:100%;
  9. position:relative;
  10. }
  11. #contentContainer {
  12. margin-bottom: 0;
  13. /* Height of the footer */
  14. padding: 0 0 250px;
  15. overflow: hidden;
  16. }
  17. .footer-copyright {
  18. background-color: #e5e5e5;
  19. }
  20. #navbarLogo, #navbarNav, #navbarLogoMobile {
  21. height: 64px;
  22. line-height: 64px;
  23. }
  24. #navbarLogo img, #navbarLogoMobile img {
  25. max-height: 100%;
  26. max-width: 100%;
  27. padding: 12px;
  28. }
  29. #navbarLogoMobile {
  30. display: none;
  31. }
  32. .main-section-text {
  33. font-size: 2rem;
  34. }
  35. .section-text {
  36. font-size: 1.5rem;
  37. }
  38. .main-section-title {
  39. font-size: 3rem;
  40. }
  41. .scrollingload {
  42. opacity: 0;
  43. }
  44. .jarallax {
  45. overflow: hidden;
  46. }
  47. .link-effect {
  48. position: absolute;
  49. bottom: 0;
  50. height: 10px;
  51. width: 100%;
  52. background-color: #FB5F03;
  53. transition: 0.1s;
  54. -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  55. clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  56. }
  57. .link-hovered {
  58. -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  59. clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  60. }
  61. .link-active {
  62. -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  63. clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  64. }
  65. #headerJumbotron {
  66. padding: 0;
  67. height: 40vh;
  68. border-radius: 0;
  69. margin: 0 0 64px; /* height of navbar */
  70. background: rgb(166,61,0);
  71. background: linear-gradient(157deg, rgba(166,61,0,1) 0%, rgba(251,95,3,1) 35%, rgba(255,162,108,1) 100%);
  72. }
  73. #headerTitleContainer{
  74. z-index: 1;
  75. position: absolute;
  76. top: 10%;
  77. width: 100%;
  78. color: #e8e8e8;
  79. }
  80. #headerTitle {
  81. font-size: 5rem;
  82. text-shadow: 0 0 10px #555555;
  83. opacity: 0;
  84. }
  85. #headerSubTitle {
  86. text-shadow: 0 0 5px #4c4c4c;
  87. opacity: 0;
  88. }
  89. .jconfirm.jconfirm-supervan .jconfirm-bg {
  90. background-color: rgb(0, 0, 0);
  91. }
  92. .section-separator-top, .section-separator-bottom {
  93. background-color: #FB5F03;
  94. height: 50px;
  95. width: 100%;
  96. }
  97. .section-separator-top {
  98. -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  99. clip-path: polygon(0 0, 0% 100%, 100% 100%);
  100. }
  101. .section-separator-bottom {
  102. -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  103. clip-path: polygon(0 0, 0% 100%, 100% 0);
  104. }
  105. #socialLinks {
  106. font-size: 4rem;
  107. }
  108. .hamburger {
  109. display: none;
  110. }
  111. .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  112. font-size: 1.2rem;
  113. color: #d7d7d7;
  114. }
  115. @media
  116. only screen and (max-width: 1199px) {
  117. .hamburger {
  118. display: inline-block;
  119. }
  120. .section-separator-top, .section-separator-bottom {
  121. height: 35px;
  122. }
  123. #mainJumbotron:after {
  124. box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
  125. }
  126. .main-section-text {
  127. font-size: 1.8rem;
  128. }
  129. .section-text {
  130. font-size: 1.4rem;
  131. }
  132. .main-section-title {
  133. font-size: 2.5rem;
  134. }
  135. #headerTitle {
  136. font-size: 4rem;
  137. }
  138. #headerSubTitle {
  139. font-size: 1.8rem;
  140. }
  141. #navbarLogoMobile {
  142. display: block;
  143. margin: auto;
  144. }
  145. }
  146. @media
  147. only screen and (max-width: 575px) {
  148. #contentContainer {
  149. /* Height of the footer */
  150. padding-bottom: 300px;
  151. }
  152. .section-separator-top, .section-separator-bottom {
  153. height: 20px;
  154. }
  155. #mainJumbotron:after {
  156. box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
  157. }
  158. .main-section-text {
  159. font-size: 1.2rem;
  160. }
  161. .section-text {
  162. font-size: 1.1rem;
  163. }
  164. .main-section-title {
  165. font-size: 2rem;
  166. }
  167. #headerTitle {
  168. font-size: 3rem;
  169. width: 100%;
  170. }
  171. #headerSubTitle {
  172. font-size: 1.2rem;
  173. text-align: center;
  174. }
  175. #navbarLogoMobile {
  176. width: 70%;
  177. }
  178. .image-fixed-text-container {
  179. width: 90%;
  180. }
  181. .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  182. font-size: 1rem;
  183. }
  184. .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  185. font-size: 1.4rem;
  186. }
  187. .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  188. padding-bottom: 0;
  189. }
  190. }