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.

2346 lines
59KB

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