Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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