Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1830 lines
46KB

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