Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

1849 lines
47KB

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