Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1964 lines
65KB

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