Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2233 lines
56KB

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