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.

1787 lines
45KB

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