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.

1577 linhas
40KB

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