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

1050 行
27KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @font-face {
  6. font-family: 'comfortaabold';
  7. src: url("../fonts/comfortaa-bold-webfont.eot");
  8. src: url("../fonts/comfortaa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-bold-webfont.woff2") format("woff2"), url("../fonts/comfortaa-bold-webfont.woff") format("woff"), url("../fonts/comfortaa-bold-webfont.ttf") format("truetype"), url("../fonts/comfortaa-bold-webfont.svg#comfortaabold") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. @font-face {
  13. font-family: 'comfortaalight';
  14. src: url("../fonts/comfortaa-light-webfont.eot");
  15. src: url("../fonts/comfortaa-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-light-webfont.woff2") format("woff2"), url("../fonts/comfortaa-light-webfont.woff") format("woff"), url("../fonts/comfortaa-light-webfont.ttf") format("truetype"), url("../fonts/comfortaa-light-webfont.svg#comfortaalight") format("svg");
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'comfortaaregular';
  21. src: url("../fonts/comfortaa-regular-webfont.eot");
  22. src: url("../fonts/comfortaa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-regular-webfont.woff2") format("woff2"), url("../fonts/comfortaa-regular-webfont.woff") format("woff"), url("../fonts/comfortaa-regular-webfont.ttf") format("truetype"), url("../fonts/comfortaa-regular-webfont.svg#comfortaaregular") format("svg");
  23. font-weight: normal;
  24. font-style: normal;
  25. }
  26. @font-face {
  27. font-family: 'myriadpro-it';
  28. src: url("../fonts/myriadpro-it.eot");
  29. src: url("../fonts/myriadpro-it.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-it.woff") format("woff"), url("../fonts/myriadpro-it.ttf") format("truetype"), url("../fonts/myriadpro-it.svg#myriadpro-it") format("svg");
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33. @font-face {
  34. font-family: 'myriadpro-light';
  35. src: url("../fonts/myriadpro-light.eot");
  36. src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#myriadpro-light") format("svg");
  37. font-weight: normal;
  38. font-style: normal;
  39. }
  40. @font-face {
  41. font-family: 'myriadpro-regular';
  42. src: url("../fonts/myriadpro-regular.eot");
  43. src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro-regular") format("svg");
  44. font-weight: normal;
  45. font-style: normal;
  46. }
  47. @font-face {
  48. font-family: 'myriadpro-semibold';
  49. src: url("../fonts/myriadpro-semibold.eot");
  50. src: url("../fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-semibold.woff") format("woff"), url("../fonts/myriadpro-semibold.ttf") format("truetype"), url("../fonts/myriadpro-semibold.svg#myriadpro-semibold") format("svg");
  51. font-weight: normal;
  52. font-style: normal;
  53. }
  54. /* line 26, ../sass/screen.scss */
  55. html {
  56. height: 100%;
  57. }
  58. /* line 30, ../sass/screen.scss */
  59. body {
  60. position: relative;
  61. color: #505050;
  62. font-family: "Arial";
  63. background-attachment: fixed;
  64. min-height: 100%;
  65. margin: 0;
  66. padding: 0;
  67. }
  68. /* line 40, ../sass/screen.scss */
  69. strong {
  70. font-weight: bold;
  71. }
  72. /* line 45, ../sass/screen.scss */
  73. #main a {
  74. color: #505050;
  75. text-decoration: underline;
  76. }
  77. /* line 49, ../sass/screen.scss */
  78. #main a:focus, #main a:active {
  79. outline-color: gray;
  80. color: white;
  81. }
  82. /* line 54, ../sass/screen.scss */
  83. #main a:hover {
  84. color: white;
  85. }
  86. /* line 58, ../sass/screen.scss */
  87. #main a.btn {
  88. text-decoration: none;
  89. }
  90. /* line 63, ../sass/screen.scss */
  91. #main .btn-primary {
  92. background-color: #BB8757;
  93. border: solid 1px #BB8757;
  94. color: white;
  95. }
  96. /* line 68, ../sass/screen.scss */
  97. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  98. background-color: #b17a48;
  99. border: solid 1px #BB8757;
  100. }
  101. /* line 74, ../sass/screen.scss */
  102. #main .form-control:focus {
  103. -moz-box-shadow: none;
  104. -webkit-box-shadow: none;
  105. box-shadow: none;
  106. border: solid 1px #BB8757;
  107. }
  108. /* line 80, ../sass/screen.scss */
  109. p {
  110. padding-bottom: 20px;
  111. line-height: 21px;
  112. }
  113. /* line 85, ../sass/screen.scss */
  114. ul {
  115. padding-left: 20px;
  116. list-style-type: disc;
  117. margin-bottom: 10px;
  118. }
  119. /* line 90, ../sass/screen.scss */
  120. ul li {
  121. padding-left: 5px;
  122. }
  123. /* line 95, ../sass/screen.scss */
  124. .clr {
  125. clear: both;
  126. }
  127. /* line 99, ../sass/screen.scss */
  128. .btn {
  129. background-image: none;
  130. }
  131. /* line 103, ../sass/screen.scss */
  132. #main .alert {
  133. background-image: none;
  134. background-color: white;
  135. border-bottom-width: 3px;
  136. }
  137. /* line 111, ../sass/screen.scss */
  138. .alert.alert-warning a {
  139. color: #8a6d3b;
  140. }
  141. /* line 120, ../sass/screen.scss */
  142. #main {
  143. position: relative;
  144. padding-bottom: 150px;
  145. }
  146. /* line 123, ../sass/screen.scss */
  147. #main .inner {
  148. width: 960px;
  149. margin: 0px auto;
  150. }
  151. /* line 129, ../sass/screen.scss */
  152. #header {
  153. z-index: 100;
  154. border-bottom: solid 1px #e0e0e0;
  155. background-color: #f8f1dd;
  156. height: 86px;
  157. }
  158. /* line 135, ../sass/screen.scss */
  159. #header .container {
  160. position: relative;
  161. }
  162. /* line 139, ../sass/screen.scss */
  163. #header #link-home {
  164. position: absolute;
  165. top: 10px;
  166. left: 0px;
  167. text-decoration: none;
  168. font-size: 22px;
  169. color: black;
  170. }
  171. /* line 147, ../sass/screen.scss */
  172. #header #link-home img {
  173. height: 60px;
  174. margin-bottom: 5px;
  175. }
  176. /* line 153, ../sass/screen.scss */
  177. #header #link-espace-boulanger {
  178. border-left: solid 1px #e0e0e0;
  179. color: #BB8757;
  180. }
  181. /* line 158, ../sass/screen.scss */
  182. #header nav {
  183. padding-top: 22px;
  184. }
  185. /* line 160, ../sass/screen.scss */
  186. #header nav ul {
  187. float: right;
  188. }
  189. /* line 163, ../sass/screen.scss */
  190. #header nav ul li a {
  191. text-decoration: none;
  192. color: #505050;
  193. }
  194. /* line 166, ../sass/screen.scss */
  195. #header nav ul li a.active {
  196. background-color: white;
  197. }
  198. /* line 170, ../sass/screen.scss */
  199. #header nav ul li a:hover {
  200. color: black;
  201. background-color: white;
  202. }
  203. /* line 180, ../sass/screen.scss */
  204. #header #link-logout .nom {
  205. color: gray;
  206. font-size: 10px;
  207. left: 18px;
  208. position: relative;
  209. top: -4px;
  210. }
  211. /* line 197, ../sass/screen.scss */
  212. #content {
  213. position: relative;
  214. padding: 20px 0px;
  215. padding-bottom: 0px;
  216. padding-top: 35px;
  217. min-height: 500px;
  218. }
  219. /* line 204, ../sass/screen.scss */
  220. #content h1#title-site {
  221. font-family: "comfortaalight";
  222. font-size: 50px;
  223. }
  224. /* line 211, ../sass/screen.scss */
  225. #content h2 {
  226. color: black;
  227. padding-bottom: 15px;
  228. font-size: 25px;
  229. line-height: 35px;
  230. font-family: "myriadpro-regular";
  231. text-transform: uppercase;
  232. position: relative;
  233. margin-top: 30px;
  234. }
  235. /* line 222, ../sass/screen.scss */
  236. #content h3 {
  237. color: black;
  238. font-size: 20px;
  239. }
  240. /* line 230, ../sass/screen.scss */
  241. #content #description img {
  242. width: 100%;
  243. }
  244. /* line 235, ../sass/screen.scss */
  245. #content #main-img {
  246. max-width: 100%;
  247. border: solid 1px #e0e0e0;
  248. padding: 5px;
  249. -moz-border-radius: 5px;
  250. -webkit-border-radius: 5px;
  251. border-radius: 5px;
  252. }
  253. /* line 242, ../sass/screen.scss */
  254. #content #row-presentation {
  255. text-align: center;
  256. }
  257. /* line 246, ../sass/screen.scss */
  258. #content #row-signup {
  259. text-align: center;
  260. margin-top: 40px;
  261. }
  262. /* line 250, ../sass/screen.scss */
  263. #content #row-signup a.btn {
  264. padding: 13px 32px;
  265. font-size: 25px;
  266. }
  267. /* line 256, ../sass/screen.scss */
  268. #content #row-clients-boulanger {
  269. margin-bottom: 50px;
  270. }
  271. /* line 258, ../sass/screen.scss */
  272. #content #row-clients-boulanger h2 {
  273. text-align: center;
  274. margin-bottom: 15px;
  275. padding-bottom: 0px;
  276. }
  277. /* line 262, ../sass/screen.scss */
  278. #content #row-clients-boulanger h2 img {
  279. height: 70px;
  280. margin-bottom: 60px;
  281. }
  282. /* line 268, ../sass/screen.scss */
  283. #content #row-clients-boulanger ul {
  284. text-align: center;
  285. }
  286. /* line 270, ../sass/screen.scss */
  287. #content #row-clients-boulanger ul li {
  288. list-style-type: none;
  289. }
  290. /* line 275, ../sass/screen.scss */
  291. #content #row-clients-boulanger #clients {
  292. border-right: dotted 1px gray;
  293. }
  294. /* line 279, ../sass/screen.scss */
  295. #content #row-clients-boulanger .prix {
  296. padding-top: 15px;
  297. font-size: 18px;
  298. text-align: center;
  299. }
  300. /* line 284, ../sass/screen.scss */
  301. #content #row-clients-boulanger .prix span {
  302. color: #BB8757;
  303. background-color: #F8F1DD;
  304. border: solid 1px #e0e0e0;
  305. font-weight: normal;
  306. font-size: 22px;
  307. font-family: "comfortaaregular";
  308. padding: 5px 10px;
  309. -moz-border-radius: 10px;
  310. -webkit-border-radius: 10px;
  311. border-radius: 10px;
  312. }
  313. /* line 298, ../sass/screen.scss */
  314. #content #row-clients-boulanger #periode-essai {
  315. margin-top: 8px;
  316. text-align: center;
  317. font-size: 13px;
  318. color: gray;
  319. font-family: "comfortaaregular";
  320. }
  321. /* line 310, ../sass/screen.scss */
  322. #content #contact {
  323. display: none;
  324. }
  325. /* line 314, ../sass/screen.scss */
  326. #content #contact .icon {
  327. width: 55px;
  328. top: -15px;
  329. margin-left: -70px;
  330. }
  331. /* line 323, ../sass/screen.scss */
  332. #content #contact .form-control:focus {
  333. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  334. border-color: $jaune ;*/
  335. }
  336. /* line 328, ../sass/screen.scss */
  337. #content #contact .form-group {
  338. text-align: center;
  339. }
  340. /* line 332, ../sass/screen.scss */
  341. #content #contact .img-right {
  342. float: right;
  343. }
  344. /* line 335, ../sass/screen.scss */
  345. #content #contact .img-right img {
  346. width: 300px;
  347. }
  348. /* line 342, ../sass/screen.scss */
  349. .form-control:focus {
  350. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  351. border-color: $jaune ;*/
  352. }
  353. /* line 347, ../sass/screen.scss */
  354. #footer {
  355. position: absolute;
  356. bottom: 0px;
  357. left: 0px;
  358. width: 100%;
  359. height: 50px;
  360. background-color: #515151;
  361. text-align: center;
  362. border-top: 1px solid #e0e0e0;
  363. padding-top: 30px;
  364. padding-bottom: 60px;
  365. }
  366. /* line 363, ../sass/screen.scss */
  367. #footer a {
  368. color: #7e7e7e;
  369. color: white;
  370. text-transform: uppercase;
  371. text-decoration: none;
  372. padding-left: 10px;
  373. padding-right: 10px;
  374. border-right: solid 1px #7e7e7e;
  375. border-right: solid 1px white;
  376. }
  377. /* line 372, ../sass/screen.scss */
  378. #footer a:hover {
  379. color: gray;
  380. }
  381. /* line 376, ../sass/screen.scss */
  382. #footer a:last-child {
  383. border: 0px none;
  384. }
  385. /* line 382, ../sass/screen.scss */
  386. #content #mentions {
  387. padding-top: 20px;
  388. }
  389. /* line 385, ../sass/screen.scss */
  390. #content #mentions div.content {
  391. width: 60%;
  392. font-size: 90%;
  393. }
  394. /* line 390, ../sass/screen.scss */
  395. #content #mentions p {
  396. padding-bottom: 15px;
  397. }
  398. /* line 394, ../sass/screen.scss */
  399. #content #mentions h2 {
  400. color: black;
  401. padding-bottom: 40px;
  402. font-size: 25px;
  403. line-height: 35px;
  404. font-family: "myriadpro-regular";
  405. }
  406. /* line 402, ../sass/screen.scss */
  407. #content #mentions h3 {
  408. font-family: "comfortaaregular";
  409. font-size: 18px;
  410. padding-bottom: 12px;
  411. margin-top: 10px;
  412. color: black;
  413. }
  414. /* line 413, ../sass/screen.scss */
  415. .mentions #main, .mentions body {
  416. background-color: white;
  417. }
  418. /* line 418, ../sass/screen.scss */
  419. .vegas-loading {
  420. display: none;
  421. }
  422. /* line 425, ../sass/screen.scss */
  423. #profil-user .form-group.field-user-no_mail label {
  424. font-weight: normal;
  425. }
  426. /* line 429, ../sass/screen.scss */
  427. #profil-user .form-group label {
  428. cursor: pointer;
  429. }
  430. /* line 434, ../sass/screen.scss */
  431. #profil-user #mails-jours-prod .form-group {
  432. float: left;
  433. margin-right: 15px;
  434. }
  435. /* line 437, ../sass/screen.scss */
  436. #profil-user #mails-jours-prod .form-group label {
  437. font-weight: normal;
  438. }
  439. /* line 443, ../sass/screen.scss */
  440. #profil-user p.strong {
  441. font-weight: bold;
  442. }
  443. /* signup */
  444. /* line 452, ../sass/screen.scss */
  445. #form-signup #client-boulanger {
  446. margin-bottom: 30px;
  447. }
  448. /* line 457, ../sass/screen.scss */
  449. #form-signup #signupform-id_etablissement option:disabled {
  450. font-weight: bold;
  451. color: black;
  452. }
  453. /* line 463, ../sass/screen.scss */
  454. #form-signup #champs-boulanger {
  455. display: none;
  456. }
  457. /* line 467, ../sass/screen.scss */
  458. #form-signup #boutons-inscrire {
  459. margin-top: 30px;
  460. }
  461. /* line 2, ../sass/_systeme_commandes.scss */
  462. h1.title-systeme-commande {
  463. color: black;
  464. padding-bottom: 35px;
  465. font-size: 30px;
  466. line-height: 35px;
  467. font-family: "myriadpro-regular";
  468. font-family: "comfortaalight";
  469. text-align: center;
  470. position: relative;
  471. margin-top: 30px;
  472. }
  473. /* line 14, ../sass/_systeme_commandes.scss */
  474. h1.title-systeme-commande img {
  475. width: 35px;
  476. margin-right: 7px;
  477. }
  478. /* line 20, ../sass/_systeme_commandes.scss */
  479. h2 {
  480. font-size: 20px;
  481. text-transform: uppercase;
  482. }
  483. /* line 33, ../sass/_systeme_commandes.scss */
  484. .liste-etablissements .boulangerie {
  485. padding-left: 0px;
  486. padding-right: 30px;
  487. }
  488. /* line 37, ../sass/_systeme_commandes.scss */
  489. .liste-etablissements .boulangerie .panel {
  490. margin-bottom: 13px;
  491. }
  492. /* line 41, ../sass/_systeme_commandes.scss */
  493. .liste-etablissements .boulangerie.selected .panel {
  494. border-bottom: solid 3px #BB8757;
  495. margin-bottom: 11px;
  496. }
  497. /* line 46, ../sass/_systeme_commandes.scss */
  498. .liste-etablissements .boulangerie .panel-heading {
  499. height: 150px;
  500. overflow: hidden;
  501. padding: 0px;
  502. background: none;
  503. background-color: #F8F1DD;
  504. }
  505. /* line 53, ../sass/_systeme_commandes.scss */
  506. .liste-etablissements .boulangerie .panel-heading .img-back {
  507. width: 100%;
  508. height: auto;
  509. position: relative;
  510. top: -50%;
  511. }
  512. /* line 62, ../sass/_systeme_commandes.scss */
  513. .liste-etablissements .boulangerie .panel-body {
  514. position: relative;
  515. width: 100%;
  516. height: 120px;
  517. max-height: 120px;
  518. text-align: center;
  519. }
  520. /* line 69, ../sass/_systeme_commandes.scss */
  521. .liste-etablissements .boulangerie .panel-body h3 {
  522. margin-bottom: 4px;
  523. }
  524. /* line 73, ../sass/_systeme_commandes.scss */
  525. .liste-etablissements .boulangerie .panel-body .localite {
  526. color: gray;
  527. margin-bottom: 10px;
  528. }
  529. /* line 78, ../sass/_systeme_commandes.scss */
  530. .liste-etablissements .boulangerie .panel-body .glyphicon-check {
  531. color: #BB8757;
  532. font-size: 40px;
  533. position: absolute;
  534. top: 34px;
  535. left: 32px;
  536. }
  537. /* line 86, ../sass/_systeme_commandes.scss */
  538. .liste-etablissements .boulangerie .panel-body .remove {
  539. position: absolute;
  540. top: 10px;
  541. right: 10px;
  542. }
  543. /* line 92, ../sass/_systeme_commandes.scss */
  544. .liste-etablissements .boulangerie .panel-body .logo {
  545. display: none;
  546. width: 150px;
  547. position: absolute;
  548. top: -40px;
  549. left: 50%;
  550. margin-left: -75px;
  551. background-color: white;
  552. padding: 10px 20px;
  553. }
  554. /* line 106, ../sass/_systeme_commandes.scss */
  555. #index-commande {
  556. position: relative;
  557. }
  558. /* line 109, ../sass/_systeme_commandes.scss */
  559. #index-commande #logout {
  560. position: absolute;
  561. /*top: 45px ;
  562. right: 93px ;*/
  563. top: 0;
  564. right: 0;
  565. z-index: 10;
  566. }
  567. /* line 118, ../sass/_systeme_commandes.scss */
  568. #index-commande .accueil {
  569. text-align: center;
  570. padding-bottom: 20px;
  571. }
  572. /* line 123, ../sass/_systeme_commandes.scss */
  573. #index-commande #bloc-add-etablissement {
  574. padding-left: 0px;
  575. padding-right: 30px;
  576. }
  577. /* line 127, ../sass/_systeme_commandes.scss */
  578. #index-commande #bloc-add-etablissement .help-block {
  579. padding-bottom: 0px;
  580. }
  581. /* line 131, ../sass/_systeme_commandes.scss */
  582. #index-commande #bloc-add-etablissement .field-addetablissementform-id_etablissement {
  583. width: 80%;
  584. float: left;
  585. }
  586. /* line 136, ../sass/_systeme_commandes.scss */
  587. #index-commande #bloc-add-etablissement .btn {
  588. float: right;
  589. position: relative;
  590. top: 20px;
  591. }
  592. /* line 142, ../sass/_systeme_commandes.scss */
  593. #index-commande #bloc-add-etablissement .panel-heading {
  594. background: none;
  595. background-color: white;
  596. cursor: pointer;
  597. }
  598. /* line 148, ../sass/_systeme_commandes.scss */
  599. #index-commande #bloc-add-etablissement .panel-body {
  600. display: none;
  601. }
  602. /* line 154, ../sass/_systeme_commandes.scss */
  603. #index-commande #addetablissementform-id_etablissement option:disabled {
  604. font-weight: bold;
  605. color: black;
  606. }
  607. /* line 161, ../sass/_systeme_commandes.scss */
  608. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  609. width: 175px;
  610. }
  611. /* line 164, ../sass/_systeme_commandes.scss */
  612. #index-commande #historique-commandes .montant {
  613. width: 100px;
  614. }
  615. /* line 171, ../sass/_systeme_commandes.scss */
  616. #index-commande #historique-commandes .localite {
  617. font-size: 11px;
  618. lin-height: 11px;
  619. }
  620. /* line 176, ../sass/_systeme_commandes.scss */
  621. #index-commande #historique-commandes a {
  622. text-decoration: none;
  623. }
  624. /* line 183, ../sass/_systeme_commandes.scss */
  625. .commande-form {
  626. min-height: 600px;
  627. padding-bottom: 60px;
  628. }
  629. /* line 188, ../sass/_systeme_commandes.scss */
  630. .commande-form h2 {
  631. font-family: "myriadpro-regular";
  632. }
  633. /* line 192, ../sass/_systeme_commandes.scss */
  634. .commande-form #infos-importantes.alert-warning {
  635. float: right;
  636. }
  637. /* line 198, ../sass/_systeme_commandes.scss */
  638. .commande-form #datepicker-production .ui-datepicker {
  639. float: left;
  640. margin-right: 20px;
  641. font-size: 20px;
  642. }
  643. /* line 204, ../sass/_systeme_commandes.scss */
  644. .commande-form #datepicker-production .ui-datepicker-header {
  645. background-color: #BB8757;
  646. }
  647. /* line 208, ../sass/_systeme_commandes.scss */
  648. .commande-form #datepicker-production .ui-datepicker-title {
  649. color: white;
  650. }
  651. /* line 214, ../sass/_systeme_commandes.scss */
  652. .commande-form #datepicker-production .ui-datepicker-prev:hover,
  653. .commande-form #datepicker-production .ui-datepicker-next:hover {
  654. border: 0px none;
  655. background: none;
  656. }
  657. /* line 220, ../sass/_systeme_commandes.scss */
  658. .commande-form #datepicker-production .ui-helper-clearfix:after {
  659. clear: none;
  660. }
  661. /* line 225, ../sass/_systeme_commandes.scss */
  662. .commande-form #datepicker-production .ui-datepicker-calendar a {
  663. text-decoration: none;
  664. background-color: #F8F1DD;
  665. }
  666. /* line 228, ../sass/_systeme_commandes.scss */
  667. .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  668. background-color: #BB8757;
  669. color: white;
  670. border-color: #cdc3b7;
  671. }
  672. /* line 237, ../sass/_systeme_commandes.scss */
  673. .commande-form .date-commande {
  674. margin-bottom: 53px;
  675. }
  676. /* line 239, ../sass/_systeme_commandes.scss */
  677. .commande-form .date-commande span {
  678. background-color: #BB8757;
  679. color: white;
  680. -moz-border-radius: 10px;
  681. -webkit-border-radius: 10px;
  682. border-radius: 10px;
  683. padding: 10px;
  684. font-family: "myriadpro-regular";
  685. font-size: 20px;
  686. }
  687. /* line 249, ../sass/_systeme_commandes.scss */
  688. .commande-form #has-commande-en-cours {
  689. margin-top: 15px;
  690. }
  691. /* line 252, ../sass/_systeme_commandes.scss */
  692. .commande-form #has-commande-en-cours a {
  693. color: #a94442;
  694. text-decoration: none;
  695. font-weight: bold;
  696. }
  697. /* line 259, ../sass/_systeme_commandes.scss */
  698. .commande-form .field-commande-id_production {
  699. display: none;
  700. }
  701. /* line 263, ../sass/_systeme_commandes.scss */
  702. .commande-form .field-commande-id_point_vente {
  703. margin-top: 30px;
  704. }
  705. /* line 267, ../sass/_systeme_commandes.scss */
  706. .commande-form .field-commande-id_production {
  707. margin-bottom: 0px;
  708. }
  709. /* line 269, ../sass/_systeme_commandes.scss */
  710. .commande-form .field-commande-id_production label {
  711. margin-bottom: 0px;
  712. }
  713. /* line 273, ../sass/_systeme_commandes.scss */
  714. .commande-form .field-commande-id_production .help-block {
  715. margin-bottom: 0px;
  716. }
  717. /* line 278, ../sass/_systeme_commandes.scss */
  718. .commande-form .field-commande-id_point_vente {
  719. display: none;
  720. }
  721. /* line 282, ../sass/_systeme_commandes.scss */
  722. .commande-form .blocs {
  723. list-style-type: none;
  724. margin: 0px;
  725. padding: 0px;
  726. }
  727. /* line 287, ../sass/_systeme_commandes.scss */
  728. .commande-form .blocs .bloc {
  729. text-decoration: none;
  730. width: 268px;
  731. height: 130px;
  732. float: left;
  733. padding: 20px;
  734. margin-right: 20px;
  735. margin-bottom: 8px;
  736. cursor: pointer;
  737. float: left;
  738. background-color: #f9f9f9;
  739. background-color: white;
  740. border: 1px solid #d8d8d8;
  741. }
  742. /* line 302, ../sass/_systeme_commandes.scss */
  743. .commande-form .blocs .bloc .nom {
  744. font-family: "comfortaalight";
  745. font-size: 20px;
  746. }
  747. /* line 308, ../sass/_systeme_commandes.scss */
  748. .commande-form .blocs .bloc .adresse {
  749. color: gray;
  750. font-size: 13px;
  751. line-height: 16px;
  752. }
  753. /* line 314, ../sass/_systeme_commandes.scss */
  754. .commande-form .blocs .bloc .horaires {
  755. margin-top: 7px;
  756. }
  757. /* line 316, ../sass/_systeme_commandes.scss */
  758. .commande-form .blocs .bloc .horaires .jour {
  759. font-weight: bold;
  760. display: none;
  761. }
  762. /* line 323, ../sass/_systeme_commandes.scss */
  763. .commande-form .blocs .bloc.selected {
  764. border-left: solid 5px #BB8757;
  765. }
  766. /* line 326, ../sass/_systeme_commandes.scss */
  767. .commande-form .blocs .bloc.selected .contenu {
  768. position: relative;
  769. left: -4px;
  770. }
  771. /* line 332, ../sass/_systeme_commandes.scss */
  772. .commande-form .blocs .bloc:hover {
  773. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  774. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  775. box-shadow: 0px 0px 5px #d8d8d8;
  776. }
  777. /* line 337, ../sass/_systeme_commandes.scss */
  778. .commande-form .blocs .bloc.disabled {
  779. display: none;
  780. }
  781. /* line 344, ../sass/_systeme_commandes.scss */
  782. .commande-form #produits {
  783. margin-top: 15px;
  784. }
  785. /* line 347, ../sass/_systeme_commandes.scss */
  786. .commande-form #produits #label-produits {
  787. display: block;
  788. margin-bottom: 5px;
  789. }
  790. /* line 352, ../sass/_systeme_commandes.scss */
  791. .commande-form #produits .table {
  792. margin-top: 7px;
  793. }
  794. /* line 355, ../sass/_systeme_commandes.scss */
  795. .commande-form #produits .table .illu {
  796. float: left;
  797. height: auto;
  798. width: 70px;
  799. margin-right: 15px;
  800. }
  801. /* line 362, ../sass/_systeme_commandes.scss */
  802. .commande-form #produits .table .photo {
  803. padding: 0px;
  804. width: 120px;
  805. }
  806. /* line 367, ../sass/_systeme_commandes.scss */
  807. .commande-form #produits .table .th-photo, .commande-form #produits .table .td-photo {
  808. width: 120px;
  809. }
  810. /* line 371, ../sass/_systeme_commandes.scss */
  811. .commande-form #produits .table .nom {
  812. font-family: "comfortaalight";
  813. font-weight: bold;
  814. text-transform: uppercase;
  815. font-size: 18px;
  816. }
  817. /* line 378, ../sass/_systeme_commandes.scss */
  818. .commande-form #produits .table .description {
  819. font-style: italic;
  820. }
  821. /* line 382, ../sass/_systeme_commandes.scss */
  822. .commande-form #produits .table .recette {
  823. font-size: 12px;
  824. }
  825. /* line 386, ../sass/_systeme_commandes.scss */
  826. .commande-form #produits .table .input-group {
  827. width: 133px;
  828. }
  829. /* line 388, ../sass/_systeme_commandes.scss */
  830. .commande-form #produits .table .input-group .quantity {
  831. text-align: center;
  832. }
  833. /* line 393, ../sass/_systeme_commandes.scss */
  834. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  835. width: 150px;
  836. text-align: center;
  837. }
  838. /* line 398, ../sass/_systeme_commandes.scss */
  839. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  840. text-align: center;
  841. }
  842. /* line 402, ../sass/_systeme_commandes.scss */
  843. .commande-form #produits .table .epuise {
  844. display: none;
  845. text-transform: uppercase;
  846. color: #B32815;
  847. font-weight: bold;
  848. font-size: 16px;
  849. text-align: center;
  850. }
  851. /* line 411, ../sass/_systeme_commandes.scss */
  852. .commande-form #produits .table .quantite-restante {
  853. font-size: 12px;
  854. margin-top: 8px;
  855. }
  856. /* line 415, ../sass/_systeme_commandes.scss */
  857. .commande-form #produits .table .quantite-restante .nb {
  858. font-weight: bold;
  859. }
  860. /* line 420, ../sass/_systeme_commandes.scss */
  861. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  862. width: 70%;
  863. }
  864. /* line 424, ../sass/_systeme_commandes.scss */
  865. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  866. width: 10%;
  867. }
  868. /* line 428, ../sass/_systeme_commandes.scss */
  869. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  870. width: 10%;
  871. }
  872. /* line 432, ../sass/_systeme_commandes.scss */
  873. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  874. width: 10%;
  875. }
  876. /* line 438, ../sass/_systeme_commandes.scss */
  877. .commande-form #bar-fixed {
  878. display: none;
  879. position: fixed;
  880. bottom: 0px;
  881. z-index: 100;
  882. background-color: white;
  883. padding: 15px;
  884. margin-bottom: 0px;
  885. -moz-box-shadow: 0 0 5px gray;
  886. -webkit-box-shadow: 0 0 5px gray;
  887. box-shadow: 0 0 5px gray;
  888. -moz-border-radius: 10px 10px 0px 0px;
  889. -webkit-border-radius: 10px;
  890. border-radius: 10px 10px 0px 0px;
  891. border-top: solid 1px #e0e0e0;
  892. background-color: #F9F9F9;
  893. background-color: #F8F1DD;
  894. text-align: center;
  895. }
  896. /* line 455, ../sass/_systeme_commandes.scss */
  897. .commande-form #bar-fixed.not-fixed {
  898. position: relative;
  899. -moz-box-shadow: none;
  900. -webkit-box-shadow: none;
  901. box-shadow: none;
  902. -moz-border-radius: 0px;
  903. -webkit-border-radius: 0px;
  904. border-radius: 0px;
  905. border: solid 1px #e0e0e0;
  906. padding-right: 20px;
  907. }
  908. /* line 463, ../sass/_systeme_commandes.scss */
  909. .commande-form #bar-fixed #total-commande-bottom {
  910. background-color: white;
  911. -moz-border-radius: 20px;
  912. -webkit-border-radius: 20px;
  913. border-radius: 20px;
  914. padding: 5px 25px;
  915. border: solid 1px #e0e0e0;
  916. }
  917. /* line 470, ../sass/_systeme_commandes.scss */
  918. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  919. float: left;
  920. }
  921. /* line 474, ../sass/_systeme_commandes.scss */
  922. .commande-form #bar-fixed .btn-commentaire {
  923. margin-right: 10px;
  924. }
  925. /* line 478, ../sass/_systeme_commandes.scss */
  926. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  927. float: left;
  928. margin-right: 5px;
  929. }
  930. /* line 483, ../sass/_systeme_commandes.scss */
  931. .commande-form #bar-fixed .annuler-commande {
  932. color: #b92c28;
  933. background-color: white;
  934. }
  935. /* line 488, ../sass/_systeme_commandes.scss */
  936. .commande-form #bar-fixed #total-commande-bottom {
  937. display: none;
  938. font-weight: bold;
  939. font-family: "comfortaalight";
  940. font-size: 24px;
  941. }
  942. /* line 495, ../sass/_systeme_commandes.scss */
  943. .commande-form #bar-fixed .field-commande-commentaire {
  944. display: none;
  945. }
  946. /* line 503, ../sass/_systeme_commandes.scss */
  947. .ui-datepicker .ui-widget-header {
  948. background: none;
  949. background-color: gray;
  950. border: 0px none;
  951. color: black;
  952. font-weight: normal;
  953. }
  954. /* line 511, ../sass/_systeme_commandes.scss */
  955. .ui-datepicker .ui-datepicker-current-day a,
  956. .ui-datepicker a.ui-state-hover {
  957. background: none;
  958. background-color: gray;
  959. border-color: black;
  960. color: black;
  961. }
  962. @media screen and (max-width: 1000px) {
  963. /* line 3, ../sass/_responsive.scss */
  964. #content {
  965. padding-top: 0px;
  966. }
  967. /* line 7, ../sass/_responsive.scss */
  968. #header {
  969. position: relative;
  970. }
  971. /* line 12, ../sass/_responsive.scss */
  972. #header nav ul {
  973. margin-top: 5px;
  974. float: left;
  975. }
  976. /* line 15, ../sass/_responsive.scss */
  977. #header nav ul li {
  978. float: right;
  979. display: none;
  980. }
  981. /* line 19, ../sass/_responsive.scss */
  982. #header nav ul li a {
  983. padding: 5px;
  984. height: auto;
  985. line-height: 20px;
  986. }
  987. /* line 28, ../sass/_responsive.scss */
  988. #header nav {
  989. width: 100%;
  990. }
  991. /* line 30, ../sass/_responsive.scss */
  992. #header nav ul {
  993. float: none;
  994. margin: 0px none;
  995. }
  996. /* line 36, ../sass/_responsive.scss */
  997. #header nav ul li#logo {
  998. display: block;
  999. }
  1000. /* line 43, ../sass/_responsive.scss */
  1001. #header a#link-commander {
  1002. display: none;
  1003. }
  1004. /* line 48, ../sass/_responsive.scss */
  1005. #content #points-vente .content {
  1006. padding-left: 10px;
  1007. margin-top: 30px;
  1008. }
  1009. /* line 53, ../sass/_responsive.scss */
  1010. #menu-user {
  1011. position: relative;
  1012. top: 0px;
  1013. }
  1014. /* line 58, ../sass/_responsive.scss */
  1015. .connected #content {
  1016. padding-top: 0px;
  1017. }
  1018. }