Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1247 Zeilen
32KB

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