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.

216 lines
3.5 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
  2. html {
  3. font-family: alef;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%;
  6. }
  7. body {
  8. font-family:Montserrat-Regular;
  9. margin: 0;
  10. color: #000
  11. }
  12. address {
  13. }
  14. address::first-line {
  15. font-weight:bold;
  16. color: #000;
  17. }
  18. .title_table {
  19. width: 100%;
  20. border-bottom: #53cf00 1px solid;
  21. vertical-align:middle;
  22. color:#53cf00;
  23. }
  24. .title_doc {
  25. font-family:Montserrat-Regular;
  26. font-size: 36px;
  27. padding-bottom: 10px;
  28. text-align : right;
  29. }
  30. .color_text {
  31. color:#53cf00;
  32. }
  33. .color_background {
  34. background-color:#53cf00;
  35. }
  36. .white_line_border {
  37. background-color:#ffffff;
  38. border-bottom: #53cf00 1px solid;
  39. height:15px;
  40. }
  41. .total_table {
  42. text-align: right;
  43. vertical-align:middle;
  44. font-weight:bold;
  45. border-bottom : 1px solid #53cf00;
  46. border-top : 1px solid #53cf00;
  47. }
  48. .info_table {
  49. margin-top:20px;
  50. border: 2px solid #53cf00;
  51. border-collapse: separate;
  52. border-spacing: 3px;
  53. }
  54. .info_table th {
  55. color: white;
  56. text-align: center;
  57. background-color :#53cf00;
  58. margin-top : 5px;
  59. height: 40px;
  60. vertical-align:middle;
  61. font-size: 12px;
  62. }
  63. .info_table td {
  64. text-align: center;
  65. height: 25px;
  66. vertical-align:middle;
  67. border-right: #53cf00 1px solid;
  68. }
  69. div h4 {
  70. font-size: 14px;
  71. clear: both;
  72. width: 150px;
  73. text-align: center
  74. }
  75. .list_line_table_head {
  76. text-align: center ;
  77. }
  78. .list_line_table_head th {
  79. text-align: center ;
  80. font-weight:bold;
  81. padding-bottom: 10px;
  82. border-bottom: #53cf00 3px ridge;
  83. }
  84. .list_line_table_head td {
  85. vertical-align : middle;
  86. border-collapse: separate;
  87. border-spacing: 2px;
  88. padding-right:5px;
  89. font-size: 11px;
  90. }
  91. .single_line {
  92. background-color:#ffffff;
  93. border-bottom: #53cf00 1px solid;
  94. height:20px;
  95. margin-top:5px;
  96. }
  97. .line_only {
  98. border-bottom: #8b8b8b 1px solid;
  99. }
  100. .total_table {
  101. text-align: center ;
  102. }
  103. .total_table th {
  104. vertical-align : middle;
  105. border-bottom: 2px solid #ffffff;
  106. border-collapse: separate;
  107. border-spacing: 2px;
  108. background-color : #def1d1;
  109. padding-right:5px;
  110. }
  111. .total_table td {
  112. vertical-align : middle;
  113. border-bottom: 2px solid #ffffff;
  114. border-collapse: separate;
  115. border-spacing: 2px;
  116. background-color : #53cf00;
  117. padding-right:5px;
  118. }
  119. .tva_table {
  120. margin-top:20px;
  121. border: 2px ridge #53cf00;
  122. border-collapse: separate;
  123. border-spacing: 3px;
  124. }
  125. .tva_table th {
  126. color : #53cf00;
  127. text-align: center ;
  128. border-bottom: #53cf00 1px solid;
  129. }
  130. .orange_line {
  131. border-top : 1px solid #53cf00;
  132. }
  133. .comment_table {
  134. vertical-align:middle;
  135. margin-left:10px;
  136. margin-right:10px;
  137. margin-top:30px;
  138. }
  139. .comment_table td {
  140. color :#53cf00;
  141. text-align:left;
  142. }
  143. .lgn_impair{
  144. background-color:#ffffff;
  145. }
  146. .lgn_pair{
  147. background-color:#def1d1;
  148. }
  149. /* Alef */
  150. @font-face {
  151. font-family: 'Alef-regular';
  152. font-style: normal;
  153. font-weight: 400;
  154. src: local('Alef Regular'), url('/theme_light/static/font/Alef-Regular.ttf') format('truetype');
  155. }
  156. /* Montserrat */
  157. @font-face {
  158. font-family: 'Montserrat-Regular';
  159. font-style: normal;
  160. font-weight: 400;
  161. src: local('Montserrat Regular'), url('/theme_light/static/font/Montserrat-Regular.ttf') format('truetype');
  162. }
  163. /* Lato */
  164. @font-face {
  165. font-family: 'Lato-Regular';
  166. font-style: normal;
  167. font-weight: 400;
  168. src: local('Lato Regular'), url('/theme_light/static/font/Lato-Regular.ttf') format('truetype');
  169. }