You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1099 lines
28KB

  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 33, ../sass/_systeme_commandes.scss */
  523. .liste-etablissements .boulangerie {
  524. padding-left: 0px;
  525. padding-right: 30px;
  526. }
  527. /* line 37, ../sass/_systeme_commandes.scss */
  528. .liste-etablissements .boulangerie .panel {
  529. margin-bottom: 13px;
  530. }
  531. /* line 41, ../sass/_systeme_commandes.scss */
  532. .liste-etablissements .boulangerie.selected .panel {
  533. border-bottom: solid 3px #BB8757;
  534. margin-bottom: 11px;
  535. }
  536. /* line 46, ../sass/_systeme_commandes.scss */
  537. .liste-etablissements .boulangerie .panel-heading {
  538. height: 150px;
  539. overflow: hidden;
  540. padding: 0px;
  541. background: none;
  542. background-color: #F8F1DD;
  543. }
  544. /* line 53, ../sass/_systeme_commandes.scss */
  545. .liste-etablissements .boulangerie .panel-heading .img-back {
  546. width: 100%;
  547. height: auto;
  548. position: relative;
  549. top: -50%;
  550. }
  551. /* line 62, ../sass/_systeme_commandes.scss */
  552. .liste-etablissements .boulangerie .panel-body {
  553. position: relative;
  554. width: 100%;
  555. height: 120px;
  556. max-height: 120px;
  557. text-align: center;
  558. }
  559. /* line 69, ../sass/_systeme_commandes.scss */
  560. .liste-etablissements .boulangerie .panel-body h3 {
  561. margin-bottom: 4px;
  562. }
  563. /* line 73, ../sass/_systeme_commandes.scss */
  564. .liste-etablissements .boulangerie .panel-body .localite {
  565. color: gray;
  566. margin-bottom: 10px;
  567. }
  568. /* line 78, ../sass/_systeme_commandes.scss */
  569. .liste-etablissements .boulangerie .panel-body .glyphicon-check {
  570. color: #BB8757;
  571. font-size: 40px;
  572. position: absolute;
  573. top: 34px;
  574. left: 32px;
  575. }
  576. /* line 86, ../sass/_systeme_commandes.scss */
  577. .liste-etablissements .boulangerie .panel-body .remove {
  578. position: absolute;
  579. top: 10px;
  580. right: 10px;
  581. }
  582. /* line 92, ../sass/_systeme_commandes.scss */
  583. .liste-etablissements .boulangerie .panel-body .logo {
  584. display: none;
  585. width: 150px;
  586. position: absolute;
  587. top: -40px;
  588. left: 50%;
  589. margin-left: -75px;
  590. background-color: white;
  591. padding: 10px 20px;
  592. }
  593. /* line 106, ../sass/_systeme_commandes.scss */
  594. #index-commande {
  595. position: relative;
  596. }
  597. /* line 109, ../sass/_systeme_commandes.scss */
  598. #index-commande #logout {
  599. position: absolute;
  600. /*top: 45px ;
  601. right: 93px ;*/
  602. top: 0;
  603. right: 0;
  604. z-index: 10;
  605. }
  606. /* line 118, ../sass/_systeme_commandes.scss */
  607. #index-commande .accueil {
  608. text-align: center;
  609. padding-bottom: 20px;
  610. }
  611. /* line 123, ../sass/_systeme_commandes.scss */
  612. #index-commande #bloc-add-etablissement {
  613. padding-left: 0px;
  614. padding-right: 30px;
  615. }
  616. /* line 127, ../sass/_systeme_commandes.scss */
  617. #index-commande #bloc-add-etablissement .help-block {
  618. padding-bottom: 0px;
  619. }
  620. /* line 131, ../sass/_systeme_commandes.scss */
  621. #index-commande #bloc-add-etablissement .field-addetablissementform-id_etablissement {
  622. width: 80%;
  623. float: left;
  624. }
  625. /* line 136, ../sass/_systeme_commandes.scss */
  626. #index-commande #bloc-add-etablissement .field-addetablissementform-code {
  627. width: 70%;
  628. float: left;
  629. }
  630. /* line 141, ../sass/_systeme_commandes.scss */
  631. #index-commande #bloc-add-etablissement .btn {
  632. float: right;
  633. position: relative;
  634. top: 20px;
  635. }
  636. /* line 147, ../sass/_systeme_commandes.scss */
  637. #index-commande #bloc-add-etablissement .panel-heading {
  638. background: none;
  639. background-color: white;
  640. cursor: pointer;
  641. }
  642. /* line 153, ../sass/_systeme_commandes.scss */
  643. #index-commande #bloc-add-etablissement .panel-body {
  644. display: none;
  645. }
  646. /* line 159, ../sass/_systeme_commandes.scss */
  647. #index-commande #addetablissementform-id_etablissement option:disabled {
  648. font-weight: bold;
  649. color: black;
  650. }
  651. /* line 166, ../sass/_systeme_commandes.scss */
  652. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  653. width: 175px;
  654. }
  655. /* line 169, ../sass/_systeme_commandes.scss */
  656. #index-commande #historique-commandes .montant {
  657. width: 100px;
  658. }
  659. /* line 176, ../sass/_systeme_commandes.scss */
  660. #index-commande #historique-commandes .localite {
  661. font-size: 11px;
  662. lin-height: 11px;
  663. }
  664. /* line 181, ../sass/_systeme_commandes.scss */
  665. #index-commande #historique-commandes a {
  666. text-decoration: none;
  667. }
  668. /* line 188, ../sass/_systeme_commandes.scss */
  669. .commande-form {
  670. min-height: 600px;
  671. padding-bottom: 60px;
  672. }
  673. /* line 193, ../sass/_systeme_commandes.scss */
  674. .commande-form h2 {
  675. font-family: "myriadpro-regular";
  676. }
  677. /* line 197, ../sass/_systeme_commandes.scss */
  678. .commande-form #infos-importantes.alert-warning {
  679. float: right;
  680. }
  681. /* line 203, ../sass/_systeme_commandes.scss */
  682. .commande-form #datepicker-production .ui-datepicker {
  683. float: left;
  684. margin-right: 20px;
  685. font-size: 20px;
  686. }
  687. /* line 209, ../sass/_systeme_commandes.scss */
  688. .commande-form #datepicker-production .ui-datepicker-header {
  689. background-color: #BB8757;
  690. }
  691. /* line 213, ../sass/_systeme_commandes.scss */
  692. .commande-form #datepicker-production .ui-datepicker-title {
  693. color: white;
  694. }
  695. /* line 219, ../sass/_systeme_commandes.scss */
  696. .commande-form #datepicker-production .ui-datepicker-prev:hover,
  697. .commande-form #datepicker-production .ui-datepicker-next:hover {
  698. border: 0px none;
  699. background: none;
  700. }
  701. /* line 225, ../sass/_systeme_commandes.scss */
  702. .commande-form #datepicker-production .ui-helper-clearfix:after {
  703. clear: none;
  704. }
  705. /* line 230, ../sass/_systeme_commandes.scss */
  706. .commande-form #datepicker-production .ui-datepicker-calendar a {
  707. text-decoration: none;
  708. background-color: #F8F1DD;
  709. }
  710. /* line 233, ../sass/_systeme_commandes.scss */
  711. .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  712. background-color: #BB8757;
  713. color: white;
  714. border-color: #cdc3b7;
  715. }
  716. /* line 242, ../sass/_systeme_commandes.scss */
  717. .commande-form .date-commande {
  718. margin-bottom: 53px;
  719. }
  720. /* line 244, ../sass/_systeme_commandes.scss */
  721. .commande-form .date-commande span {
  722. background-color: #BB8757;
  723. color: white;
  724. -moz-border-radius: 10px;
  725. -webkit-border-radius: 10px;
  726. border-radius: 10px;
  727. padding: 10px;
  728. font-family: "myriadpro-regular";
  729. font-size: 20px;
  730. }
  731. /* line 254, ../sass/_systeme_commandes.scss */
  732. .commande-form #has-commande-en-cours {
  733. margin-top: 15px;
  734. }
  735. /* line 257, ../sass/_systeme_commandes.scss */
  736. .commande-form #has-commande-en-cours a {
  737. color: #a94442;
  738. text-decoration: none;
  739. font-weight: bold;
  740. }
  741. /* line 264, ../sass/_systeme_commandes.scss */
  742. .commande-form .field-commande-id_production {
  743. display: none;
  744. }
  745. /* line 268, ../sass/_systeme_commandes.scss */
  746. .commande-form .field-commande-id_point_vente {
  747. margin-top: 30px;
  748. }
  749. /* line 272, ../sass/_systeme_commandes.scss */
  750. .commande-form .field-commande-id_production {
  751. margin-bottom: 0px;
  752. }
  753. /* line 274, ../sass/_systeme_commandes.scss */
  754. .commande-form .field-commande-id_production label {
  755. margin-bottom: 0px;
  756. }
  757. /* line 278, ../sass/_systeme_commandes.scss */
  758. .commande-form .field-commande-id_production .help-block {
  759. margin-bottom: 0px;
  760. }
  761. /* line 283, ../sass/_systeme_commandes.scss */
  762. .commande-form .field-commande-id_point_vente {
  763. display: none;
  764. }
  765. /* line 287, ../sass/_systeme_commandes.scss */
  766. .commande-form .blocs {
  767. list-style-type: none;
  768. margin: 0px;
  769. padding: 0px;
  770. }
  771. /* line 292, ../sass/_systeme_commandes.scss */
  772. .commande-form .blocs .bloc {
  773. text-decoration: none;
  774. width: 268px;
  775. height: 130px;
  776. float: left;
  777. padding: 20px;
  778. margin-right: 20px;
  779. margin-bottom: 8px;
  780. cursor: pointer;
  781. float: left;
  782. background-color: #f9f9f9;
  783. background-color: white;
  784. border: 1px solid #d8d8d8;
  785. }
  786. /* line 307, ../sass/_systeme_commandes.scss */
  787. .commande-form .blocs .bloc .nom {
  788. font-family: "comfortaalight";
  789. font-size: 20px;
  790. }
  791. /* line 313, ../sass/_systeme_commandes.scss */
  792. .commande-form .blocs .bloc .adresse {
  793. color: gray;
  794. font-size: 13px;
  795. line-height: 16px;
  796. }
  797. /* line 319, ../sass/_systeme_commandes.scss */
  798. .commande-form .blocs .bloc .horaires {
  799. margin-top: 7px;
  800. }
  801. /* line 321, ../sass/_systeme_commandes.scss */
  802. .commande-form .blocs .bloc .horaires .jour {
  803. font-weight: bold;
  804. display: none;
  805. }
  806. /* line 328, ../sass/_systeme_commandes.scss */
  807. .commande-form .blocs .bloc.selected {
  808. border-left: solid 5px #BB8757;
  809. }
  810. /* line 331, ../sass/_systeme_commandes.scss */
  811. .commande-form .blocs .bloc.selected .contenu {
  812. position: relative;
  813. left: -4px;
  814. }
  815. /* line 337, ../sass/_systeme_commandes.scss */
  816. .commande-form .blocs .bloc:hover {
  817. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  818. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  819. box-shadow: 0px 0px 5px #d8d8d8;
  820. }
  821. /* line 342, ../sass/_systeme_commandes.scss */
  822. .commande-form .blocs .bloc.disabled {
  823. display: none;
  824. }
  825. /* line 349, ../sass/_systeme_commandes.scss */
  826. .commande-form #produits {
  827. margin-top: 15px;
  828. }
  829. /* line 352, ../sass/_systeme_commandes.scss */
  830. .commande-form #produits #label-produits {
  831. display: block;
  832. margin-bottom: 5px;
  833. }
  834. /* line 357, ../sass/_systeme_commandes.scss */
  835. .commande-form #produits .table {
  836. margin-top: 7px;
  837. }
  838. /* line 360, ../sass/_systeme_commandes.scss */
  839. .commande-form #produits .table .illu {
  840. float: left;
  841. height: auto;
  842. width: 70px;
  843. margin-right: 15px;
  844. }
  845. /* line 367, ../sass/_systeme_commandes.scss */
  846. .commande-form #produits .table .photo {
  847. padding: 0px;
  848. width: 120px;
  849. }
  850. /* line 372, ../sass/_systeme_commandes.scss */
  851. .commande-form #produits .table .th-photo, .commande-form #produits .table .td-photo {
  852. width: 120px;
  853. }
  854. /* line 376, ../sass/_systeme_commandes.scss */
  855. .commande-form #produits .table .nom {
  856. font-family: "comfortaalight";
  857. font-weight: bold;
  858. text-transform: uppercase;
  859. font-size: 18px;
  860. }
  861. /* line 383, ../sass/_systeme_commandes.scss */
  862. .commande-form #produits .table .description {
  863. font-style: italic;
  864. }
  865. /* line 387, ../sass/_systeme_commandes.scss */
  866. .commande-form #produits .table .recette {
  867. font-size: 12px;
  868. }
  869. /* line 391, ../sass/_systeme_commandes.scss */
  870. .commande-form #produits .table .input-group {
  871. width: 133px;
  872. }
  873. /* line 393, ../sass/_systeme_commandes.scss */
  874. .commande-form #produits .table .input-group .quantity {
  875. text-align: center;
  876. }
  877. /* line 398, ../sass/_systeme_commandes.scss */
  878. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  879. width: 150px;
  880. text-align: center;
  881. }
  882. /* line 403, ../sass/_systeme_commandes.scss */
  883. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  884. text-align: center;
  885. }
  886. /* line 407, ../sass/_systeme_commandes.scss */
  887. .commande-form #produits .table .epuise {
  888. display: none;
  889. text-transform: uppercase;
  890. color: #B32815;
  891. font-weight: bold;
  892. font-size: 16px;
  893. text-align: center;
  894. }
  895. /* line 416, ../sass/_systeme_commandes.scss */
  896. .commande-form #produits .table .quantite-restante {
  897. font-size: 12px;
  898. margin-top: 8px;
  899. }
  900. /* line 420, ../sass/_systeme_commandes.scss */
  901. .commande-form #produits .table .quantite-restante .nb {
  902. font-weight: bold;
  903. }
  904. /* line 425, ../sass/_systeme_commandes.scss */
  905. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  906. width: 70%;
  907. }
  908. /* line 429, ../sass/_systeme_commandes.scss */
  909. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  910. width: 10%;
  911. }
  912. /* line 433, ../sass/_systeme_commandes.scss */
  913. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  914. width: 10%;
  915. }
  916. /* line 437, ../sass/_systeme_commandes.scss */
  917. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  918. width: 10%;
  919. }
  920. /* line 443, ../sass/_systeme_commandes.scss */
  921. .commande-form #bar-fixed {
  922. display: none;
  923. position: fixed;
  924. bottom: 0px;
  925. z-index: 100;
  926. background-color: white;
  927. padding: 15px;
  928. margin-bottom: 0px;
  929. -moz-box-shadow: 0 0 5px gray;
  930. -webkit-box-shadow: 0 0 5px gray;
  931. box-shadow: 0 0 5px gray;
  932. -moz-border-radius: 10px 10px 0px 0px;
  933. -webkit-border-radius: 10px;
  934. border-radius: 10px 10px 0px 0px;
  935. border-top: solid 1px #e0e0e0;
  936. background-color: #F9F9F9;
  937. background-color: #F8F1DD;
  938. text-align: center;
  939. }
  940. /* line 460, ../sass/_systeme_commandes.scss */
  941. .commande-form #bar-fixed.not-fixed {
  942. position: relative;
  943. -moz-box-shadow: none;
  944. -webkit-box-shadow: none;
  945. box-shadow: none;
  946. -moz-border-radius: 0px;
  947. -webkit-border-radius: 0px;
  948. border-radius: 0px;
  949. border: solid 1px #e0e0e0;
  950. padding-right: 20px;
  951. }
  952. /* line 468, ../sass/_systeme_commandes.scss */
  953. .commande-form #bar-fixed #total-commande-bottom {
  954. background-color: white;
  955. -moz-border-radius: 20px;
  956. -webkit-border-radius: 20px;
  957. border-radius: 20px;
  958. padding: 5px 25px;
  959. border: solid 1px #e0e0e0;
  960. }
  961. /* line 475, ../sass/_systeme_commandes.scss */
  962. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  963. float: left;
  964. }
  965. /* line 479, ../sass/_systeme_commandes.scss */
  966. .commande-form #bar-fixed .btn-commentaire {
  967. margin-right: 10px;
  968. }
  969. /* line 483, ../sass/_systeme_commandes.scss */
  970. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  971. float: left;
  972. margin-right: 5px;
  973. }
  974. /* line 488, ../sass/_systeme_commandes.scss */
  975. .commande-form #bar-fixed .annuler-commande {
  976. color: #b92c28;
  977. background-color: white;
  978. }
  979. /* line 493, ../sass/_systeme_commandes.scss */
  980. .commande-form #bar-fixed #total-commande-bottom {
  981. display: none;
  982. font-weight: bold;
  983. font-family: "comfortaalight";
  984. font-size: 24px;
  985. }
  986. /* line 500, ../sass/_systeme_commandes.scss */
  987. .commande-form #bar-fixed .field-commande-commentaire {
  988. display: none;
  989. }
  990. /* line 508, ../sass/_systeme_commandes.scss */
  991. .ui-datepicker .ui-widget-header {
  992. background: none;
  993. background-color: gray;
  994. border: 0px none;
  995. color: black;
  996. font-weight: normal;
  997. }
  998. /* line 516, ../sass/_systeme_commandes.scss */
  999. .ui-datepicker .ui-datepicker-current-day a,
  1000. .ui-datepicker a.ui-state-hover {
  1001. background: none;
  1002. background-color: gray;
  1003. border-color: black;
  1004. color: black;
  1005. }
  1006. @media screen and (max-width: 1000px) {
  1007. /* line 3, ../sass/_responsive.scss */
  1008. #content {
  1009. padding-top: 0px;
  1010. }
  1011. /* line 7, ../sass/_responsive.scss */
  1012. #header {
  1013. position: relative;
  1014. }
  1015. /* line 12, ../sass/_responsive.scss */
  1016. #header nav ul {
  1017. margin-top: 5px;
  1018. float: left;
  1019. }
  1020. /* line 15, ../sass/_responsive.scss */
  1021. #header nav ul li {
  1022. float: right;
  1023. display: none;
  1024. }
  1025. /* line 19, ../sass/_responsive.scss */
  1026. #header nav ul li a {
  1027. padding: 5px;
  1028. height: auto;
  1029. line-height: 20px;
  1030. }
  1031. /* line 28, ../sass/_responsive.scss */
  1032. #header nav {
  1033. width: 100%;
  1034. }
  1035. /* line 30, ../sass/_responsive.scss */
  1036. #header nav ul {
  1037. float: none;
  1038. margin: 0px none;
  1039. }
  1040. /* line 36, ../sass/_responsive.scss */
  1041. #header nav ul li#logo {
  1042. display: block;
  1043. }
  1044. /* line 43, ../sass/_responsive.scss */
  1045. #header a#link-commander {
  1046. display: none;
  1047. }
  1048. /* line 48, ../sass/_responsive.scss */
  1049. #content #points-vente .content {
  1050. padding-left: 10px;
  1051. margin-top: 30px;
  1052. }
  1053. /* line 53, ../sass/_responsive.scss */
  1054. #menu-user {
  1055. position: relative;
  1056. top: 0px;
  1057. }
  1058. /* line 58, ../sass/_responsive.scss */
  1059. .connected #content {
  1060. padding-top: 0px;
  1061. }
  1062. }