You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

841 lines
21KB

  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 23, ../sass/screen.scss */
  55. body {
  56. color: #505050;
  57. font-family: "Arial";
  58. background-attachment: fixed;
  59. }
  60. /* line 29, ../sass/screen.scss */
  61. strong {
  62. font-weight: bold;
  63. }
  64. /* line 33, ../sass/screen.scss */
  65. a {
  66. color: #505050;
  67. text-decoration: underline;
  68. }
  69. /* line 37, ../sass/screen.scss */
  70. a:focus, a:active {
  71. outline-color: gray;
  72. color: black;
  73. }
  74. /* line 42, ../sass/screen.scss */
  75. a:hover {
  76. color: black;
  77. }
  78. /* line 46, ../sass/screen.scss */
  79. a.btn {
  80. text-decoration: none;
  81. }
  82. /* line 51, ../sass/screen.scss */
  83. p {
  84. padding-bottom: 20px;
  85. line-height: 21px;
  86. }
  87. /* line 56, ../sass/screen.scss */
  88. ul {
  89. padding-left: 20px;
  90. list-style-type: disc;
  91. margin-bottom: 10px;
  92. }
  93. /* line 61, ../sass/screen.scss */
  94. ul li {
  95. padding-left: 5px;
  96. }
  97. /* line 66, ../sass/screen.scss */
  98. .clr {
  99. clear: both;
  100. }
  101. /* line 70, ../sass/screen.scss */
  102. .btn {
  103. background-image: none;
  104. }
  105. /* line 74, ../sass/screen.scss */
  106. #main .alert {
  107. background-image: none;
  108. background-color: white;
  109. border-bottom-width: 3px;
  110. }
  111. /* line 82, ../sass/screen.scss */
  112. .alert.alert-warning a {
  113. color: #8a6d3b;
  114. }
  115. /* line 91, ../sass/screen.scss */
  116. #main {
  117. position: relative;
  118. }
  119. /* line 93, ../sass/screen.scss */
  120. #main .inner {
  121. width: 960px;
  122. margin: 0px auto;
  123. }
  124. /* line 99, ../sass/screen.scss */
  125. #header {
  126. z-index: 100;
  127. border-bottom: solid 1px #e0e0e0;
  128. background-color: white;
  129. -moz-box-shadow: 0px 0px 3px gray;
  130. -webkit-box-shadow: 0px 0px 3px gray;
  131. box-shadow: 0px 0px 3px gray;
  132. height: 86px;
  133. }
  134. /* line 115, ../sass/screen.scss */
  135. #header .container {
  136. position: relative;
  137. }
  138. /* line 120, ../sass/screen.scss */
  139. #header #link-home {
  140. /*position: fixed ;
  141. z-index: 1000 ;
  142. text-align: center ;
  143. position: absolute ;
  144. top: 0px ;
  145. left: 0px ;
  146. padding: 10px ;
  147. background-color: white ;
  148. @include box-shadow(0px 0px 5px black) ;
  149. @include border-radius(0px 0px 8px 8px) ;
  150. */
  151. position: absolute;
  152. top: 10px;
  153. left: 0px;
  154. text-decoration: none;
  155. font-size: 22px;
  156. color: black;
  157. }
  158. /* line 141, ../sass/screen.scss */
  159. #header #link-home img {
  160. height: 60px;
  161. margin-bottom: 5px;
  162. }
  163. /* line 147, ../sass/screen.scss */
  164. #header #link-espace-boulanger {
  165. border-left: solid 1px #e0e0e0;
  166. }
  167. /* line 151, ../sass/screen.scss */
  168. #header nav {
  169. padding-top: 22px;
  170. }
  171. /* line 153, ../sass/screen.scss */
  172. #header nav ul {
  173. float: right;
  174. }
  175. /* line 156, ../sass/screen.scss */
  176. #header nav ul li a {
  177. text-decoration: none;
  178. }
  179. /* line 160, ../sass/screen.scss */
  180. #header nav ul li a.active {
  181. background-color: #eee;
  182. }
  183. /* line 169, ../sass/screen.scss */
  184. #header #link-logout .nom {
  185. font-size: 10px;
  186. /*position: relative ;
  187. left: 20px ;
  188. top: -3px ;*/
  189. }
  190. /* line 178, ../sass/screen.scss */
  191. #main {
  192. padding: 0px;
  193. }
  194. /* line 188, ../sass/screen.scss */
  195. #content {
  196. position: relative;
  197. padding: 20px 0px;
  198. padding-bottom: 0px;
  199. padding-top: 35px;
  200. min-height: 500px;
  201. }
  202. /* line 196, ../sass/screen.scss */
  203. #content #description img {
  204. width: 100%;
  205. }
  206. /* line 201, ../sass/screen.scss */
  207. #content #main-img {
  208. max-width: 100%;
  209. border: solid 1px #e0e0e0;
  210. padding: 5px;
  211. -moz-border-radius: 5px;
  212. -webkit-border-radius: 5px;
  213. border-radius: 5px;
  214. }
  215. /* line 208, ../sass/screen.scss */
  216. #content #row-presentation {
  217. text-align: center;
  218. }
  219. /* line 212, ../sass/screen.scss */
  220. #content #row-signup {
  221. text-align: center;
  222. margin-top: 20px;
  223. }
  224. /* line 217, ../sass/screen.scss */
  225. #content #row-clients-boulanger {
  226. margin-bottom: 50px;
  227. }
  228. /* line 219, ../sass/screen.scss */
  229. #content #row-clients-boulanger h2 {
  230. text-align: center;
  231. margin-bottom: 15px;
  232. padding-bottom: 0px;
  233. }
  234. /* line 223, ../sass/screen.scss */
  235. #content #row-clients-boulanger h2 img {
  236. height: 70px;
  237. margin-bottom: 60px;
  238. }
  239. /* line 229, ../sass/screen.scss */
  240. #content #row-clients-boulanger ul {
  241. text-align: center;
  242. }
  243. /* line 231, ../sass/screen.scss */
  244. #content #row-clients-boulanger ul li {
  245. list-style-type: none;
  246. }
  247. /* line 236, ../sass/screen.scss */
  248. #content #row-clients-boulanger #clients {
  249. border-right: dotted 1px gray;
  250. }
  251. /* line 241, ../sass/screen.scss */
  252. #content .item {
  253. position: relative;
  254. min-height: 250px;
  255. }
  256. /* line 245, ../sass/screen.scss */
  257. #content .item .container {
  258. padding: 20px;
  259. position: relative;
  260. }
  261. /* line 250, ../sass/screen.scss */
  262. #content .item .separateur {
  263. width: 600px;
  264. border-top: 1px solid #e0e0e0;
  265. margin: 0px auto;
  266. padding-top: 20px;
  267. margin-top: 20px;
  268. }
  269. /* line 258, ../sass/screen.scss */
  270. #content .item h2 {
  271. color: black;
  272. padding-bottom: 30px;
  273. font-size: 25px;
  274. line-height: 35px;
  275. font-family: "myriadpro-regular";
  276. text-transform: uppercase;
  277. position: relative;
  278. margin-top: 30px;
  279. }
  280. /* line 270, ../sass/screen.scss */
  281. #content .item h3 {
  282. color: black;
  283. font-family: "comfortaalight";
  284. font-size: 20px;
  285. padding-bottom: 12px;
  286. }
  287. /* line 277, ../sass/screen.scss */
  288. #content .item .icon {
  289. position: absolute;
  290. }
  291. /* line 286, ../sass/screen.scss */
  292. #content #contact {
  293. display: none;
  294. }
  295. /* line 290, ../sass/screen.scss */
  296. #content #contact .icon {
  297. width: 55px;
  298. top: -15px;
  299. margin-left: -70px;
  300. }
  301. /* line 299, ../sass/screen.scss */
  302. #content #contact .form-control:focus {
  303. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  304. border-color: $jaune ;*/
  305. }
  306. /* line 304, ../sass/screen.scss */
  307. #content #contact .form-group {
  308. text-align: center;
  309. }
  310. /* line 308, ../sass/screen.scss */
  311. #content #contact .img-right {
  312. float: right;
  313. }
  314. /* line 311, ../sass/screen.scss */
  315. #content #contact .img-right img {
  316. width: 300px;
  317. }
  318. /* line 318, ../sass/screen.scss */
  319. .form-control:focus {
  320. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  321. border-color: $jaune ;*/
  322. }
  323. /* line 323, ../sass/screen.scss */
  324. #footer {
  325. height: 50px;
  326. background-color: white;
  327. text-align: center;
  328. border-top: 1px solid #e0e0e0;
  329. padding-top: 30px;
  330. padding-bottom: 60px;
  331. position: relative;
  332. }
  333. /* line 335, ../sass/screen.scss */
  334. #footer a {
  335. color: #7e7e7e;
  336. text-transform: uppercase;
  337. text-decoration: none;
  338. padding-left: 10px;
  339. padding-right: 10px;
  340. border-right: solid 1px #7e7e7e;
  341. }
  342. /* line 342, ../sass/screen.scss */
  343. #footer a:hover {
  344. color: black;
  345. }
  346. /* line 346, ../sass/screen.scss */
  347. #footer a:last-child {
  348. border: 0px none;
  349. }
  350. /* line 352, ../sass/screen.scss */
  351. #content #mentions {
  352. padding-top: 20px;
  353. }
  354. /* line 355, ../sass/screen.scss */
  355. #content #mentions div.content {
  356. width: 60%;
  357. font-size: 90%;
  358. }
  359. /* line 360, ../sass/screen.scss */
  360. #content #mentions p {
  361. padding-bottom: 15px;
  362. }
  363. /* line 364, ../sass/screen.scss */
  364. #content #mentions h2 {
  365. color: black;
  366. padding-bottom: 40px;
  367. font-size: 25px;
  368. line-height: 35px;
  369. font-family: "myriadpro-regular";
  370. }
  371. /* line 372, ../sass/screen.scss */
  372. #content #mentions h3 {
  373. font-family: "comfortaaregular";
  374. font-size: 18px;
  375. padding-bottom: 12px;
  376. margin-top: 10px;
  377. color: black;
  378. }
  379. /* line 383, ../sass/screen.scss */
  380. .mentions #main, .mentions body {
  381. background-color: white;
  382. }
  383. /* line 388, ../sass/screen.scss */
  384. .vegas-loading {
  385. display: none;
  386. }
  387. /* line 395, ../sass/screen.scss */
  388. #profil-user .form-group.field-user-no_mail label {
  389. font-weight: normal;
  390. }
  391. /* line 399, ../sass/screen.scss */
  392. #profil-user .form-group label {
  393. cursor: pointer;
  394. }
  395. /* line 404, ../sass/screen.scss */
  396. #profil-user #mails-jours-prod .form-group {
  397. float: left;
  398. margin-right: 15px;
  399. }
  400. /* line 407, ../sass/screen.scss */
  401. #profil-user #mails-jours-prod .form-group label {
  402. font-weight: normal;
  403. }
  404. /* line 413, ../sass/screen.scss */
  405. #profil-user p.strong {
  406. font-weight: bold;
  407. }
  408. /* signup */
  409. /* line 422, ../sass/screen.scss */
  410. #form-signup #champs-boulanger {
  411. display: none;
  412. }
  413. /* line 2, ../sass/_systeme_commandes.scss */
  414. h1.title-systeme-commande {
  415. color: black;
  416. padding-bottom: 35px;
  417. font-size: 25px;
  418. line-height: 35px;
  419. font-family: "myriadpro-regular";
  420. text-transform: uppercase;
  421. text-align: center;
  422. position: relative;
  423. margin-top: 30px;
  424. }
  425. /* line 13, ../sass/_systeme_commandes.scss */
  426. h1.title-systeme-commande img {
  427. width: 35px;
  428. margin-right: 7px;
  429. }
  430. /* line 19, ../sass/_systeme_commandes.scss */
  431. h2 {
  432. font-size: 20px;
  433. text-transform: uppercase;
  434. }
  435. /* line 26, ../sass/_systeme_commandes.scss */
  436. #index-commande {
  437. position: relative;
  438. }
  439. /* line 29, ../sass/_systeme_commandes.scss */
  440. #index-commande #logout {
  441. position: absolute;
  442. /*top: 45px ;
  443. right: 93px ;*/
  444. top: 0;
  445. right: 0;
  446. z-index: 10;
  447. }
  448. /* line 38, ../sass/_systeme_commandes.scss */
  449. #index-commande .accueil {
  450. text-align: center;
  451. padding-bottom: 20px;
  452. }
  453. /* line 44, ../sass/_systeme_commandes.scss */
  454. #index-commande #liste-boulangeries .logo {
  455. width: 30%;
  456. max-width: 200px;
  457. float: left;
  458. padding-right: 20px;
  459. padding-bottom: 20px;
  460. }
  461. /* line 54, ../sass/_systeme_commandes.scss */
  462. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  463. width: 175px;
  464. }
  465. /* line 57, ../sass/_systeme_commandes.scss */
  466. #index-commande #historique-commandes .montant {
  467. width: 100px;
  468. }
  469. /* line 64, ../sass/_systeme_commandes.scss */
  470. #index-commande #historique-commandes .localite {
  471. font-size: 11px;
  472. lin-height: 11px;
  473. }
  474. /* line 69, ../sass/_systeme_commandes.scss */
  475. #index-commande #historique-commandes a {
  476. text-decoration: none;
  477. }
  478. /* line 76, ../sass/_systeme_commandes.scss */
  479. .commande-form {
  480. min-height: 600px;
  481. }
  482. /* line 80, ../sass/_systeme_commandes.scss */
  483. .commande-form h2 {
  484. font-family: "myriadpro-regular";
  485. }
  486. /* line 84, ../sass/_systeme_commandes.scss */
  487. .commande-form #infos-importantes.alert-warning {
  488. float: right;
  489. }
  490. /* line 90, ../sass/_systeme_commandes.scss */
  491. .commande-form #datepicker-production .ui-datepicker {
  492. float: left;
  493. margin-right: 20px;
  494. }
  495. /* line 95, ../sass/_systeme_commandes.scss */
  496. .commande-form #datepicker-production .ui-helper-clearfix:after {
  497. clear: none;
  498. }
  499. /* line 99, ../sass/_systeme_commandes.scss */
  500. .commande-form #datepicker-production .alert-info {
  501. float: left;
  502. }
  503. /* line 104, ../sass/_systeme_commandes.scss */
  504. .commande-form #has-commande-en-cours {
  505. margin-top: 15px;
  506. }
  507. /* line 107, ../sass/_systeme_commandes.scss */
  508. .commande-form #has-commande-en-cours a {
  509. color: #a94442;
  510. text-decoration: none;
  511. font-weight: bold;
  512. }
  513. /* line 114, ../sass/_systeme_commandes.scss */
  514. .commande-form .field-commande-id_point_vente {
  515. margin-top: 30px;
  516. }
  517. /* line 118, ../sass/_systeme_commandes.scss */
  518. .commande-form .field-commande-id_production {
  519. margin-bottom: 0px;
  520. }
  521. /* line 120, ../sass/_systeme_commandes.scss */
  522. .commande-form .field-commande-id_production label {
  523. margin-bottom: 0px;
  524. }
  525. /* line 124, ../sass/_systeme_commandes.scss */
  526. .commande-form .field-commande-id_production .help-block {
  527. margin-bottom: 0px;
  528. }
  529. /* line 129, ../sass/_systeme_commandes.scss */
  530. .commande-form ul#points-vente {
  531. list-style-type: none;
  532. margin: 0px;
  533. padding: 0px;
  534. }
  535. /* line 134, ../sass/_systeme_commandes.scss */
  536. .commande-form ul#points-vente .point-vente {
  537. width: 268px;
  538. height: 130px;
  539. float: left;
  540. padding: 20px;
  541. margin-right: 20px;
  542. margin-bottom: 8px;
  543. cursor: pointer;
  544. float: left;
  545. background-color: #f9f9f9;
  546. border: 1px solid #d8d8d8;
  547. }
  548. /* line 147, ../sass/_systeme_commandes.scss */
  549. .commande-form ul#points-vente .point-vente .nom {
  550. font-family: "comfortaalight";
  551. font-size: 20px;
  552. }
  553. /* line 153, ../sass/_systeme_commandes.scss */
  554. .commande-form ul#points-vente .point-vente .adresse {
  555. color: gray;
  556. font-size: 13px;
  557. line-height: 16px;
  558. }
  559. /* line 159, ../sass/_systeme_commandes.scss */
  560. .commande-form ul#points-vente .point-vente .horaires {
  561. margin-top: 7px;
  562. }
  563. /* line 161, ../sass/_systeme_commandes.scss */
  564. .commande-form ul#points-vente .point-vente .horaires .jour {
  565. font-weight: bold;
  566. display: none;
  567. }
  568. /* line 167, ../sass/_systeme_commandes.scss */
  569. .commande-form ul#points-vente .point-vente.selected {
  570. border-left: solid 5px black;
  571. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  572. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  573. box-shadow: 0px 0px 5px #d8d8d8;
  574. }
  575. /* line 171, ../sass/_systeme_commandes.scss */
  576. .commande-form ul#points-vente .point-vente.selected .contenu {
  577. position: relative;
  578. left: -4px;
  579. }
  580. /* line 177, ../sass/_systeme_commandes.scss */
  581. .commande-form ul#points-vente .point-vente:hover {
  582. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  583. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  584. box-shadow: 0px 0px 5px #d8d8d8;
  585. }
  586. /* line 182, ../sass/_systeme_commandes.scss */
  587. .commande-form ul#points-vente .point-vente.disabled {
  588. display: none;
  589. }
  590. /* line 189, ../sass/_systeme_commandes.scss */
  591. .commande-form #produits {
  592. margin-top: 15px;
  593. }
  594. /* line 192, ../sass/_systeme_commandes.scss */
  595. .commande-form #produits #label-produits {
  596. display: block;
  597. margin-bottom: 5px;
  598. }
  599. /* line 197, ../sass/_systeme_commandes.scss */
  600. .commande-form #produits .table {
  601. margin-top: 7px;
  602. }
  603. /* line 200, ../sass/_systeme_commandes.scss */
  604. .commande-form #produits .table .illu {
  605. float: left;
  606. height: auto;
  607. width: 70px;
  608. margin-right: 15px;
  609. }
  610. /* line 207, ../sass/_systeme_commandes.scss */
  611. .commande-form #produits .table .photo {
  612. float: right;
  613. margin-left: 10px;
  614. width: 200px;
  615. }
  616. /* line 213, ../sass/_systeme_commandes.scss */
  617. .commande-form #produits .table .nom {
  618. font-family: "comfortaalight";
  619. font-weight: bold;
  620. text-transform: uppercase;
  621. font-size: 18px;
  622. }
  623. /* line 220, ../sass/_systeme_commandes.scss */
  624. .commande-form #produits .table .description {
  625. font-style: italic;
  626. }
  627. /* line 224, ../sass/_systeme_commandes.scss */
  628. .commande-form #produits .table .recette {
  629. font-size: 12px;
  630. }
  631. /* line 228, ../sass/_systeme_commandes.scss */
  632. .commande-form #produits .table .input-group {
  633. width: 133px;
  634. }
  635. /* line 230, ../sass/_systeme_commandes.scss */
  636. .commande-form #produits .table .input-group .quantity {
  637. text-align: center;
  638. }
  639. /* line 235, ../sass/_systeme_commandes.scss */
  640. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  641. width: 150px;
  642. text-align: center;
  643. }
  644. /* line 240, ../sass/_systeme_commandes.scss */
  645. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  646. text-align: center;
  647. }
  648. /* line 244, ../sass/_systeme_commandes.scss */
  649. .commande-form #produits .table .epuise {
  650. display: none;
  651. text-transform: uppercase;
  652. color: #B32815;
  653. font-weight: bold;
  654. font-size: 16px;
  655. text-align: center;
  656. }
  657. /* line 253, ../sass/_systeme_commandes.scss */
  658. .commande-form #produits .table .quantite-restante {
  659. font-size: 12px;
  660. margin-top: 8px;
  661. }
  662. /* line 257, ../sass/_systeme_commandes.scss */
  663. .commande-form #produits .table .quantite-restante .nb {
  664. font-weight: bold;
  665. }
  666. /* line 262, ../sass/_systeme_commandes.scss */
  667. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  668. width: 70%;
  669. }
  670. /* line 266, ../sass/_systeme_commandes.scss */
  671. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  672. width: 10%;
  673. }
  674. /* line 270, ../sass/_systeme_commandes.scss */
  675. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  676. width: 10%;
  677. }
  678. /* line 274, ../sass/_systeme_commandes.scss */
  679. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  680. width: 10%;
  681. }
  682. /* line 280, ../sass/_systeme_commandes.scss */
  683. .commande-form #bar-fixed {
  684. position: fixed;
  685. bottom: 0px;
  686. left: 0px;
  687. z-index: 100;
  688. width: 100%;
  689. background-color: white;
  690. padding: 15px;
  691. margin-bottom: 0px;
  692. -moz-box-shadow: 0 0 5px #e0e0e0;
  693. -webkit-box-shadow: 0 0 5px #e0e0e0;
  694. box-shadow: 0 0 5px #e0e0e0;
  695. border-top: solid 1px #e0e0e0;
  696. background-color: #F9F9F9;
  697. text-align: center;
  698. }
  699. /* line 294, ../sass/_systeme_commandes.scss */
  700. .commande-form #bar-fixed #total-commande-bottom {
  701. background-color: white;
  702. -moz-border-radius: 20px;
  703. -webkit-border-radius: 20px;
  704. border-radius: 20px;
  705. padding: 5px 25px;
  706. border: solid 1px #e0e0e0;
  707. }
  708. /* line 301, ../sass/_systeme_commandes.scss */
  709. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  710. float: right;
  711. }
  712. /* line 305, ../sass/_systeme_commandes.scss */
  713. .commande-form #bar-fixed .btn-commentaire {
  714. margin-right: 10px;
  715. }
  716. /* line 309, ../sass/_systeme_commandes.scss */
  717. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  718. float: left;
  719. margin-right: 5px;
  720. }
  721. /* line 314, ../sass/_systeme_commandes.scss */
  722. .commande-form #bar-fixed .annuler-commande {
  723. color: #b92c28;
  724. background-color: white;
  725. }
  726. /* line 319, ../sass/_systeme_commandes.scss */
  727. .commande-form #bar-fixed #total-commande-bottom {
  728. display: none;
  729. font-weight: bold;
  730. font-family: "comfortaalight";
  731. font-size: 24px;
  732. }
  733. /* line 326, ../sass/_systeme_commandes.scss */
  734. .commande-form #bar-fixed .field-commande-commentaire {
  735. display: none;
  736. }
  737. /* line 334, ../sass/_systeme_commandes.scss */
  738. .ui-datepicker .ui-widget-header {
  739. background: none;
  740. background-color: gray;
  741. border: 0px none;
  742. color: black;
  743. font-weight: normal;
  744. }
  745. /* line 342, ../sass/_systeme_commandes.scss */
  746. .ui-datepicker .ui-datepicker-current-day a,
  747. .ui-datepicker a.ui-state-hover {
  748. background: none;
  749. background-color: gray;
  750. border-color: black;
  751. color: black;
  752. }
  753. @media screen and (max-width: 1000px) {
  754. /* line 3, ../sass/_responsive.scss */
  755. #content {
  756. padding-top: 0px;
  757. }
  758. /* line 7, ../sass/_responsive.scss */
  759. #header {
  760. position: relative;
  761. }
  762. /* line 12, ../sass/_responsive.scss */
  763. #header nav ul {
  764. margin-top: 5px;
  765. float: left;
  766. }
  767. /* line 15, ../sass/_responsive.scss */
  768. #header nav ul li {
  769. float: right;
  770. display: none;
  771. }
  772. /* line 19, ../sass/_responsive.scss */
  773. #header nav ul li a {
  774. padding: 5px;
  775. height: auto;
  776. line-height: 20px;
  777. }
  778. /* line 28, ../sass/_responsive.scss */
  779. #header nav {
  780. width: 100%;
  781. }
  782. /* line 30, ../sass/_responsive.scss */
  783. #header nav ul {
  784. float: none;
  785. margin: 0px none;
  786. }
  787. /* line 36, ../sass/_responsive.scss */
  788. #header nav ul li#logo {
  789. display: block;
  790. }
  791. /* line 43, ../sass/_responsive.scss */
  792. #header a#link-commander {
  793. display: none;
  794. }
  795. /* line 48, ../sass/_responsive.scss */
  796. #content #points-vente .content {
  797. padding-left: 10px;
  798. margin-top: 30px;
  799. }
  800. /* line 53, ../sass/_responsive.scss */
  801. #menu-user {
  802. position: relative;
  803. top: 0px;
  804. }
  805. /* line 58, ../sass/_responsive.scss */
  806. .connected #content {
  807. padding-top: 0px;
  808. }
  809. }