選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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