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

1658 linhas
42KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @font-face {
  6. font-family: 'comfortaabold';
  7. src: url("../fonts/comfortaa-bold-webfont.eot");
  8. src: url("../fonts/comfortaa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-bold-webfont.woff2") format("woff2"), url("../fonts/comfortaa-bold-webfont.woff") format("woff"), url("../fonts/comfortaa-bold-webfont.ttf") format("truetype"), url("../fonts/comfortaa-bold-webfont.svg#comfortaabold") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. @font-face {
  13. font-family: 'comfortaalight';
  14. src: url("../fonts/comfortaa-light-webfont.eot");
  15. src: url("../fonts/comfortaa-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-light-webfont.woff2") format("woff2"), url("../fonts/comfortaa-light-webfont.woff") format("woff"), url("../fonts/comfortaa-light-webfont.ttf") format("truetype"), url("../fonts/comfortaa-light-webfont.svg#comfortaalight") format("svg");
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'comfortaaregular';
  21. src: url("../fonts/comfortaa-regular-webfont.eot");
  22. src: url("../fonts/comfortaa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-regular-webfont.woff2") format("woff2"), url("../fonts/comfortaa-regular-webfont.woff") format("woff"), url("../fonts/comfortaa-regular-webfont.ttf") format("truetype"), url("../fonts/comfortaa-regular-webfont.svg#comfortaaregular") format("svg");
  23. font-weight: normal;
  24. font-style: normal;
  25. }
  26. @font-face {
  27. font-family: 'myriadpro-it';
  28. src: url("../fonts/myriadpro-it.eot");
  29. src: url("../fonts/myriadpro-it.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-it.woff") format("woff"), url("../fonts/myriadpro-it.ttf") format("truetype"), url("../fonts/myriadpro-it.svg#myriadpro-it") format("svg");
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33. @font-face {
  34. font-family: 'myriadpro-light';
  35. src: url("../fonts/myriadpro-light.eot");
  36. src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#myriadpro-light") format("svg");
  37. font-weight: normal;
  38. font-style: normal;
  39. }
  40. @font-face {
  41. font-family: 'myriadpro-regular';
  42. src: url("../fonts/myriadpro-regular.eot");
  43. src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro-regular") format("svg");
  44. font-weight: normal;
  45. font-style: normal;
  46. }
  47. @font-face {
  48. font-family: 'myriadpro-semibold';
  49. src: url("../fonts/myriadpro-semibold.eot");
  50. src: url("../fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-semibold.woff") format("woff"), url("../fonts/myriadpro-semibold.ttf") format("truetype"), url("../fonts/myriadpro-semibold.svg#myriadpro-semibold") format("svg");
  51. font-weight: normal;
  52. font-style: normal;
  53. }
  54. /* line 25, ../sass/screen.scss */
  55. html {
  56. height: 100%;
  57. }
  58. /* line 29, ../sass/screen.scss */
  59. body {
  60. position: relative;
  61. color: #505050;
  62. font-family: "Arial";
  63. background-attachment: fixed;
  64. min-height: 100%;
  65. margin: 0;
  66. padding: 0;
  67. background-color: #F8F1DD;
  68. }
  69. /* line 40, ../sass/screen.scss */
  70. strong {
  71. font-weight: bold;
  72. }
  73. /* line 44, ../sass/screen.scss */
  74. #main {
  75. background-color: white;
  76. }
  77. /* line 46, ../sass/screen.scss */
  78. #main a {
  79. color: #505050;
  80. text-decoration: underline;
  81. }
  82. /* line 50, ../sass/screen.scss */
  83. #main a:focus, #main a:active {
  84. outline-color: gray;
  85. color: #BB8757;
  86. }
  87. /* line 55, ../sass/screen.scss */
  88. #main a:hover {
  89. color: #BB8757;
  90. }
  91. /* line 59, ../sass/screen.scss */
  92. #main a.btn {
  93. text-decoration: none;
  94. }
  95. /* line 64, ../sass/screen.scss */
  96. #main .btn-primary {
  97. background-color: #BB8757;
  98. border: solid 1px #BB8757;
  99. color: white;
  100. }
  101. /* line 69, ../sass/screen.scss */
  102. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  103. background-color: #b17a48;
  104. border: solid 1px #BB8757;
  105. color: white;
  106. }
  107. /* line 76, ../sass/screen.scss */
  108. #main .form-control:focus {
  109. -moz-box-shadow: none;
  110. -webkit-box-shadow: none;
  111. box-shadow: none;
  112. border: solid 1px #BB8757;
  113. }
  114. /* line 82, ../sass/screen.scss */
  115. p {
  116. padding-bottom: 20px;
  117. line-height: 21px;
  118. }
  119. /* line 87, ../sass/screen.scss */
  120. ul {
  121. padding-left: 20px;
  122. list-style-type: disc;
  123. margin-bottom: 10px;
  124. }
  125. /* line 92, ../sass/screen.scss */
  126. ul li {
  127. padding-left: 5px;
  128. }
  129. /* line 97, ../sass/screen.scss */
  130. .clr {
  131. clear: both;
  132. }
  133. /* line 101, ../sass/screen.scss */
  134. .btn {
  135. background-image: none;
  136. }
  137. /* line 105, ../sass/screen.scss */
  138. #main .alert {
  139. background-image: none;
  140. background-color: white;
  141. border-bottom-width: 3px;
  142. }
  143. /* line 113, ../sass/screen.scss */
  144. .alert.alert-warning a {
  145. color: #8a6d3b;
  146. }
  147. /* line 124, ../sass/screen.scss */
  148. #main {
  149. position: relative;
  150. }
  151. /* line 126, ../sass/screen.scss */
  152. #main .inner {
  153. width: 960px;
  154. margin: 0px auto;
  155. }
  156. /* line 133, ../sass/screen.scss */
  157. #content .content-text h1 {
  158. font-family: "myriadpro-regular";
  159. font-size: 30px;
  160. color: black;
  161. text-transform: uppercase;
  162. }
  163. /* line 140, ../sass/screen.scss */
  164. #content .content-text h2 {
  165. font-family: "comfortaaregular";
  166. font-size: 20px;
  167. text-transform: none;
  168. padding-bottom: 0px;
  169. margin-bottom: 5px;
  170. margin-top: 5px;
  171. }
  172. /* line 152, ../sass/screen.scss */
  173. #content #the-content {
  174. padding-top: 100px;
  175. padding-left: 30px;
  176. padding-right: 30px;
  177. padding-bottom: 50px;
  178. }
  179. /* line 160, ../sass/screen.scss */
  180. #block-demo {
  181. padding: 10px 0px;
  182. background-color: #BB8757;
  183. color: white;
  184. text-align: center;
  185. }
  186. /* line 166, ../sass/screen.scss */
  187. #block-demo a {
  188. color: white;
  189. text-decoration: underline;
  190. }
  191. /* line 172, ../sass/screen.scss */
  192. #header {
  193. z-index: 100;
  194. border-bottom: solid 1px #e0e0e0;
  195. background-color: #f8f1dd;
  196. }
  197. /* line 177, ../sass/screen.scss */
  198. #header .container {
  199. position: relative;
  200. }
  201. /* line 181, ../sass/screen.scss */
  202. #header #the-header {
  203. height: 80px;
  204. }
  205. /* line 185, ../sass/screen.scss */
  206. #header #env-dev {
  207. font-family: "comfortaabold";
  208. text-align: center;
  209. font-size: 18px;
  210. padding-top: 10px;
  211. padding-bottom: 10px;
  212. color: #BB8757;
  213. background-color: transparent;
  214. position: absolute;
  215. top: 18px;
  216. left: 79px;
  217. }
  218. /* line 198, ../sass/screen.scss */
  219. #header #link-home {
  220. position: absolute;
  221. top: 10px;
  222. left: 0px;
  223. text-decoration: none;
  224. font-size: 22px;
  225. color: black;
  226. display: block;
  227. }
  228. /* line 207, ../sass/screen.scss */
  229. #header #link-home img {
  230. height: 50px;
  231. margin-bottom: 5px;
  232. float: left;
  233. }
  234. /* line 213, ../sass/screen.scss */
  235. #header #link-home .text {
  236. float: left;
  237. padding-left: 10px;
  238. }
  239. /* line 217, ../sass/screen.scss */
  240. #header #link-home .text .bap {
  241. font-family: "comfortaalight";
  242. font-size: 24px;
  243. }
  244. /* line 222, ../sass/screen.scss */
  245. #header #link-home .text .plateforme {
  246. font-size: 17px;
  247. font-family: "myriadpro-light";
  248. color: #BB8757;
  249. }
  250. /* line 230, ../sass/screen.scss */
  251. #header #link-espace-boulanger {
  252. border-left: solid 1px #e0e0e0;
  253. color: #BB8757;
  254. }
  255. /* line 235, ../sass/screen.scss */
  256. #header nav {
  257. padding-top: 22px;
  258. }
  259. /* line 237, ../sass/screen.scss */
  260. #header nav ul {
  261. float: right;
  262. }
  263. /* line 240, ../sass/screen.scss */
  264. #header nav ul li a {
  265. text-decoration: none;
  266. color: #505050;
  267. }
  268. /* line 244, ../sass/screen.scss */
  269. #header nav ul li a:hover {
  270. color: black;
  271. background-color: white;
  272. }
  273. /* line 251, ../sass/screen.scss */
  274. #header nav ul li.active a {
  275. background-color: white;
  276. }
  277. /* line 256, ../sass/screen.scss */
  278. #header nav ul li#link-producteurs {
  279. border-right: solid 1px #e0e0e0;
  280. }
  281. /* line 266, ../sass/screen.scss */
  282. #header #link-logout .nom {
  283. color: gray;
  284. font-size: 10px;
  285. left: 18px;
  286. position: relative;
  287. top: -4px;
  288. }
  289. /* line 283, ../sass/screen.scss */
  290. #content {
  291. position: relative;
  292. padding: 20px 0px;
  293. padding-top: 35px;
  294. padding-bottom: 50px;
  295. }
  296. /* line 289, ../sass/screen.scss */
  297. #content h1#title-site {
  298. font-family: "comfortaalight";
  299. font-size: 50px;
  300. }
  301. /* line 296, ../sass/screen.scss */
  302. #content h2 {
  303. color: black;
  304. padding-bottom: 15px;
  305. font-size: 25px;
  306. line-height: 35px;
  307. font-family: "myriadpro-regular";
  308. text-transform: uppercase;
  309. position: relative;
  310. margin-top: 30px;
  311. }
  312. /* line 307, ../sass/screen.scss */
  313. #content h3 {
  314. color: black;
  315. font-size: 20px;
  316. }
  317. /* line 315, ../sass/screen.scss */
  318. #content #description img {
  319. width: 100%;
  320. }
  321. /* line 320, ../sass/screen.scss */
  322. #content #main-img {
  323. max-width: 100%;
  324. border: solid 1px #e0e0e0;
  325. padding: 5px;
  326. -moz-border-radius: 5px;
  327. -webkit-border-radius: 5px;
  328. border-radius: 5px;
  329. }
  330. /* line 329, ../sass/screen.scss */
  331. #content #row-presentation h1 {
  332. color: black;
  333. }
  334. /* line 332, ../sass/screen.scss */
  335. #content #row-presentation strong {
  336. font-family: "myriadpro-light";
  337. font-size: 20px;
  338. color: #B17A48;
  339. }
  340. /* line 339, ../sass/screen.scss */
  341. #content #row-signup {
  342. text-align: center;
  343. margin-top: 40px;
  344. padding-top: 40px;
  345. }
  346. /* line 344, ../sass/screen.scss */
  347. #content #row-signup a.btn {
  348. padding: 10px 20px;
  349. font-size: 20px;
  350. text-transform: uppercase;
  351. }
  352. /* line 350, ../sass/screen.scss */
  353. #content #row-signup a.btn-primary {
  354. margin-right: 15px;
  355. }
  356. /* line 355, ../sass/screen.scss */
  357. #content #row-clients-boulanger {
  358. margin-bottom: 50px;
  359. }
  360. /* line 358, ../sass/screen.scss */
  361. #content #row-clients-boulanger h2 {
  362. margin-bottom: 10px;
  363. }
  364. /* line 360, ../sass/screen.scss */
  365. #content #row-clients-boulanger h2 .img {
  366. height: 50px;
  367. }
  368. /* line 363, ../sass/screen.scss */
  369. #content #row-clients-boulanger h2 span {
  370. margin-left: 10px;
  371. font-size: 25px;
  372. position: relative;
  373. top: 5px;
  374. }
  375. /* line 371, ../sass/screen.scss */
  376. #content #row-clients-boulanger ul {
  377. text-align: left;
  378. }
  379. /* line 373, ../sass/screen.scss */
  380. #content #row-clients-boulanger ul li {
  381. list-style-type: circle;
  382. color: #BB8757;
  383. }
  384. /* line 379, ../sass/screen.scss */
  385. #content #row-clients-boulanger p {
  386. padding-bottom: 4px;
  387. }
  388. /* line 385, ../sass/screen.scss */
  389. #content #row-clients-boulanger .boulanger .prix span {
  390. background-color: #F8F1DD;
  391. }
  392. /* line 388, ../sass/screen.scss */
  393. #content #row-clients-boulanger .boulanger .prix span a {
  394. color: #BB8757;
  395. text-decoration: none;
  396. }
  397. /* line 396, ../sass/screen.scss */
  398. #content #row-clients-boulanger .prix {
  399. padding-top: 15px;
  400. font-size: 18px;
  401. }
  402. /* line 400, ../sass/screen.scss */
  403. #content #row-clients-boulanger .prix span {
  404. color: #BB8757;
  405. border: solid 1px #BB8757;
  406. font-weight: normal;
  407. font-size: 18px;
  408. font-family: "comfortaaregular";
  409. font-family: "myriadpro-regular";
  410. text-transform: uppercase;
  411. padding: 10px 15px;
  412. padding-bottom: 7px;
  413. -moz-border-radius: 5px;
  414. -webkit-border-radius: 5px;
  415. border-radius: 5px;
  416. }
  417. /* line 415, ../sass/screen.scss */
  418. #content #row-clients-boulanger #periode-essai {
  419. margin-top: 8px;
  420. text-align: center;
  421. font-size: 13px;
  422. color: gray;
  423. font-family: "comfortaaregular";
  424. }
  425. /* line 425, ../sass/screen.scss */
  426. #content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active {
  427. color: black;
  428. }
  429. /* line 431, ../sass/screen.scss */
  430. #content #modal-tarifs .commission {
  431. text-align: center;
  432. font-size: 20px;
  433. text-transform: uppercase;
  434. margin-bottom: 20px;
  435. }
  436. /* line 437, ../sass/screen.scss */
  437. #content #modal-tarifs .commission span {
  438. padding: 10px 20px;
  439. border: solid 1px black;
  440. -moz-border-radius: 10px;
  441. -webkit-border-radius: 10px;
  442. border-radius: 10px;
  443. }
  444. /* line 443, ../sass/screen.scss */
  445. #content #modal-tarifs .exemple {
  446. color: gray;
  447. }
  448. /* line 450, ../sass/screen.scss */
  449. #content #contact {
  450. display: none;
  451. }
  452. /* line 454, ../sass/screen.scss */
  453. #content #contact .icon {
  454. width: 55px;
  455. top: -15px;
  456. margin-left: -70px;
  457. }
  458. /* line 463, ../sass/screen.scss */
  459. #content #contact .form-control:focus {
  460. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  461. border-color: $jaune ;*/
  462. }
  463. /* line 468, ../sass/screen.scss */
  464. #content #contact .form-group {
  465. text-align: center;
  466. }
  467. /* line 472, ../sass/screen.scss */
  468. #content #contact .img-right {
  469. float: right;
  470. }
  471. /* line 475, ../sass/screen.scss */
  472. #content #contact .img-right img {
  473. width: 300px;
  474. }
  475. /* line 482, ../sass/screen.scss */
  476. #favorite-producers {
  477. background-color: #BB8757;
  478. border-top: solid 1px #e0e0e0;
  479. padding: 0px;
  480. padding-top: 20px;
  481. margin: 0px;
  482. }
  483. /* line 489, ../sass/screen.scss */
  484. #favorite-producers h2 {
  485. font-family: "myriadpro-regular";
  486. color: #F8F1DD;
  487. text-align: left;
  488. font-size: 16px;
  489. margin: 0px;
  490. padding: 0px;
  491. margin-left: 15px;
  492. margin-bottom: 15px;
  493. }
  494. /* line 500, ../sass/screen.scss */
  495. #favorite-producers .col-md-12, #favorite-producers .col-md-6, #favorite-producers .col-md-3 {
  496. float: left;
  497. }
  498. /* line 504, ../sass/screen.scss */
  499. #favorite-producers .col-md-12 .producer {
  500. background-size: 920px auto;
  501. }
  502. /* line 507, ../sass/screen.scss */
  503. #favorite-producers .col-md-6 .producer {
  504. background-size: 460px auto;
  505. }
  506. /* line 511, ../sass/screen.scss */
  507. #favorite-producers .col-md-3 .producer {
  508. background-size: 230px auto;
  509. }
  510. /* line 515, ../sass/screen.scss */
  511. #favorite-producers .producer {
  512. position: relative;
  513. height: 100px;
  514. list-style-type: none;
  515. text-align: center;
  516. margin-bottom: 20px;
  517. background-size: 300px auto;
  518. background-position: center center;
  519. background-repeat: no-repeat;
  520. border: solid 1px #F8F1DD;
  521. }
  522. /* line 526, ../sass/screen.scss */
  523. #favorite-producers .producer a {
  524. position: absolute;
  525. bottom: 0px;
  526. left: 0px;
  527. width: 100%;
  528. background-color: #F8F1DD;
  529. border-color: #F8F1DD;
  530. color: #BB8757;
  531. }
  532. /* line 535, ../sass/screen.scss */
  533. #favorite-producers .producer a:hover {
  534. background-color: #fafafa;
  535. border-color: #F8F1DD;
  536. color: #BB8757;
  537. }
  538. /* line 545, ../sass/screen.scss */
  539. #footer {
  540. width: 100%;
  541. background-color: #F8F1DD;
  542. text-align: center;
  543. border-top: 1px solid #e0e0e0;
  544. padding-top: 30px;
  545. padding-bottom: 17px;
  546. }
  547. /* line 553, ../sass/screen.scss */
  548. #footer a {
  549. font-family: "myriadpro-regular";
  550. color: #7e7e7e;
  551. color: white;
  552. color: #505050;
  553. text-transform: uppercase;
  554. text-decoration: none;
  555. padding-left: 10px;
  556. padding-right: 10px;
  557. border-right: solid 1px #7e7e7e;
  558. border-right: solid 1px white;
  559. }
  560. /* line 564, ../sass/screen.scss */
  561. #footer a:hover {
  562. color: gray;
  563. }
  564. /* line 568, ../sass/screen.scss */
  565. #footer a:last-child {
  566. border: 0px none;
  567. }
  568. /* line 574, ../sass/screen.scss */
  569. #content #mentions {
  570. padding-top: 20px;
  571. }
  572. /* line 577, ../sass/screen.scss */
  573. #content #mentions div.content {
  574. width: 60%;
  575. font-size: 90%;
  576. }
  577. /* line 582, ../sass/screen.scss */
  578. #content #mentions p {
  579. padding-bottom: 15px;
  580. }
  581. /* line 586, ../sass/screen.scss */
  582. #content #mentions h2 {
  583. color: black;
  584. padding-bottom: 40px;
  585. font-size: 25px;
  586. line-height: 35px;
  587. font-family: "myriadpro-regular";
  588. }
  589. /* line 594, ../sass/screen.scss */
  590. #content #mentions h3 {
  591. font-family: "comfortaaregular";
  592. font-size: 18px;
  593. padding-bottom: 12px;
  594. margin-top: 10px;
  595. color: black;
  596. }
  597. /* line 605, ../sass/screen.scss */
  598. .mentions #main, .mentions body {
  599. background-color: white;
  600. }
  601. /* line 610, ../sass/screen.scss */
  602. .vegas-loading {
  603. display: none;
  604. }
  605. /* line 617, ../sass/screen.scss */
  606. #profil-user .form-group.field-user-no_mail label {
  607. font-weight: normal;
  608. }
  609. /* line 621, ../sass/screen.scss */
  610. #profil-user .form-group label {
  611. cursor: pointer;
  612. }
  613. /* line 626, ../sass/screen.scss */
  614. #profil-user #mails-jours-prod .form-group {
  615. float: left;
  616. margin-right: 15px;
  617. }
  618. /* line 629, ../sass/screen.scss */
  619. #profil-user #mails-jours-prod .form-group label {
  620. font-weight: normal;
  621. }
  622. /* line 635, ../sass/screen.scss */
  623. #profil-user p.strong {
  624. font-weight: bold;
  625. }
  626. /* login */
  627. /* line 644, ../sass/screen.scss */
  628. .site-login .col-lg-5 {
  629. margin: 0px auto;
  630. float: none;
  631. }
  632. /* signup */
  633. /* line 652, ../sass/screen.scss */
  634. .modal-backdrop {
  635. z-index: 999;
  636. }
  637. /* line 657, ../sass/screen.scss */
  638. .site-signup .col-lg-5 {
  639. margin: 0px auto;
  640. float: none;
  641. }
  642. /* line 667, ../sass/screen.scss */
  643. #modal-cgv .modal-body h2 {
  644. margin-bottom: 5px;
  645. padding-bottom: 0px;
  646. font-size: 20px;
  647. margin-top: 0px;
  648. }
  649. /* line 677, ../sass/screen.scss */
  650. #form-signup #client-boulanger {
  651. margin-bottom: 30px;
  652. }
  653. /* line 682, ../sass/screen.scss */
  654. #form-signup #signupform-id_etablissement option:disabled {
  655. font-weight: bold;
  656. color: black;
  657. }
  658. /* line 688, ../sass/screen.scss */
  659. #form-signup #champs-boulanger {
  660. display: none;
  661. }
  662. /* line 692, ../sass/screen.scss */
  663. #form-signup #boutons-inscrire {
  664. margin-top: 30px;
  665. }
  666. /* line 697, ../sass/screen.scss */
  667. #col-left {
  668. padding: 0px;
  669. z-index: 15;
  670. }
  671. /* line 701, ../sass/screen.scss */
  672. #col-left .affix {
  673. width: 25%;
  674. border-right: solid 1px #e0e0e0;
  675. background-color: #FAFAFA;
  676. height: 100%;
  677. }
  678. /* line 708, ../sass/screen.scss */
  679. #col-left #link-home {
  680. text-decoration: none;
  681. font-size: 22px;
  682. color: black;
  683. display: block;
  684. padding: 10px;
  685. background-color: #F8F1DD;
  686. }
  687. /* line 716, ../sass/screen.scss */
  688. #col-left #link-home img {
  689. height: 50px;
  690. margin-bottom: 5px;
  691. float: left;
  692. }
  693. /* line 722, ../sass/screen.scss */
  694. #col-left #link-home .text {
  695. padding-left: 62px;
  696. }
  697. /* line 725, ../sass/screen.scss */
  698. #col-left #link-home .text .bap {
  699. font-family: "comfortaalight";
  700. font-size: 24px;
  701. }
  702. /* line 730, ../sass/screen.scss */
  703. #col-left #link-home .text .plateforme {
  704. font-size: 17px;
  705. font-family: "myriadpro-light";
  706. color: #BB8757;
  707. }
  708. /* line 738, ../sass/screen.scss */
  709. #col-left h2 {
  710. font-family: "myriadpro-regular";
  711. color: black;
  712. margin: 0px;
  713. margin-bottom: 10px;
  714. padding: 15px 0px 5px 15px;
  715. }
  716. /* line 746, ../sass/screen.scss */
  717. #col-left #links {
  718. background-color: white;
  719. margin-bottom: 20px;
  720. }
  721. /* line 752, ../sass/screen.scss */
  722. #col-left #links ul li a {
  723. text-align: center;
  724. border-right: solid 1px #e0e0e0;
  725. }
  726. /* line 756, ../sass/screen.scss */
  727. #col-left #links ul li a:hover {
  728. background-color: #BB8757;
  729. color: white;
  730. }
  731. /* line 762, ../sass/screen.scss */
  732. #col-left #links ul li:last-child a {
  733. border-right: 0px none;
  734. }
  735. /* line 772, ../sass/screen.scss */
  736. #col-left #producteurs nav.nav-producteurs ul li a {
  737. padding-left: 50px;
  738. height: 40px;
  739. }
  740. /* line 778, ../sass/screen.scss */
  741. #col-left #producteurs nav.nav-producteurs ul li.active a {
  742. background-color: #BB8757;
  743. position: relative;
  744. color: white;
  745. }
  746. /* line 783, ../sass/screen.scss */
  747. #col-left #producteurs nav.nav-producteurs ul li.active a:after {
  748. right: -40px;
  749. top: 50%;
  750. border: solid transparent;
  751. content: " ";
  752. height: 0;
  753. width: 0;
  754. position: absolute;
  755. pointer-events: none;
  756. border-color: rgba(187, 135, 87, 0);
  757. border-left-color: #BB8757;
  758. border-width: 20px;
  759. margin-top: -20px;
  760. }
  761. /* line 802, ../sass/screen.scss */
  762. #col-left ul {
  763. list-style-type: none;
  764. margin: 0px;
  765. padding: 0px;
  766. }
  767. /* line 806, ../sass/screen.scss */
  768. #col-left ul li {
  769. margin: 0px;
  770. padding: 0px;
  771. }
  772. /* line 809, ../sass/screen.scss */
  773. #col-left ul li a {
  774. text-decoration: none;
  775. font-family: "comfortaaregular";
  776. font-family: "myriadpro-regular";
  777. font-size: 15px;
  778. padding: 10px;
  779. border-bottom: solid 1px #e0e0e0;
  780. display: block;
  781. color: black;
  782. }
  783. /* line 819, ../sass/screen.scss */
  784. #col-left ul li a span.nom, #col-left ul li a span.libelle {
  785. display: none;
  786. }
  787. /* line 826, ../sass/screen.scss */
  788. #col-left p {
  789. padding: 20px;
  790. padding-top: 0px;
  791. color: gray;
  792. }
  793. /* line 834, ../sass/screen.scss */
  794. #content .header-title {
  795. height: 79px;
  796. padding: 20px 20px;
  797. position: fixed;
  798. top: 0px;
  799. width: 100%;
  800. background-color: white;
  801. z-index: 10;
  802. box-sizing: border-box;
  803. border-bottom: solid 1px #e0e0e0;
  804. -moz-box-shadow: 0px 0px 8px #e0e0e0;
  805. -webkit-box-shadow: 0px 0px 8px #e0e0e0;
  806. box-shadow: 0px 0px 8px #e0e0e0;
  807. }
  808. /* line 846, ../sass/screen.scss */
  809. #content .header-title h1 {
  810. color: black;
  811. font-family: "myriadpro-regular";
  812. margin: 0px;
  813. font-size: 25px;
  814. text-transform: uppercase;
  815. }
  816. /* line 854, ../sass/screen.scss */
  817. #content .header-title h2 {
  818. color: gray;
  819. text-transform: none;
  820. font-size: 15px;
  821. margin-top: 3px;
  822. line-height: 20px;
  823. }
  824. /* line 865, ../sass/screen.scss */
  825. .header-etablissement {
  826. z-index: 1;
  827. }
  828. /* line 867, ../sass/screen.scss */
  829. .header-etablissement #block-main-img {
  830. height: 144px;
  831. overflow: hidden;
  832. }
  833. /* line 871, ../sass/screen.scss */
  834. .header-etablissement #block-main-img #main-img {
  835. width: 100%;
  836. height: auto;
  837. border: 0px none;
  838. padding: 0px;
  839. -moz-border-radius: 0px;
  840. -webkit-border-radius: 0px;
  841. border-radius: 0px;
  842. }
  843. /* line 880, ../sass/screen.scss */
  844. .header-etablissement h1 {
  845. font-family: "comfortaaregular";
  846. text-align: center;
  847. position: absolute;
  848. top: 30px;
  849. left: 40px;
  850. }
  851. /* line 887, ../sass/screen.scss */
  852. .header-etablissement h1 span {
  853. background-color: rgba(255, 255, 255, 0.8);
  854. padding: 10px 30px;
  855. border: dotted 1px black;
  856. }
  857. /* line 898, ../sass/screen.scss */
  858. nav#menu-etablissement {
  859. border-bottom: solid 1px #e0e0e0;
  860. }
  861. /* line 902, ../sass/screen.scss */
  862. nav#menu-etablissement ul li {
  863. padding: 0px;
  864. margin: 0px;
  865. }
  866. /* line 905, ../sass/screen.scss */
  867. nav#menu-etablissement ul li a {
  868. border-right: solid 1px #e0e0e0;
  869. text-decoration: none;
  870. -moz-border-radius: 0px;
  871. -webkit-border-radius: 0px;
  872. border-radius: 0px;
  873. }
  874. /* line 910, ../sass/screen.scss */
  875. nav#menu-etablissement ul li a:hover {
  876. background-color: #BB8757;
  877. color: white;
  878. }
  879. /* line 2, ../sass/_systeme_commandes.scss */
  880. h1.title-systeme-commande {
  881. color: black;
  882. padding-bottom: 35px;
  883. font-size: 30px;
  884. line-height: 35px;
  885. font-family: "myriadpro-regular";
  886. font-family: "comfortaalight";
  887. text-align: center;
  888. position: relative;
  889. margin-top: 30px;
  890. }
  891. /* line 14, ../sass/_systeme_commandes.scss */
  892. h1.title-systeme-commande img {
  893. width: 35px;
  894. margin-right: 7px;
  895. }
  896. /* line 20, ../sass/_systeme_commandes.scss */
  897. h2 {
  898. font-size: 20px;
  899. text-transform: uppercase;
  900. }
  901. /* line 28, ../sass/_systeme_commandes.scss */
  902. #addetablissementform-id_etablissement option:disabled,
  903. #signupform-id_etablissement option:disabled {
  904. font-weight: bold;
  905. color: black;
  906. }
  907. /* line 32, ../sass/_systeme_commandes.scss */
  908. #addetablissementform-id_etablissement .lock,
  909. #signupform-id_etablissement .lock {
  910. position: relative;
  911. }
  912. /* line 36, ../sass/_systeme_commandes.scss */
  913. #addetablissementform-id_etablissement .lock:before,
  914. #signupform-id_etablissement .lock:before {
  915. font-family: "Glyphicons Halflings";
  916. content: "\e033";
  917. font-style: normal;
  918. font-weight: 400;
  919. line-height: 1;
  920. position: relative;
  921. top: 1px;
  922. right: 0px;
  923. }
  924. /* line 48, ../sass/_systeme_commandes.scss */
  925. #bloc-code-acces {
  926. display: none;
  927. }
  928. /* line 59, ../sass/_systeme_commandes.scss */
  929. #main .liste-etablissements .boulangerie {
  930. padding-left: 0px;
  931. padding-right: 30px;
  932. }
  933. /* line 63, ../sass/_systeme_commandes.scss */
  934. #main .liste-etablissements .boulangerie .panel {
  935. margin-bottom: 13px;
  936. }
  937. /* line 67, ../sass/_systeme_commandes.scss */
  938. #main .liste-etablissements .boulangerie.selected .panel {
  939. border-bottom: solid 3px #BB8757;
  940. margin-bottom: 11px;
  941. }
  942. /* line 72, ../sass/_systeme_commandes.scss */
  943. #main .liste-etablissements .boulangerie .panel-heading {
  944. height: 150px;
  945. overflow: hidden;
  946. padding: 0px;
  947. background: none;
  948. background-color: #F8F1DD;
  949. }
  950. /* line 79, ../sass/_systeme_commandes.scss */
  951. #main .liste-etablissements .boulangerie .panel-heading .img-back {
  952. width: 100%;
  953. height: auto;
  954. position: relative;
  955. top: -50%;
  956. }
  957. /* line 88, ../sass/_systeme_commandes.scss */
  958. #main .liste-etablissements .boulangerie .panel-body {
  959. position: relative;
  960. width: 100%;
  961. height: 150px;
  962. max-height: 150px;
  963. text-align: center;
  964. }
  965. /* line 95, ../sass/_systeme_commandes.scss */
  966. #main .liste-etablissements .boulangerie .panel-body h3 {
  967. margin-bottom: 4px;
  968. }
  969. /* line 99, ../sass/_systeme_commandes.scss */
  970. #main .liste-etablissements .boulangerie .panel-body .localite {
  971. color: gray;
  972. margin-bottom: 10px;
  973. }
  974. /* line 104, ../sass/_systeme_commandes.scss */
  975. #main .liste-etablissements .boulangerie .panel-body .glyphicon-check {
  976. color: #BB8757;
  977. font-size: 40px;
  978. position: absolute;
  979. top: 34px;
  980. left: 32px;
  981. }
  982. /* line 112, ../sass/_systeme_commandes.scss */
  983. #main .liste-etablissements .boulangerie .panel-body .remove {
  984. position: absolute;
  985. top: 10px;
  986. right: 10px;
  987. }
  988. /* line 118, ../sass/_systeme_commandes.scss */
  989. #main .liste-etablissements .boulangerie .panel-body .logo {
  990. display: none;
  991. width: 150px;
  992. position: absolute;
  993. top: -40px;
  994. left: 50%;
  995. margin-left: -75px;
  996. background-color: white;
  997. padding: 10px 20px;
  998. }
  999. /* line 129, ../sass/_systeme_commandes.scss */
  1000. #main .liste-etablissements .boulangerie .panel-body .heure-limite-commande,
  1001. #main .liste-etablissements .boulangerie .panel-body .credit-pain {
  1002. margin-top: 15px;
  1003. font-size: 13px;
  1004. }
  1005. /* line 135, ../sass/_systeme_commandes.scss */
  1006. #main .liste-etablissements .boulangerie .panel-body .heure-limite-commande {
  1007. float: left;
  1008. }
  1009. /* line 139, ../sass/_systeme_commandes.scss */
  1010. #main .liste-etablissements .boulangerie .panel-body .credit-pain {
  1011. float: right;
  1012. }
  1013. /* line 142, ../sass/_systeme_commandes.scss */
  1014. #main .liste-etablissements .boulangerie .panel-body .credit-pain .montant {
  1015. font-size: 16px;
  1016. color: #BB8757;
  1017. background-color: #F8F1DD;
  1018. padding: 2px 10px;
  1019. -moz-border-radius: 5px;
  1020. -webkit-border-radius: 5px;
  1021. border-radius: 5px;
  1022. font-weight: bold;
  1023. }
  1024. /* line 149, ../sass/_systeme_commandes.scss */
  1025. #main .liste-etablissements .boulangerie .panel-body .credit-pain .montant .glyphicon {
  1026. font-size: 13px;
  1027. }
  1028. /* line 155, ../sass/_systeme_commandes.scss */
  1029. #main .liste-etablissements .boulangerie .panel-body .info-credit-pain {
  1030. font-size: 17px;
  1031. position: relative;
  1032. top: 2px;
  1033. left: 3px;
  1034. color: #BB8757;
  1035. }
  1036. /* line 166, ../sass/_systeme_commandes.scss */
  1037. #index-commande {
  1038. position: relative;
  1039. }
  1040. /* line 169, ../sass/_systeme_commandes.scss */
  1041. #index-commande #logout {
  1042. position: absolute;
  1043. /*top: 45px ;
  1044. right: 93px ;*/
  1045. top: 0;
  1046. right: 0;
  1047. z-index: 10;
  1048. }
  1049. /* line 178, ../sass/_systeme_commandes.scss */
  1050. #index-commande .accueil {
  1051. text-align: center;
  1052. padding-bottom: 20px;
  1053. }
  1054. /* line 183, ../sass/_systeme_commandes.scss */
  1055. #index-commande #bloc-add-etablissement {
  1056. padding-left: 0px;
  1057. padding-right: 30px;
  1058. }
  1059. /* line 187, ../sass/_systeme_commandes.scss */
  1060. #index-commande #bloc-add-etablissement .help-block {
  1061. padding-bottom: 0px;
  1062. }
  1063. /* line 191, ../sass/_systeme_commandes.scss */
  1064. #index-commande #bloc-add-etablissement .field-addetablissementform-id_etablissement {
  1065. width: 70%;
  1066. float: left;
  1067. }
  1068. /* line 196, ../sass/_systeme_commandes.scss */
  1069. #index-commande #bloc-add-etablissement .field-addetablissementform-code {
  1070. width: 70%;
  1071. float: left;
  1072. }
  1073. /* line 201, ../sass/_systeme_commandes.scss */
  1074. #index-commande #bloc-add-etablissement .btn {
  1075. float: right;
  1076. position: relative;
  1077. top: 20px;
  1078. }
  1079. /* line 207, ../sass/_systeme_commandes.scss */
  1080. #index-commande #bloc-add-etablissement .panel-heading {
  1081. background: none;
  1082. background-color: white;
  1083. cursor: pointer;
  1084. }
  1085. /* line 213, ../sass/_systeme_commandes.scss */
  1086. #index-commande #bloc-add-etablissement .panel-body {
  1087. display: none;
  1088. }
  1089. /* line 219, ../sass/_systeme_commandes.scss */
  1090. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  1091. width: 175px;
  1092. }
  1093. /* line 222, ../sass/_systeme_commandes.scss */
  1094. #index-commande #historique-commandes .montant {
  1095. width: 100px;
  1096. }
  1097. /* line 229, ../sass/_systeme_commandes.scss */
  1098. #index-commande #historique-commandes .localite {
  1099. font-size: 11px;
  1100. lin-height: 11px;
  1101. }
  1102. /* line 234, ../sass/_systeme_commandes.scss */
  1103. #index-commande #historique-commandes a {
  1104. text-decoration: none;
  1105. }
  1106. /* line 238, ../sass/_systeme_commandes.scss */
  1107. #index-commande #historique-commandes .commentaire {
  1108. margin-top: 5px;
  1109. }
  1110. /* line 240, ../sass/_systeme_commandes.scss */
  1111. #index-commande #historique-commandes .commentaire span {
  1112. font-size: 12px;
  1113. background-color: white;
  1114. color: #BB8757;
  1115. font-weight: bold;
  1116. -moz-border-radius: 5px;
  1117. -webkit-border-radius: 5px;
  1118. border-radius: 5px;
  1119. padding: 5px 10px;
  1120. border: solid 1px #ccc;
  1121. }
  1122. /* line 253, ../sass/_systeme_commandes.scss */
  1123. .commande-form {
  1124. min-height: 600px;
  1125. padding-bottom: 60px;
  1126. }
  1127. /* line 258, ../sass/_systeme_commandes.scss */
  1128. .commande-form h2 {
  1129. font-family: "myriadpro-regular";
  1130. }
  1131. /* line 262, ../sass/_systeme_commandes.scss */
  1132. .commande-form #infos-importantes.alert-warning {
  1133. float: right;
  1134. }
  1135. /* line 268, ../sass/_systeme_commandes.scss */
  1136. .commande-form #datepicker-production .ui-datepicker {
  1137. float: left;
  1138. margin-right: 20px;
  1139. font-size: 20px;
  1140. }
  1141. /* line 274, ../sass/_systeme_commandes.scss */
  1142. .commande-form #datepicker-production .ui-datepicker-header {
  1143. background-color: #BB8757;
  1144. }
  1145. /* line 278, ../sass/_systeme_commandes.scss */
  1146. .commande-form #datepicker-production .ui-datepicker-title {
  1147. color: white;
  1148. }
  1149. /* line 284, ../sass/_systeme_commandes.scss */
  1150. .commande-form #datepicker-production .ui-datepicker-prev:hover,
  1151. .commande-form #datepicker-production .ui-datepicker-next:hover {
  1152. border: 0px none;
  1153. background: none;
  1154. }
  1155. /* line 290, ../sass/_systeme_commandes.scss */
  1156. .commande-form #datepicker-production .ui-helper-clearfix:after {
  1157. clear: none;
  1158. }
  1159. /* line 295, ../sass/_systeme_commandes.scss */
  1160. .commande-form #datepicker-production .ui-datepicker-calendar a {
  1161. text-decoration: none;
  1162. background-color: #F8F1DD;
  1163. }
  1164. /* line 298, ../sass/_systeme_commandes.scss */
  1165. .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  1166. background-color: #BB8757;
  1167. color: white;
  1168. border-color: #cdc3b7;
  1169. }
  1170. /* line 307, ../sass/_systeme_commandes.scss */
  1171. .commande-form .date-commande {
  1172. margin-bottom: 53px;
  1173. }
  1174. /* line 309, ../sass/_systeme_commandes.scss */
  1175. .commande-form .date-commande span {
  1176. background-color: #BB8757;
  1177. color: white;
  1178. -moz-border-radius: 10px;
  1179. -webkit-border-radius: 10px;
  1180. border-radius: 10px;
  1181. padding: 10px;
  1182. font-family: "myriadpro-regular";
  1183. font-size: 20px;
  1184. }
  1185. /* line 319, ../sass/_systeme_commandes.scss */
  1186. .commande-form #has-commande-en-cours {
  1187. margin-top: 15px;
  1188. }
  1189. /* line 322, ../sass/_systeme_commandes.scss */
  1190. .commande-form #has-commande-en-cours a {
  1191. color: #a94442;
  1192. text-decoration: none;
  1193. font-weight: bold;
  1194. }
  1195. /* line 329, ../sass/_systeme_commandes.scss */
  1196. .commande-form .field-commande-id_production {
  1197. display: none;
  1198. }
  1199. /* line 333, ../sass/_systeme_commandes.scss */
  1200. .commande-form .field-commande-id_point_vente {
  1201. margin-top: 30px;
  1202. }
  1203. /* line 337, ../sass/_systeme_commandes.scss */
  1204. .commande-form .field-commande-id_production {
  1205. margin-bottom: 0px;
  1206. }
  1207. /* line 339, ../sass/_systeme_commandes.scss */
  1208. .commande-form .field-commande-id_production label {
  1209. margin-bottom: 0px;
  1210. }
  1211. /* line 343, ../sass/_systeme_commandes.scss */
  1212. .commande-form .field-commande-id_production .help-block {
  1213. margin-bottom: 0px;
  1214. }
  1215. /* line 348, ../sass/_systeme_commandes.scss */
  1216. .commande-form .field-commande-id_point_vente {
  1217. display: none;
  1218. }
  1219. /* line 352, ../sass/_systeme_commandes.scss */
  1220. .commande-form .blocs {
  1221. list-style-type: none;
  1222. margin: 0px;
  1223. padding: 0px;
  1224. }
  1225. /* line 357, ../sass/_systeme_commandes.scss */
  1226. .commande-form .blocs .bloc {
  1227. text-decoration: none;
  1228. width: 268px;
  1229. height: 130px;
  1230. float: left;
  1231. padding: 20px;
  1232. margin-right: 20px;
  1233. margin-bottom: 8px;
  1234. cursor: pointer;
  1235. float: left;
  1236. background-color: #f9f9f9;
  1237. background-color: white;
  1238. border: 1px solid #d8d8d8;
  1239. }
  1240. /* line 372, ../sass/_systeme_commandes.scss */
  1241. .commande-form .blocs .bloc .nom {
  1242. font-family: "comfortaalight";
  1243. font-size: 20px;
  1244. }
  1245. /* line 378, ../sass/_systeme_commandes.scss */
  1246. .commande-form .blocs .bloc .adresse {
  1247. color: gray;
  1248. font-size: 13px;
  1249. line-height: 16px;
  1250. }
  1251. /* line 384, ../sass/_systeme_commandes.scss */
  1252. .commande-form .blocs .bloc .horaires {
  1253. margin-top: 7px;
  1254. }
  1255. /* line 386, ../sass/_systeme_commandes.scss */
  1256. .commande-form .blocs .bloc .horaires .jour {
  1257. font-weight: bold;
  1258. display: none;
  1259. }
  1260. /* line 393, ../sass/_systeme_commandes.scss */
  1261. .commande-form .blocs .bloc.selected {
  1262. border-left: solid 5px #BB8757;
  1263. }
  1264. /* line 396, ../sass/_systeme_commandes.scss */
  1265. .commande-form .blocs .bloc.selected .contenu {
  1266. position: relative;
  1267. left: -4px;
  1268. }
  1269. /* line 402, ../sass/_systeme_commandes.scss */
  1270. .commande-form .blocs .bloc:hover {
  1271. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  1272. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  1273. box-shadow: 0px 0px 5px #d8d8d8;
  1274. }
  1275. /* line 407, ../sass/_systeme_commandes.scss */
  1276. .commande-form .blocs .bloc.disabled {
  1277. display: none;
  1278. }
  1279. /* line 412, ../sass/_systeme_commandes.scss */
  1280. .commande-form .blocs .bloc .commentaire {
  1281. margin-top: 5px;
  1282. }
  1283. /* line 414, ../sass/_systeme_commandes.scss */
  1284. .commande-form .blocs .bloc .commentaire span {
  1285. background-color: #BB8757;
  1286. -moz-border-radius: 5px;
  1287. -webkit-border-radius: 5px;
  1288. border-radius: 5px;
  1289. color: white;
  1290. font-weight: bold;
  1291. padding: 3px 10px;
  1292. }
  1293. /* line 425, ../sass/_systeme_commandes.scss */
  1294. .commande-form #produits {
  1295. margin-top: 15px;
  1296. }
  1297. /* line 428, ../sass/_systeme_commandes.scss */
  1298. .commande-form #produits #label-produits {
  1299. display: block;
  1300. margin-bottom: 5px;
  1301. }
  1302. /* line 433, ../sass/_systeme_commandes.scss */
  1303. .commande-form #produits .table {
  1304. margin-top: 7px;
  1305. }
  1306. /* line 436, ../sass/_systeme_commandes.scss */
  1307. .commande-form #produits .table .illu {
  1308. float: left;
  1309. height: auto;
  1310. width: 70px;
  1311. margin-right: 15px;
  1312. }
  1313. /* line 443, ../sass/_systeme_commandes.scss */
  1314. .commande-form #produits .table .photo {
  1315. padding: 0px;
  1316. width: 120px;
  1317. }
  1318. /* line 448, ../sass/_systeme_commandes.scss */
  1319. .commande-form #produits .table .th-photo, .commande-form #produits .table .td-photo {
  1320. width: 120px;
  1321. }
  1322. /* line 452, ../sass/_systeme_commandes.scss */
  1323. .commande-form #produits .table .nom {
  1324. font-family: "comfortaalight";
  1325. font-weight: bold;
  1326. text-transform: uppercase;
  1327. font-size: 18px;
  1328. }
  1329. /* line 459, ../sass/_systeme_commandes.scss */
  1330. .commande-form #produits .table .description {
  1331. font-style: italic;
  1332. }
  1333. /* line 463, ../sass/_systeme_commandes.scss */
  1334. .commande-form #produits .table .recette {
  1335. font-size: 12px;
  1336. }
  1337. /* line 467, ../sass/_systeme_commandes.scss */
  1338. .commande-form #produits .table .input-group {
  1339. width: 133px;
  1340. }
  1341. /* line 469, ../sass/_systeme_commandes.scss */
  1342. .commande-form #produits .table .input-group .quantity {
  1343. text-align: center;
  1344. }
  1345. /* line 474, ../sass/_systeme_commandes.scss */
  1346. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  1347. width: 150px;
  1348. text-align: center;
  1349. }
  1350. /* line 479, ../sass/_systeme_commandes.scss */
  1351. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  1352. text-align: center;
  1353. }
  1354. /* line 483, ../sass/_systeme_commandes.scss */
  1355. .commande-form #produits .table .epuise {
  1356. display: none;
  1357. text-transform: uppercase;
  1358. color: #B32815;
  1359. font-weight: bold;
  1360. font-size: 16px;
  1361. text-align: center;
  1362. }
  1363. /* line 492, ../sass/_systeme_commandes.scss */
  1364. .commande-form #produits .table .quantite-restante {
  1365. font-size: 12px;
  1366. margin-top: 8px;
  1367. }
  1368. /* line 496, ../sass/_systeme_commandes.scss */
  1369. .commande-form #produits .table .quantite-restante .nb {
  1370. font-weight: bold;
  1371. }
  1372. /* line 501, ../sass/_systeme_commandes.scss */
  1373. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  1374. width: 70%;
  1375. }
  1376. /* line 505, ../sass/_systeme_commandes.scss */
  1377. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  1378. width: 10%;
  1379. }
  1380. /* line 509, ../sass/_systeme_commandes.scss */
  1381. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  1382. width: 10%;
  1383. }
  1384. /* line 513, ../sass/_systeme_commandes.scss */
  1385. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  1386. width: 10%;
  1387. }
  1388. /* line 519, ../sass/_systeme_commandes.scss */
  1389. .commande-form #bar-fixed {
  1390. display: none;
  1391. position: fixed;
  1392. bottom: 0px;
  1393. z-index: 100;
  1394. background-color: white;
  1395. padding: 15px;
  1396. margin-bottom: 0px;
  1397. -moz-box-shadow: 0 0 5px gray;
  1398. -webkit-box-shadow: 0 0 5px gray;
  1399. box-shadow: 0 0 5px gray;
  1400. -moz-border-radius: 10px 10px 0px 0px;
  1401. -webkit-border-radius: 10px;
  1402. border-radius: 10px 10px 0px 0px;
  1403. border-top: solid 1px #e0e0e0;
  1404. background-color: #F9F9F9;
  1405. background-color: #F8F1DD;
  1406. text-align: center;
  1407. }
  1408. /* line 536, ../sass/_systeme_commandes.scss */
  1409. .commande-form #bar-fixed.not-fixed {
  1410. position: relative;
  1411. -moz-box-shadow: none;
  1412. -webkit-box-shadow: none;
  1413. box-shadow: none;
  1414. -moz-border-radius: 0px;
  1415. -webkit-border-radius: 0px;
  1416. border-radius: 0px;
  1417. border: solid 1px #e0e0e0;
  1418. padding-right: 20px;
  1419. }
  1420. /* line 545, ../sass/_systeme_commandes.scss */
  1421. .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande {
  1422. margin-top: 0px;
  1423. float: right;
  1424. }
  1425. /* line 551, ../sass/_systeme_commandes.scss */
  1426. .commande-form #bar-fixed #total-commande-bottom {
  1427. background-color: white;
  1428. -moz-border-radius: 20px;
  1429. -webkit-border-radius: 20px;
  1430. border-radius: 20px;
  1431. padding: 5px 25px;
  1432. border: solid 1px #e0e0e0;
  1433. }
  1434. /* line 558, ../sass/_systeme_commandes.scss */
  1435. .commande-form #bar-fixed .btn-commentaire {
  1436. float: left;
  1437. }
  1438. /* line 566, ../sass/_systeme_commandes.scss */
  1439. .commande-form #bar-fixed .btn-commentaire {
  1440. margin-right: 10px;
  1441. }
  1442. /* line 570, ../sass/_systeme_commandes.scss */
  1443. .commande-form #bar-fixed #bloc-valider-commande {
  1444. text-align: right;
  1445. margin-top: 20px;
  1446. }
  1447. /* line 574, ../sass/_systeme_commandes.scss */
  1448. .commande-form #bar-fixed #bloc-valider-commande button {
  1449. width: 340px;
  1450. margin-right: 10px;
  1451. }
  1452. /* line 580, ../sass/_systeme_commandes.scss */
  1453. .commande-form #bar-fixed #checkbox-credit-pain {
  1454. float: right;
  1455. width: 340px;
  1456. padding: 3px 11px;
  1457. background-color: white;
  1458. border: solid 1px #ccc;
  1459. -moz-border-radius: 5px;
  1460. -webkit-border-radius: 5px;
  1461. border-radius: 5px;
  1462. margin-right: 10px;
  1463. text-shadow: 0 1px 0 #fff;
  1464. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1465. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1466. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  1467. }
  1468. /* line 591, ../sass/_systeme_commandes.scss */
  1469. .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible {
  1470. background-color: #e0e0e0;
  1471. }
  1472. /* line 595, ../sass/_systeme_commandes.scss */
  1473. .commande-form #bar-fixed #checkbox-credit-pain .info {
  1474. color: gray;
  1475. font-weight: normal;
  1476. }
  1477. /* line 600, ../sass/_systeme_commandes.scss */
  1478. .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
  1479. background-color: #BB8757;
  1480. color: white;
  1481. padding: 2px 8px;
  1482. -moz-border-radius: 5px;
  1483. -webkit-border-radius: 5px;
  1484. border-radius: 5px;
  1485. }
  1486. /* line 607, ../sass/_systeme_commandes.scss */
  1487. .commande-form #bar-fixed #checkbox-credit-pain .montant-paye {
  1488. color: #BB8757;
  1489. }
  1490. /* line 611, ../sass/_systeme_commandes.scss */
  1491. .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide {
  1492. font-size: 12px;
  1493. }
  1494. /* line 615, ../sass/_systeme_commandes.scss */
  1495. .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled {
  1496. display: none;
  1497. font-size: 12px;
  1498. }
  1499. /* line 621, ../sass/_systeme_commandes.scss */
  1500. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  1501. float: left;
  1502. margin-right: 5px;
  1503. }
  1504. /* line 626, ../sass/_systeme_commandes.scss */
  1505. .commande-form #bar-fixed .annuler-commande {
  1506. color: #b92c28;
  1507. background-color: white;
  1508. }
  1509. /* line 631, ../sass/_systeme_commandes.scss */
  1510. .commande-form #bar-fixed #total-commande-bottom {
  1511. display: none;
  1512. font-weight: bold;
  1513. font-family: "comfortaalight";
  1514. font-size: 24px;
  1515. }
  1516. /* line 638, ../sass/_systeme_commandes.scss */
  1517. .commande-form #bar-fixed .field-commande-commentaire {
  1518. display: none;
  1519. }
  1520. /* line 646, ../sass/_systeme_commandes.scss */
  1521. .ui-datepicker .ui-widget-header {
  1522. background: none;
  1523. background-color: gray;
  1524. border: 0px none;
  1525. color: black;
  1526. font-weight: normal;
  1527. }
  1528. /* line 654, ../sass/_systeme_commandes.scss */
  1529. .ui-datepicker .ui-datepicker-current-day a,
  1530. .ui-datepicker a.ui-state-hover {
  1531. background: none;
  1532. background-color: gray;
  1533. border-color: black;
  1534. color: black;
  1535. }
  1536. /* line 668, ../sass/_systeme_commandes.scss */
  1537. #page-etablissement h1,
  1538. #page-producer-code h1 {
  1539. font-size: 40px;
  1540. }
  1541. /* line 671, ../sass/_systeme_commandes.scss */
  1542. #page-etablissement .info,
  1543. #page-producer-code .info {
  1544. text-align: center;
  1545. }
  1546. /* line 677, ../sass/_systeme_commandes.scss */
  1547. #page-producer-code form#producer-code {
  1548. max-width: 400px;
  1549. margin: 0px auto;
  1550. }
  1551. /* line 681, ../sass/_systeme_commandes.scss */
  1552. #page-producer-code form#producer-code .form-group.buttons {
  1553. text-align: center;
  1554. }
  1555. @media screen and (max-width: 1000px) {
  1556. /* line 3, ../sass/_responsive.scss */
  1557. #content {
  1558. padding-top: 0px;
  1559. }
  1560. /* line 7, ../sass/_responsive.scss */
  1561. #header {
  1562. position: relative;
  1563. }
  1564. /* line 12, ../sass/_responsive.scss */
  1565. #header nav ul {
  1566. margin-top: 5px;
  1567. float: left;
  1568. }
  1569. /* line 15, ../sass/_responsive.scss */
  1570. #header nav ul li {
  1571. float: right;
  1572. display: none;
  1573. }
  1574. /* line 19, ../sass/_responsive.scss */
  1575. #header nav ul li a {
  1576. padding: 5px;
  1577. height: auto;
  1578. line-height: 20px;
  1579. }
  1580. /* line 28, ../sass/_responsive.scss */
  1581. #header nav {
  1582. width: 100%;
  1583. }
  1584. /* line 30, ../sass/_responsive.scss */
  1585. #header nav ul {
  1586. float: none;
  1587. margin: 0px none;
  1588. }
  1589. /* line 36, ../sass/_responsive.scss */
  1590. #header nav ul li#logo {
  1591. display: block;
  1592. }
  1593. /* line 43, ../sass/_responsive.scss */
  1594. #header a#link-commander {
  1595. display: none;
  1596. }
  1597. /* line 48, ../sass/_responsive.scss */
  1598. #content #points-vente .content {
  1599. padding-left: 10px;
  1600. margin-top: 30px;
  1601. }
  1602. /* line 53, ../sass/_responsive.scss */
  1603. #menu-user {
  1604. position: relative;
  1605. top: 0px;
  1606. }
  1607. /* line 58, ../sass/_responsive.scss */
  1608. .connected #content {
  1609. padding-top: 0px;
  1610. }
  1611. }