Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1064 linhas
27KB

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