選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1870 行
47KB

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