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

1918 lines
48KB

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