Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

2334 Zeilen
60KB

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