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.

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