Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

892 rindas
23KB

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