您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2396 行
61KB

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