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.

858 lines
22KB

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