Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987
  1. /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, embed,
  12. figure, figcaption, footer, header, hgroup,
  13. menu, nav, output, ruby, section, summary,
  14. time, mark, audio, video {
  15. margin: 0;
  16. padding: 0;
  17. border: 0;
  18. font: inherit;
  19. font-size: 100%;
  20. vertical-align: baseline;
  21. }
  22. /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  23. html {
  24. line-height: 1;
  25. }
  26. /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  27. ol, ul {
  28. list-style: none;
  29. }
  30. /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  31. table {
  32. border-collapse: collapse;
  33. border-spacing: 0;
  34. }
  35. /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  36. caption, th, td {
  37. text-align: left;
  38. font-weight: normal;
  39. vertical-align: middle;
  40. }
  41. /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  42. q, blockquote {
  43. quotes: none;
  44. }
  45. /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  46. q:before, q:after, blockquote:before, blockquote:after {
  47. content: "";
  48. content: none;
  49. }
  50. /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  51. a img {
  52. border: none;
  53. }
  54. /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  55. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  56. display: block;
  57. }
  58. /* line 5, ../sass/_layout.scss */
  59. body {
  60. font-family: "Arial";
  61. background-color: #BB8757;
  62. color: #333;
  63. line-height: 20px;
  64. font-size: 14px;
  65. }
  66. /* line 13, ../sass/_layout.scss */
  67. .clr {
  68. clear: both;
  69. }
  70. /* line 17, ../sass/_layout.scss */
  71. .modal-backdrop.in {
  72. z-index: 10;
  73. }
  74. /* line 22, ../sass/_layout.scss */
  75. #main .btn-primary {
  76. background-color: #BB8757;
  77. border: solid 1px #BB8757;
  78. color: white;
  79. }
  80. /* line 27, ../sass/_layout.scss */
  81. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  82. background-color: #b17a48;
  83. border: solid 1px #BB8757;
  84. color: white;
  85. }
  86. /* line 36, ../sass/_layout.scss */
  87. .btn {
  88. background-image: none;
  89. }
  90. /* line 40, ../sass/_layout.scss */
  91. #main .alert {
  92. background-image: none;
  93. background-color: white;
  94. border-bottom-width: 3px;
  95. }
  96. /* line 48, ../sass/_layout.scss */
  97. .alert.alert-warning a {
  98. color: #8a6d3b;
  99. }
  100. /* line 57, ../sass/_layout.scss */
  101. ul.pagination li.active a {
  102. background-color: #BB8757;
  103. border: solid 1px #BB8757;
  104. }
  105. /* line 61, ../sass/_layout.scss */
  106. ul.pagination li.active a:hover {
  107. background-color: #F8F1DD;
  108. border: solid 1px #F8F1DD;
  109. color: #BB8757;
  110. }
  111. /* line 68, ../sass/_layout.scss */
  112. ul.pagination li a {
  113. color: #BB8757;
  114. }
  115. /* line 71, ../sass/_layout.scss */
  116. ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  117. background-color: #F8F1DD;
  118. border: solid 1px #F8F1DD;
  119. color: #BB8757;
  120. }
  121. /* line 80, ../sass/_layout.scss */
  122. #header-bap {
  123. background-color: #F8F1DD;
  124. padding-top: 7px;
  125. padding-bottom: 7px;
  126. }
  127. /* line 85, ../sass/_layout.scss */
  128. #header-bap .container {
  129. padding-left: 0px;
  130. padding-right: 0px;
  131. }
  132. /* line 90, ../sass/_layout.scss */
  133. #header-bap #logo {
  134. color: black;
  135. text-decoration: none;
  136. position: relative;
  137. top: 3px;
  138. }
  139. /* line 96, ../sass/_layout.scss */
  140. #header-bap #logo img {
  141. width: 25px;
  142. }
  143. /* line 99, ../sass/_layout.scss */
  144. #header-bap #logo .text {
  145. font-size: 17px;
  146. font-family: "comfortaalight";
  147. position: relative;
  148. bottom: 6px;
  149. left: 3px;
  150. }
  151. /* line 108, ../sass/_layout.scss */
  152. #header-bap ul#nav-bap {
  153. float: right;
  154. }
  155. /* line 111, ../sass/_layout.scss */
  156. #header-bap ul#nav-bap li {
  157. float: right;
  158. }
  159. /* line 113, ../sass/_layout.scss */
  160. #header-bap ul#nav-bap li a {
  161. color: black;
  162. font-size: 15px;
  163. color: #BB8757;
  164. }
  165. /* line 118, ../sass/_layout.scss */
  166. #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus {
  167. color: #333;
  168. color: #BB8757;
  169. background: none;
  170. }
  171. /* line 125, ../sass/_layout.scss */
  172. #header-bap ul#nav-bap li ul {
  173. background-color: #F8F1DD;
  174. border-top: solid 2px #BB8757;
  175. }
  176. /* line 129, ../sass/_layout.scss */
  177. #header-bap ul#nav-bap li ul li a {
  178. text-transform: uppercase;
  179. font-size: 13px;
  180. }
  181. /* line 139, ../sass/_layout.scss */
  182. #header {
  183. background-color: #BB8757;
  184. text-align: center;
  185. padding-top: 25px;
  186. padding-bottom: 50px;
  187. border-bottom: solid 1px #e0e0e0;
  188. }
  189. /* line 146, ../sass/_layout.scss */
  190. #header .container {
  191. position: relative;
  192. padding: 0px;
  193. }
  194. /* line 152, ../sass/_layout.scss */
  195. #header h1, #header h2 {
  196. color: white;
  197. }
  198. /* line 156, ../sass/_layout.scss */
  199. #header h1 {
  200. text-transform: uppercase;
  201. font-family: "myriadpro-regular";
  202. font-size: 35px;
  203. line-height: 35px;
  204. font-weight: bold;
  205. padding-bottom: 5px;
  206. text-align: left;
  207. }
  208. /* line 165, ../sass/_layout.scss */
  209. #header h1 span {
  210. font-family: "myriadpro-light";
  211. font-size: 27px;
  212. font-weight: normal;
  213. }
  214. /* line 172, ../sass/_layout.scss */
  215. #header #infos {
  216. text-align: left;
  217. padding-bottom: 10px;
  218. padding-top: 8px;
  219. margin-bottom: 0px;
  220. color: #F8F1DD;
  221. font-size: 14px;
  222. }
  223. /* line 180, ../sass/_layout.scss */
  224. #header #infos .favorite {
  225. border-left: solid 1px #F8F1DD;
  226. padding-left: 10px;
  227. }
  228. /* line 185, ../sass/_layout.scss */
  229. #header #infos a {
  230. color: white;
  231. text-decoration: underline;
  232. }
  233. /* line 190, ../sass/_layout.scss */
  234. #header #infos strong {
  235. font-weight: bold;
  236. }
  237. /* line 195, ../sass/_layout.scss */
  238. #header #credit {
  239. position: relative;
  240. top: 10px;
  241. float: right;
  242. color: white;
  243. font-family: "myriadpro-semibold";
  244. font-size: 16px;
  245. }
  246. /* line 203, ../sass/_layout.scss */
  247. #header #credit .info {
  248. padding-bottom: 5px;
  249. border-bottom: solid 1px #BB8757;
  250. text-align: right;
  251. }
  252. /* line 207, ../sass/_layout.scss */
  253. #header #credit .info a {
  254. color: white;
  255. }
  256. /* line 212, ../sass/_layout.scss */
  257. #header #credit span.text {
  258. font-family: "myriadpro-regular";
  259. }
  260. /* line 216, ../sass/_layout.scss */
  261. #header #credit span.glyphicon {
  262. font-size: 16px;
  263. }
  264. /* line 220, ../sass/_layout.scss */
  265. #header #credit #the-credit {
  266. margin-top: 7px;
  267. padding: 6px 15px;
  268. padding-bottom: 4px;
  269. background-color: #F8F1DD;
  270. color: #BB8757;
  271. -moz-border-radius: 7px;
  272. -webkit-border-radius: 7px;
  273. border-radius: 7px;
  274. }
  275. /* line 231, ../sass/_layout.scss */
  276. #main {
  277. background-color: #F8F1DD;
  278. }
  279. /* line 234, ../sass/_layout.scss */
  280. #main #main-nav {
  281. width: 100%;
  282. position: relative;
  283. top: -40px;
  284. background-color: white;
  285. border-bottom: solid 1px #e0e0e0;
  286. }
  287. /* line 243, ../sass/_layout.scss */
  288. #main #main-nav ul li a {
  289. color: #BB8757;
  290. text-transform: uppercase;
  291. font-family: "myriadpro-regular";
  292. border-right: solid 1px #e0e0e0;
  293. }
  294. /* line 250, ../sass/_layout.scss */
  295. #main #main-nav ul li a:hover, #main #main-nav ul li.active a {
  296. background: none;
  297. border-bottom: solid 1px #BB8757;
  298. -moz-border-radius: 0px;
  299. -webkit-border-radius: 0px;
  300. border-radius: 0px;
  301. }
  302. /* line 257, ../sass/_layout.scss */
  303. #main #main-nav ul li#btn-administration {
  304. background-color: #F8F1DD;
  305. float: right;
  306. }
  307. /* line 264, ../sass/_layout.scss */
  308. #main #main-nav #user {
  309. color: #BB8757;
  310. float: right;
  311. padding: 10px;
  312. }
  313. /* line 271, ../sass/_layout.scss */
  314. #main #page-title {
  315. padding-left: 15px;
  316. padding-right: 15px;
  317. padding-bottom: 15px;
  318. border-bottom: solid 1px #e0e0e0;
  319. margin-bottom: 10px;
  320. font-family: "myriadpro-light";
  321. font-size: 30px;
  322. position: relative;
  323. top: -10px;
  324. text-align: center;
  325. }
  326. /* line 284, ../sass/_layout.scss */
  327. #main .container {
  328. padding: 0px;
  329. background-color: white;
  330. min-height: 500px;
  331. border-left: solid 1px #e0e0e0;
  332. border-right: solid 1px #e0e0e0;
  333. }
  334. /* line 292, ../sass/_layout.scss */
  335. #main #content {
  336. padding-bottom: 20px;
  337. padding: 0px 20px 20px 20px;
  338. }
  339. /* line 296, ../sass/_layout.scss */
  340. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  341. font-family: "myriadpro-regular";
  342. margin-top: 30px;
  343. margin-bottom: 20px;
  344. }
  345. /* line 301, ../sass/_layout.scss */
  346. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  347. margin-top: 0px;
  348. }
  349. /* line 306, ../sass/_layout.scss */
  350. #main #content h1 {
  351. font-size: 30px;
  352. }
  353. /* line 310, ../sass/_layout.scss */
  354. #main #content h2 {
  355. font-size: 25px;
  356. }
  357. /* line 315, ../sass/_layout.scss */
  358. #main #content h3 {
  359. font-family: "myriadpro-light";
  360. text-transform: uppercase;
  361. font-size: 23px;
  362. padding: 10px 0px 10px 10px;
  363. color: white;
  364. text-align: center;
  365. }
  366. /* line 322, ../sass/_layout.scss */
  367. #main #content h3 span {
  368. background-color: #BB8757;
  369. padding: 10px 20px;
  370. padding-top: 14px;
  371. background-color: #F8F1DD;
  372. color: #BB8757;
  373. border: dotted 1px #BB8757;
  374. }
  375. /* line 333, ../sass/_layout.scss */
  376. #main #content h4 {
  377. font-size: 20px;
  378. }
  379. /* line 337, ../sass/_layout.scss */
  380. #main #content h5 {
  381. font-size: 18px;
  382. }
  383. /* line 341, ../sass/_layout.scss */
  384. #main #content h6 {
  385. font-size: 16px;
  386. }
  387. /* line 347, ../sass/_layout.scss */
  388. #footer {
  389. background-color: #BB8757;
  390. height: 100px;
  391. }
  392. /* line 351, ../sass/_layout.scss */
  393. #footer .container {
  394. padding: 0px;
  395. }
  396. /* line 353, ../sass/_layout.scss */
  397. #footer .container .overflow {
  398. height: 30px;
  399. background-color: white;
  400. border-left: solid 1px #e0e0e0;
  401. border-right: solid 1px #e0e0e0;
  402. border-bottom: solid 1px #e0e0e0;
  403. }
  404. /* line 361, ../sass/_layout.scss */
  405. #footer .container .content {
  406. padding-top: 20px;
  407. color: white;
  408. }
  409. /* line 365, ../sass/_layout.scss */
  410. #footer .container .content a {
  411. color: white;
  412. text-decoration: underline;
  413. margin-right: 10px;
  414. }
  415. /* line 3, ../sass/site/_index.scss */
  416. .site-index #commander {
  417. margin-bottom: 40px;
  418. text-align: center;
  419. }
  420. /* line 9, ../sass/site/_index.scss */
  421. .site-index #presentation .photo {
  422. text-align: center;
  423. }
  424. /* line 11, ../sass/site/_index.scss */
  425. .site-index #presentation .photo .img-photo {
  426. width: 100%;
  427. max-width: 500px;
  428. }
  429. /* line 18, ../sass/site/_index.scss */
  430. .site-index #produits img.photo-produit {
  431. width: 100px;
  432. height: auto;
  433. }
  434. /* line 4, ../sass/commande/_form.scss */
  435. .commande-create #main #content .commande-form,
  436. .commande-update #main #content .commande-form {
  437. min-height: 600px;
  438. padding-bottom: 60px;
  439. }
  440. /* line 9, ../sass/commande/_form.scss */
  441. .commande-create #main #content .commande-form h2,
  442. .commande-update #main #content .commande-form h2 {
  443. font-family: "myriadpro-regular";
  444. }
  445. /* line 13, ../sass/commande/_form.scss */
  446. .commande-create #main #content .commande-form #infos-importantes.alert-warning,
  447. .commande-update #main #content .commande-form #infos-importantes.alert-warning {
  448. float: right;
  449. }
  450. /* line 19, ../sass/commande/_form.scss */
  451. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker,
  452. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker {
  453. float: left;
  454. margin-right: 20px;
  455. font-size: 20px;
  456. }
  457. /* line 25, ../sass/commande/_form.scss */
  458. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-header,
  459. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-header {
  460. background-color: #BB8757;
  461. }
  462. /* line 29, ../sass/commande/_form.scss */
  463. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-title,
  464. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-title {
  465. color: white;
  466. }
  467. /* line 35, ../sass/commande/_form.scss */
  468. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-prev:hover,
  469. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-next:hover,
  470. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-prev:hover,
  471. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-next:hover {
  472. border: 0px none;
  473. background: none;
  474. }
  475. /* line 41, ../sass/commande/_form.scss */
  476. .commande-create #main #content .commande-form #datepicker-production .ui-helper-clearfix:after,
  477. .commande-update #main #content .commande-form #datepicker-production .ui-helper-clearfix:after {
  478. clear: none;
  479. }
  480. /* line 46, ../sass/commande/_form.scss */
  481. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-calendar a,
  482. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-calendar a {
  483. text-decoration: none;
  484. background-color: #F8F1DD;
  485. }
  486. /* line 49, ../sass/commande/_form.scss */
  487. .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active,
  488. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover,
  489. .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  490. background-color: #BB8757;
  491. color: white;
  492. border-color: #cdc3b7;
  493. }
  494. /* line 58, ../sass/commande/_form.scss */
  495. .commande-create #main #content .commande-form .date-commande,
  496. .commande-update #main #content .commande-form .date-commande {
  497. margin-bottom: 53px;
  498. }
  499. /* line 60, ../sass/commande/_form.scss */
  500. .commande-create #main #content .commande-form .date-commande span,
  501. .commande-update #main #content .commande-form .date-commande span {
  502. background-color: #BB8757;
  503. color: white;
  504. -moz-border-radius: 10px;
  505. -webkit-border-radius: 10px;
  506. border-radius: 10px;
  507. padding: 10px;
  508. font-family: "myriadpro-regular";
  509. font-size: 20px;
  510. }
  511. /* line 70, ../sass/commande/_form.scss */
  512. .commande-create #main #content .commande-form #has-commande-en-cours,
  513. .commande-update #main #content .commande-form #has-commande-en-cours {
  514. margin-top: 15px;
  515. }
  516. /* line 73, ../sass/commande/_form.scss */
  517. .commande-create #main #content .commande-form #has-commande-en-cours a,
  518. .commande-update #main #content .commande-form #has-commande-en-cours a {
  519. color: #a94442;
  520. text-decoration: none;
  521. font-weight: bold;
  522. }
  523. /* line 80, ../sass/commande/_form.scss */
  524. .commande-create #main #content .commande-form .field-commande-id_production,
  525. .commande-update #main #content .commande-form .field-commande-id_production {
  526. display: none;
  527. }
  528. /* line 84, ../sass/commande/_form.scss */
  529. .commande-create #main #content .commande-form .field-commande-id_point_vente,
  530. .commande-update #main #content .commande-form .field-commande-id_point_vente {
  531. margin-top: 30px;
  532. }
  533. /* line 88, ../sass/commande/_form.scss */
  534. .commande-create #main #content .commande-form .field-commande-id_production,
  535. .commande-update #main #content .commande-form .field-commande-id_production {
  536. margin-bottom: 0px;
  537. }
  538. /* line 90, ../sass/commande/_form.scss */
  539. .commande-create #main #content .commande-form .field-commande-id_production label,
  540. .commande-update #main #content .commande-form .field-commande-id_production label {
  541. margin-bottom: 0px;
  542. }
  543. /* line 94, ../sass/commande/_form.scss */
  544. .commande-create #main #content .commande-form .field-commande-id_production .help-block,
  545. .commande-update #main #content .commande-form .field-commande-id_production .help-block {
  546. margin-bottom: 0px;
  547. }
  548. /* line 99, ../sass/commande/_form.scss */
  549. .commande-create #main #content .commande-form .field-commande-id_point_vente,
  550. .commande-update #main #content .commande-form .field-commande-id_point_vente {
  551. display: none;
  552. }
  553. /* line 103, ../sass/commande/_form.scss */
  554. .commande-create #main #content .commande-form .blocs,
  555. .commande-update #main #content .commande-form .blocs {
  556. list-style-type: none;
  557. margin: 0px;
  558. padding: 0px;
  559. }
  560. /* line 108, ../sass/commande/_form.scss */
  561. .commande-create #main #content .commande-form .blocs .bloc,
  562. .commande-update #main #content .commande-form .blocs .bloc {
  563. text-decoration: none;
  564. width: 268px;
  565. height: 130px;
  566. float: left;
  567. padding: 20px;
  568. margin-right: 20px;
  569. margin-bottom: 8px;
  570. cursor: pointer;
  571. float: left;
  572. background-color: #f9f9f9;
  573. background-color: white;
  574. border: 1px solid #d8d8d8;
  575. }
  576. /* line 123, ../sass/commande/_form.scss */
  577. .commande-create #main #content .commande-form .blocs .bloc .nom,
  578. .commande-update #main #content .commande-form .blocs .bloc .nom {
  579. font-family: "comfortaalight";
  580. font-size: 20px;
  581. padding-bottom: 10px;
  582. }
  583. /* line 129, ../sass/commande/_form.scss */
  584. .commande-create #main #content .commande-form .blocs .bloc .adresse,
  585. .commande-update #main #content .commande-form .blocs .bloc .adresse {
  586. color: gray;
  587. font-size: 15px;
  588. line-height: 20px;
  589. }
  590. /* line 135, ../sass/commande/_form.scss */
  591. .commande-create #main #content .commande-form .blocs .bloc.selected,
  592. .commande-update #main #content .commande-form .blocs .bloc.selected {
  593. border-left: solid 5px #BB8757;
  594. }
  595. /* line 137, ../sass/commande/_form.scss */
  596. .commande-create #main #content .commande-form .blocs .bloc.selected .contenu,
  597. .commande-update #main #content .commande-form .blocs .bloc.selected .contenu {
  598. position: relative;
  599. left: -4px;
  600. }
  601. /* line 143, ../sass/commande/_form.scss */
  602. .commande-create #main #content .commande-form .blocs .bloc:hover,
  603. .commande-update #main #content .commande-form .blocs .bloc:hover {
  604. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  605. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  606. box-shadow: 0px 0px 5px #d8d8d8;
  607. }
  608. /* line 147, ../sass/commande/_form.scss */
  609. .commande-create #main #content .commande-form .blocs .bloc.disabled,
  610. .commande-update #main #content .commande-form .blocs .bloc.disabled {
  611. display: none;
  612. }
  613. /* line 151, ../sass/commande/_form.scss */
  614. .commande-create #main #content .commande-form .blocs .bloc .commentaire,
  615. .commande-update #main #content .commande-form .blocs .bloc .commentaire {
  616. margin-top: 5px;
  617. }
  618. /* line 153, ../sass/commande/_form.scss */
  619. .commande-create #main #content .commande-form .blocs .bloc .commentaire span,
  620. .commande-update #main #content .commande-form .blocs .bloc .commentaire span {
  621. background-color: #BB8757;
  622. -moz-border-radius: 5px;
  623. -webkit-border-radius: 5px;
  624. border-radius: 5px;
  625. color: white;
  626. font-weight: bold;
  627. padding: 3px 10px;
  628. }
  629. /* line 164, ../sass/commande/_form.scss */
  630. .commande-create #main #content .commande-form .infos-pv,
  631. .commande-update #main #content .commande-form .infos-pv {
  632. display: none;
  633. margin-top: 15px;
  634. }
  635. /* line 168, ../sass/commande/_form.scss */
  636. .commande-create #main #content .commande-form .infos-pv h4,
  637. .commande-update #main #content .commande-form .infos-pv h4 {
  638. margin-top: 0px;
  639. padding-top: 0px;
  640. text-align: left;
  641. text-transform: uppercase;
  642. font-weight: bold;
  643. font-family: "myriadpro-semibold";
  644. }
  645. /* line 176, ../sass/commande/_form.scss */
  646. .commande-create #main #content .commande-form .infos-pv h4 span,
  647. .commande-update #main #content .commande-form .infos-pv h4 span {
  648. font-family: "myriadpro-regular";
  649. text-transform: none;
  650. }
  651. /* line 182, ../sass/commande/_form.scss */
  652. .commande-create #main #content .commande-form .infos-pv a,
  653. .commande-update #main #content .commande-form .infos-pv a {
  654. text-decoration: underline;
  655. }
  656. /* line 187, ../sass/commande/_form.scss */
  657. .commande-create #main #content .commande-form #produits,
  658. .commande-update #main #content .commande-form #produits {
  659. margin-top: 15px;
  660. }
  661. /* line 190, ../sass/commande/_form.scss */
  662. .commande-create #main #content .commande-form #produits #label-produits,
  663. .commande-update #main #content .commande-form #produits #label-produits {
  664. display: block;
  665. margin-bottom: 5px;
  666. }
  667. /* line 195, ../sass/commande/_form.scss */
  668. .commande-create #main #content .commande-form #produits .table,
  669. .commande-update #main #content .commande-form #produits .table {
  670. margin-top: 7px;
  671. }
  672. /* line 198, ../sass/commande/_form.scss */
  673. .commande-create #main #content .commande-form #produits .table .illu,
  674. .commande-update #main #content .commande-form #produits .table .illu {
  675. float: left;
  676. height: auto;
  677. width: 70px;
  678. margin-right: 15px;
  679. }
  680. /* line 205, ../sass/commande/_form.scss */
  681. .commande-create #main #content .commande-form #produits .table .photo,
  682. .commande-update #main #content .commande-form #produits .table .photo {
  683. padding: 0px;
  684. width: 120px;
  685. }
  686. /* line 210, ../sass/commande/_form.scss */
  687. .commande-create #main #content .commande-form #produits .table .th-photo, .commande-create #main #content .commande-form #produits .table .td-photo,
  688. .commande-update #main #content .commande-form #produits .table .th-photo,
  689. .commande-update #main #content .commande-form #produits .table .td-photo {
  690. width: 120px;
  691. }
  692. /* line 214, ../sass/commande/_form.scss */
  693. .commande-create #main #content .commande-form #produits .table .nom,
  694. .commande-update #main #content .commande-form #produits .table .nom {
  695. font-family: "comfortaalight";
  696. font-weight: bold;
  697. text-transform: uppercase;
  698. font-size: 18px;
  699. }
  700. /* line 221, ../sass/commande/_form.scss */
  701. .commande-create #main #content .commande-form #produits .table .description,
  702. .commande-update #main #content .commande-form #produits .table .description {
  703. font-style: italic;
  704. }
  705. /* line 225, ../sass/commande/_form.scss */
  706. .commande-create #main #content .commande-form #produits .table .recette,
  707. .commande-update #main #content .commande-form #produits .table .recette {
  708. font-size: 12px;
  709. }
  710. /* line 229, ../sass/commande/_form.scss */
  711. .commande-create #main #content .commande-form #produits .table .input-group,
  712. .commande-update #main #content .commande-form #produits .table .input-group {
  713. width: 133px;
  714. }
  715. /* line 231, ../sass/commande/_form.scss */
  716. .commande-create #main #content .commande-form #produits .table .input-group .quantity,
  717. .commande-update #main #content .commande-form #produits .table .input-group .quantity {
  718. text-align: center;
  719. }
  720. /* line 236, ../sass/commande/_form.scss */
  721. .commande-create #main #content .commande-form #produits .table .colonne-quantite, .commande-create #main #content .commande-form #produits .table .prix-unit, .commande-create #main #content .commande-form #produits .table .total,
  722. .commande-update #main #content .commande-form #produits .table .colonne-quantite,
  723. .commande-update #main #content .commande-form #produits .table .prix-unit,
  724. .commande-update #main #content .commande-form #produits .table .total {
  725. width: 150px;
  726. text-align: center;
  727. }
  728. /* line 241, ../sass/commande/_form.scss */
  729. .commande-create #main #content .commande-form #produits .table td#total-commande, .commande-create #main #content .commande-form #produits .table td#total-commande-vrac, .commande-create #main #content .commande-form #produits .table td.total,
  730. .commande-update #main #content .commande-form #produits .table td#total-commande,
  731. .commande-update #main #content .commande-form #produits .table td#total-commande-vrac,
  732. .commande-update #main #content .commande-form #produits .table td.total {
  733. text-align: center;
  734. }
  735. /* line 245, ../sass/commande/_form.scss */
  736. .commande-create #main #content .commande-form #produits .table .epuise,
  737. .commande-update #main #content .commande-form #produits .table .epuise {
  738. display: none;
  739. text-transform: uppercase;
  740. color: #B32815;
  741. font-weight: bold;
  742. font-size: 16px;
  743. text-align: center;
  744. }
  745. /* line 254, ../sass/commande/_form.scss */
  746. .commande-create #main #content .commande-form #produits .table .quantite-restante,
  747. .commande-update #main #content .commande-form #produits .table .quantite-restante {
  748. font-size: 12px;
  749. margin-top: 8px;
  750. }
  751. /* line 258, ../sass/commande/_form.scss */
  752. .commande-create #main #content .commande-form #produits .table .quantite-restante .nb,
  753. .commande-update #main #content .commande-form #produits .table .quantite-restante .nb {
  754. font-weight: bold;
  755. }
  756. /* line 263, ../sass/commande/_form.scss */
  757. .commande-create #main #content .commande-form #produits .table td.produit, .commande-create #main #content .commande-form #produits .table th.produit,
  758. .commande-update #main #content .commande-form #produits .table td.produit,
  759. .commande-update #main #content .commande-form #produits .table th.produit {
  760. width: 70%;
  761. }
  762. /* line 267, ../sass/commande/_form.scss */
  763. .commande-create #main #content .commande-form #produits .table td.prix-unit, .commande-create #main #content .commande-form #produits .table th.prix-unit,
  764. .commande-update #main #content .commande-form #produits .table td.prix-unit,
  765. .commande-update #main #content .commande-form #produits .table th.prix-unit {
  766. width: 10%;
  767. }
  768. /* line 271, ../sass/commande/_form.scss */
  769. .commande-create #main #content .commande-form #produits .table td.colonne-quantite, .commande-create #main #content .commande-form #produits .table th.colonne-quantite,
  770. .commande-update #main #content .commande-form #produits .table td.colonne-quantite,
  771. .commande-update #main #content .commande-form #produits .table th.colonne-quantite {
  772. width: 10%;
  773. }
  774. /* line 275, ../sass/commande/_form.scss */
  775. .commande-create #main #content .commande-form #produits .table td.total, .commande-create #main #content .commande-form #produits .table th.total,
  776. .commande-update #main #content .commande-form #produits .table td.total,
  777. .commande-update #main #content .commande-form #produits .table th.total {
  778. width: 10%;
  779. }
  780. /* line 281, ../sass/commande/_form.scss */
  781. .commande-create #main #content .commande-form #bar-fixed,
  782. .commande-update #main #content .commande-form #bar-fixed {
  783. display: none;
  784. width: 100%;
  785. position: fixed;
  786. bottom: 0px;
  787. left: 0px;
  788. z-index: 100;
  789. background-color: white;
  790. padding: 15px;
  791. margin-bottom: 0px;
  792. -moz-box-shadow: 0 0 5px gray;
  793. -webkit-box-shadow: 0 0 5px gray;
  794. box-shadow: 0 0 5px gray;
  795. border-top: solid 1px #e0e0e0;
  796. background-color: #F9F9F9;
  797. background-color: #F8F1DD;
  798. text-align: center;
  799. }
  800. /* line 297, ../sass/commande/_form.scss */
  801. .commande-create #main #content .commande-form #bar-fixed .container,
  802. .commande-update #main #content .commande-form #bar-fixed .container {
  803. min-height: auto;
  804. background: none;
  805. border: 0px none;
  806. }
  807. /* line 303, ../sass/commande/_form.scss */
  808. .commande-create #main #content .commande-form #bar-fixed.not-fixed,
  809. .commande-update #main #content .commande-form #bar-fixed.not-fixed {
  810. position: relative;
  811. -moz-box-shadow: none;
  812. -webkit-box-shadow: none;
  813. box-shadow: none;
  814. -moz-border-radius: 0px;
  815. -webkit-border-radius: 0px;
  816. border-radius: 0px;
  817. border: solid 1px #e0e0e0;
  818. padding-right: 20px;
  819. }
  820. /* line 310, ../sass/commande/_form.scss */
  821. .commande-create #main #content .commande-form #bar-fixed.not-fixed .container,
  822. .commande-update #main #content .commande-form #bar-fixed.not-fixed .container {
  823. width: auto;
  824. }
  825. /* line 316, ../sass/commande/_form.scss */
  826. .commande-create #main #content .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande,
  827. .commande-update #main #content .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande {
  828. margin-top: 0px;
  829. float: right;
  830. }
  831. /* line 322, ../sass/commande/_form.scss */
  832. .commande-create #main #content .commande-form #bar-fixed #total-commande-bottom,
  833. .commande-update #main #content .commande-form #bar-fixed #total-commande-bottom {
  834. background-color: white;
  835. -moz-border-radius: 20px;
  836. -webkit-border-radius: 20px;
  837. border-radius: 20px;
  838. padding: 5px 25px;
  839. border: solid 1px #e0e0e0;
  840. }
  841. /* line 329, ../sass/commande/_form.scss */
  842. .commande-create #main #content .commande-form #bar-fixed .btn-commentaire,
  843. .commande-update #main #content .commande-form #bar-fixed .btn-commentaire {
  844. float: left;
  845. }
  846. /* line 337, ../sass/commande/_form.scss */
  847. .commande-create #main #content .commande-form #bar-fixed .btn-commentaire,
  848. .commande-update #main #content .commande-form #bar-fixed .btn-commentaire {
  849. margin-right: 10px;
  850. }
  851. /* line 341, ../sass/commande/_form.scss */
  852. .commande-create #main #content .commande-form #bar-fixed #bloc-valider-commande,
  853. .commande-update #main #content .commande-form #bar-fixed #bloc-valider-commande {
  854. text-align: right;
  855. margin-top: 20px;
  856. }
  857. /* line 345, ../sass/commande/_form.scss */
  858. .commande-create #main #content .commande-form #bar-fixed #bloc-valider-commande button,
  859. .commande-update #main #content .commande-form #bar-fixed #bloc-valider-commande button {
  860. width: 340px;
  861. margin-right: 10px;
  862. }
  863. /* line 351, ../sass/commande/_form.scss */
  864. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain,
  865. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain {
  866. float: right;
  867. width: 340px;
  868. padding: 3px 11px;
  869. background-color: white;
  870. border: solid 1px #ccc;
  871. -moz-border-radius: 5px;
  872. -webkit-border-radius: 5px;
  873. border-radius: 5px;
  874. margin-right: 10px;
  875. text-shadow: 0 1px 0 #fff;
  876. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  877. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  878. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  879. }
  880. /* line 362, ../sass/commande/_form.scss */
  881. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible,
  882. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible {
  883. background-color: #e0e0e0;
  884. }
  885. /* line 366, ../sass/commande/_form.scss */
  886. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .info,
  887. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .info {
  888. color: gray;
  889. font-weight: normal;
  890. }
  891. /* line 371, ../sass/commande/_form.scss */
  892. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .the-credit,
  893. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
  894. background-color: #BB8757;
  895. color: white;
  896. padding: 2px 8px;
  897. -moz-border-radius: 5px;
  898. -webkit-border-radius: 5px;
  899. border-radius: 5px;
  900. }
  901. /* line 378, ../sass/commande/_form.scss */
  902. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .montant-paye,
  903. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .montant-paye {
  904. color: #BB8757;
  905. }
  906. /* line 382, ../sass/commande/_form.scss */
  907. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide,
  908. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide {
  909. font-size: 12px;
  910. }
  911. /* line 386, ../sass/commande/_form.scss */
  912. .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled,
  913. .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled {
  914. display: none;
  915. font-size: 12px;
  916. }
  917. /* line 392, ../sass/commande/_form.scss */
  918. .commande-create #main #content .commande-form #bar-fixed .btn-retour, .commande-create #main #content .commande-form #bar-fixed .annuler-commande,
  919. .commande-update #main #content .commande-form #bar-fixed .btn-retour,
  920. .commande-update #main #content .commande-form #bar-fixed .annuler-commande {
  921. float: left;
  922. margin-right: 5px;
  923. }
  924. /* line 397, ../sass/commande/_form.scss */
  925. .commande-create #main #content .commande-form #bar-fixed .annuler-commande,
  926. .commande-update #main #content .commande-form #bar-fixed .annuler-commande {
  927. color: #b92c28;
  928. background-color: white;
  929. }
  930. /* line 402, ../sass/commande/_form.scss */
  931. .commande-create #main #content .commande-form #bar-fixed #total-commande-bottom,
  932. .commande-update #main #content .commande-form #bar-fixed #total-commande-bottom {
  933. display: none;
  934. font-weight: bold;
  935. font-family: "comfortaalight";
  936. font-size: 24px;
  937. }
  938. /* line 409, ../sass/commande/_form.scss */
  939. .commande-create #main #content .commande-form #bar-fixed .field-commande-commentaire,
  940. .commande-update #main #content .commande-form #bar-fixed .field-commande-commentaire {
  941. display: none;
  942. }
  943. /* line 417, ../sass/commande/_form.scss */
  944. .commande-create .ui-datepicker .ui-widget-header,
  945. .commande-update .ui-datepicker .ui-widget-header {
  946. background: none;
  947. background-color: gray;
  948. border: 0px none;
  949. color: black;
  950. font-weight: normal;
  951. }
  952. /* line 425, ../sass/commande/_form.scss */
  953. .commande-create .ui-datepicker .ui-datepicker-current-day a,
  954. .commande-create .ui-datepicker a.ui-state-hover,
  955. .commande-update .ui-datepicker .ui-datepicker-current-day a,
  956. .commande-update .ui-datepicker a.ui-state-hover {
  957. background: none;
  958. background-color: gray;
  959. border-color: black;
  960. color: black;
  961. }
  962. /* line 4, ../sass/commande/_historique.scss */
  963. .commande-historique #liste-boulangeries {
  964. display: none;
  965. }