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.

194 lines
3.1 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
  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: #e36522 1px solid;
  21. }
  22. .title_doc {
  23. font-family:Montserrat-Regular;
  24. font-size: 36px;
  25. padding-bottom: 10px;
  26. text-align : right;
  27. }
  28. .color_text {
  29. color:#ff7f00;
  30. }
  31. .color_background {
  32. background-color:#ff7f00;
  33. }
  34. .white_line_border {
  35. background-color:#ffffff;
  36. border-bottom: #ff7f00 1px solid;
  37. height:15px;
  38. }
  39. .info_table {
  40. margin-top:20px;
  41. border: 2px solid #ff7f00;
  42. border-collapse: separate;
  43. border-spacing: 3px;
  44. }
  45. .info_table th {
  46. color: white;
  47. text-align: center;
  48. background-color :#ff7f00;
  49. margin-top : 5px;
  50. height: 40px;
  51. vertical-align:middle;
  52. font-size: 12px;
  53. }
  54. .info_table td {
  55. text-align: center;
  56. height: 25px;
  57. vertical-align:middle;
  58. border-right: #ff7f00 1px solid;
  59. }
  60. div h4 {
  61. font-size: 14px;
  62. clear: both;
  63. width: 150px;
  64. text-align: center
  65. }
  66. .list_line_table_head {
  67. text-align: center ;
  68. }
  69. .list_line_table_head th {
  70. text-align: center ;
  71. font-weight:bold;
  72. padding-bottom: 10px;
  73. border-bottom: #ff7f00 3px ridge;
  74. }
  75. .list_line_table_head td {
  76. vertical-align : middle;
  77. border-bottom: 2px solid #ffffff;
  78. border-collapse: separate;
  79. border-spacing: 2px;
  80. background-color : #fff0e6;
  81. padding-right:5px;
  82. }
  83. .total_table {
  84. text-align: center ;
  85. }
  86. .total_table th {
  87. vertical-align : middle;
  88. border-bottom: 2px solid #ffffff;
  89. border-collapse: separate;
  90. border-spacing: 2px;
  91. background-color : #fff0e6;
  92. padding-right:5px;
  93. }
  94. .total_table td {
  95. vertical-align : middle;
  96. border-bottom: 2px solid #ffffff;
  97. border-collapse: separate;
  98. border-spacing: 2px;
  99. background-color : #ff7f00;
  100. padding-right:5px;
  101. }
  102. .tva_table {
  103. margin-top:20px;
  104. border: 2px ridge #ff7f00;
  105. border-collapse: separate;
  106. border-spacing: 3px;
  107. }
  108. .tva_table th {
  109. color : #ff7f00;
  110. text-align: center ;
  111. border-bottom: #ff7f00 1px solid;
  112. }
  113. .orange_line {
  114. border-top : 1px solid #ff7f00;
  115. }
  116. .comment_table {
  117. vertical-align:middle;
  118. margin-left:10px;
  119. margin-right:10px;
  120. margin-top:30px;
  121. }
  122. .comment_table td {
  123. color :#ff7f00;
  124. text-align:left;
  125. }
  126. .lgn_impair{
  127. background-color:#ffffff;
  128. }
  129. .lgn_pair{
  130. background-color:#ffe0b0;
  131. }
  132. /* Alef */
  133. @font-face {
  134. font-family: 'Alef-regular';
  135. font-style: normal;
  136. font-weight: 400;
  137. src: local('Alef Regular'), url('/theme_light/static/font/Alef-Regular.ttf') format('truetype');
  138. }
  139. /* Montserrat */
  140. @font-face {
  141. font-family: 'Montserrat-Regular';
  142. font-style: normal;
  143. font-weight: 400;
  144. src: local('Montserrat Regular'), url('/theme_light/static/font/Montserrat-Regular.ttf') format('truetype');
  145. }
  146. /* Lato */
  147. @font-face {
  148. font-family: 'Lato-Regular';
  149. font-style: normal;
  150. font-weight: 400;
  151. src: local('Lato Regular'), url('/theme_light/static/font/Lato-Regular.ttf') format('truetype');
  152. }