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.

2157 line
72KB

  1. @charset "UTF-8";
  2. /**
  3. Copyright distrib (2018)
  4. contact@opendistrib.net
  5. Ce logiciel est un programme informatique servant à aider les producteurs
  6. à distribuer leur production en circuits courts.
  7. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  8. respectant les principes de diffusion des logiciels libres. Vous pouvez
  9. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  10. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  11. sur le site "http://www.cecill.info".
  12. En contrepartie de l'accessibilité au code source et des droits de copie,
  13. de modification et de redistribution accordés par cette licence, il n'est
  14. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  15. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  16. titulaire des droits patrimoniaux et les concédants successifs.
  17. A cet égard l'attention de l'utilisateur est attirée sur les risques
  18. associés au chargement, à l'utilisation, à la modification et/ou au
  19. développement et à la reproduction du logiciel par l'utilisateur étant
  20. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  21. manipuler et qui le réserve donc à des développeurs et des professionnels
  22. avertis possédant des connaissances informatiques approfondies. Les
  23. utilisateurs sont donc invités à charger et tester l'adéquation du
  24. logiciel à leurs besoins dans des conditions permettant d'assurer la
  25. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  26. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  27. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  28. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  29. termes.
  30. */
  31. /* line 5, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  32. html, body, div, span, applet, object, iframe,
  33. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  34. a, abbr, acronym, address, big, cite, code,
  35. del, dfn, em, img, ins, kbd, q, s, samp,
  36. small, strike, strong, sub, sup, tt, var,
  37. b, u, i, center,
  38. dl, dt, dd, ol, ul, li,
  39. fieldset, form, label, legend,
  40. table, caption, tbody, tfoot, thead, tr, th, td,
  41. article, aside, canvas, details, embed,
  42. figure, figcaption, footer, header, hgroup,
  43. menu, nav, output, ruby, section, summary,
  44. time, mark, audio, video {
  45. margin: 0;
  46. padding: 0;
  47. border: 0;
  48. font: inherit;
  49. font-size: 100%;
  50. vertical-align: baseline;
  51. }
  52. /* line 22, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  53. html {
  54. line-height: 1;
  55. }
  56. /* line 24, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  57. ol, ul {
  58. list-style: none;
  59. }
  60. /* line 26, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  61. table {
  62. border-collapse: collapse;
  63. border-spacing: 0;
  64. }
  65. /* line 28, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  66. caption, th, td {
  67. text-align: left;
  68. font-weight: normal;
  69. vertical-align: middle;
  70. }
  71. /* line 30, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  72. q, blockquote {
  73. quotes: none;
  74. }
  75. /* line 103, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  76. q:before, q:after, blockquote:before, blockquote:after {
  77. content: "";
  78. content: none;
  79. }
  80. /* line 32, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  81. a img {
  82. border: none;
  83. }
  84. /* line 116, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  85. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  86. display: block;
  87. }
  88. /**
  89. Copyright distrib (2018)
  90. contact@opendistrib.net
  91. Ce logiciel est un programme informatique servant à aider les producteurs
  92. à distribuer leur production en circuits courts.
  93. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  94. respectant les principes de diffusion des logiciels libres. Vous pouvez
  95. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  96. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  97. sur le site "http://www.cecill.info".
  98. En contrepartie de l'accessibilité au code source et des droits de copie,
  99. de modification et de redistribution accordés par cette licence, il n'est
  100. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  101. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  102. titulaire des droits patrimoniaux et les concédants successifs.
  103. A cet égard l'attention de l'utilisateur est attirée sur les risques
  104. associés au chargement, à l'utilisation, à la modification et/ou au
  105. développement et à la reproduction du logiciel par l'utilisateur étant
  106. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  107. manipuler et qui le réserve donc à des développeurs et des professionnels
  108. avertis possédant des connaissances informatiques approfondies. Les
  109. utilisateurs sont donc invités à charger et tester l'adéquation du
  110. logiciel à leurs besoins dans des conditions permettant d'assurer la
  111. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  112. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  113. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  114. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  115. termes.
  116. */
  117. /* line 46, ../sass/_layout.scss */
  118. body {
  119. font-family: "Arial";
  120. background-color: #FFF8DC;
  121. color: #333;
  122. line-height: 20px;
  123. font-size: 14px;
  124. }
  125. /* line 54, ../sass/_layout.scss */
  126. .clr {
  127. clear: both;
  128. }
  129. /* line 63, ../sass/_layout.scss */
  130. .panel strong {
  131. font-weight: bold;
  132. }
  133. /* line 68, ../sass/_layout.scss */
  134. .modal-backdrop.in {
  135. z-index: 10;
  136. }
  137. /* line 73, ../sass/_layout.scss */
  138. #section-user-top .navbar-default {
  139. background-color: white;
  140. }
  141. /* line 78, ../sass/_layout.scss */
  142. #main {
  143. position: relative;
  144. }
  145. /* line 80, ../sass/_layout.scss */
  146. #main .btn-primary {
  147. background-color: #F39C12;
  148. border: solid 1px #F39C12;
  149. color: white;
  150. }
  151. /* line 85, ../sass/_layout.scss */
  152. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  153. background-color: #e08e0b;
  154. border: solid 1px #F39C12;
  155. color: white;
  156. }
  157. /* line 94, ../sass/_layout.scss */
  158. .btn {
  159. background-image: none;
  160. }
  161. /* line 98, ../sass/_layout.scss */
  162. #main .alert {
  163. background-image: none;
  164. background-color: white;
  165. border-bottom-width: 3px;
  166. }
  167. /* line 106, ../sass/_layout.scss */
  168. .alert.alert-warning a {
  169. color: #8a6d3b;
  170. text-decoration: underline;
  171. }
  172. /* line 113, ../sass/_layout.scss */
  173. .alert.alert-danger a {
  174. color: #a94442;
  175. text-decoration: underline;
  176. }
  177. /* line 123, ../sass/_layout.scss */
  178. ul.pagination li.active a {
  179. background-color: #F39C12;
  180. border: solid 1px #F39C12;
  181. }
  182. /* line 127, ../sass/_layout.scss */
  183. ul.pagination li.active a:hover {
  184. background-color: white;
  185. border: solid 1px white;
  186. color: #F39C12;
  187. }
  188. /* line 134, ../sass/_layout.scss */
  189. ul.pagination li a {
  190. color: #F39C12;
  191. }
  192. /* line 137, ../sass/_layout.scss */
  193. ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  194. background-color: white;
  195. border: solid 1px white;
  196. color: #F39C12;
  197. }
  198. /* line 147, ../sass/_layout.scss */
  199. .product-name-description-block .name {
  200. font-family: "capsuularegular";
  201. color: black;
  202. font-size: 20px;
  203. line-height: 25px;
  204. font-weight: bold;
  205. }
  206. /* line 155, ../sass/_layout.scss */
  207. .product-name-description-block .other {
  208. font-family: "capsuularegular";
  209. color: black;
  210. font-weight: bold;
  211. font-size: 17px;
  212. }
  213. /* line 162, ../sass/_layout.scss */
  214. .product-name-description-block .description,
  215. .product-name-description-block .description-long {
  216. color: gray;
  217. }
  218. /* line 168, ../sass/_layout.scss */
  219. .product-name-description-block .description-long a {
  220. color: #F39C12;
  221. }
  222. /* line 171, ../sass/_layout.scss */
  223. .product-name-description-block .description-long .content {
  224. display: none;
  225. }
  226. /* line 177, ../sass/_layout.scss */
  227. #left {
  228. background-color: #FFF8DC;
  229. text-align: center;
  230. margin-top: 15px;
  231. padding: 0px;
  232. position: relative;
  233. }
  234. /* line 184, ../sass/_layout.scss */
  235. #left .fixed {
  236. position: fixed;
  237. display: none;
  238. }
  239. /* line 190, ../sass/_layout.scss */
  240. #left #logo {
  241. position: relative;
  242. background-color: white;
  243. width: 110px;
  244. height: 110px;
  245. margin: 0px auto;
  246. margin-bottom: 20px;
  247. -moz-border-radius: 110px;
  248. -webkit-border-radius: 110px;
  249. border-radius: 110px;
  250. border: solid 1px gray;
  251. text-align: center;
  252. overflow: hidden;
  253. }
  254. /* line 202, ../sass/_layout.scss */
  255. #left #logo img {
  256. position: absolute;
  257. top: 50%;
  258. left: 50%;
  259. transform: translate(-50%, -50%);
  260. max-width: 90px;
  261. max-height: 90px;
  262. }
  263. /* line 212, ../sass/_layout.scss */
  264. #left h1, #left h2, #left #infos, #left #infos a {
  265. color: #323232;
  266. }
  267. /* line 216, ../sass/_layout.scss */
  268. #left h1 {
  269. text-transform: uppercase;
  270. font-family: "highvoltageregular";
  271. font-size: 25px;
  272. line-height: 25px;
  273. font-weight: bold;
  274. padding-bottom: 5px;
  275. text-align: center;
  276. font-weight: normal;
  277. }
  278. /* line 227, ../sass/_layout.scss */
  279. #left h2 {
  280. font-family: "capsuularegular";
  281. font-size: 15px;
  282. font-weight: normal;
  283. text-align: center;
  284. }
  285. /* line 233, ../sass/_layout.scss */
  286. #left h2 .favorite {
  287. padding-left: 0px;
  288. }
  289. /* line 236, ../sass/_layout.scss */
  290. #left h2 .favorite .glyphicon {
  291. font-size: 14px;
  292. }
  293. /* line 241, ../sass/_layout.scss */
  294. #left h2 a {
  295. color: #323232;
  296. }
  297. /* line 247, ../sass/_layout.scss */
  298. #left nav#main-nav {
  299. background-color: white;
  300. border: solid 1px #e0e0e0;
  301. border-bottom: 0px none;
  302. margin-top: 20px;
  303. }
  304. /* line 254, ../sass/_layout.scss */
  305. #left nav#main-nav ul li {
  306. display: block;
  307. }
  308. /* line 257, ../sass/_layout.scss */
  309. #left nav#main-nav ul li a {
  310. color: #323232;
  311. color: black;
  312. border-bottom: solid 1px #e0e0e0;
  313. font-family: "capsuularegular";
  314. font-size: 18px;
  315. display: block;
  316. text-align: left;
  317. }
  318. /* line 266, ../sass/_layout.scss */
  319. #left nav#main-nav ul li a .glyphicon {
  320. font-size: 15px;
  321. margin-right: 3px;
  322. }
  323. /* line 271, ../sass/_layout.scss */
  324. #left nav#main-nav ul li a span.label {
  325. padding-bottom: 3px;
  326. font-family: "Arial";
  327. float: right;
  328. }
  329. /* line 279, ../sass/_layout.scss */
  330. #left nav#main-nav ul li.active span.label, #left nav#main-nav ul li a:hover span.label {
  331. background-color: #e08e0b;
  332. color: white;
  333. }
  334. /* line 285, ../sass/_layout.scss */
  335. #left nav#main-nav ul li a:hover, #left nav#main-nav ul li.active a {
  336. background: #F39C12;
  337. color: white;
  338. -moz-border-radius: 0px;
  339. -webkit-border-radius: 0px;
  340. border-radius: 0px;
  341. }
  342. /* line 294, ../sass/_layout.scss */
  343. #left nav#main-nav ul li#btn-administration a {
  344. color: #F39C12;
  345. }
  346. /* line 297, ../sass/_layout.scss */
  347. #left nav#main-nav ul li#btn-administration a:hover {
  348. color: white;
  349. }
  350. /* line 305, ../sass/_layout.scss */
  351. #left nav#main-nav #user {
  352. color: #F39C12;
  353. float: right;
  354. padding: 10px;
  355. }
  356. /* line 313, ../sass/_layout.scss */
  357. #main {
  358. background-color: #FFF8DC;
  359. border: solid 1px #e0e0e0;
  360. margin-top: 15px;
  361. padding: 0px;
  362. background-color: white;
  363. }
  364. /* line 320, ../sass/_layout.scss */
  365. #main #img-big {
  366. height: 130px;
  367. overflow: hidden;
  368. position: relative;
  369. }
  370. /* line 325, ../sass/_layout.scss */
  371. #main #img-big img.img-photo {
  372. width: 100%;
  373. position: absolute;
  374. top: 50%;
  375. left: 50%;
  376. transform: translate(-50%, -50%);
  377. }
  378. /* line 335, ../sass/_layout.scss */
  379. #main #infos-producer {
  380. padding: 5px 10px;
  381. margin-bottom: 0px;
  382. font-size: 16px;
  383. font-family: "capsuularegular";
  384. background-color: white;
  385. border-bottom: solid 1px #e0e0e0;
  386. color: gray;
  387. }
  388. /* line 344, ../sass/_layout.scss */
  389. #main #infos-producer strong {
  390. font-weight: bold;
  391. }
  392. /* line 348, ../sass/_layout.scss */
  393. #main #infos-producer .favorite {
  394. float: right;
  395. color: gray;
  396. }
  397. /* line 351, ../sass/_layout.scss */
  398. #main #infos-producer .favorite a {
  399. color: black;
  400. }
  401. /* line 357, ../sass/_layout.scss */
  402. #main h2#page-title {
  403. padding-left: 15px;
  404. padding-right: 15px;
  405. padding-bottom: 15px;
  406. padding-top: 30px;
  407. border-bottom: solid 1px #e0e0e0;
  408. margin-bottom: 10px;
  409. font-family: "highvoltageregular";
  410. font-size: 30px;
  411. line-height: 40px;
  412. position: relative;
  413. top: -10px;
  414. text-align: left;
  415. }
  416. /* line 371, ../sass/_layout.scss */
  417. #main h2#page-title #buttons {
  418. margin-bottom: 15px;
  419. font-family: "Arial";
  420. }
  421. /* line 378, ../sass/_layout.scss */
  422. #main #content {
  423. padding: 0px 20px 20px 20px;
  424. padding-bottom: 40px;
  425. min-height: 300px;
  426. }
  427. /* line 383, ../sass/_layout.scss */
  428. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  429. font-family: "highvoltageregular";
  430. margin-top: 30px;
  431. margin-bottom: 20px;
  432. }
  433. /* line 388, ../sass/_layout.scss */
  434. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  435. margin-top: 0px;
  436. }
  437. /* line 393, ../sass/_layout.scss */
  438. #main #content h1 {
  439. font-size: 30px;
  440. }
  441. /* line 397, ../sass/_layout.scss */
  442. #main #content h2 {
  443. font-size: 25px;
  444. }
  445. /* line 402, ../sass/_layout.scss */
  446. #main #content h3 {
  447. font-family: "capsuularegular";
  448. text-transform: uppercase;
  449. font-size: 23px;
  450. text-align: left;
  451. margin-bottom: 30px;
  452. margin-top: 45px;
  453. }
  454. /* line 410, ../sass/_layout.scss */
  455. #main #content h3 span {
  456. padding-top: 14px;
  457. color: #323232;
  458. }
  459. /* line 416, ../sass/_layout.scss */
  460. #main #content h4 {
  461. font-size: 20px;
  462. }
  463. /* line 420, ../sass/_layout.scss */
  464. #main #content h5 {
  465. font-size: 18px;
  466. }
  467. /* line 424, ../sass/_layout.scss */
  468. #main #content h6 {
  469. font-size: 16px;
  470. }
  471. /* line 430, ../sass/_layout.scss */
  472. #main #content form .form-group .hint-block {
  473. color: gray;
  474. }
  475. /* line 438, ../sass/_layout.scss */
  476. #footer-producer {
  477. text-align: center;
  478. position: absolute;
  479. bottom: 0px;
  480. left: 0px;
  481. width: 100%;
  482. }
  483. /* line 445, ../sass/_layout.scss */
  484. #footer-producer a {
  485. color: #F39C12;
  486. }
  487. /* line 447, ../sass/_layout.scss */
  488. #footer-producer a:active {
  489. text-decoration: underline;
  490. }
  491. /* line 453, ../sass/_layout.scss */
  492. #footer {
  493. background-color: #FFF8DC;
  494. height: 100px;
  495. float: right;
  496. text-align: center;
  497. }
  498. /* line 459, ../sass/_layout.scss */
  499. #footer .content {
  500. padding-top: 20px;
  501. color: black;
  502. }
  503. /* line 463, ../sass/_layout.scss */
  504. #footer .content a {
  505. color: black;
  506. font-family: "capsuularegular";
  507. font-size: 18px;
  508. padding-left: 10px;
  509. padding-right: 10px;
  510. }
  511. /* line 470, ../sass/_layout.scss */
  512. #footer .content a:hover {
  513. text-decoration: underline;
  514. }
  515. /* line 477, ../sass/_layout.scss */
  516. #footer #code-source img {
  517. height: 20px;
  518. }
  519. /**
  520. Copyright distrib (2018)
  521. contact@opendistrib.net
  522. Ce logiciel est un programme informatique servant à aider les producteurs
  523. à distribuer leur production en circuits courts.
  524. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  525. respectant les principes de diffusion des logiciels libres. Vous pouvez
  526. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  527. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  528. sur le site "http://www.cecill.info".
  529. En contrepartie de l'accessibilité au code source et des droits de copie,
  530. de modification et de redistribution accordés par cette licence, il n'est
  531. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  532. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  533. titulaire des droits patrimoniaux et les concédants successifs.
  534. A cet égard l'attention de l'utilisateur est attirée sur les risques
  535. associés au chargement, à l'utilisation, à la modification et/ou au
  536. développement et à la reproduction du logiciel par l'utilisateur étant
  537. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  538. manipuler et qui le réserve donc à des développeurs et des professionnels
  539. avertis possédant des connaissances informatiques approfondies. Les
  540. utilisateurs sont donc invités à charger et tester l'adéquation du
  541. logiciel à leurs besoins dans des conditions permettant d'assurer la
  542. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  543. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  544. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  545. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  546. termes.
  547. */
  548. /* line 39, ../sass/site/_index.scss */
  549. .site-index #order {
  550. margin-bottom: 40px;
  551. text-align: center;
  552. }
  553. /* line 45, ../sass/site/_index.scss */
  554. .site-index #presentation .photo {
  555. text-align: center;
  556. }
  557. /* line 47, ../sass/site/_index.scss */
  558. .site-index #presentation .photo .img-photo {
  559. width: 100%;
  560. max-width: 500px;
  561. }
  562. /* line 54, ../sass/site/_index.scss */
  563. .site-index #presentation .description strong {
  564. font-weight: bold;
  565. }
  566. /* line 58, ../sass/site/_index.scss */
  567. .site-index #presentation .description em {
  568. font-style: italic;
  569. }
  570. /* line 62, ../sass/site/_index.scss */
  571. .site-index #presentation .description a {
  572. color: black;
  573. text-decoration: underline;
  574. }
  575. /* line 70, ../sass/site/_index.scss */
  576. .site-index #points-sale .name {
  577. color: #333;
  578. }
  579. /* line 72, ../sass/site/_index.scss */
  580. .site-index #points-sale .name .the-name {
  581. font-family: "capsuularegular";
  582. font-size: 20px;
  583. color: black;
  584. }
  585. /* line 82, ../sass/site/_index.scss */
  586. .site-index #points-sale .days small {
  587. color: gray;
  588. }
  589. /* line 91, ../sass/site/_index.scss */
  590. .site-index #products h4 {
  591. font-family: "highvoltageregular";
  592. font-size: 22px;
  593. line-height: 30px;
  594. padding-top: 13px;
  595. text-transform: uppercase !important;
  596. }
  597. /* line 99, ../sass/site/_index.scss */
  598. .site-index #products td.photo {
  599. width: 100px;
  600. }
  601. /* line 101, ../sass/site/_index.scss */
  602. .site-index #products td.photo img.photo-product {
  603. width: 120px;
  604. height: auto;
  605. }
  606. /* line 107, ../sass/site/_index.scss */
  607. .site-index #products .name {
  608. color: #333;
  609. }
  610. /* line 109, ../sass/site/_index.scss */
  611. .site-index #products .name .the-name {
  612. font-family: "capsuularegular";
  613. font-size: 20px;
  614. color: black;
  615. }
  616. /* line 4, ../sass/site/_credit_history.scss */
  617. .site-credit-history #credit-user {
  618. color: #F39C12;
  619. font-size: 29px;
  620. font-weight: bold;
  621. }
  622. /* line 3, ../sass/site/_contact.scss */
  623. #contact-form .field-contactform-istest {
  624. display: none;
  625. }
  626. /**
  627. Copyright distrib (2018)
  628. contact@opendistrib.net
  629. Ce logiciel est un programme informatique servant à aider les producteurs
  630. à distribuer leur production en circuits courts.
  631. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  632. respectant les principes de diffusion des logiciels libres. Vous pouvez
  633. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  634. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  635. sur le site "http://www.cecill.info".
  636. En contrepartie de l'accessibilité au code source et des droits de copie,
  637. de modification et de redistribution accordés par cette licence, il n'est
  638. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  639. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  640. titulaire des droits patrimoniaux et les concédants successifs.
  641. A cet égard l'attention de l'utilisateur est attirée sur les risques
  642. associés au chargement, à l'utilisation, à la modification et/ou au
  643. développement et à la reproduction du logiciel par l'utilisateur étant
  644. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  645. manipuler et qui le réserve donc à des développeurs et des professionnels
  646. avertis possédant des connaissances informatiques approfondies. Les
  647. utilisateurs sont donc invités à charger et tester l'adéquation du
  648. logiciel à leurs besoins dans des conditions permettant d'assurer la
  649. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  650. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  651. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  652. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  653. termes.
  654. */
  655. /* line 40, ../sass/order/_form.scss */
  656. .order-create #main #content .order-form,
  657. .order-update #main #content .order-form {
  658. min-height: 600px;
  659. padding-bottom: 60px;
  660. }
  661. /* line 45, ../sass/order/_form.scss */
  662. .order-create #main #content .order-form h2,
  663. .order-update #main #content .order-form h2 {
  664. font-family: "myriadpro-regular";
  665. }
  666. /* line 49, ../sass/order/_form.scss */
  667. .order-create #main #content .order-form #infos-importantes.alert-warning,
  668. .order-update #main #content .order-form #infos-importantes.alert-warning {
  669. float: right;
  670. }
  671. /* line 55, ../sass/order/_form.scss */
  672. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker,
  673. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker {
  674. float: left;
  675. margin-right: 20px;
  676. font-size: 20px;
  677. }
  678. /* line 61, ../sass/order/_form.scss */
  679. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header,
  680. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header {
  681. background-color: #F39C12;
  682. }
  683. /* line 65, ../sass/order/_form.scss */
  684. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title,
  685. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title {
  686. color: white;
  687. }
  688. /* line 71, ../sass/order/_form.scss */
  689. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  690. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover,
  691. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  692. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover {
  693. border: 0px none;
  694. background: none;
  695. }
  696. /* line 77, ../sass/order/_form.scss */
  697. .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after,
  698. .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after {
  699. clear: none;
  700. }
  701. /* line 82, ../sass/order/_form.scss */
  702. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a,
  703. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a {
  704. text-decoration: none;
  705. background-color: white;
  706. }
  707. /* line 85, ../sass/order/_form.scss */
  708. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover, .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active,
  709. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover,
  710. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
  711. background-color: #F39C12;
  712. color: white;
  713. border-color: #cdc3b7;
  714. }
  715. /* line 94, ../sass/order/_form.scss */
  716. .order-create #main #content .order-form .date-order,
  717. .order-update #main #content .order-form .date-order {
  718. margin-bottom: 53px;
  719. }
  720. /* line 96, ../sass/order/_form.scss */
  721. .order-create #main #content .order-form .date-order span,
  722. .order-update #main #content .order-form .date-order span {
  723. background-color: #F39C12;
  724. color: white;
  725. -moz-border-radius: 10px;
  726. -webkit-border-radius: 10px;
  727. border-radius: 10px;
  728. padding: 10px;
  729. font-family: "myriadpro-regular";
  730. font-size: 20px;
  731. }
  732. /* line 106, ../sass/order/_form.scss */
  733. .order-create #main #content .order-form #has-order-in-progress,
  734. .order-update #main #content .order-form #has-order-in-progress {
  735. margin-top: 15px;
  736. }
  737. /* line 109, ../sass/order/_form.scss */
  738. .order-create #main #content .order-form #has-order-in-progress a,
  739. .order-update #main #content .order-form #has-order-in-progress a {
  740. color: #a94442;
  741. text-decoration: none;
  742. font-weight: bold;
  743. }
  744. /* line 116, ../sass/order/_form.scss */
  745. .order-create #main #content .order-form .field-order-id_distribution,
  746. .order-update #main #content .order-form .field-order-id_distribution {
  747. display: none;
  748. }
  749. /* line 120, ../sass/order/_form.scss */
  750. .order-create #main #content .order-form .field-order-id_point_sale,
  751. .order-update #main #content .order-form .field-order-id_point_sale {
  752. margin-top: 30px;
  753. }
  754. /* line 124, ../sass/order/_form.scss */
  755. .order-create #main #content .order-form .field-order-id_distribution,
  756. .order-update #main #content .order-form .field-order-id_distribution {
  757. margin-bottom: 0px;
  758. }
  759. /* line 126, ../sass/order/_form.scss */
  760. .order-create #main #content .order-form .field-order-id_distribution label,
  761. .order-update #main #content .order-form .field-order-id_distribution label {
  762. margin-bottom: 0px;
  763. }
  764. /* line 130, ../sass/order/_form.scss */
  765. .order-create #main #content .order-form .field-order-id_distribution .help-block,
  766. .order-update #main #content .order-form .field-order-id_distribution .help-block {
  767. margin-bottom: 0px;
  768. }
  769. /* line 135, ../sass/order/_form.scss */
  770. .order-create #main #content .order-form .field-order-id_point_sale,
  771. .order-update #main #content .order-form .field-order-id_point_sale {
  772. display: none;
  773. }
  774. /* line 139, ../sass/order/_form.scss */
  775. .order-create #main #content .order-form .blocks,
  776. .order-update #main #content .order-form .blocks {
  777. list-style-type: none;
  778. margin: 0px;
  779. padding: 0px;
  780. }
  781. /* line 144, ../sass/order/_form.scss */
  782. .order-create #main #content .order-form .blocks .block,
  783. .order-update #main #content .order-form .blocks .block {
  784. text-decoration: none;
  785. width: 268px;
  786. height: 130px;
  787. float: left;
  788. padding: 20px;
  789. margin-right: 20px;
  790. margin-bottom: 8px;
  791. cursor: pointer;
  792. float: left;
  793. background-color: #f9f9f9;
  794. background-color: white;
  795. border: 1px solid #d8d8d8;
  796. }
  797. /* line 159, ../sass/order/_form.scss */
  798. .order-create #main #content .order-form .blocks .block .name,
  799. .order-update #main #content .order-form .blocks .block .name {
  800. font-family: "comfortaalight";
  801. font-size: 20px;
  802. padding-bottom: 10px;
  803. }
  804. /* line 165, ../sass/order/_form.scss */
  805. .order-create #main #content .order-form .blocks .block .address,
  806. .order-update #main #content .order-form .blocks .block .address {
  807. color: gray;
  808. font-size: 15px;
  809. line-height: 20px;
  810. }
  811. /* line 171, ../sass/order/_form.scss */
  812. .order-create #main #content .order-form .blocks .block.selected,
  813. .order-update #main #content .order-form .blocks .block.selected {
  814. border-left: solid 5px #F39C12;
  815. }
  816. /* line 173, ../sass/order/_form.scss */
  817. .order-create #main #content .order-form .blocks .block.selected .contenu,
  818. .order-update #main #content .order-form .blocks .block.selected .contenu {
  819. position: relative;
  820. left: -4px;
  821. }
  822. /* line 179, ../sass/order/_form.scss */
  823. .order-create #main #content .order-form .blocks .block:hover,
  824. .order-update #main #content .order-form .blocks .block:hover {
  825. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  826. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  827. box-shadow: 0px 0px 5px #d8d8d8;
  828. }
  829. /* line 183, ../sass/order/_form.scss */
  830. .order-create #main #content .order-form .blocks .block.disabled,
  831. .order-update #main #content .order-form .blocks .block.disabled {
  832. display: none;
  833. }
  834. /* line 187, ../sass/order/_form.scss */
  835. .order-create #main #content .order-form .blocks .block .comment,
  836. .order-update #main #content .order-form .blocks .block .comment {
  837. margin-top: 5px;
  838. }
  839. /* line 189, ../sass/order/_form.scss */
  840. .order-create #main #content .order-form .blocks .block .comment span,
  841. .order-update #main #content .order-form .blocks .block .comment span {
  842. background-color: #F39C12;
  843. -moz-border-radius: 5px;
  844. -webkit-border-radius: 5px;
  845. border-radius: 5px;
  846. color: white;
  847. font-weight: bold;
  848. padding: 3px 10px;
  849. }
  850. /* line 200, ../sass/order/_form.scss */
  851. .order-create #main #content .order-form .infos-points-sale,
  852. .order-update #main #content .order-form .infos-points-sale {
  853. display: none;
  854. margin-top: 15px;
  855. }
  856. /* line 204, ../sass/order/_form.scss */
  857. .order-create #main #content .order-form .infos-points-sale h4,
  858. .order-update #main #content .order-form .infos-points-sale h4 {
  859. margin-top: 0px;
  860. padding-top: 0px;
  861. text-align: left;
  862. text-transform: uppercase;
  863. font-weight: bold;
  864. font-family: "myriadpro-semibold";
  865. }
  866. /* line 212, ../sass/order/_form.scss */
  867. .order-create #main #content .order-form .infos-points-sale h4 span,
  868. .order-update #main #content .order-form .infos-points-sale h4 span {
  869. font-family: "myriadpro-regular";
  870. text-transform: none;
  871. }
  872. /* line 218, ../sass/order/_form.scss */
  873. .order-create #main #content .order-form .infos-points-sale a,
  874. .order-update #main #content .order-form .infos-points-sale a {
  875. text-decoration: underline;
  876. }
  877. /* line 223, ../sass/order/_form.scss */
  878. .order-create #main #content .order-form #products,
  879. .order-update #main #content .order-form #products {
  880. margin-top: 15px;
  881. }
  882. /* line 226, ../sass/order/_form.scss */
  883. .order-create #main #content .order-form #products .alert.unavailable,
  884. .order-update #main #content .order-form #products .alert.unavailable {
  885. display: none;
  886. }
  887. /* line 230, ../sass/order/_form.scss */
  888. .order-create #main #content .order-form #products #label-products,
  889. .order-update #main #content .order-form #products #label-products {
  890. display: block;
  891. margin-bottom: 5px;
  892. }
  893. /* line 235, ../sass/order/_form.scss */
  894. .order-create #main #content .order-form #products .table,
  895. .order-update #main #content .order-form #products .table {
  896. margin-top: 7px;
  897. }
  898. /* line 238, ../sass/order/_form.scss */
  899. .order-create #main #content .order-form #products .table .photo,
  900. .order-update #main #content .order-form #products .table .photo {
  901. padding: 0px;
  902. width: 120px;
  903. }
  904. /* line 243, ../sass/order/_form.scss */
  905. .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
  906. .order-update #main #content .order-form #products .table .th-photo,
  907. .order-update #main #content .order-form #products .table .td-photo {
  908. width: 120px;
  909. }
  910. /* line 247, ../sass/order/_form.scss */
  911. .order-create #main #content .order-form #products .table .name,
  912. .order-update #main #content .order-form #products .table .name {
  913. font-family: "comfortaalight";
  914. font-weight: bold;
  915. text-transform: uppercase;
  916. font-size: 18px;
  917. }
  918. /* line 254, ../sass/order/_form.scss */
  919. .order-create #main #content .order-form #products .table .description,
  920. .order-update #main #content .order-form #products .table .description {
  921. font-style: italic;
  922. }
  923. /* line 258, ../sass/order/_form.scss */
  924. .order-create #main #content .order-form #products .table .recipe,
  925. .order-update #main #content .order-form #products .table .recipe {
  926. font-size: 12px;
  927. }
  928. /* line 262, ../sass/order/_form.scss */
  929. .order-create #main #content .order-form #products .table .input-group,
  930. .order-update #main #content .order-form #products .table .input-group {
  931. width: 133px;
  932. }
  933. /* line 264, ../sass/order/_form.scss */
  934. .order-create #main #content .order-form #products .table .input-group .quantity,
  935. .order-update #main #content .order-form #products .table .input-group .quantity {
  936. text-align: center;
  937. }
  938. /* line 269, ../sass/order/_form.scss */
  939. .order-create #main #content .order-form #products .table .column-quantity, .order-create #main #content .order-form #products .table .price-unit, .order-create #main #content .order-form #products .table .total,
  940. .order-update #main #content .order-form #products .table .column-quantity,
  941. .order-update #main #content .order-form #products .table .price-unit,
  942. .order-update #main #content .order-form #products .table .total {
  943. width: 150px;
  944. text-align: center;
  945. }
  946. /* line 274, ../sass/order/_form.scss */
  947. .order-create #main #content .order-form #products .table td#total-order, .order-create #main #content .order-form #products .table td#total-order-vrac, .order-create #main #content .order-form #products .table td.total,
  948. .order-update #main #content .order-form #products .table td#total-order,
  949. .order-update #main #content .order-form #products .table td#total-order-vrac,
  950. .order-update #main #content .order-form #products .table td.total {
  951. text-align: center;
  952. }
  953. /* line 278, ../sass/order/_form.scss */
  954. .order-create #main #content .order-form #products .table .unavailable,
  955. .order-update #main #content .order-form #products .table .unavailable {
  956. display: none;
  957. text-transform: uppercase;
  958. color: #B32815;
  959. font-weight: bold;
  960. font-size: 16px;
  961. text-align: center;
  962. }
  963. /* line 287, ../sass/order/_form.scss */
  964. .order-create #main #content .order-form #products .table .quantity-remaining,
  965. .order-update #main #content .order-form #products .table .quantity-remaining {
  966. font-size: 12px;
  967. margin-top: 8px;
  968. }
  969. /* line 291, ../sass/order/_form.scss */
  970. .order-create #main #content .order-form #products .table .quantity-remaining .nb,
  971. .order-update #main #content .order-form #products .table .quantity-remaining .nb {
  972. font-weight: bold;
  973. }
  974. /* line 296, ../sass/order/_form.scss */
  975. .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
  976. .order-update #main #content .order-form #products .table td.product,
  977. .order-update #main #content .order-form #products .table th.product {
  978. width: 70%;
  979. }
  980. /* line 300, ../sass/order/_form.scss */
  981. .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
  982. .order-update #main #content .order-form #products .table td.price-unit,
  983. .order-update #main #content .order-form #products .table th.price-unit {
  984. width: 10%;
  985. }
  986. /* line 304, ../sass/order/_form.scss */
  987. .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
  988. .order-update #main #content .order-form #products .table td.column-quantity,
  989. .order-update #main #content .order-form #products .table th.column-quantity {
  990. width: 10%;
  991. }
  992. /* line 308, ../sass/order/_form.scss */
  993. .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
  994. .order-update #main #content .order-form #products .table td.total,
  995. .order-update #main #content .order-form #products .table th.total {
  996. width: 10%;
  997. }
  998. /* line 314, ../sass/order/_form.scss */
  999. .order-create #main #content .order-form #bar-fixed,
  1000. .order-update #main #content .order-form #bar-fixed {
  1001. display: none;
  1002. width: 100%;
  1003. position: fixed;
  1004. bottom: 0px;
  1005. left: 0px;
  1006. z-index: 100;
  1007. background-color: white;
  1008. padding: 15px;
  1009. margin-bottom: 0px;
  1010. -moz-box-shadow: 0 0 5px gray;
  1011. -webkit-box-shadow: 0 0 5px gray;
  1012. box-shadow: 0 0 5px gray;
  1013. border-top: solid 1px #e0e0e0;
  1014. background-color: #F9F9F9;
  1015. background-color: white;
  1016. text-align: center;
  1017. }
  1018. /* line 330, ../sass/order/_form.scss */
  1019. .order-create #main #content .order-form #bar-fixed .container,
  1020. .order-update #main #content .order-form #bar-fixed .container {
  1021. min-height: auto;
  1022. background: none;
  1023. border: 0px none;
  1024. }
  1025. /* line 336, ../sass/order/_form.scss */
  1026. .order-create #main #content .order-form #bar-fixed.not-fixed,
  1027. .order-update #main #content .order-form #bar-fixed.not-fixed {
  1028. position: relative;
  1029. -moz-box-shadow: none;
  1030. -webkit-box-shadow: none;
  1031. box-shadow: none;
  1032. -moz-border-radius: 0px;
  1033. -webkit-border-radius: 0px;
  1034. border-radius: 0px;
  1035. border: solid 1px #e0e0e0;
  1036. padding-right: 20px;
  1037. }
  1038. /* line 343, ../sass/order/_form.scss */
  1039. .order-create #main #content .order-form #bar-fixed.not-fixed .container,
  1040. .order-update #main #content .order-form #bar-fixed.not-fixed .container {
  1041. width: auto;
  1042. }
  1043. /* line 349, ../sass/order/_form.scss */
  1044. .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
  1045. .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
  1046. margin-top: 0px;
  1047. float: right;
  1048. }
  1049. /* line 355, ../sass/order/_form.scss */
  1050. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1051. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1052. background-color: white;
  1053. -moz-border-radius: 20px;
  1054. -webkit-border-radius: 20px;
  1055. border-radius: 20px;
  1056. padding: 5px 25px;
  1057. border: solid 1px #e0e0e0;
  1058. }
  1059. /* line 362, ../sass/order/_form.scss */
  1060. .order-create #main #content .order-form #bar-fixed .btn-comment,
  1061. .order-update #main #content .order-form #bar-fixed .btn-comment {
  1062. float: left;
  1063. }
  1064. /* line 370, ../sass/order/_form.scss */
  1065. .order-create #main #content .order-form #bar-fixed .btn-comment,
  1066. .order-update #main #content .order-form #bar-fixed .btn-comment {
  1067. margin-right: 10px;
  1068. }
  1069. /* line 374, ../sass/order/_form.scss */
  1070. .order-create #main #content .order-form #bar-fixed #block-confirm-order,
  1071. .order-update #main #content .order-form #bar-fixed #block-confirm-order {
  1072. text-align: right;
  1073. margin-top: 20px;
  1074. }
  1075. /* line 378, ../sass/order/_form.scss */
  1076. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1077. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1078. width: 340px;
  1079. margin-right: 10px;
  1080. }
  1081. /* line 384, ../sass/order/_form.scss */
  1082. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1083. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1084. float: right;
  1085. width: 340px;
  1086. padding: 3px 11px;
  1087. background-color: white;
  1088. border: solid 1px #ccc;
  1089. -moz-border-radius: 5px;
  1090. -webkit-border-radius: 5px;
  1091. border-radius: 5px;
  1092. margin-right: 10px;
  1093. text-shadow: 0 1px 0 #fff;
  1094. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1095. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1096. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1097. }
  1098. /* line 395, ../sass/order/_form.scss */
  1099. .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
  1100. .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
  1101. background-color: #e0e0e0;
  1102. }
  1103. /* line 399, ../sass/order/_form.scss */
  1104. .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
  1105. .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
  1106. color: gray;
  1107. font-weight: normal;
  1108. }
  1109. /* line 404, ../sass/order/_form.scss */
  1110. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1111. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1112. background-color: #F39C12;
  1113. color: white;
  1114. padding: 2px 8px;
  1115. -moz-border-radius: 5px;
  1116. -webkit-border-radius: 5px;
  1117. border-radius: 5px;
  1118. }
  1119. /* line 411, ../sass/order/_form.scss */
  1120. .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
  1121. .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
  1122. color: #F39C12;
  1123. }
  1124. /* line 415, ../sass/order/_form.scss */
  1125. .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
  1126. .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
  1127. font-size: 12px;
  1128. }
  1129. /* line 419, ../sass/order/_form.scss */
  1130. .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
  1131. .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
  1132. display: none;
  1133. font-size: 12px;
  1134. }
  1135. /* line 425, ../sass/order/_form.scss */
  1136. .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
  1137. .order-update #main #content .order-form #bar-fixed .btn-back,
  1138. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1139. float: left;
  1140. margin-right: 5px;
  1141. }
  1142. /* line 430, ../sass/order/_form.scss */
  1143. .order-create #main #content .order-form #bar-fixed .cancel-order,
  1144. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1145. color: #b92c28;
  1146. background-color: white;
  1147. }
  1148. /* line 435, ../sass/order/_form.scss */
  1149. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1150. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1151. display: none;
  1152. font-weight: bold;
  1153. font-family: "comfortaalight";
  1154. font-size: 24px;
  1155. }
  1156. /* line 442, ../sass/order/_form.scss */
  1157. .order-create #main #content .order-form #bar-fixed .field-order-comment,
  1158. .order-update #main #content .order-form #bar-fixed .field-order-comment {
  1159. display: none;
  1160. }
  1161. /* line 450, ../sass/order/_form.scss */
  1162. .order-create .ui-datepicker .ui-widget-header,
  1163. .order-update .ui-datepicker .ui-widget-header {
  1164. background: none;
  1165. background-color: gray;
  1166. border: 0px none;
  1167. color: black;
  1168. font-weight: normal;
  1169. }
  1170. /* line 458, ../sass/order/_form.scss */
  1171. .order-create .ui-datepicker .ui-datepicker-current-day a,
  1172. .order-create .ui-datepicker a.ui-state-hover,
  1173. .order-update .ui-datepicker .ui-datepicker-current-day a,
  1174. .order-update .ui-datepicker a.ui-state-hover {
  1175. background: none;
  1176. background-color: gray;
  1177. border-color: black;
  1178. color: black;
  1179. }
  1180. /**
  1181. Copyright distrib (2018)
  1182. contact@opendistrib.net
  1183. Ce logiciel est un programme informatique servant à aider les producteurs
  1184. à distribuer leur production en circuits courts.
  1185. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1186. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1187. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1188. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1189. sur le site "http://www.cecill.info".
  1190. En contrepartie de l'accessibilité au code source et des droits de copie,
  1191. de modification et de redistribution accordés par cette licence, il n'est
  1192. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1193. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1194. titulaire des droits patrimoniaux et les concédants successifs.
  1195. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1196. associés au chargement, à l'utilisation, à la modification et/ou au
  1197. développement et à la reproduction du logiciel par l'utilisateur étant
  1198. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1199. manipuler et qui le réserve donc à des développeurs et des professionnels
  1200. avertis possédant des connaissances informatiques approfondies. Les
  1201. utilisateurs sont donc invités à charger et tester l'adéquation du
  1202. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1203. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1204. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1205. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1206. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1207. termes.
  1208. */
  1209. /* line 40, ../sass/order/_history.scss */
  1210. .order-history #list-producers {
  1211. display: none;
  1212. }
  1213. /* line 44, ../sass/order/_history.scss */
  1214. .order-history #tabs-orders-history {
  1215. margin-bottom: 20px;
  1216. }
  1217. /* line 48, ../sass/order/_history.scss */
  1218. .order-history #tabs-orders-history li a {
  1219. color: #F39C12;
  1220. }
  1221. /* line 52, ../sass/order/_history.scss */
  1222. .order-history #tabs-orders-history li.active a {
  1223. color: #333;
  1224. }
  1225. /* line 59, ../sass/order/_history.scss */
  1226. .order-history table .locality {
  1227. color: gray;
  1228. }
  1229. /* line 3, ../sass/order/_order.scss */
  1230. .order-order #main #app-order-order {
  1231. display: block;
  1232. }
  1233. /* line 6, ../sass/order/_order.scss */
  1234. .order-order #main #app-order-order .wrapper {
  1235. display: none;
  1236. }
  1237. /* line 9, ../sass/order/_order.scss */
  1238. .order-order #main #app-order-order.loaded .wrapper {
  1239. display: block;
  1240. }
  1241. /* line 13, ../sass/order/_order.scss */
  1242. .order-order #main #app-order-order h3 {
  1243. font-family: "highvoltageregular";
  1244. }
  1245. /* line 17, ../sass/order/_order.scss */
  1246. .order-order #main #app-order-order #distribution-date, .order-order #main #app-order-order #order-distribution-date {
  1247. display: none;
  1248. }
  1249. /* line 27, ../sass/order/_order.scss */
  1250. .order-order #main #app-order-order .slide-enter-active {
  1251. transition: all .2s ease;
  1252. }
  1253. /* line 31, ../sass/order/_order.scss */
  1254. .order-order #main #app-order-order .slide-leave-active {
  1255. transition: all 0s ease;
  1256. }
  1257. /* line 34, ../sass/order/_order.scss */
  1258. .order-order #main #app-order-order .slide-enter, .order-order #main #app-order-order .slide-leave-to {
  1259. transform: translateX(10px);
  1260. opacity: 0;
  1261. }
  1262. /* line 39, ../sass/order/_order.scss */
  1263. .order-order #main #app-order-order #steps {
  1264. margin-bottom: 20px;
  1265. }
  1266. /* line 41, ../sass/order/_order.scss */
  1267. .order-order #main #app-order-order #steps ul {
  1268. height: 70px;
  1269. }
  1270. /* line 44, ../sass/order/_order.scss */
  1271. .order-order #main #app-order-order #steps ul li {
  1272. text-align: center;
  1273. padding-right: 8px;
  1274. padding-left: 8px;
  1275. position: relative;
  1276. }
  1277. /* line 50, ../sass/order/_order.scss */
  1278. .order-order #main #app-order-order #steps ul li .info-step {
  1279. position: absolute;
  1280. top: 45px;
  1281. left: 0px;
  1282. width: 100%;
  1283. text-transform: normal;
  1284. color: #F39C12;
  1285. font-family: "capsuularegular";
  1286. font-size: 17px;
  1287. font-weight: bold;
  1288. }
  1289. /* line 62, ../sass/order/_order.scss */
  1290. .order-order #main #app-order-order #steps ul li .glyphicon-chevron-right, .order-order #main #app-order-order #steps ul li.active .glyphicon-chevron-right {
  1291. float: right;
  1292. color: gray;
  1293. position: relative;
  1294. top: 10px;
  1295. }
  1296. /* line 70, ../sass/order/_order.scss */
  1297. .order-order #main #app-order-order #steps ul li.first {
  1298. padding-left: 0px;
  1299. }
  1300. /* line 74, ../sass/order/_order.scss */
  1301. .order-order #main #app-order-order #steps ul li#step-payment {
  1302. padding-right: 0px;
  1303. }
  1304. /* line 78, ../sass/order/_order.scss */
  1305. .order-order #main #app-order-order #steps ul li#step-products .btn::after, .order-order #main #app-order-order #steps ul li.first .btn::before {
  1306. display: none;
  1307. }
  1308. /* line 83, ../sass/order/_order.scss */
  1309. .order-order #main #app-order-order #steps ul li .btn {
  1310. color: #333;
  1311. text-transform: uppercase;
  1312. display: block;
  1313. width: 100%;
  1314. position: relative;
  1315. background-color: #e0e0e0;
  1316. -moz-border-radius: 0px;
  1317. -webkit-border-radius: 0px;
  1318. border-radius: 0px;
  1319. border: 0px none;
  1320. text-transform: uppercase;
  1321. }
  1322. /* line 94, ../sass/order/_order.scss */
  1323. .order-order #main #app-order-order #steps ul li .btn .button-content {
  1324. position: relative;
  1325. left: 8px;
  1326. }
  1327. /* line 99, ../sass/order/_order.scss */
  1328. .order-order #main #app-order-order #steps ul li .btn.btn-primary {
  1329. background-color: #F39C12;
  1330. }
  1331. /* line 103, ../sass/order/_order.scss */
  1332. .order-order #main #app-order-order #steps ul li .btn::after, .order-order #main #app-order-order #steps ul li .btn::before {
  1333. content: "";
  1334. position: absolute;
  1335. top: -1px;
  1336. }
  1337. /* line 109, ../sass/order/_order.scss */
  1338. .order-order #main #app-order-order #steps ul li .btn::after {
  1339. right: -34px;
  1340. border: 17px solid transparent;
  1341. border-left: 17px solid #e0e0e0;
  1342. background-color: transparent;
  1343. }
  1344. /* line 116, ../sass/order/_order.scss */
  1345. .order-order #main #app-order-order #steps ul li .btn::before {
  1346. left: 0px;
  1347. border: 17px solid transparent;
  1348. border-left: 17px solid white;
  1349. background-color: transparent;
  1350. }
  1351. /* line 123, ../sass/order/_order.scss */
  1352. .order-order #main #app-order-order #steps ul li .btn.btn-primary::after {
  1353. border-left: 17px solid #F39C12;
  1354. }
  1355. /* line 137, ../sass/order/_order.scss */
  1356. .order-order #main #app-order-order #steps ul li .btn-primary {
  1357. color: white;
  1358. }
  1359. /* line 145, ../sass/order/_order.scss */
  1360. .order-order #main #app-order-order #legend #order-date-color,
  1361. .order-order #main #app-order-order #legend #distribution-date-color {
  1362. width: 13px;
  1363. height: 13px;
  1364. display: inline-block;
  1365. }
  1366. /* line 152, ../sass/order/_order.scss */
  1367. .order-order #main #app-order-order #legend #order-date-color {
  1368. background-color: #F39C12;
  1369. }
  1370. /* line 155, ../sass/order/_order.scss */
  1371. .order-order #main #app-order-order #legend #distribution-date-color {
  1372. background-color: #5cb85c;
  1373. }
  1374. /* line 160, ../sass/order/_order.scss */
  1375. .order-order #main #app-order-order #calendar {
  1376. margin-bottom: 15px;
  1377. }
  1378. /* line 162, ../sass/order/_order.scss */
  1379. .order-order #main #app-order-order #calendar .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
  1380. font-size: 2rem;
  1381. }
  1382. /* line 165, ../sass/order/_order.scss */
  1383. .order-order #main #app-order-order #calendar .c-day-background {
  1384. padding: 20px;
  1385. }
  1386. /* line 170, ../sass/order/_order.scss */
  1387. .order-order #main #app-order-order #calendar .c-day:hover .c-day-background {
  1388. background-color: #F39C12 !important;
  1389. color: white !important;
  1390. }
  1391. /* line 176, ../sass/order/_order.scss */
  1392. .order-order #main #app-order-order #calendar .c-day-popover-content {
  1393. font-size: 1.3rem;
  1394. }
  1395. /* line 184, ../sass/order/_order.scss */
  1396. .order-order #main #app-order-order #credit-online-payment .panel .panel-heading .btn-default {
  1397. float: right;
  1398. position: relative;
  1399. top: -5px;
  1400. }
  1401. /* line 196, ../sass/order/_order.scss */
  1402. .order-order #main #app-order-order #content-step-date #distributions-list .panel .btn-primary {
  1403. float: right;
  1404. }
  1405. /* line 200, ../sass/order/_order.scss */
  1406. .order-order #main #app-order-order #content-step-date #distributions-list .panel .date {
  1407. font-size: 20px;
  1408. }
  1409. /* line 204, ../sass/order/_order.scss */
  1410. .order-order #main #app-order-order #content-step-date #distributions-list .panel .point-sales {
  1411. color: gray;
  1412. font-size: 14px;
  1413. margin-top: 8px;
  1414. }
  1415. /* line 213, ../sass/order/_order.scss */
  1416. .order-order #main #app-order-order .block-actions {
  1417. text-align: right;
  1418. margin-top: 20px;
  1419. }
  1420. /* line 220, ../sass/order/_order.scss */
  1421. .order-order #main #app-order-order table#points-sale td.name .the-name {
  1422. font-family: "capsuularegular";
  1423. color: black;
  1424. font-size: 20px;
  1425. line-height: 25px;
  1426. font-weight: bold;
  1427. }
  1428. /* line 228, ../sass/order/_order.scss */
  1429. .order-order #main #app-order-order table#points-sale td.name .comment,
  1430. .order-order #main #app-order-order table#points-sale td.name .minimum-order-amount {
  1431. color: gray;
  1432. }
  1433. /* line 232, ../sass/order/_order.scss */
  1434. .order-order #main #app-order-order table#points-sale td.name .comment a,
  1435. .order-order #main #app-order-order table#points-sale td.name .minimum-order-amount a {
  1436. color: #F39C12;
  1437. }
  1438. /* line 238, ../sass/order/_order.scss */
  1439. .order-order #main #app-order-order table#points-sale td.actions {
  1440. width: 150px;
  1441. }
  1442. /* line 240, ../sass/order/_order.scss */
  1443. .order-order #main #app-order-order table#points-sale td.actions button {
  1444. width: 100%;
  1445. }
  1446. /* line 246, ../sass/order/_order.scss */
  1447. .order-order #main #app-order-order table#points-sale tr.selected td {
  1448. background-color: white;
  1449. }
  1450. /* line 254, ../sass/order/_order.scss */
  1451. .order-order #main #app-order-order table#products td.category-name {
  1452. font-family: "highvoltageregular";
  1453. font-size: 22px;
  1454. line-height: 30px;
  1455. text-transform: uppercase;
  1456. padding-top: 13px;
  1457. }
  1458. /* line 261, ../sass/order/_order.scss */
  1459. .order-order #main #app-order-order table#products td.category-name .glyphicon-triangle-bottom,
  1460. .order-order #main #app-order-order table#products td.category-name .glyphicon-triangle-right {
  1461. font-size: 15px;
  1462. }
  1463. /* line 266, ../sass/order/_order.scss */
  1464. .order-order #main #app-order-order table#products td.category-name span.label {
  1465. font-family: "Arial";
  1466. font-weight: normal;
  1467. float: right;
  1468. text-transform: none;
  1469. margin-left: 15px;
  1470. }
  1471. /* line 275, ../sass/order/_order.scss */
  1472. .order-order #main #app-order-order table#products td.category-name:hover {
  1473. cursor: pointer;
  1474. background-color: #F39C12;
  1475. color: white;
  1476. }
  1477. /* line 283, ../sass/order/_order.scss */
  1478. .order-order #main #app-order-order table#products td.photo img {
  1479. width: 100px;
  1480. }
  1481. /* line 293, ../sass/order/_order.scss */
  1482. .order-order #main #app-order-order table#products .price-unit .decreasing-prices {
  1483. margin-top: 10px;
  1484. font-size: 10px;
  1485. padding-top: 6px;
  1486. padding-bottom: 2px;
  1487. margin-bottom: 0px;
  1488. }
  1489. /* line 301, ../sass/order/_order.scss */
  1490. .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul li {
  1491. margin-bottom: 5px;
  1492. }
  1493. /* line 303, ../sass/order/_order.scss */
  1494. .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul li strong {
  1495. font-weight: bold;
  1496. }
  1497. /* line 311, ../sass/order/_order.scss */
  1498. .order-order #main #app-order-order table#products .price-unit, .order-order #main #app-order-order table#products .price-total {
  1499. width: 135px;
  1500. text-align: center;
  1501. }
  1502. /* line 315, ../sass/order/_order.scss */
  1503. .order-order #main #app-order-order table#products .price-unit .price-infos, .order-order #main #app-order-order table#products .price-total .price-infos {
  1504. color: gray;
  1505. font-size: 13px;
  1506. line-height: 15px;
  1507. }
  1508. /* line 321, ../sass/order/_order.scss */
  1509. .order-order #main #app-order-order table#products .td-quantity {
  1510. width: 175px;
  1511. }
  1512. /* line 323, ../sass/order/_order.scss */
  1513. .order-order #main #app-order-order table#products .td-quantity input.quantity {
  1514. text-align: center;
  1515. border-right: 0px none;
  1516. }
  1517. /* line 327, ../sass/order/_order.scss */
  1518. .order-order #main #app-order-order table#products .td-quantity .input-group-addon {
  1519. padding: 5px;
  1520. padding-left: 0px;
  1521. margin: 0px;
  1522. border-left: 0px none;
  1523. border-right: 0px none;
  1524. }
  1525. /* line 338, ../sass/order/_order.scss */
  1526. .order-order #main #app-order-order table#products tr.total .summary h3 {
  1527. margin-top: 0px;
  1528. font-family: "capsuularegular";
  1529. text-transform: none;
  1530. margin-bottom: 5px;
  1531. }
  1532. /* line 345, ../sass/order/_order.scss */
  1533. .order-order #main #app-order-order table#products tr.total .summary ul {
  1534. margin-bottom: 15px;
  1535. padding-left: 20px;
  1536. font-size: 23px;
  1537. }
  1538. /* line 352, ../sass/order/_order.scss */
  1539. .order-order #main #app-order-order table#products tr.total .summary ul li .quantity {
  1540. font-size: 18px;
  1541. }
  1542. /* line 356, ../sass/order/_order.scss */
  1543. .order-order #main #app-order-order table#products tr.total .summary ul li .name {
  1544. font-family: "capsuularegular";
  1545. font-size: 24px;
  1546. }
  1547. /* line 360, ../sass/order/_order.scss */
  1548. .order-order #main #app-order-order table#products tr.total .summary ul li .other {
  1549. font-family: "capsuularegular";
  1550. font-size: 18px;
  1551. }
  1552. /* line 368, ../sass/order/_order.scss */
  1553. .order-order #main #app-order-order table#products tr.total .price-total {
  1554. font-size: 23px;
  1555. }
  1556. /* line 376, ../sass/order/_order.scss */
  1557. .order-order #main #app-order-order #content-step-payment .delivery {
  1558. margin-bottom: 20px;
  1559. }
  1560. /* line 379, ../sass/order/_order.scss */
  1561. .order-order #main #app-order-order #content-step-payment .delivery .delivery-home {
  1562. margin-bottom: 20px;
  1563. }
  1564. /* line 388, ../sass/order/_order.scss */
  1565. .order-order #main #app-order-order #content-step-payment .comment {
  1566. margin-bottom: 20px;
  1567. }
  1568. /* line 393, ../sass/order/_order.scss */
  1569. .order-order #main #app-order-order #content-step-payment .credit .info {
  1570. margin-left: 20px;
  1571. color: gray;
  1572. }
  1573. /* line 400, ../sass/order/_order.scss */
  1574. .order-order #main #app-order-order #specific-delays {
  1575. margin-top: 15px;
  1576. }
  1577. /* line 408, ../sass/order/_order.scss */
  1578. .order-order #main #app-order-order #infos {
  1579. margin-top: 30px;
  1580. }
  1581. /* line 410, ../sass/order/_order.scss */
  1582. .order-order #main #app-order-order #infos .panel-body {
  1583. padding-top: 0px;
  1584. white-space: pre-line;
  1585. }
  1586. /* line 420, ../sass/order/_order.scss */
  1587. #main #content .panel h3 {
  1588. font-family: "highvoltageregular";
  1589. margin: 0px;
  1590. padding-top: 10px;
  1591. padding-bottom: 4px;
  1592. font-size: 20px;
  1593. }
  1594. /* line 5, ../sass/order/_confirm.scss */
  1595. .order-confirm #main #order-success .alert.alert-success .glyphicon-big {
  1596. background-color: #00A65A;
  1597. }
  1598. /* line 11, ../sass/order/_confirm.scss */
  1599. .order-confirm #main #order-success .alert.alert-info .glyphicon-big {
  1600. background-color: #0097BC;
  1601. padding: 55px 30px;
  1602. }
  1603. /* line 17, ../sass/order/_confirm.scss */
  1604. .order-confirm #main #order-success .alert.alert-info .content .glyphicon {
  1605. margin-right: 5px;
  1606. }
  1607. /* line 25, ../sass/order/_confirm.scss */
  1608. .order-confirm #main #order-success .alert-order-summary ul li {
  1609. margin-bottom: 10px;
  1610. }
  1611. /* line 31, ../sass/order/_confirm.scss */
  1612. .order-confirm #main #order-success .alert {
  1613. padding: 0px;
  1614. }
  1615. /* line 34, ../sass/order/_confirm.scss */
  1616. .order-confirm #main #order-success .alert.alert-danger {
  1617. padding: 12px;
  1618. }
  1619. /* line 36, ../sass/order/_confirm.scss */
  1620. .order-confirm #main #order-success .alert.alert-danger h5 {
  1621. margin-top: 10px;
  1622. margin-bottom: 10px;
  1623. }
  1624. /* line 42, ../sass/order/_confirm.scss */
  1625. .order-confirm #main #order-success .alert strong {
  1626. font-weight: bold;
  1627. }
  1628. /* line 46, ../sass/order/_confirm.scss */
  1629. .order-confirm #main #order-success .alert .glyphicon-big {
  1630. font-size: 90px;
  1631. color: white;
  1632. padding: 30px;
  1633. float: left;
  1634. }
  1635. /* line 53, ../sass/order/_confirm.scss */
  1636. .order-confirm #main #order-success .alert div.content {
  1637. color: #333;
  1638. padding: 20px;
  1639. margin-left: 151px;
  1640. }
  1641. /* line 58, ../sass/order/_confirm.scss */
  1642. .order-confirm #main #order-success .alert div.content h3 {
  1643. font-family: "capsuularegular";
  1644. font-size: 30px;
  1645. color: #333;
  1646. margin-bottom: 20px;
  1647. margin-top: 0px;
  1648. margin-left: 0px;
  1649. text-align: left;
  1650. padding-left: 0px;
  1651. line-height: 35px;
  1652. text-transform: none;
  1653. }
  1654. /* line 71, ../sass/order/_confirm.scss */
  1655. .order-confirm #main #order-success .alert div.content .locality {
  1656. color: gray;
  1657. }
  1658. /* line 3, ../sass/credit/_add.scss */
  1659. .credit-add .form {
  1660. max-width: 350px;
  1661. margin: 0px auto;
  1662. margin-top: 30px;
  1663. text-align: center;
  1664. }
  1665. /* line 9, ../sass/credit/_add.scss */
  1666. .credit-add .form .form-group.field-creditform-amount {
  1667. text-align: center;
  1668. margin-bottom: 30px;
  1669. }
  1670. /* line 13, ../sass/credit/_add.scss */
  1671. .credit-add .form .form-group.field-creditform-amount label {
  1672. margin-bottom: 25px;
  1673. color: black;
  1674. font-size: 20px;
  1675. }
  1676. /* line 19, ../sass/credit/_add.scss */
  1677. .credit-add .form .form-group.field-creditform-amount .input-group {
  1678. width: 150px;
  1679. margin: 0px auto;
  1680. }
  1681. /* line 24, ../sass/credit/_add.scss */
  1682. .credit-add .form .form-group.field-creditform-amount .input-group input#creditform-amount {
  1683. text-align: center;
  1684. }
  1685. /* line 27, ../sass/credit/_add.scss */
  1686. .credit-add .form .form-group.field-creditform-amount .input-group input#creditform-amount:focus {
  1687. -moz-box-shadow: none;
  1688. -webkit-box-shadow: none;
  1689. box-shadow: none;
  1690. border-color: #ccc;
  1691. }
  1692. /* line 34, ../sass/credit/_add.scss */
  1693. .credit-add .form .form-group.field-creditform-amount .hint-block {
  1694. margin-top: 8px;
  1695. }
  1696. /* line 4, ../sass/subscription/_form.scss */
  1697. .subscription-create .subscription-form,
  1698. .subscription-update .subscription-form {
  1699. display: none;
  1700. }
  1701. /* line 8, ../sass/subscription/_form.scss */
  1702. .subscription-create .subscription-form.loaded,
  1703. .subscription-update .subscription-form.loaded {
  1704. display: block;
  1705. }
  1706. /* line 13, ../sass/subscription/_form.scss */
  1707. .subscription-create .subscription-form .points-sale .locality,
  1708. .subscription-update .subscription-form .points-sale .locality {
  1709. color: gray;
  1710. }
  1711. /* line 16, ../sass/subscription/_form.scss */
  1712. .subscription-create .subscription-form .points-sale label,
  1713. .subscription-update .subscription-form .points-sale label {
  1714. cursor: pointer;
  1715. }
  1716. /* line 22, ../sass/subscription/_form.scss */
  1717. .subscription-create .subscription-form .days .form-group,
  1718. .subscription-update .subscription-form .days .form-group {
  1719. float: left;
  1720. margin-right: 15px;
  1721. }
  1722. /* line 31, ../sass/subscription/_form.scss */
  1723. .subscription-create .subscription-form .points-sale table tr.selected td,
  1724. .subscription-update .subscription-form .points-sale table tr.selected td {
  1725. background-color: white;
  1726. }
  1727. /* line 36, ../sass/subscription/_form.scss */
  1728. .subscription-create .subscription-form .points-sale table .the-name,
  1729. .subscription-update .subscription-form .points-sale table .the-name {
  1730. font-family: "capsuularegular";
  1731. font-size: 20px;
  1732. color: black;
  1733. }
  1734. /* line 42, ../sass/subscription/_form.scss */
  1735. .subscription-create .subscription-form .points-sale table .block-code,
  1736. .subscription-update .subscription-form .points-sale table .block-code {
  1737. width: 150px;
  1738. }
  1739. /* line 46, ../sass/subscription/_form.scss */
  1740. .subscription-create .subscription-form .points-sale table .actions,
  1741. .subscription-update .subscription-form .points-sale table .actions {
  1742. width: 150px;
  1743. }
  1744. /* line 49, ../sass/subscription/_form.scss */
  1745. .subscription-create .subscription-form .points-sale table .actions button,
  1746. .subscription-update .subscription-form .points-sale table .actions button {
  1747. width: 100%;
  1748. display: block;
  1749. }
  1750. /* line 57, ../sass/subscription/_form.scss */
  1751. .subscription-create .subscription-form .comment-textarea,
  1752. .subscription-update .subscription-form .comment-textarea {
  1753. width: 100%;
  1754. height: 100px;
  1755. }
  1756. /* line 63, ../sass/subscription/_form.scss */
  1757. .subscription-create .subscription-form .products .monday, .subscription-create .subscription-form .products .tuesday, .subscription-create .subscription-form .products .wednesday, .subscription-create .subscription-form .products .thursday,
  1758. .subscription-create .subscription-form .products .friday, .subscription-create .subscription-form .products .saturday, .subscription-create .subscription-form .products .sunday, .subscription-create .subscription-form .products .no-day,
  1759. .subscription-update .subscription-form .products .monday,
  1760. .subscription-update .subscription-form .products .tuesday,
  1761. .subscription-update .subscription-form .products .wednesday,
  1762. .subscription-update .subscription-form .products .thursday,
  1763. .subscription-update .subscription-form .products .friday,
  1764. .subscription-update .subscription-form .products .saturday,
  1765. .subscription-update .subscription-form .products .sunday,
  1766. .subscription-update .subscription-form .products .no-day {
  1767. display: none;
  1768. }
  1769. /* line 68, ../sass/subscription/_form.scss */
  1770. .subscription-create .subscription-form .products .monday-active .monday,
  1771. .subscription-create .subscription-form .products .tuesday-active .tuesday,
  1772. .subscription-create .subscription-form .products .wednesday-active .wednesday,
  1773. .subscription-create .subscription-form .products .thursday-active .thursday,
  1774. .subscription-create .subscription-form .products .friday-active .friday,
  1775. .subscription-create .subscription-form .products .saturday-active .saturday,
  1776. .subscription-create .subscription-form .products .sunday-active .sunday,
  1777. .subscription-update .subscription-form .products .monday-active .monday,
  1778. .subscription-update .subscription-form .products .tuesday-active .tuesday,
  1779. .subscription-update .subscription-form .products .wednesday-active .wednesday,
  1780. .subscription-update .subscription-form .products .thursday-active .thursday,
  1781. .subscription-update .subscription-form .products .friday-active .friday,
  1782. .subscription-update .subscription-form .products .saturday-active .saturday,
  1783. .subscription-update .subscription-form .products .sunday-active .sunday {
  1784. display: block;
  1785. }
  1786. /* line 78, ../sass/subscription/_form.scss */
  1787. .subscription-create .subscription-form .products td.quantity,
  1788. .subscription-update .subscription-form .products td.quantity {
  1789. width: 180px;
  1790. }
  1791. /* line 81, ../sass/subscription/_form.scss */
  1792. .subscription-create .subscription-form .products td.quantity input,
  1793. .subscription-update .subscription-form .products td.quantity input {
  1794. text-align: center;
  1795. border-right: 0px none;
  1796. }
  1797. /* line 84, ../sass/subscription/_form.scss */
  1798. .subscription-create .subscription-form .products td.quantity input.has-quantity,
  1799. .subscription-update .subscription-form .products td.quantity input.has-quantity {
  1800. font-weight: bold;
  1801. }
  1802. /* line 89, ../sass/subscription/_form.scss */
  1803. .subscription-create .subscription-form .products td.quantity .input-group-addon,
  1804. .subscription-update .subscription-form .products td.quantity .input-group-addon {
  1805. background-color: white;
  1806. padding-left: 0px;
  1807. border-left: 0px none;
  1808. }
  1809. /* line 96, ../sass/subscription/_form.scss */
  1810. .subscription-create .subscription-form .products .name,
  1811. .subscription-update .subscription-form .products .name {
  1812. font-family: "capsuularegular";
  1813. font-size: 20px;
  1814. color: black;
  1815. }
  1816. /* line 102, ../sass/subscription/_form.scss */
  1817. .subscription-create .subscription-form .products .description,
  1818. .subscription-update .subscription-form .products .description {
  1819. font-style: italic;
  1820. }
  1821. /* line 106, ../sass/subscription/_form.scss */
  1822. .subscription-create .subscription-form .products .recipe,
  1823. .subscription-update .subscription-form .products .recipe {
  1824. font-size: 12px;
  1825. }
  1826. /* line 110, ../sass/subscription/_form.scss */
  1827. .subscription-create .subscription-form .products .price-unit, .subscription-create .subscription-form .products .price-total,
  1828. .subscription-update .subscription-form .products .price-unit,
  1829. .subscription-update .subscription-form .products .price-total {
  1830. text-align: center;
  1831. width: 150px;
  1832. }
  1833. /* line 115, ../sass/subscription/_form.scss */
  1834. .subscription-create .subscription-form .products .unit,
  1835. .subscription-update .subscription-form .products .unit {
  1836. color: gray;
  1837. font-size: 13px;
  1838. }
  1839. /* line 120, ../sass/subscription/_form.scss */
  1840. .subscription-create .subscription-form .products tr.total .price-total,
  1841. .subscription-update .subscription-form .products tr.total .price-total {
  1842. text-align: center;
  1843. font-size: 20px;
  1844. }
  1845. /**
  1846. Copyright distrib (2018)
  1847. contact@opendistrib.net
  1848. Ce logiciel est un programme informatique servant à aider les producteurs
  1849. à distribuer leur production en circuits courts.
  1850. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1851. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1852. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1853. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1854. sur le site "http://www.cecill.info".
  1855. En contrepartie de l'accessibilité au code source et des droits de copie,
  1856. de modification et de redistribution accordés par cette licence, il n'est
  1857. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1858. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1859. titulaire des droits patrimoniaux et les concédants successifs.
  1860. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1861. associés au chargement, à l'utilisation, à la modification et/ou au
  1862. développement et à la reproduction du logiciel par l'utilisateur étant
  1863. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1864. manipuler et qui le réserve donc à des développeurs et des professionnels
  1865. avertis possédant des connaissances informatiques approfondies. Les
  1866. utilisateurs sont donc invités à charger et tester l'adéquation du
  1867. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1868. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1869. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1870. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1871. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1872. termes.
  1873. */
  1874. @media screen and (min-width: 768px) and (max-width: 992px) {
  1875. /* line 39, ../sass/_responsive.scss */
  1876. #left .fixed {
  1877. position: relative;
  1878. }
  1879. }
  1880. @media screen and (max-width: 768px) {
  1881. /* line 47, ../sass/_responsive.scss */
  1882. #header-bap {
  1883. display: block;
  1884. position: relative;
  1885. top: 0px;
  1886. left: 0px;
  1887. text-align: center;
  1888. width: 100%;
  1889. padding: 0px;
  1890. }
  1891. /* line 56, ../sass/_responsive.scss */
  1892. #header-bap #logo {
  1893. margin-left: 10px;
  1894. }
  1895. /* line 62, ../sass/_responsive.scss */
  1896. #left .fixed {
  1897. position: relative;
  1898. }
  1899. /* line 69, ../sass/_responsive.scss */
  1900. #main #img-big {
  1901. display: none;
  1902. }
  1903. /* line 75, ../sass/_responsive.scss */
  1904. #main nav#main-nav ul li {
  1905. display: block;
  1906. float: none;
  1907. }
  1908. /* line 79, ../sass/_responsive.scss */
  1909. #main nav#main-nav ul li.active a {
  1910. border-bottom: solid 1px white;
  1911. background-color: #F39C12;
  1912. color: white;
  1913. }
  1914. /* line 84, ../sass/_responsive.scss */
  1915. #main nav#main-nav ul li.active a:hover {
  1916. background-color: #F39C12;
  1917. color: white;
  1918. }
  1919. /* line 90, ../sass/_responsive.scss */
  1920. #main nav#main-nav ul li a {
  1921. display: block;
  1922. border-bottom: solid 1px #e0e0e0;
  1923. }
  1924. /* line 94, ../sass/_responsive.scss */
  1925. #main nav#main-nav ul li a:hover {
  1926. background-color: white;
  1927. color: #F39C12;
  1928. }
  1929. /* line 101, ../sass/_responsive.scss */
  1930. #main nav#main-nav ul li#btn-administration {
  1931. float: none;
  1932. }
  1933. /* line 103, ../sass/_responsive.scss */
  1934. #main nav#main-nav ul li#btn-administration a:hover {
  1935. background-color: white;
  1936. color: #F39C12;
  1937. }
  1938. /* line 111, ../sass/_responsive.scss */
  1939. #main h2#page-title {
  1940. text-align: center;
  1941. }
  1942. /* line 117, ../sass/_responsive.scss */
  1943. #main #products td {
  1944. padding: 3px;
  1945. }
  1946. /* line 121, ../sass/_responsive.scss */
  1947. #main #products td.photo, #main #products th.photo {
  1948. display: none;
  1949. }
  1950. /* line 125, ../sass/_responsive.scss */
  1951. #main #products .product {
  1952. font-size: 12px;
  1953. }
  1954. /* line 127, ../sass/_responsive.scss */
  1955. #main #products .product .nom {
  1956. font-size: 15px;
  1957. }
  1958. /* line 133, ../sass/_responsive.scss */
  1959. #main #products .td-quantity .input-group {
  1960. position: relative;
  1961. }
  1962. /* line 136, ../sass/_responsive.scss */
  1963. #main #products .td-quantity .input-group .input-group-btn {
  1964. display: block;
  1965. width: 100%;
  1966. }
  1967. /* line 140, ../sass/_responsive.scss */
  1968. #main #products .td-quantity .input-group .form-control.quantity {
  1969. text-align: left !important;
  1970. }
  1971. /* line 143, ../sass/_responsive.scss */
  1972. #main #products .td-quantity .input-group .input-group-addon {
  1973. position: absolute;
  1974. top: 37px;
  1975. right: 15px;
  1976. z-index: 10;
  1977. border: 0px none;
  1978. }
  1979. /* line 154, ../sass/_responsive.scss */
  1980. #main #bar-fixed {
  1981. position: relative;
  1982. }
  1983. /* line 156, ../sass/_responsive.scss */
  1984. #main #bar-fixed .btn-comment {
  1985. float: none;
  1986. display: block;
  1987. width: 100%;
  1988. margin-bottom: 10px;
  1989. margin-top: 15px;
  1990. }
  1991. /* line 166, ../sass/_responsive.scss */
  1992. .order-create #main #content .order-form #products .table .input-group,
  1993. .order-update #main #content .order-form #products .table .input-group {
  1994. width: 60px;
  1995. }
  1996. /* line 170, ../sass/_responsive.scss */
  1997. .order-create #main #content .order-form #products .table .input-group .form-control,
  1998. .order-update #main #content .order-form #products .table .input-group .form-control {
  1999. width: 20px;
  2000. padding: 3px;
  2001. }
  2002. /* line 176, ../sass/_responsive.scss */
  2003. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  2004. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  2005. width: 100%;
  2006. margin: 0px;
  2007. padding: 5px 0px;
  2008. }
  2009. /* line 182, ../sass/_responsive.scss */
  2010. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  2011. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  2012. word-break: break-all;
  2013. }
  2014. /* line 187, ../sass/_responsive.scss */
  2015. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  2016. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  2017. width: 100%;
  2018. }
  2019. /* line 195, ../sass/_responsive.scss */
  2020. .order-order #app-order-order h3 {
  2021. line-height: 28px;
  2022. }
  2023. /* line 201, ../sass/_responsive.scss */
  2024. .order-order #app-order-order #distributions-list .panel .btn-primary {
  2025. display: block;
  2026. float: none !important;
  2027. margin-bottom: 10px;
  2028. }
  2029. /* line 210, ../sass/_responsive.scss */
  2030. .order-order #app-order-order #steps ul {
  2031. height: auto !important;
  2032. }
  2033. /* line 212, ../sass/_responsive.scss */
  2034. .order-order #app-order-order #steps ul li {
  2035. padding-left: 0px !important;
  2036. padding-right: 0px !important;
  2037. }
  2038. /* line 216, ../sass/_responsive.scss */
  2039. .order-order #app-order-order #steps ul li .info-step {
  2040. display: none;
  2041. }
  2042. /* line 220, ../sass/_responsive.scss */
  2043. .order-order #app-order-order #steps ul li .btn::after,
  2044. .order-order #app-order-order #steps ul li .btn::before {
  2045. display: none;
  2046. }
  2047. /* line 231, ../sass/_responsive.scss */
  2048. .order-order #app-order-order table#products td.name .recipe {
  2049. display: none;
  2050. }
  2051. /* line 237, ../sass/_responsive.scss */
  2052. .order-order #app-order-order table#products td.td-quantity .input-group-btn {
  2053. width: 100%;
  2054. display: block;
  2055. }
  2056. /* line 241, ../sass/_responsive.scss */
  2057. .order-order #app-order-order table#products td.td-quantity .input-group-btn button {
  2058. width: 100%;
  2059. display: block;
  2060. }
  2061. /* line 251, ../sass/_responsive.scss */
  2062. .order-order #app-order-order #order-success .alert .glyphicon-big {
  2063. font-size: 90px;
  2064. color: white;
  2065. padding: 30px;
  2066. display: block;
  2067. width: 100%;
  2068. text-align: center;
  2069. margin-bottom: 20px;
  2070. }
  2071. /* line 260, ../sass/_responsive.scss */
  2072. .order-order #app-order-order #order-success .alert div.content {
  2073. margin-left: 0px;
  2074. text-align: center;
  2075. }
  2076. /* line 271, ../sass/_responsive.scss */
  2077. #footer .content {
  2078. text-align: center;
  2079. }
  2080. }