Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

2178 lines
54KB

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