No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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