Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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