Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2284 lines
57KB

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