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.

204 lines
3.3 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
  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: #c655b0 1px solid;
  21. vertical-align:middle;
  22. color:#c655b0;
  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:#c655b0;
  32. }
  33. .color_background {
  34. background-color:#c655b0;
  35. }
  36. .white_line_border {
  37. background-color:#ffffff;
  38. border-bottom: #c655b0 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 #c655b0;
  46. border-top : 1px solid #c655b0;
  47. }
  48. .info_table {
  49. margin-top:20px;
  50. border: 2px solid #c655b0;
  51. border-collapse: separate;
  52. border-spacing: 3px;
  53. }
  54. .info_table th {
  55. color: white;
  56. text-align: center;
  57. background-color :#c655b0;
  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: #c655b0 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: #c655b0 3px ridge;
  83. }
  84. .list_line_table_head td {
  85. vertical-align : middle;
  86. border-bottom: 2px solid #ffffff;
  87. border-collapse: separate;
  88. border-spacing: 2px;
  89. background-color : #eddeea;
  90. padding-right:5px;
  91. }
  92. .total_table {
  93. text-align: center ;
  94. }
  95. .total_table th {
  96. vertical-align : middle;
  97. border-bottom: 2px solid #ffffff;
  98. border-collapse: separate;
  99. border-spacing: 2px;
  100. background-color : #eddeea;
  101. padding-right:5px;
  102. }
  103. .total_table td {
  104. vertical-align : middle;
  105. border-bottom: 2px solid #ffffff;
  106. border-collapse: separate;
  107. border-spacing: 2px;
  108. background-color : #c655b0;
  109. padding-right:5px;
  110. }
  111. .tva_table {
  112. margin-top:20px;
  113. border: 2px ridge #c655b0;
  114. border-collapse: separate;
  115. border-spacing: 3px;
  116. }
  117. .tva_table th {
  118. color : #c655b0;
  119. text-align: center ;
  120. border-bottom: #c655b0 1px solid;
  121. }
  122. .orange_line {
  123. border-top : 1px solid #c655b0;
  124. }
  125. .comment_table {
  126. vertical-align:middle;
  127. margin-left:10px;
  128. margin-right:10px;
  129. margin-top:30px;
  130. }
  131. .comment_table td {
  132. color :#c655b0;
  133. text-align:left;
  134. }
  135. .lgn_impair{
  136. background-color:#ffffff;
  137. }
  138. .lgn_pair{
  139. background-color:#eddeea;
  140. }
  141. /* Alef */
  142. @font-face {
  143. font-family: 'Alef-regular';
  144. font-style: normal;
  145. font-weight: 400;
  146. src: local('Alef Regular'), url('/theme_light/static/font/Alef-Regular.ttf') format('truetype');
  147. }
  148. /* Montserrat */
  149. @font-face {
  150. font-family: 'Montserrat-Regular';
  151. font-style: normal;
  152. font-weight: 400;
  153. src: local('Montserrat Regular'), url('/theme_light/static/font/Montserrat-Regular.ttf') format('truetype');
  154. }
  155. /* Lato */
  156. @font-face {
  157. font-family: 'Lato-Regular';
  158. font-style: normal;
  159. font-weight: 400;
  160. src: local('Lato Regular'), url('/theme_light/static/font/Lato-Regular.ttf') format('truetype');
  161. }