You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2332 lines
59KB

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