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

1137 lines
29KB

  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. .liste-etablissements .boulangerie {
  551. padding-left: 0px;
  552. padding-right: 30px;
  553. }
  554. /* line 63, ../sass/_systeme_commandes.scss */
  555. .liste-etablissements .boulangerie .panel {
  556. margin-bottom: 13px;
  557. }
  558. /* line 67, ../sass/_systeme_commandes.scss */
  559. .liste-etablissements .boulangerie.selected .panel {
  560. border-bottom: solid 3px #BB8757;
  561. margin-bottom: 11px;
  562. }
  563. /* line 72, ../sass/_systeme_commandes.scss */
  564. .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. .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. .liste-etablissements .boulangerie .panel-body {
  580. position: relative;
  581. width: 100%;
  582. height: 120px;
  583. max-height: 120px;
  584. text-align: center;
  585. }
  586. /* line 95, ../sass/_systeme_commandes.scss */
  587. .liste-etablissements .boulangerie .panel-body h3 {
  588. margin-bottom: 4px;
  589. }
  590. /* line 99, ../sass/_systeme_commandes.scss */
  591. .liste-etablissements .boulangerie .panel-body .localite {
  592. color: gray;
  593. margin-bottom: 10px;
  594. }
  595. /* line 104, ../sass/_systeme_commandes.scss */
  596. .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. .liste-etablissements .boulangerie .panel-body .remove {
  605. position: absolute;
  606. top: 10px;
  607. right: 10px;
  608. }
  609. /* line 118, ../sass/_systeme_commandes.scss */
  610. .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. .liste-etablissements .boulangerie .panel-body .heure-limite-commande {
  622. position: absolute;
  623. bottom: 0px;
  624. right: 0px;
  625. padding: 10px;
  626. border-top: solid 1px #ddd;
  627. border-left: solid 1px #ddd;
  628. font-size: 12px;
  629. }
  630. /* line 137, ../sass/_systeme_commandes.scss */
  631. .liste-etablissements .boulangerie .panel-body .heure-limite-commande .limite {
  632. font-weight: bold;
  633. }
  634. /* line 145, ../sass/_systeme_commandes.scss */
  635. #index-commande {
  636. position: relative;
  637. }
  638. /* line 148, ../sass/_systeme_commandes.scss */
  639. #index-commande #logout {
  640. position: absolute;
  641. /*top: 45px ;
  642. right: 93px ;*/
  643. top: 0;
  644. right: 0;
  645. z-index: 10;
  646. }
  647. /* line 157, ../sass/_systeme_commandes.scss */
  648. #index-commande .accueil {
  649. text-align: center;
  650. padding-bottom: 20px;
  651. }
  652. /* line 162, ../sass/_systeme_commandes.scss */
  653. #index-commande #bloc-add-etablissement {
  654. padding-left: 0px;
  655. padding-right: 30px;
  656. }
  657. /* line 166, ../sass/_systeme_commandes.scss */
  658. #index-commande #bloc-add-etablissement .help-block {
  659. padding-bottom: 0px;
  660. }
  661. /* line 170, ../sass/_systeme_commandes.scss */
  662. #index-commande #bloc-add-etablissement .field-addetablissementform-id_etablissement {
  663. width: 70%;
  664. float: left;
  665. }
  666. /* line 175, ../sass/_systeme_commandes.scss */
  667. #index-commande #bloc-add-etablissement .field-addetablissementform-code {
  668. width: 70%;
  669. float: left;
  670. }
  671. /* line 180, ../sass/_systeme_commandes.scss */
  672. #index-commande #bloc-add-etablissement .btn {
  673. float: right;
  674. position: relative;
  675. top: 20px;
  676. }
  677. /* line 186, ../sass/_systeme_commandes.scss */
  678. #index-commande #bloc-add-etablissement .panel-heading {
  679. background: none;
  680. background-color: white;
  681. cursor: pointer;
  682. }
  683. /* line 192, ../sass/_systeme_commandes.scss */
  684. #index-commande #bloc-add-etablissement .panel-body {
  685. display: none;
  686. }
  687. /* line 198, ../sass/_systeme_commandes.scss */
  688. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  689. width: 175px;
  690. }
  691. /* line 201, ../sass/_systeme_commandes.scss */
  692. #index-commande #historique-commandes .montant {
  693. width: 100px;
  694. }
  695. /* line 208, ../sass/_systeme_commandes.scss */
  696. #index-commande #historique-commandes .localite {
  697. font-size: 11px;
  698. lin-height: 11px;
  699. }
  700. /* line 213, ../sass/_systeme_commandes.scss */
  701. #index-commande #historique-commandes a {
  702. text-decoration: none;
  703. }
  704. /* line 220, ../sass/_systeme_commandes.scss */
  705. .commande-form {
  706. min-height: 600px;
  707. padding-bottom: 60px;
  708. }
  709. /* line 225, ../sass/_systeme_commandes.scss */
  710. .commande-form h2 {
  711. font-family: "myriadpro-regular";
  712. }
  713. /* line 229, ../sass/_systeme_commandes.scss */
  714. .commande-form #infos-importantes.alert-warning {
  715. float: right;
  716. }
  717. /* line 235, ../sass/_systeme_commandes.scss */
  718. .commande-form #datepicker-production .ui-datepicker {
  719. float: left;
  720. margin-right: 20px;
  721. font-size: 20px;
  722. }
  723. /* line 241, ../sass/_systeme_commandes.scss */
  724. .commande-form #datepicker-production .ui-datepicker-header {
  725. background-color: #BB8757;
  726. }
  727. /* line 245, ../sass/_systeme_commandes.scss */
  728. .commande-form #datepicker-production .ui-datepicker-title {
  729. color: white;
  730. }
  731. /* line 251, ../sass/_systeme_commandes.scss */
  732. .commande-form #datepicker-production .ui-datepicker-prev:hover,
  733. .commande-form #datepicker-production .ui-datepicker-next:hover {
  734. border: 0px none;
  735. background: none;
  736. }
  737. /* line 257, ../sass/_systeme_commandes.scss */
  738. .commande-form #datepicker-production .ui-helper-clearfix:after {
  739. clear: none;
  740. }
  741. /* line 262, ../sass/_systeme_commandes.scss */
  742. .commande-form #datepicker-production .ui-datepicker-calendar a {
  743. text-decoration: none;
  744. background-color: #F8F1DD;
  745. }
  746. /* line 265, ../sass/_systeme_commandes.scss */
  747. .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  748. background-color: #BB8757;
  749. color: white;
  750. border-color: #cdc3b7;
  751. }
  752. /* line 274, ../sass/_systeme_commandes.scss */
  753. .commande-form .date-commande {
  754. margin-bottom: 53px;
  755. }
  756. /* line 276, ../sass/_systeme_commandes.scss */
  757. .commande-form .date-commande span {
  758. background-color: #BB8757;
  759. color: white;
  760. -moz-border-radius: 10px;
  761. -webkit-border-radius: 10px;
  762. border-radius: 10px;
  763. padding: 10px;
  764. font-family: "myriadpro-regular";
  765. font-size: 20px;
  766. }
  767. /* line 286, ../sass/_systeme_commandes.scss */
  768. .commande-form #has-commande-en-cours {
  769. margin-top: 15px;
  770. }
  771. /* line 289, ../sass/_systeme_commandes.scss */
  772. .commande-form #has-commande-en-cours a {
  773. color: #a94442;
  774. text-decoration: none;
  775. font-weight: bold;
  776. }
  777. /* line 296, ../sass/_systeme_commandes.scss */
  778. .commande-form .field-commande-id_production {
  779. display: none;
  780. }
  781. /* line 300, ../sass/_systeme_commandes.scss */
  782. .commande-form .field-commande-id_point_vente {
  783. margin-top: 30px;
  784. }
  785. /* line 304, ../sass/_systeme_commandes.scss */
  786. .commande-form .field-commande-id_production {
  787. margin-bottom: 0px;
  788. }
  789. /* line 306, ../sass/_systeme_commandes.scss */
  790. .commande-form .field-commande-id_production label {
  791. margin-bottom: 0px;
  792. }
  793. /* line 310, ../sass/_systeme_commandes.scss */
  794. .commande-form .field-commande-id_production .help-block {
  795. margin-bottom: 0px;
  796. }
  797. /* line 315, ../sass/_systeme_commandes.scss */
  798. .commande-form .field-commande-id_point_vente {
  799. display: none;
  800. }
  801. /* line 319, ../sass/_systeme_commandes.scss */
  802. .commande-form .blocs {
  803. list-style-type: none;
  804. margin: 0px;
  805. padding: 0px;
  806. }
  807. /* line 324, ../sass/_systeme_commandes.scss */
  808. .commande-form .blocs .bloc {
  809. text-decoration: none;
  810. width: 268px;
  811. height: 130px;
  812. float: left;
  813. padding: 20px;
  814. margin-right: 20px;
  815. margin-bottom: 8px;
  816. cursor: pointer;
  817. float: left;
  818. background-color: #f9f9f9;
  819. background-color: white;
  820. border: 1px solid #d8d8d8;
  821. }
  822. /* line 339, ../sass/_systeme_commandes.scss */
  823. .commande-form .blocs .bloc .nom {
  824. font-family: "comfortaalight";
  825. font-size: 20px;
  826. }
  827. /* line 345, ../sass/_systeme_commandes.scss */
  828. .commande-form .blocs .bloc .adresse {
  829. color: gray;
  830. font-size: 13px;
  831. line-height: 16px;
  832. }
  833. /* line 351, ../sass/_systeme_commandes.scss */
  834. .commande-form .blocs .bloc .horaires {
  835. margin-top: 7px;
  836. }
  837. /* line 353, ../sass/_systeme_commandes.scss */
  838. .commande-form .blocs .bloc .horaires .jour {
  839. font-weight: bold;
  840. display: none;
  841. }
  842. /* line 360, ../sass/_systeme_commandes.scss */
  843. .commande-form .blocs .bloc.selected {
  844. border-left: solid 5px #BB8757;
  845. }
  846. /* line 363, ../sass/_systeme_commandes.scss */
  847. .commande-form .blocs .bloc.selected .contenu {
  848. position: relative;
  849. left: -4px;
  850. }
  851. /* line 369, ../sass/_systeme_commandes.scss */
  852. .commande-form .blocs .bloc:hover {
  853. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  854. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  855. box-shadow: 0px 0px 5px #d8d8d8;
  856. }
  857. /* line 374, ../sass/_systeme_commandes.scss */
  858. .commande-form .blocs .bloc.disabled {
  859. display: none;
  860. }
  861. /* line 381, ../sass/_systeme_commandes.scss */
  862. .commande-form #produits {
  863. margin-top: 15px;
  864. }
  865. /* line 384, ../sass/_systeme_commandes.scss */
  866. .commande-form #produits #label-produits {
  867. display: block;
  868. margin-bottom: 5px;
  869. }
  870. /* line 389, ../sass/_systeme_commandes.scss */
  871. .commande-form #produits .table {
  872. margin-top: 7px;
  873. }
  874. /* line 392, ../sass/_systeme_commandes.scss */
  875. .commande-form #produits .table .illu {
  876. float: left;
  877. height: auto;
  878. width: 70px;
  879. margin-right: 15px;
  880. }
  881. /* line 399, ../sass/_systeme_commandes.scss */
  882. .commande-form #produits .table .photo {
  883. padding: 0px;
  884. width: 120px;
  885. }
  886. /* line 404, ../sass/_systeme_commandes.scss */
  887. .commande-form #produits .table .th-photo, .commande-form #produits .table .td-photo {
  888. width: 120px;
  889. }
  890. /* line 408, ../sass/_systeme_commandes.scss */
  891. .commande-form #produits .table .nom {
  892. font-family: "comfortaalight";
  893. font-weight: bold;
  894. text-transform: uppercase;
  895. font-size: 18px;
  896. }
  897. /* line 415, ../sass/_systeme_commandes.scss */
  898. .commande-form #produits .table .description {
  899. font-style: italic;
  900. }
  901. /* line 419, ../sass/_systeme_commandes.scss */
  902. .commande-form #produits .table .recette {
  903. font-size: 12px;
  904. }
  905. /* line 423, ../sass/_systeme_commandes.scss */
  906. .commande-form #produits .table .input-group {
  907. width: 133px;
  908. }
  909. /* line 425, ../sass/_systeme_commandes.scss */
  910. .commande-form #produits .table .input-group .quantity {
  911. text-align: center;
  912. }
  913. /* line 430, ../sass/_systeme_commandes.scss */
  914. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  915. width: 150px;
  916. text-align: center;
  917. }
  918. /* line 435, ../sass/_systeme_commandes.scss */
  919. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  920. text-align: center;
  921. }
  922. /* line 439, ../sass/_systeme_commandes.scss */
  923. .commande-form #produits .table .epuise {
  924. display: none;
  925. text-transform: uppercase;
  926. color: #B32815;
  927. font-weight: bold;
  928. font-size: 16px;
  929. text-align: center;
  930. }
  931. /* line 448, ../sass/_systeme_commandes.scss */
  932. .commande-form #produits .table .quantite-restante {
  933. font-size: 12px;
  934. margin-top: 8px;
  935. }
  936. /* line 452, ../sass/_systeme_commandes.scss */
  937. .commande-form #produits .table .quantite-restante .nb {
  938. font-weight: bold;
  939. }
  940. /* line 457, ../sass/_systeme_commandes.scss */
  941. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  942. width: 70%;
  943. }
  944. /* line 461, ../sass/_systeme_commandes.scss */
  945. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  946. width: 10%;
  947. }
  948. /* line 465, ../sass/_systeme_commandes.scss */
  949. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  950. width: 10%;
  951. }
  952. /* line 469, ../sass/_systeme_commandes.scss */
  953. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  954. width: 10%;
  955. }
  956. /* line 475, ../sass/_systeme_commandes.scss */
  957. .commande-form #bar-fixed {
  958. display: none;
  959. position: fixed;
  960. bottom: 0px;
  961. z-index: 100;
  962. background-color: white;
  963. padding: 15px;
  964. margin-bottom: 0px;
  965. -moz-box-shadow: 0 0 5px gray;
  966. -webkit-box-shadow: 0 0 5px gray;
  967. box-shadow: 0 0 5px gray;
  968. -moz-border-radius: 10px 10px 0px 0px;
  969. -webkit-border-radius: 10px;
  970. border-radius: 10px 10px 0px 0px;
  971. border-top: solid 1px #e0e0e0;
  972. background-color: #F9F9F9;
  973. background-color: #F8F1DD;
  974. text-align: center;
  975. }
  976. /* line 492, ../sass/_systeme_commandes.scss */
  977. .commande-form #bar-fixed.not-fixed {
  978. position: relative;
  979. -moz-box-shadow: none;
  980. -webkit-box-shadow: none;
  981. box-shadow: none;
  982. -moz-border-radius: 0px;
  983. -webkit-border-radius: 0px;
  984. border-radius: 0px;
  985. border: solid 1px #e0e0e0;
  986. padding-right: 20px;
  987. }
  988. /* line 500, ../sass/_systeme_commandes.scss */
  989. .commande-form #bar-fixed #total-commande-bottom {
  990. background-color: white;
  991. -moz-border-radius: 20px;
  992. -webkit-border-radius: 20px;
  993. border-radius: 20px;
  994. padding: 5px 25px;
  995. border: solid 1px #e0e0e0;
  996. }
  997. /* line 507, ../sass/_systeme_commandes.scss */
  998. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  999. float: left;
  1000. }
  1001. /* line 511, ../sass/_systeme_commandes.scss */
  1002. .commande-form #bar-fixed .btn-commentaire {
  1003. margin-right: 10px;
  1004. }
  1005. /* line 515, ../sass/_systeme_commandes.scss */
  1006. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  1007. float: left;
  1008. margin-right: 5px;
  1009. }
  1010. /* line 520, ../sass/_systeme_commandes.scss */
  1011. .commande-form #bar-fixed .annuler-commande {
  1012. color: #b92c28;
  1013. background-color: white;
  1014. }
  1015. /* line 525, ../sass/_systeme_commandes.scss */
  1016. .commande-form #bar-fixed #total-commande-bottom {
  1017. display: none;
  1018. font-weight: bold;
  1019. font-family: "comfortaalight";
  1020. font-size: 24px;
  1021. }
  1022. /* line 532, ../sass/_systeme_commandes.scss */
  1023. .commande-form #bar-fixed .field-commande-commentaire {
  1024. display: none;
  1025. }
  1026. /* line 540, ../sass/_systeme_commandes.scss */
  1027. .ui-datepicker .ui-widget-header {
  1028. background: none;
  1029. background-color: gray;
  1030. border: 0px none;
  1031. color: black;
  1032. font-weight: normal;
  1033. }
  1034. /* line 548, ../sass/_systeme_commandes.scss */
  1035. .ui-datepicker .ui-datepicker-current-day a,
  1036. .ui-datepicker a.ui-state-hover {
  1037. background: none;
  1038. background-color: gray;
  1039. border-color: black;
  1040. color: black;
  1041. }
  1042. @media screen and (max-width: 1000px) {
  1043. /* line 3, ../sass/_responsive.scss */
  1044. #content {
  1045. padding-top: 0px;
  1046. }
  1047. /* line 7, ../sass/_responsive.scss */
  1048. #header {
  1049. position: relative;
  1050. }
  1051. /* line 12, ../sass/_responsive.scss */
  1052. #header nav ul {
  1053. margin-top: 5px;
  1054. float: left;
  1055. }
  1056. /* line 15, ../sass/_responsive.scss */
  1057. #header nav ul li {
  1058. float: right;
  1059. display: none;
  1060. }
  1061. /* line 19, ../sass/_responsive.scss */
  1062. #header nav ul li a {
  1063. padding: 5px;
  1064. height: auto;
  1065. line-height: 20px;
  1066. }
  1067. /* line 28, ../sass/_responsive.scss */
  1068. #header nav {
  1069. width: 100%;
  1070. }
  1071. /* line 30, ../sass/_responsive.scss */
  1072. #header nav ul {
  1073. float: none;
  1074. margin: 0px none;
  1075. }
  1076. /* line 36, ../sass/_responsive.scss */
  1077. #header nav ul li#logo {
  1078. display: block;
  1079. }
  1080. /* line 43, ../sass/_responsive.scss */
  1081. #header a#link-commander {
  1082. display: none;
  1083. }
  1084. /* line 48, ../sass/_responsive.scss */
  1085. #content #points-vente .content {
  1086. padding-left: 10px;
  1087. margin-top: 30px;
  1088. }
  1089. /* line 53, ../sass/_responsive.scss */
  1090. #menu-user {
  1091. position: relative;
  1092. top: 0px;
  1093. }
  1094. /* line 58, ../sass/_responsive.scss */
  1095. .connected #content {
  1096. padding-top: 0px;
  1097. }
  1098. }