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.

833 line
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 #historique-commandes .statut, #index-commande #historique-commandes .montant {
  455. width: 175px;
  456. }
  457. /* line 47, ../sass/_systeme_commandes.scss */
  458. #index-commande #historique-commandes .montant {
  459. width: 100px;
  460. }
  461. /* line 54, ../sass/_systeme_commandes.scss */
  462. #index-commande #historique-commandes .localite {
  463. font-size: 11px;
  464. lin-height: 11px;
  465. }
  466. /* line 59, ../sass/_systeme_commandes.scss */
  467. #index-commande #historique-commandes a {
  468. text-decoration: none;
  469. }
  470. /* line 66, ../sass/_systeme_commandes.scss */
  471. .commande-form {
  472. min-height: 600px;
  473. }
  474. /* line 70, ../sass/_systeme_commandes.scss */
  475. .commande-form h2 {
  476. font-family: "myriadpro-regular";
  477. }
  478. /* line 74, ../sass/_systeme_commandes.scss */
  479. .commande-form #infos-importantes.alert-warning {
  480. float: right;
  481. }
  482. /* line 80, ../sass/_systeme_commandes.scss */
  483. .commande-form #datepicker-production .ui-datepicker {
  484. float: left;
  485. margin-right: 20px;
  486. }
  487. /* line 85, ../sass/_systeme_commandes.scss */
  488. .commande-form #datepicker-production .ui-helper-clearfix:after {
  489. clear: none;
  490. }
  491. /* line 89, ../sass/_systeme_commandes.scss */
  492. .commande-form #datepicker-production .alert-info {
  493. float: left;
  494. }
  495. /* line 94, ../sass/_systeme_commandes.scss */
  496. .commande-form #has-commande-en-cours {
  497. margin-top: 15px;
  498. }
  499. /* line 97, ../sass/_systeme_commandes.scss */
  500. .commande-form #has-commande-en-cours a {
  501. color: #a94442;
  502. text-decoration: none;
  503. font-weight: bold;
  504. }
  505. /* line 104, ../sass/_systeme_commandes.scss */
  506. .commande-form .field-commande-id_point_vente {
  507. margin-top: 30px;
  508. }
  509. /* line 108, ../sass/_systeme_commandes.scss */
  510. .commande-form .field-commande-id_production {
  511. margin-bottom: 0px;
  512. }
  513. /* line 110, ../sass/_systeme_commandes.scss */
  514. .commande-form .field-commande-id_production label {
  515. margin-bottom: 0px;
  516. }
  517. /* line 114, ../sass/_systeme_commandes.scss */
  518. .commande-form .field-commande-id_production .help-block {
  519. margin-bottom: 0px;
  520. }
  521. /* line 119, ../sass/_systeme_commandes.scss */
  522. .commande-form ul#points-vente {
  523. list-style-type: none;
  524. margin: 0px;
  525. padding: 0px;
  526. }
  527. /* line 124, ../sass/_systeme_commandes.scss */
  528. .commande-form ul#points-vente .point-vente {
  529. width: 268px;
  530. height: 130px;
  531. float: left;
  532. padding: 20px;
  533. margin-right: 20px;
  534. margin-bottom: 8px;
  535. cursor: pointer;
  536. float: left;
  537. background-color: #f9f9f9;
  538. border: 1px solid #d8d8d8;
  539. }
  540. /* line 137, ../sass/_systeme_commandes.scss */
  541. .commande-form ul#points-vente .point-vente .nom {
  542. font-family: "comfortaalight";
  543. font-size: 20px;
  544. }
  545. /* line 143, ../sass/_systeme_commandes.scss */
  546. .commande-form ul#points-vente .point-vente .adresse {
  547. color: gray;
  548. font-size: 13px;
  549. line-height: 16px;
  550. }
  551. /* line 149, ../sass/_systeme_commandes.scss */
  552. .commande-form ul#points-vente .point-vente .horaires {
  553. margin-top: 7px;
  554. }
  555. /* line 151, ../sass/_systeme_commandes.scss */
  556. .commande-form ul#points-vente .point-vente .horaires .jour {
  557. font-weight: bold;
  558. display: none;
  559. }
  560. /* line 157, ../sass/_systeme_commandes.scss */
  561. .commande-form ul#points-vente .point-vente.selected {
  562. border-left: solid 5px black;
  563. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  564. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  565. box-shadow: 0px 0px 5px #d8d8d8;
  566. }
  567. /* line 161, ../sass/_systeme_commandes.scss */
  568. .commande-form ul#points-vente .point-vente.selected .contenu {
  569. position: relative;
  570. left: -4px;
  571. }
  572. /* line 167, ../sass/_systeme_commandes.scss */
  573. .commande-form ul#points-vente .point-vente:hover {
  574. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  575. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  576. box-shadow: 0px 0px 5px #d8d8d8;
  577. }
  578. /* line 172, ../sass/_systeme_commandes.scss */
  579. .commande-form ul#points-vente .point-vente.disabled {
  580. display: none;
  581. }
  582. /* line 179, ../sass/_systeme_commandes.scss */
  583. .commande-form #produits {
  584. margin-top: 15px;
  585. }
  586. /* line 182, ../sass/_systeme_commandes.scss */
  587. .commande-form #produits #label-produits {
  588. display: block;
  589. margin-bottom: 5px;
  590. }
  591. /* line 187, ../sass/_systeme_commandes.scss */
  592. .commande-form #produits .table {
  593. margin-top: 7px;
  594. }
  595. /* line 190, ../sass/_systeme_commandes.scss */
  596. .commande-form #produits .table .illu {
  597. float: left;
  598. height: auto;
  599. width: 70px;
  600. margin-right: 15px;
  601. }
  602. /* line 197, ../sass/_systeme_commandes.scss */
  603. .commande-form #produits .table .photo {
  604. float: right;
  605. margin-left: 10px;
  606. width: 200px;
  607. }
  608. /* line 203, ../sass/_systeme_commandes.scss */
  609. .commande-form #produits .table .nom {
  610. font-family: "comfortaalight";
  611. font-weight: bold;
  612. text-transform: uppercase;
  613. font-size: 18px;
  614. }
  615. /* line 210, ../sass/_systeme_commandes.scss */
  616. .commande-form #produits .table .description {
  617. font-style: italic;
  618. }
  619. /* line 214, ../sass/_systeme_commandes.scss */
  620. .commande-form #produits .table .recette {
  621. font-size: 12px;
  622. }
  623. /* line 218, ../sass/_systeme_commandes.scss */
  624. .commande-form #produits .table .input-group {
  625. width: 133px;
  626. }
  627. /* line 220, ../sass/_systeme_commandes.scss */
  628. .commande-form #produits .table .input-group .quantity {
  629. text-align: center;
  630. }
  631. /* line 225, ../sass/_systeme_commandes.scss */
  632. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  633. width: 150px;
  634. text-align: center;
  635. }
  636. /* line 230, ../sass/_systeme_commandes.scss */
  637. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  638. text-align: center;
  639. }
  640. /* line 234, ../sass/_systeme_commandes.scss */
  641. .commande-form #produits .table .epuise {
  642. display: none;
  643. text-transform: uppercase;
  644. color: #B32815;
  645. font-weight: bold;
  646. font-size: 16px;
  647. text-align: center;
  648. }
  649. /* line 243, ../sass/_systeme_commandes.scss */
  650. .commande-form #produits .table .quantite-restante {
  651. font-size: 12px;
  652. margin-top: 8px;
  653. }
  654. /* line 247, ../sass/_systeme_commandes.scss */
  655. .commande-form #produits .table .quantite-restante .nb {
  656. font-weight: bold;
  657. }
  658. /* line 252, ../sass/_systeme_commandes.scss */
  659. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  660. width: 70%;
  661. }
  662. /* line 256, ../sass/_systeme_commandes.scss */
  663. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  664. width: 10%;
  665. }
  666. /* line 260, ../sass/_systeme_commandes.scss */
  667. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  668. width: 10%;
  669. }
  670. /* line 264, ../sass/_systeme_commandes.scss */
  671. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  672. width: 10%;
  673. }
  674. /* line 270, ../sass/_systeme_commandes.scss */
  675. .commande-form #bar-fixed {
  676. position: fixed;
  677. bottom: 0px;
  678. left: 0px;
  679. z-index: 100;
  680. width: 100%;
  681. background-color: white;
  682. padding: 15px;
  683. margin-bottom: 0px;
  684. -moz-box-shadow: 0 0 5px #e0e0e0;
  685. -webkit-box-shadow: 0 0 5px #e0e0e0;
  686. box-shadow: 0 0 5px #e0e0e0;
  687. border-top: solid 1px #e0e0e0;
  688. background-color: #F9F9F9;
  689. text-align: center;
  690. }
  691. /* line 284, ../sass/_systeme_commandes.scss */
  692. .commande-form #bar-fixed #total-commande-bottom {
  693. background-color: white;
  694. -moz-border-radius: 20px;
  695. -webkit-border-radius: 20px;
  696. border-radius: 20px;
  697. padding: 5px 25px;
  698. border: solid 1px #e0e0e0;
  699. }
  700. /* line 291, ../sass/_systeme_commandes.scss */
  701. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  702. float: right;
  703. }
  704. /* line 295, ../sass/_systeme_commandes.scss */
  705. .commande-form #bar-fixed .btn-commentaire {
  706. margin-right: 10px;
  707. }
  708. /* line 299, ../sass/_systeme_commandes.scss */
  709. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  710. float: left;
  711. margin-right: 5px;
  712. }
  713. /* line 304, ../sass/_systeme_commandes.scss */
  714. .commande-form #bar-fixed .annuler-commande {
  715. color: #b92c28;
  716. background-color: white;
  717. }
  718. /* line 309, ../sass/_systeme_commandes.scss */
  719. .commande-form #bar-fixed #total-commande-bottom {
  720. display: none;
  721. font-weight: bold;
  722. font-family: "comfortaalight";
  723. font-size: 24px;
  724. }
  725. /* line 316, ../sass/_systeme_commandes.scss */
  726. .commande-form #bar-fixed .field-commande-commentaire {
  727. display: none;
  728. }
  729. /* line 324, ../sass/_systeme_commandes.scss */
  730. .ui-datepicker .ui-widget-header {
  731. background: none;
  732. background-color: gray;
  733. border: 0px none;
  734. color: black;
  735. font-weight: normal;
  736. }
  737. /* line 332, ../sass/_systeme_commandes.scss */
  738. .ui-datepicker .ui-datepicker-current-day a,
  739. .ui-datepicker a.ui-state-hover {
  740. background: none;
  741. background-color: gray;
  742. border-color: black;
  743. color: black;
  744. }
  745. @media screen and (max-width: 1000px) {
  746. /* line 3, ../sass/_responsive.scss */
  747. #content {
  748. padding-top: 0px;
  749. }
  750. /* line 7, ../sass/_responsive.scss */
  751. #header {
  752. position: relative;
  753. }
  754. /* line 12, ../sass/_responsive.scss */
  755. #header nav ul {
  756. margin-top: 5px;
  757. float: left;
  758. }
  759. /* line 15, ../sass/_responsive.scss */
  760. #header nav ul li {
  761. float: right;
  762. display: none;
  763. }
  764. /* line 19, ../sass/_responsive.scss */
  765. #header nav ul li a {
  766. padding: 5px;
  767. height: auto;
  768. line-height: 20px;
  769. }
  770. /* line 28, ../sass/_responsive.scss */
  771. #header nav {
  772. width: 100%;
  773. }
  774. /* line 30, ../sass/_responsive.scss */
  775. #header nav ul {
  776. float: none;
  777. margin: 0px none;
  778. }
  779. /* line 36, ../sass/_responsive.scss */
  780. #header nav ul li#logo {
  781. display: block;
  782. }
  783. /* line 43, ../sass/_responsive.scss */
  784. #header a#link-commander {
  785. display: none;
  786. }
  787. /* line 48, ../sass/_responsive.scss */
  788. #content #points-vente .content {
  789. padding-left: 10px;
  790. margin-top: 30px;
  791. }
  792. /* line 53, ../sass/_responsive.scss */
  793. #menu-user {
  794. position: relative;
  795. top: 0px;
  796. }
  797. /* line 58, ../sass/_responsive.scss */
  798. .connected #content {
  799. padding-top: 0px;
  800. }
  801. }