Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1301 Zeilen
44KB

  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-point-sale,
  752. .order-update #main #content .order-form .infos-point-sale {
  753. display: none;
  754. margin-top: 15px;
  755. }
  756. /* line 204, ../sass/order/_form.scss */
  757. .order-create #main #content .order-form .infos-point-sale h4,
  758. .order-update #main #content .order-form .infos-point-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-point-sale h4 span,
  768. .order-update #main #content .order-form .infos-point-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-point-sale a,
  774. .order-update #main #content .order-form .infos-point-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 #label-products,
  784. .order-update #main #content .order-form #products #label-products {
  785. display: block;
  786. margin-bottom: 5px;
  787. }
  788. /* line 231, ../sass/order/_form.scss */
  789. .order-create #main #content .order-form #products .table,
  790. .order-update #main #content .order-form #products .table {
  791. margin-top: 7px;
  792. }
  793. /* line 234, ../sass/order/_form.scss */
  794. .order-create #main #content .order-form #products .table .photo,
  795. .order-update #main #content .order-form #products .table .photo {
  796. padding: 0px;
  797. width: 120px;
  798. }
  799. /* line 239, ../sass/order/_form.scss */
  800. .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
  801. .order-update #main #content .order-form #products .table .th-photo,
  802. .order-update #main #content .order-form #products .table .td-photo {
  803. width: 120px;
  804. }
  805. /* line 243, ../sass/order/_form.scss */
  806. .order-create #main #content .order-form #products .table .name,
  807. .order-update #main #content .order-form #products .table .name {
  808. font-family: "comfortaalight";
  809. font-weight: bold;
  810. text-transform: uppercase;
  811. font-size: 18px;
  812. }
  813. /* line 250, ../sass/order/_form.scss */
  814. .order-create #main #content .order-form #products .table .description,
  815. .order-update #main #content .order-form #products .table .description {
  816. font-style: italic;
  817. }
  818. /* line 254, ../sass/order/_form.scss */
  819. .order-create #main #content .order-form #products .table .recipe,
  820. .order-update #main #content .order-form #products .table .recipe {
  821. font-size: 12px;
  822. }
  823. /* line 258, ../sass/order/_form.scss */
  824. .order-create #main #content .order-form #products .table .input-group,
  825. .order-update #main #content .order-form #products .table .input-group {
  826. width: 133px;
  827. }
  828. /* line 260, ../sass/order/_form.scss */
  829. .order-create #main #content .order-form #products .table .input-group .quantity,
  830. .order-update #main #content .order-form #products .table .input-group .quantity {
  831. text-align: center;
  832. }
  833. /* line 265, ../sass/order/_form.scss */
  834. .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,
  835. .order-update #main #content .order-form #products .table .column-quantity,
  836. .order-update #main #content .order-form #products .table .price-unit,
  837. .order-update #main #content .order-form #products .table .total {
  838. width: 150px;
  839. text-align: center;
  840. }
  841. /* line 270, ../sass/order/_form.scss */
  842. .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,
  843. .order-update #main #content .order-form #products .table td#total-order,
  844. .order-update #main #content .order-form #products .table td#total-order-vrac,
  845. .order-update #main #content .order-form #products .table td.total {
  846. text-align: center;
  847. }
  848. /* line 274, ../sass/order/_form.scss */
  849. .order-create #main #content .order-form #products .table .epuise,
  850. .order-update #main #content .order-form #products .table .epuise {
  851. display: none;
  852. text-transform: uppercase;
  853. color: #B32815;
  854. font-weight: bold;
  855. font-size: 16px;
  856. text-align: center;
  857. }
  858. /* line 283, ../sass/order/_form.scss */
  859. .order-create #main #content .order-form #products .table .quantity-remaining,
  860. .order-update #main #content .order-form #products .table .quantity-remaining {
  861. font-size: 12px;
  862. margin-top: 8px;
  863. }
  864. /* line 287, ../sass/order/_form.scss */
  865. .order-create #main #content .order-form #products .table .quantity-remaining .nb,
  866. .order-update #main #content .order-form #products .table .quantity-remaining .nb {
  867. font-weight: bold;
  868. }
  869. /* line 292, ../sass/order/_form.scss */
  870. .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
  871. .order-update #main #content .order-form #products .table td.product,
  872. .order-update #main #content .order-form #products .table th.product {
  873. width: 70%;
  874. }
  875. /* line 296, ../sass/order/_form.scss */
  876. .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
  877. .order-update #main #content .order-form #products .table td.price-unit,
  878. .order-update #main #content .order-form #products .table th.price-unit {
  879. width: 10%;
  880. }
  881. /* line 300, ../sass/order/_form.scss */
  882. .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
  883. .order-update #main #content .order-form #products .table td.column-quantity,
  884. .order-update #main #content .order-form #products .table th.column-quantity {
  885. width: 10%;
  886. }
  887. /* line 304, ../sass/order/_form.scss */
  888. .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
  889. .order-update #main #content .order-form #products .table td.total,
  890. .order-update #main #content .order-form #products .table th.total {
  891. width: 10%;
  892. }
  893. /* line 310, ../sass/order/_form.scss */
  894. .order-create #main #content .order-form #bar-fixed,
  895. .order-update #main #content .order-form #bar-fixed {
  896. display: none;
  897. width: 100%;
  898. position: fixed;
  899. bottom: 0px;
  900. left: 0px;
  901. z-index: 100;
  902. background-color: white;
  903. padding: 15px;
  904. margin-bottom: 0px;
  905. -moz-box-shadow: 0 0 5px gray;
  906. -webkit-box-shadow: 0 0 5px gray;
  907. box-shadow: 0 0 5px gray;
  908. border-top: solid 1px #e0e0e0;
  909. background-color: #F9F9F9;
  910. background-color: #F8F1DD;
  911. text-align: center;
  912. }
  913. /* line 326, ../sass/order/_form.scss */
  914. .order-create #main #content .order-form #bar-fixed .container,
  915. .order-update #main #content .order-form #bar-fixed .container {
  916. min-height: auto;
  917. background: none;
  918. border: 0px none;
  919. }
  920. /* line 332, ../sass/order/_form.scss */
  921. .order-create #main #content .order-form #bar-fixed.not-fixed,
  922. .order-update #main #content .order-form #bar-fixed.not-fixed {
  923. position: relative;
  924. -moz-box-shadow: none;
  925. -webkit-box-shadow: none;
  926. box-shadow: none;
  927. -moz-border-radius: 0px;
  928. -webkit-border-radius: 0px;
  929. border-radius: 0px;
  930. border: solid 1px #e0e0e0;
  931. padding-right: 20px;
  932. }
  933. /* line 339, ../sass/order/_form.scss */
  934. .order-create #main #content .order-form #bar-fixed.not-fixed .container,
  935. .order-update #main #content .order-form #bar-fixed.not-fixed .container {
  936. width: auto;
  937. }
  938. /* line 345, ../sass/order/_form.scss */
  939. .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
  940. .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
  941. margin-top: 0px;
  942. float: right;
  943. }
  944. /* line 351, ../sass/order/_form.scss */
  945. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  946. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  947. background-color: white;
  948. -moz-border-radius: 20px;
  949. -webkit-border-radius: 20px;
  950. border-radius: 20px;
  951. padding: 5px 25px;
  952. border: solid 1px #e0e0e0;
  953. }
  954. /* line 358, ../sass/order/_form.scss */
  955. .order-create #main #content .order-form #bar-fixed .btn-comment,
  956. .order-update #main #content .order-form #bar-fixed .btn-comment {
  957. float: left;
  958. }
  959. /* line 366, ../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. margin-right: 10px;
  963. }
  964. /* line 370, ../sass/order/_form.scss */
  965. .order-create #main #content .order-form #bar-fixed #block-confirm-order,
  966. .order-update #main #content .order-form #bar-fixed #block-confirm-order {
  967. text-align: right;
  968. margin-top: 20px;
  969. }
  970. /* line 374, ../sass/order/_form.scss */
  971. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  972. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  973. width: 340px;
  974. margin-right: 10px;
  975. }
  976. /* line 380, ../sass/order/_form.scss */
  977. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  978. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  979. float: right;
  980. width: 340px;
  981. padding: 3px 11px;
  982. background-color: white;
  983. border: solid 1px #ccc;
  984. -moz-border-radius: 5px;
  985. -webkit-border-radius: 5px;
  986. border-radius: 5px;
  987. margin-right: 10px;
  988. text-shadow: 0 1px 0 #fff;
  989. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  990. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  991. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  992. }
  993. /* line 391, ../sass/order/_form.scss */
  994. .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
  995. .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
  996. background-color: #e0e0e0;
  997. }
  998. /* line 395, ../sass/order/_form.scss */
  999. .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
  1000. .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
  1001. color: gray;
  1002. font-weight: normal;
  1003. }
  1004. /* line 400, ../sass/order/_form.scss */
  1005. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1006. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1007. background-color: #BB8757;
  1008. color: white;
  1009. padding: 2px 8px;
  1010. -moz-border-radius: 5px;
  1011. -webkit-border-radius: 5px;
  1012. border-radius: 5px;
  1013. }
  1014. /* line 407, ../sass/order/_form.scss */
  1015. .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
  1016. .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
  1017. color: #BB8757;
  1018. }
  1019. /* line 411, ../sass/order/_form.scss */
  1020. .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
  1021. .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
  1022. font-size: 12px;
  1023. }
  1024. /* line 415, ../sass/order/_form.scss */
  1025. .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
  1026. .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
  1027. display: none;
  1028. font-size: 12px;
  1029. }
  1030. /* line 421, ../sass/order/_form.scss */
  1031. .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
  1032. .order-update #main #content .order-form #bar-fixed .btn-back,
  1033. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1034. float: left;
  1035. margin-right: 5px;
  1036. }
  1037. /* line 426, ../sass/order/_form.scss */
  1038. .order-create #main #content .order-form #bar-fixed .cancel-order,
  1039. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1040. color: #b92c28;
  1041. background-color: white;
  1042. }
  1043. /* line 431, ../sass/order/_form.scss */
  1044. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1045. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1046. display: none;
  1047. font-weight: bold;
  1048. font-family: "comfortaalight";
  1049. font-size: 24px;
  1050. }
  1051. /* line 438, ../sass/order/_form.scss */
  1052. .order-create #main #content .order-form #bar-fixed .field-order-comment,
  1053. .order-update #main #content .order-form #bar-fixed .field-order-comment {
  1054. display: none;
  1055. }
  1056. /* line 446, ../sass/order/_form.scss */
  1057. .order-create .ui-datepicker .ui-widget-header,
  1058. .order-update .ui-datepicker .ui-widget-header {
  1059. background: none;
  1060. background-color: gray;
  1061. border: 0px none;
  1062. color: black;
  1063. font-weight: normal;
  1064. }
  1065. /* line 454, ../sass/order/_form.scss */
  1066. .order-create .ui-datepicker .ui-datepicker-current-day a,
  1067. .order-create .ui-datepicker a.ui-state-hover,
  1068. .order-update .ui-datepicker .ui-datepicker-current-day a,
  1069. .order-update .ui-datepicker a.ui-state-hover {
  1070. background: none;
  1071. background-color: gray;
  1072. border-color: black;
  1073. color: black;
  1074. }
  1075. /**
  1076. Copyright La boîte à pain (2018)
  1077. contact@laboiteapain.net
  1078. Ce logiciel est un programme informatique servant à aider les producteurs
  1079. à distribuer leur production en circuits courts.
  1080. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1081. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1082. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1083. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1084. sur le site "http://www.cecill.info".
  1085. En contrepartie de l'accessibilité au code source et des droits de copie,
  1086. de modification et de redistribution accordés par cette licence, il n'est
  1087. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1088. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1089. titulaire des droits patrimoniaux et les concédants successifs.
  1090. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1091. associés au chargement, à l'utilisation, à la modification et/ou au
  1092. développement et à la reproduction du logiciel par l'utilisateur étant
  1093. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1094. manipuler et qui le réserve donc à des développeurs et des professionnels
  1095. avertis possédant des connaissances informatiques approfondies. Les
  1096. utilisateurs sont donc invités à charger et tester l'adéquation du
  1097. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1098. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1099. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1100. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1101. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1102. termes.
  1103. */
  1104. /* line 40, ../sass/order/_history.scss */
  1105. .order-history #list-producers {
  1106. display: none;
  1107. }
  1108. /**
  1109. Copyright La boîte à pain (2018)
  1110. contact@laboiteapain.net
  1111. Ce logiciel est un programme informatique servant à aider les producteurs
  1112. à distribuer leur production en circuits courts.
  1113. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1114. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1115. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1116. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1117. sur le site "http://www.cecill.info".
  1118. En contrepartie de l'accessibilité au code source et des droits de copie,
  1119. de modification et de redistribution accordés par cette licence, il n'est
  1120. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1121. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1122. titulaire des droits patrimoniaux et les concédants successifs.
  1123. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1124. associés au chargement, à l'utilisation, à la modification et/ou au
  1125. développement et à la reproduction du logiciel par l'utilisateur étant
  1126. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1127. manipuler et qui le réserve donc à des développeurs et des professionnels
  1128. avertis possédant des connaissances informatiques approfondies. Les
  1129. utilisateurs sont donc invités à charger et tester l'adéquation du
  1130. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1131. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1132. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1133. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1134. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1135. termes.
  1136. */
  1137. @media screen and (max-width: 768px) {
  1138. /* line 40, ../sass/_responsive.scss */
  1139. #header-bap #logo {
  1140. margin-left: 10px;
  1141. }
  1142. /* line 46, ../sass/_responsive.scss */
  1143. #header .container {
  1144. margin-left: 15px;
  1145. margin-right: 15px;
  1146. }
  1147. /* line 52, ../sass/_responsive.scss */
  1148. #header #credit .info {
  1149. display: block;
  1150. }
  1151. /* line 61, ../sass/_responsive.scss */
  1152. #main nav#main-nav ul li {
  1153. display: block;
  1154. float: none;
  1155. }
  1156. /* line 65, ../sass/_responsive.scss */
  1157. #main nav#main-nav ul li.active a {
  1158. border-bottom: solid 1px #F8F1DD;
  1159. background-color: #F8F1DD;
  1160. }
  1161. /* line 70, ../sass/_responsive.scss */
  1162. #main nav#main-nav ul li a {
  1163. display: block;
  1164. border-bottom: solid 1px #F8F1DD;
  1165. }
  1166. /* line 74, ../sass/_responsive.scss */
  1167. #main nav#main-nav ul li a:hover {
  1168. border-bottom: solid 1px #F8F1DD;
  1169. background-color: #F8F1DD;
  1170. }
  1171. /* line 81, ../sass/_responsive.scss */
  1172. #main nav#main-nav ul li#btn-administration {
  1173. float: none;
  1174. }
  1175. /* line 89, ../sass/_responsive.scss */
  1176. #main #products td {
  1177. padding: 3px;
  1178. }
  1179. /* line 93, ../sass/_responsive.scss */
  1180. #main #products .td-photo, #main #products .th-photo {
  1181. display: none;
  1182. }
  1183. /* line 97, ../sass/_responsive.scss */
  1184. #main #products .product {
  1185. font-size: 12px;
  1186. }
  1187. /* line 99, ../sass/_responsive.scss */
  1188. #main #products .product .nom {
  1189. font-size: 15px;
  1190. }
  1191. /* line 106, ../sass/_responsive.scss */
  1192. #main #bar-fixed {
  1193. position: relative;
  1194. }
  1195. /* line 108, ../sass/_responsive.scss */
  1196. #main #bar-fixed .btn-comment {
  1197. float: none;
  1198. display: block;
  1199. width: 100%;
  1200. margin-bottom: 10px;
  1201. margin-top: 15px;
  1202. }
  1203. /* line 118, ../sass/_responsive.scss */
  1204. .order-create #main #content .order-form #products .table .input-group,
  1205. .order-update #main #content .order-form #products .table .input-group {
  1206. width: 60px;
  1207. }
  1208. /* line 122, ../sass/_responsive.scss */
  1209. .order-create #main #content .order-form #products .table .input-group .form-control,
  1210. .order-update #main #content .order-form #products .table .input-group .form-control {
  1211. width: 20px;
  1212. padding: 3px;
  1213. }
  1214. /* line 128, ../sass/_responsive.scss */
  1215. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1216. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1217. width: 100%;
  1218. margin: 0px;
  1219. padding: 5px 0px;
  1220. }
  1221. /* line 134, ../sass/_responsive.scss */
  1222. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1223. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1224. word-break: break-all;
  1225. }
  1226. /* line 139, ../sass/_responsive.scss */
  1227. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1228. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1229. width: 100%;
  1230. }
  1231. /* line 145, ../sass/_responsive.scss */
  1232. #footer .content {
  1233. text-align: center;
  1234. }
  1235. }