Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1306 linhas
45KB

  1. @charset "UTF-8";
  2. /**
  3. Copyright La boîte à pain (2018)
  4. contact@laboiteapain.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 La boîte à pain (2018)
  90. contact@laboiteapain.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 41, ../sass/_layout.scss */
  118. body {
  119. font-family: "Arial";
  120. background-color: #BB8757;
  121. color: #333;
  122. line-height: 20px;
  123. font-size: 14px;
  124. }
  125. /* line 49, ../sass/_layout.scss */
  126. .clr {
  127. clear: both;
  128. }
  129. /* line 53, ../sass/_layout.scss */
  130. .modal-backdrop.in {
  131. z-index: 10;
  132. }
  133. /* line 58, ../sass/_layout.scss */
  134. #main .btn-primary {
  135. background-color: #BB8757;
  136. border: solid 1px #BB8757;
  137. color: white;
  138. }
  139. /* line 63, ../sass/_layout.scss */
  140. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  141. background-color: #b17a48;
  142. border: solid 1px #BB8757;
  143. color: white;
  144. }
  145. /* line 72, ../sass/_layout.scss */
  146. .btn {
  147. background-image: none;
  148. }
  149. /* line 76, ../sass/_layout.scss */
  150. #main .alert {
  151. background-image: none;
  152. background-color: white;
  153. border-bottom-width: 3px;
  154. }
  155. /* line 84, ../sass/_layout.scss */
  156. .alert.alert-warning a {
  157. color: #8a6d3b;
  158. }
  159. /* line 93, ../sass/_layout.scss */
  160. ul.pagination li.active a {
  161. background-color: #BB8757;
  162. border: solid 1px #BB8757;
  163. }
  164. /* line 97, ../sass/_layout.scss */
  165. ul.pagination li.active a:hover {
  166. background-color: #F8F1DD;
  167. border: solid 1px #F8F1DD;
  168. color: #BB8757;
  169. }
  170. /* line 104, ../sass/_layout.scss */
  171. ul.pagination li a {
  172. color: #BB8757;
  173. }
  174. /* line 107, ../sass/_layout.scss */
  175. ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  176. background-color: #F8F1DD;
  177. border: solid 1px #F8F1DD;
  178. color: #BB8757;
  179. }
  180. /* line 116, ../sass/_layout.scss */
  181. #header-bap {
  182. background-color: #F8F1DD;
  183. padding-top: 7px;
  184. padding-bottom: 7px;
  185. }
  186. /* line 121, ../sass/_layout.scss */
  187. #header-bap .container {
  188. padding-left: 0px;
  189. padding-right: 0px;
  190. }
  191. /* line 126, ../sass/_layout.scss */
  192. #header-bap #logo {
  193. color: black;
  194. text-decoration: none;
  195. position: relative;
  196. top: 3px;
  197. }
  198. /* line 132, ../sass/_layout.scss */
  199. #header-bap #logo img {
  200. width: 25px;
  201. }
  202. /* line 135, ../sass/_layout.scss */
  203. #header-bap #logo .text {
  204. font-size: 17px;
  205. font-family: "comfortaalight";
  206. position: relative;
  207. bottom: 6px;
  208. left: 3px;
  209. }
  210. /* line 144, ../sass/_layout.scss */
  211. #header-bap ul#nav-bap {
  212. float: right;
  213. }
  214. /* line 147, ../sass/_layout.scss */
  215. #header-bap ul#nav-bap li {
  216. float: right;
  217. }
  218. /* line 149, ../sass/_layout.scss */
  219. #header-bap ul#nav-bap li a {
  220. color: black;
  221. font-size: 15px;
  222. color: #BB8757;
  223. }
  224. /* line 154, ../sass/_layout.scss */
  225. #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus {
  226. color: #333;
  227. color: #BB8757;
  228. background: none;
  229. }
  230. /* line 161, ../sass/_layout.scss */
  231. #header-bap ul#nav-bap li ul {
  232. background-color: #F8F1DD;
  233. border-top: solid 2px #BB8757;
  234. }
  235. /* line 165, ../sass/_layout.scss */
  236. #header-bap ul#nav-bap li ul li a {
  237. text-transform: uppercase;
  238. font-size: 13px;
  239. }
  240. /* line 175, ../sass/_layout.scss */
  241. #header {
  242. background-color: #BB8757;
  243. text-align: center;
  244. padding-top: 25px;
  245. padding-bottom: 50px;
  246. border-bottom: solid 1px #e0e0e0;
  247. }
  248. /* line 182, ../sass/_layout.scss */
  249. #header .container {
  250. position: relative;
  251. padding: 0px;
  252. }
  253. /* line 188, ../sass/_layout.scss */
  254. #header h1, #header h2 {
  255. color: white;
  256. }
  257. /* line 192, ../sass/_layout.scss */
  258. #header h1 {
  259. text-transform: uppercase;
  260. font-family: "myriadpro-regular";
  261. font-size: 35px;
  262. line-height: 35px;
  263. font-weight: bold;
  264. padding-bottom: 5px;
  265. text-align: left;
  266. }
  267. /* line 201, ../sass/_layout.scss */
  268. #header h1 span {
  269. font-family: "myriadpro-light";
  270. font-size: 27px;
  271. font-weight: normal;
  272. }
  273. /* line 208, ../sass/_layout.scss */
  274. #header #infos {
  275. text-align: left;
  276. padding-bottom: 10px;
  277. padding-top: 8px;
  278. margin-bottom: 0px;
  279. color: #F8F1DD;
  280. font-size: 14px;
  281. }
  282. /* line 216, ../sass/_layout.scss */
  283. #header #infos .favorite {
  284. border-left: solid 1px #F8F1DD;
  285. padding-left: 10px;
  286. }
  287. /* line 221, ../sass/_layout.scss */
  288. #header #infos a {
  289. color: white;
  290. text-decoration: underline;
  291. }
  292. /* line 226, ../sass/_layout.scss */
  293. #header #infos strong {
  294. font-weight: bold;
  295. }
  296. /* line 231, ../sass/_layout.scss */
  297. #header #credit {
  298. position: relative;
  299. top: 10px;
  300. float: right;
  301. color: white;
  302. font-family: "myriadpro-semibold";
  303. font-size: 16px;
  304. }
  305. /* line 239, ../sass/_layout.scss */
  306. #header #credit .info {
  307. padding-bottom: 5px;
  308. border-bottom: solid 1px #BB8757;
  309. text-align: right;
  310. }
  311. /* line 243, ../sass/_layout.scss */
  312. #header #credit .info a {
  313. color: white;
  314. }
  315. /* line 248, ../sass/_layout.scss */
  316. #header #credit span.text {
  317. font-family: "myriadpro-regular";
  318. }
  319. /* line 252, ../sass/_layout.scss */
  320. #header #credit span.glyphicon {
  321. font-size: 16px;
  322. }
  323. /* line 256, ../sass/_layout.scss */
  324. #header #credit #the-credit {
  325. margin-top: 7px;
  326. padding: 6px 15px;
  327. padding-bottom: 4px;
  328. background-color: #F8F1DD;
  329. color: #BB8757;
  330. -moz-border-radius: 7px;
  331. -webkit-border-radius: 7px;
  332. border-radius: 7px;
  333. }
  334. /* line 267, ../sass/_layout.scss */
  335. #main {
  336. background-color: #F8F1DD;
  337. }
  338. /* line 270, ../sass/_layout.scss */
  339. #main #main-nav {
  340. width: 100%;
  341. position: relative;
  342. top: -40px;
  343. background-color: white;
  344. border-bottom: solid 1px #e0e0e0;
  345. }
  346. /* line 279, ../sass/_layout.scss */
  347. #main #main-nav ul li a {
  348. color: #BB8757;
  349. text-transform: uppercase;
  350. font-family: "myriadpro-regular";
  351. border-right: solid 1px #e0e0e0;
  352. }
  353. /* line 286, ../sass/_layout.scss */
  354. #main #main-nav ul li a:hover, #main #main-nav ul li.active a {
  355. background: none;
  356. border-bottom: solid 1px #BB8757;
  357. -moz-border-radius: 0px;
  358. -webkit-border-radius: 0px;
  359. border-radius: 0px;
  360. }
  361. /* line 293, ../sass/_layout.scss */
  362. #main #main-nav ul li#btn-administration {
  363. background-color: #F8F1DD;
  364. float: right;
  365. }
  366. /* line 300, ../sass/_layout.scss */
  367. #main #main-nav #user {
  368. color: #BB8757;
  369. float: right;
  370. padding: 10px;
  371. }
  372. /* line 307, ../sass/_layout.scss */
  373. #main #page-title {
  374. padding-left: 15px;
  375. padding-right: 15px;
  376. padding-bottom: 15px;
  377. border-bottom: solid 1px #e0e0e0;
  378. margin-bottom: 10px;
  379. font-family: "myriadpro-light";
  380. font-size: 30px;
  381. position: relative;
  382. top: -10px;
  383. text-align: center;
  384. }
  385. /* line 320, ../sass/_layout.scss */
  386. #main .container {
  387. padding: 0px;
  388. background-color: white;
  389. min-height: 500px;
  390. border-left: solid 1px #e0e0e0;
  391. border-right: solid 1px #e0e0e0;
  392. }
  393. /* line 328, ../sass/_layout.scss */
  394. #main #content {
  395. padding-bottom: 20px;
  396. padding: 0px 20px 20px 20px;
  397. }
  398. /* line 332, ../sass/_layout.scss */
  399. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  400. font-family: "myriadpro-regular";
  401. margin-top: 30px;
  402. margin-bottom: 20px;
  403. }
  404. /* line 337, ../sass/_layout.scss */
  405. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  406. margin-top: 0px;
  407. }
  408. /* line 342, ../sass/_layout.scss */
  409. #main #content h1 {
  410. font-size: 30px;
  411. }
  412. /* line 346, ../sass/_layout.scss */
  413. #main #content h2 {
  414. font-size: 25px;
  415. }
  416. /* line 351, ../sass/_layout.scss */
  417. #main #content h3 {
  418. font-family: "myriadpro-light";
  419. text-transform: uppercase;
  420. font-size: 23px;
  421. padding: 10px 0px 10px 10px;
  422. color: white;
  423. text-align: center;
  424. }
  425. /* line 358, ../sass/_layout.scss */
  426. #main #content h3 span {
  427. background-color: #BB8757;
  428. padding: 10px 20px;
  429. padding-top: 14px;
  430. background-color: #F8F1DD;
  431. color: #BB8757;
  432. border: dotted 1px #BB8757;
  433. }
  434. /* line 369, ../sass/_layout.scss */
  435. #main #content h4 {
  436. font-size: 20px;
  437. }
  438. /* line 373, ../sass/_layout.scss */
  439. #main #content h5 {
  440. font-size: 18px;
  441. }
  442. /* line 377, ../sass/_layout.scss */
  443. #main #content h6 {
  444. font-size: 16px;
  445. }
  446. /* line 383, ../sass/_layout.scss */
  447. #footer {
  448. background-color: #BB8757;
  449. height: 100px;
  450. }
  451. /* line 387, ../sass/_layout.scss */
  452. #footer .container {
  453. padding: 0px;
  454. }
  455. /* line 389, ../sass/_layout.scss */
  456. #footer .container .overflow {
  457. height: 30px;
  458. background-color: white;
  459. border-left: solid 1px #e0e0e0;
  460. border-right: solid 1px #e0e0e0;
  461. border-bottom: solid 1px #e0e0e0;
  462. }
  463. /* line 397, ../sass/_layout.scss */
  464. #footer .container .content {
  465. padding-top: 20px;
  466. color: white;
  467. }
  468. /* line 401, ../sass/_layout.scss */
  469. #footer .container .content a {
  470. color: white;
  471. text-decoration: underline;
  472. margin-right: 10px;
  473. }
  474. /* line 409, ../sass/_layout.scss */
  475. #footer .container #code-source img {
  476. height: 20px;
  477. }
  478. /**
  479. Copyright La boîte à pain (2018)
  480. contact@laboiteapain.net
  481. Ce logiciel est un programme informatique servant à aider les producteurs
  482. à distribuer leur production en circuits courts.
  483. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  484. respectant les principes de diffusion des logiciels libres. Vous pouvez
  485. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  486. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  487. sur le site "http://www.cecill.info".
  488. En contrepartie de l'accessibilité au code source et des droits de copie,
  489. de modification et de redistribution accordés par cette licence, il n'est
  490. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  491. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  492. titulaire des droits patrimoniaux et les concédants successifs.
  493. A cet égard l'attention de l'utilisateur est attirée sur les risques
  494. associés au chargement, à l'utilisation, à la modification et/ou au
  495. développement et à la reproduction du logiciel par l'utilisateur étant
  496. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  497. manipuler et qui le réserve donc à des développeurs et des professionnels
  498. avertis possédant des connaissances informatiques approfondies. Les
  499. utilisateurs sont donc invités à charger et tester l'adéquation du
  500. logiciel à leurs besoins dans des conditions permettant d'assurer la
  501. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  502. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  503. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  504. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  505. termes.
  506. */
  507. /* line 39, ../sass/site/_index.scss */
  508. .site-index #order {
  509. margin-bottom: 40px;
  510. text-align: center;
  511. }
  512. /* line 45, ../sass/site/_index.scss */
  513. .site-index #presentation .photo {
  514. text-align: center;
  515. }
  516. /* line 47, ../sass/site/_index.scss */
  517. .site-index #presentation .photo .img-photo {
  518. width: 100%;
  519. max-width: 500px;
  520. }
  521. /* line 54, ../sass/site/_index.scss */
  522. .site-index #products img.photo-product {
  523. width: 100px;
  524. height: auto;
  525. }
  526. /**
  527. Copyright La boîte à pain (2018)
  528. contact@laboiteapain.net
  529. Ce logiciel est un programme informatique servant à aider les producteurs
  530. à distribuer leur production en circuits courts.
  531. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  532. respectant les principes de diffusion des logiciels libres. Vous pouvez
  533. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  534. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  535. sur le site "http://www.cecill.info".
  536. En contrepartie de l'accessibilité au code source et des droits de copie,
  537. de modification et de redistribution accordés par cette licence, il n'est
  538. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  539. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  540. titulaire des droits patrimoniaux et les concédants successifs.
  541. A cet égard l'attention de l'utilisateur est attirée sur les risques
  542. associés au chargement, à l'utilisation, à la modification et/ou au
  543. développement et à la reproduction du logiciel par l'utilisateur étant
  544. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  545. manipuler et qui le réserve donc à des développeurs et des professionnels
  546. avertis possédant des connaissances informatiques approfondies. Les
  547. utilisateurs sont donc invités à charger et tester l'adéquation du
  548. logiciel à leurs besoins dans des conditions permettant d'assurer la
  549. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  550. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  551. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  552. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  553. termes.
  554. */
  555. /* line 40, ../sass/order/_form.scss */
  556. .order-create #main #content .order-form,
  557. .order-update #main #content .order-form {
  558. min-height: 600px;
  559. padding-bottom: 60px;
  560. }
  561. /* line 45, ../sass/order/_form.scss */
  562. .order-create #main #content .order-form h2,
  563. .order-update #main #content .order-form h2 {
  564. font-family: "myriadpro-regular";
  565. }
  566. /* line 49, ../sass/order/_form.scss */
  567. .order-create #main #content .order-form #infos-importantes.alert-warning,
  568. .order-update #main #content .order-form #infos-importantes.alert-warning {
  569. float: right;
  570. }
  571. /* line 55, ../sass/order/_form.scss */
  572. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker,
  573. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker {
  574. float: left;
  575. margin-right: 20px;
  576. font-size: 20px;
  577. }
  578. /* line 61, ../sass/order/_form.scss */
  579. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header,
  580. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header {
  581. background-color: #BB8757;
  582. }
  583. /* line 65, ../sass/order/_form.scss */
  584. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title,
  585. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title {
  586. color: white;
  587. }
  588. /* line 71, ../sass/order/_form.scss */
  589. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  590. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover,
  591. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  592. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover {
  593. border: 0px none;
  594. background: none;
  595. }
  596. /* line 77, ../sass/order/_form.scss */
  597. .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after,
  598. .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after {
  599. clear: none;
  600. }
  601. /* line 82, ../sass/order/_form.scss */
  602. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a,
  603. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a {
  604. text-decoration: none;
  605. background-color: #F8F1DD;
  606. }
  607. /* line 85, ../sass/order/_form.scss */
  608. .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,
  609. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover,
  610. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
  611. background-color: #BB8757;
  612. color: white;
  613. border-color: #cdc3b7;
  614. }
  615. /* line 94, ../sass/order/_form.scss */
  616. .order-create #main #content .order-form .date-order,
  617. .order-update #main #content .order-form .date-order {
  618. margin-bottom: 53px;
  619. }
  620. /* line 96, ../sass/order/_form.scss */
  621. .order-create #main #content .order-form .date-order span,
  622. .order-update #main #content .order-form .date-order span {
  623. background-color: #BB8757;
  624. color: white;
  625. -moz-border-radius: 10px;
  626. -webkit-border-radius: 10px;
  627. border-radius: 10px;
  628. padding: 10px;
  629. font-family: "myriadpro-regular";
  630. font-size: 20px;
  631. }
  632. /* line 106, ../sass/order/_form.scss */
  633. .order-create #main #content .order-form #has-order-in-progress,
  634. .order-update #main #content .order-form #has-order-in-progress {
  635. margin-top: 15px;
  636. }
  637. /* line 109, ../sass/order/_form.scss */
  638. .order-create #main #content .order-form #has-order-in-progress a,
  639. .order-update #main #content .order-form #has-order-in-progress a {
  640. color: #a94442;
  641. text-decoration: none;
  642. font-weight: bold;
  643. }
  644. /* line 116, ../sass/order/_form.scss */
  645. .order-create #main #content .order-form .field-order-id_distribution,
  646. .order-update #main #content .order-form .field-order-id_distribution {
  647. display: none;
  648. }
  649. /* line 120, ../sass/order/_form.scss */
  650. .order-create #main #content .order-form .field-order-id_point_sale,
  651. .order-update #main #content .order-form .field-order-id_point_sale {
  652. margin-top: 30px;
  653. }
  654. /* line 124, ../sass/order/_form.scss */
  655. .order-create #main #content .order-form .field-order-id_distribution,
  656. .order-update #main #content .order-form .field-order-id_distribution {
  657. margin-bottom: 0px;
  658. }
  659. /* line 126, ../sass/order/_form.scss */
  660. .order-create #main #content .order-form .field-order-id_distribution label,
  661. .order-update #main #content .order-form .field-order-id_distribution label {
  662. margin-bottom: 0px;
  663. }
  664. /* line 130, ../sass/order/_form.scss */
  665. .order-create #main #content .order-form .field-order-id_distribution .help-block,
  666. .order-update #main #content .order-form .field-order-id_distribution .help-block {
  667. margin-bottom: 0px;
  668. }
  669. /* line 135, ../sass/order/_form.scss */
  670. .order-create #main #content .order-form .field-order-id_point_sale,
  671. .order-update #main #content .order-form .field-order-id_point_sale {
  672. display: none;
  673. }
  674. /* line 139, ../sass/order/_form.scss */
  675. .order-create #main #content .order-form .blocks,
  676. .order-update #main #content .order-form .blocks {
  677. list-style-type: none;
  678. margin: 0px;
  679. padding: 0px;
  680. }
  681. /* line 144, ../sass/order/_form.scss */
  682. .order-create #main #content .order-form .blocks .block,
  683. .order-update #main #content .order-form .blocks .block {
  684. text-decoration: none;
  685. width: 268px;
  686. height: 130px;
  687. float: left;
  688. padding: 20px;
  689. margin-right: 20px;
  690. margin-bottom: 8px;
  691. cursor: pointer;
  692. float: left;
  693. background-color: #f9f9f9;
  694. background-color: white;
  695. border: 1px solid #d8d8d8;
  696. }
  697. /* line 159, ../sass/order/_form.scss */
  698. .order-create #main #content .order-form .blocks .block .name,
  699. .order-update #main #content .order-form .blocks .block .name {
  700. font-family: "comfortaalight";
  701. font-size: 20px;
  702. padding-bottom: 10px;
  703. }
  704. /* line 165, ../sass/order/_form.scss */
  705. .order-create #main #content .order-form .blocks .block .address,
  706. .order-update #main #content .order-form .blocks .block .address {
  707. color: gray;
  708. font-size: 15px;
  709. line-height: 20px;
  710. }
  711. /* line 171, ../sass/order/_form.scss */
  712. .order-create #main #content .order-form .blocks .block.selected,
  713. .order-update #main #content .order-form .blocks .block.selected {
  714. border-left: solid 5px #BB8757;
  715. }
  716. /* line 173, ../sass/order/_form.scss */
  717. .order-create #main #content .order-form .blocks .block.selected .contenu,
  718. .order-update #main #content .order-form .blocks .block.selected .contenu {
  719. position: relative;
  720. left: -4px;
  721. }
  722. /* line 179, ../sass/order/_form.scss */
  723. .order-create #main #content .order-form .blocks .block:hover,
  724. .order-update #main #content .order-form .blocks .block:hover {
  725. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  726. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  727. box-shadow: 0px 0px 5px #d8d8d8;
  728. }
  729. /* line 183, ../sass/order/_form.scss */
  730. .order-create #main #content .order-form .blocks .block.disabled,
  731. .order-update #main #content .order-form .blocks .block.disabled {
  732. display: none;
  733. }
  734. /* line 187, ../sass/order/_form.scss */
  735. .order-create #main #content .order-form .blocks .block .comment,
  736. .order-update #main #content .order-form .blocks .block .comment {
  737. margin-top: 5px;
  738. }
  739. /* line 189, ../sass/order/_form.scss */
  740. .order-create #main #content .order-form .blocks .block .comment span,
  741. .order-update #main #content .order-form .blocks .block .comment span {
  742. background-color: #BB8757;
  743. -moz-border-radius: 5px;
  744. -webkit-border-radius: 5px;
  745. border-radius: 5px;
  746. color: white;
  747. font-weight: bold;
  748. padding: 3px 10px;
  749. }
  750. /* line 200, ../sass/order/_form.scss */
  751. .order-create #main #content .order-form .infos-points-sale,
  752. .order-update #main #content .order-form .infos-points-sale {
  753. display: none;
  754. margin-top: 15px;
  755. }
  756. /* line 204, ../sass/order/_form.scss */
  757. .order-create #main #content .order-form .infos-points-sale h4,
  758. .order-update #main #content .order-form .infos-points-sale h4 {
  759. margin-top: 0px;
  760. padding-top: 0px;
  761. text-align: left;
  762. text-transform: uppercase;
  763. font-weight: bold;
  764. font-family: "myriadpro-semibold";
  765. }
  766. /* line 212, ../sass/order/_form.scss */
  767. .order-create #main #content .order-form .infos-points-sale h4 span,
  768. .order-update #main #content .order-form .infos-points-sale h4 span {
  769. font-family: "myriadpro-regular";
  770. text-transform: none;
  771. }
  772. /* line 218, ../sass/order/_form.scss */
  773. .order-create #main #content .order-form .infos-points-sale a,
  774. .order-update #main #content .order-form .infos-points-sale a {
  775. text-decoration: underline;
  776. }
  777. /* line 223, ../sass/order/_form.scss */
  778. .order-create #main #content .order-form #products,
  779. .order-update #main #content .order-form #products {
  780. margin-top: 15px;
  781. }
  782. /* line 226, ../sass/order/_form.scss */
  783. .order-create #main #content .order-form #products .alert.unavailable,
  784. .order-update #main #content .order-form #products .alert.unavailable {
  785. display: none;
  786. }
  787. /* line 230, ../sass/order/_form.scss */
  788. .order-create #main #content .order-form #products #label-products,
  789. .order-update #main #content .order-form #products #label-products {
  790. display: block;
  791. margin-bottom: 5px;
  792. }
  793. /* line 235, ../sass/order/_form.scss */
  794. .order-create #main #content .order-form #products .table,
  795. .order-update #main #content .order-form #products .table {
  796. margin-top: 7px;
  797. }
  798. /* line 238, ../sass/order/_form.scss */
  799. .order-create #main #content .order-form #products .table .photo,
  800. .order-update #main #content .order-form #products .table .photo {
  801. padding: 0px;
  802. width: 120px;
  803. }
  804. /* line 243, ../sass/order/_form.scss */
  805. .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
  806. .order-update #main #content .order-form #products .table .th-photo,
  807. .order-update #main #content .order-form #products .table .td-photo {
  808. width: 120px;
  809. }
  810. /* line 247, ../sass/order/_form.scss */
  811. .order-create #main #content .order-form #products .table .name,
  812. .order-update #main #content .order-form #products .table .name {
  813. font-family: "comfortaalight";
  814. font-weight: bold;
  815. text-transform: uppercase;
  816. font-size: 18px;
  817. }
  818. /* line 254, ../sass/order/_form.scss */
  819. .order-create #main #content .order-form #products .table .description,
  820. .order-update #main #content .order-form #products .table .description {
  821. font-style: italic;
  822. }
  823. /* line 258, ../sass/order/_form.scss */
  824. .order-create #main #content .order-form #products .table .recipe,
  825. .order-update #main #content .order-form #products .table .recipe {
  826. font-size: 12px;
  827. }
  828. /* line 262, ../sass/order/_form.scss */
  829. .order-create #main #content .order-form #products .table .input-group,
  830. .order-update #main #content .order-form #products .table .input-group {
  831. width: 133px;
  832. }
  833. /* line 264, ../sass/order/_form.scss */
  834. .order-create #main #content .order-form #products .table .input-group .quantity,
  835. .order-update #main #content .order-form #products .table .input-group .quantity {
  836. text-align: center;
  837. }
  838. /* line 269, ../sass/order/_form.scss */
  839. .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,
  840. .order-update #main #content .order-form #products .table .column-quantity,
  841. .order-update #main #content .order-form #products .table .price-unit,
  842. .order-update #main #content .order-form #products .table .total {
  843. width: 150px;
  844. text-align: center;
  845. }
  846. /* line 274, ../sass/order/_form.scss */
  847. .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,
  848. .order-update #main #content .order-form #products .table td#total-order,
  849. .order-update #main #content .order-form #products .table td#total-order-vrac,
  850. .order-update #main #content .order-form #products .table td.total {
  851. text-align: center;
  852. }
  853. /* line 278, ../sass/order/_form.scss */
  854. .order-create #main #content .order-form #products .table .unavailable,
  855. .order-update #main #content .order-form #products .table .unavailable {
  856. display: none;
  857. text-transform: uppercase;
  858. color: #B32815;
  859. font-weight: bold;
  860. font-size: 16px;
  861. text-align: center;
  862. }
  863. /* line 287, ../sass/order/_form.scss */
  864. .order-create #main #content .order-form #products .table .quantity-remaining,
  865. .order-update #main #content .order-form #products .table .quantity-remaining {
  866. font-size: 12px;
  867. margin-top: 8px;
  868. }
  869. /* line 291, ../sass/order/_form.scss */
  870. .order-create #main #content .order-form #products .table .quantity-remaining .nb,
  871. .order-update #main #content .order-form #products .table .quantity-remaining .nb {
  872. font-weight: bold;
  873. }
  874. /* line 296, ../sass/order/_form.scss */
  875. .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
  876. .order-update #main #content .order-form #products .table td.product,
  877. .order-update #main #content .order-form #products .table th.product {
  878. width: 70%;
  879. }
  880. /* line 300, ../sass/order/_form.scss */
  881. .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
  882. .order-update #main #content .order-form #products .table td.price-unit,
  883. .order-update #main #content .order-form #products .table th.price-unit {
  884. width: 10%;
  885. }
  886. /* line 304, ../sass/order/_form.scss */
  887. .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
  888. .order-update #main #content .order-form #products .table td.column-quantity,
  889. .order-update #main #content .order-form #products .table th.column-quantity {
  890. width: 10%;
  891. }
  892. /* line 308, ../sass/order/_form.scss */
  893. .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
  894. .order-update #main #content .order-form #products .table td.total,
  895. .order-update #main #content .order-form #products .table th.total {
  896. width: 10%;
  897. }
  898. /* line 314, ../sass/order/_form.scss */
  899. .order-create #main #content .order-form #bar-fixed,
  900. .order-update #main #content .order-form #bar-fixed {
  901. display: none;
  902. width: 100%;
  903. position: fixed;
  904. bottom: 0px;
  905. left: 0px;
  906. z-index: 100;
  907. background-color: white;
  908. padding: 15px;
  909. margin-bottom: 0px;
  910. -moz-box-shadow: 0 0 5px gray;
  911. -webkit-box-shadow: 0 0 5px gray;
  912. box-shadow: 0 0 5px gray;
  913. border-top: solid 1px #e0e0e0;
  914. background-color: #F9F9F9;
  915. background-color: #F8F1DD;
  916. text-align: center;
  917. }
  918. /* line 330, ../sass/order/_form.scss */
  919. .order-create #main #content .order-form #bar-fixed .container,
  920. .order-update #main #content .order-form #bar-fixed .container {
  921. min-height: auto;
  922. background: none;
  923. border: 0px none;
  924. }
  925. /* line 336, ../sass/order/_form.scss */
  926. .order-create #main #content .order-form #bar-fixed.not-fixed,
  927. .order-update #main #content .order-form #bar-fixed.not-fixed {
  928. position: relative;
  929. -moz-box-shadow: none;
  930. -webkit-box-shadow: none;
  931. box-shadow: none;
  932. -moz-border-radius: 0px;
  933. -webkit-border-radius: 0px;
  934. border-radius: 0px;
  935. border: solid 1px #e0e0e0;
  936. padding-right: 20px;
  937. }
  938. /* line 343, ../sass/order/_form.scss */
  939. .order-create #main #content .order-form #bar-fixed.not-fixed .container,
  940. .order-update #main #content .order-form #bar-fixed.not-fixed .container {
  941. width: auto;
  942. }
  943. /* line 349, ../sass/order/_form.scss */
  944. .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
  945. .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
  946. margin-top: 0px;
  947. float: right;
  948. }
  949. /* line 355, ../sass/order/_form.scss */
  950. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  951. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  952. background-color: white;
  953. -moz-border-radius: 20px;
  954. -webkit-border-radius: 20px;
  955. border-radius: 20px;
  956. padding: 5px 25px;
  957. border: solid 1px #e0e0e0;
  958. }
  959. /* line 362, ../sass/order/_form.scss */
  960. .order-create #main #content .order-form #bar-fixed .btn-comment,
  961. .order-update #main #content .order-form #bar-fixed .btn-comment {
  962. float: left;
  963. }
  964. /* line 370, ../sass/order/_form.scss */
  965. .order-create #main #content .order-form #bar-fixed .btn-comment,
  966. .order-update #main #content .order-form #bar-fixed .btn-comment {
  967. margin-right: 10px;
  968. }
  969. /* line 374, ../sass/order/_form.scss */
  970. .order-create #main #content .order-form #bar-fixed #block-confirm-order,
  971. .order-update #main #content .order-form #bar-fixed #block-confirm-order {
  972. text-align: right;
  973. margin-top: 20px;
  974. }
  975. /* line 378, ../sass/order/_form.scss */
  976. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  977. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  978. width: 340px;
  979. margin-right: 10px;
  980. }
  981. /* line 384, ../sass/order/_form.scss */
  982. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  983. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  984. float: right;
  985. width: 340px;
  986. padding: 3px 11px;
  987. background-color: white;
  988. border: solid 1px #ccc;
  989. -moz-border-radius: 5px;
  990. -webkit-border-radius: 5px;
  991. border-radius: 5px;
  992. margin-right: 10px;
  993. text-shadow: 0 1px 0 #fff;
  994. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  995. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  996. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  997. }
  998. /* line 395, ../sass/order/_form.scss */
  999. .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
  1000. .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
  1001. background-color: #e0e0e0;
  1002. }
  1003. /* line 399, ../sass/order/_form.scss */
  1004. .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
  1005. .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
  1006. color: gray;
  1007. font-weight: normal;
  1008. }
  1009. /* line 404, ../sass/order/_form.scss */
  1010. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1011. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1012. background-color: #BB8757;
  1013. color: white;
  1014. padding: 2px 8px;
  1015. -moz-border-radius: 5px;
  1016. -webkit-border-radius: 5px;
  1017. border-radius: 5px;
  1018. }
  1019. /* line 411, ../sass/order/_form.scss */
  1020. .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
  1021. .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
  1022. color: #BB8757;
  1023. }
  1024. /* line 415, ../sass/order/_form.scss */
  1025. .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
  1026. .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
  1027. font-size: 12px;
  1028. }
  1029. /* line 419, ../sass/order/_form.scss */
  1030. .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
  1031. .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
  1032. display: none;
  1033. font-size: 12px;
  1034. }
  1035. /* line 425, ../sass/order/_form.scss */
  1036. .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
  1037. .order-update #main #content .order-form #bar-fixed .btn-back,
  1038. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1039. float: left;
  1040. margin-right: 5px;
  1041. }
  1042. /* line 430, ../sass/order/_form.scss */
  1043. .order-create #main #content .order-form #bar-fixed .cancel-order,
  1044. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1045. color: #b92c28;
  1046. background-color: white;
  1047. }
  1048. /* line 435, ../sass/order/_form.scss */
  1049. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1050. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1051. display: none;
  1052. font-weight: bold;
  1053. font-family: "comfortaalight";
  1054. font-size: 24px;
  1055. }
  1056. /* line 442, ../sass/order/_form.scss */
  1057. .order-create #main #content .order-form #bar-fixed .field-order-comment,
  1058. .order-update #main #content .order-form #bar-fixed .field-order-comment {
  1059. display: none;
  1060. }
  1061. /* line 450, ../sass/order/_form.scss */
  1062. .order-create .ui-datepicker .ui-widget-header,
  1063. .order-update .ui-datepicker .ui-widget-header {
  1064. background: none;
  1065. background-color: gray;
  1066. border: 0px none;
  1067. color: black;
  1068. font-weight: normal;
  1069. }
  1070. /* line 458, ../sass/order/_form.scss */
  1071. .order-create .ui-datepicker .ui-datepicker-current-day a,
  1072. .order-create .ui-datepicker a.ui-state-hover,
  1073. .order-update .ui-datepicker .ui-datepicker-current-day a,
  1074. .order-update .ui-datepicker a.ui-state-hover {
  1075. background: none;
  1076. background-color: gray;
  1077. border-color: black;
  1078. color: black;
  1079. }
  1080. /**
  1081. Copyright La boîte à pain (2018)
  1082. contact@laboiteapain.net
  1083. Ce logiciel est un programme informatique servant à aider les producteurs
  1084. à distribuer leur production en circuits courts.
  1085. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1086. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1087. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1088. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1089. sur le site "http://www.cecill.info".
  1090. En contrepartie de l'accessibilité au code source et des droits de copie,
  1091. de modification et de redistribution accordés par cette licence, il n'est
  1092. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1093. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1094. titulaire des droits patrimoniaux et les concédants successifs.
  1095. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1096. associés au chargement, à l'utilisation, à la modification et/ou au
  1097. développement et à la reproduction du logiciel par l'utilisateur étant
  1098. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1099. manipuler et qui le réserve donc à des développeurs et des professionnels
  1100. avertis possédant des connaissances informatiques approfondies. Les
  1101. utilisateurs sont donc invités à charger et tester l'adéquation du
  1102. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1103. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1104. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1105. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1106. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1107. termes.
  1108. */
  1109. /* line 40, ../sass/order/_history.scss */
  1110. .order-history #list-producers {
  1111. display: none;
  1112. }
  1113. /**
  1114. Copyright La boîte à pain (2018)
  1115. contact@laboiteapain.net
  1116. Ce logiciel est un programme informatique servant à aider les producteurs
  1117. à distribuer leur production en circuits courts.
  1118. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1119. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1120. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1121. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1122. sur le site "http://www.cecill.info".
  1123. En contrepartie de l'accessibilité au code source et des droits de copie,
  1124. de modification et de redistribution accordés par cette licence, il n'est
  1125. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1126. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1127. titulaire des droits patrimoniaux et les concédants successifs.
  1128. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1129. associés au chargement, à l'utilisation, à la modification et/ou au
  1130. développement et à la reproduction du logiciel par l'utilisateur étant
  1131. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1132. manipuler et qui le réserve donc à des développeurs et des professionnels
  1133. avertis possédant des connaissances informatiques approfondies. Les
  1134. utilisateurs sont donc invités à charger et tester l'adéquation du
  1135. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1136. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1137. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1138. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1139. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1140. termes.
  1141. */
  1142. @media screen and (max-width: 768px) {
  1143. /* line 40, ../sass/_responsive.scss */
  1144. #header-bap #logo {
  1145. margin-left: 10px;
  1146. }
  1147. /* line 46, ../sass/_responsive.scss */
  1148. #header .container {
  1149. margin-left: 15px;
  1150. margin-right: 15px;
  1151. }
  1152. /* line 52, ../sass/_responsive.scss */
  1153. #header #credit .info {
  1154. display: block;
  1155. }
  1156. /* line 61, ../sass/_responsive.scss */
  1157. #main nav#main-nav ul li {
  1158. display: block;
  1159. float: none;
  1160. }
  1161. /* line 65, ../sass/_responsive.scss */
  1162. #main nav#main-nav ul li.active a {
  1163. border-bottom: solid 1px #F8F1DD;
  1164. background-color: #F8F1DD;
  1165. }
  1166. /* line 70, ../sass/_responsive.scss */
  1167. #main nav#main-nav ul li a {
  1168. display: block;
  1169. border-bottom: solid 1px #F8F1DD;
  1170. }
  1171. /* line 74, ../sass/_responsive.scss */
  1172. #main nav#main-nav ul li a:hover {
  1173. border-bottom: solid 1px #F8F1DD;
  1174. background-color: #F8F1DD;
  1175. }
  1176. /* line 81, ../sass/_responsive.scss */
  1177. #main nav#main-nav ul li#btn-administration {
  1178. float: none;
  1179. }
  1180. /* line 89, ../sass/_responsive.scss */
  1181. #main #products td {
  1182. padding: 3px;
  1183. }
  1184. /* line 93, ../sass/_responsive.scss */
  1185. #main #products .td-photo, #main #products .th-photo {
  1186. display: none;
  1187. }
  1188. /* line 97, ../sass/_responsive.scss */
  1189. #main #products .product {
  1190. font-size: 12px;
  1191. }
  1192. /* line 99, ../sass/_responsive.scss */
  1193. #main #products .product .nom {
  1194. font-size: 15px;
  1195. }
  1196. /* line 106, ../sass/_responsive.scss */
  1197. #main #bar-fixed {
  1198. position: relative;
  1199. }
  1200. /* line 108, ../sass/_responsive.scss */
  1201. #main #bar-fixed .btn-comment {
  1202. float: none;
  1203. display: block;
  1204. width: 100%;
  1205. margin-bottom: 10px;
  1206. margin-top: 15px;
  1207. }
  1208. /* line 118, ../sass/_responsive.scss */
  1209. .order-create #main #content .order-form #products .table .input-group,
  1210. .order-update #main #content .order-form #products .table .input-group {
  1211. width: 60px;
  1212. }
  1213. /* line 122, ../sass/_responsive.scss */
  1214. .order-create #main #content .order-form #products .table .input-group .form-control,
  1215. .order-update #main #content .order-form #products .table .input-group .form-control {
  1216. width: 20px;
  1217. padding: 3px;
  1218. }
  1219. /* line 128, ../sass/_responsive.scss */
  1220. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1221. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1222. width: 100%;
  1223. margin: 0px;
  1224. padding: 5px 0px;
  1225. }
  1226. /* line 134, ../sass/_responsive.scss */
  1227. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1228. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1229. word-break: break-all;
  1230. }
  1231. /* line 139, ../sass/_responsive.scss */
  1232. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1233. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1234. width: 100%;
  1235. }
  1236. /* line 145, ../sass/_responsive.scss */
  1237. #footer .content {
  1238. text-align: center;
  1239. }
  1240. }