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

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