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

2372 lines
61KB

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