Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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