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.

2325 lines
58KB

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