You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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