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

1977 line
49KB

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