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.

2021 lines
67KB

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