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.

1094 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 .btn {
  627. float: right;
  628. position: relative;
  629. top: 20px;
  630. }
  631. /* line 142, ../sass/_systeme_commandes.scss */
  632. #index-commande #bloc-add-etablissement .panel-heading {
  633. background: none;
  634. background-color: white;
  635. cursor: pointer;
  636. }
  637. /* line 148, ../sass/_systeme_commandes.scss */
  638. #index-commande #bloc-add-etablissement .panel-body {
  639. display: none;
  640. }
  641. /* line 154, ../sass/_systeme_commandes.scss */
  642. #index-commande #addetablissementform-id_etablissement option:disabled {
  643. font-weight: bold;
  644. color: black;
  645. }
  646. /* line 161, ../sass/_systeme_commandes.scss */
  647. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  648. width: 175px;
  649. }
  650. /* line 164, ../sass/_systeme_commandes.scss */
  651. #index-commande #historique-commandes .montant {
  652. width: 100px;
  653. }
  654. /* line 171, ../sass/_systeme_commandes.scss */
  655. #index-commande #historique-commandes .localite {
  656. font-size: 11px;
  657. lin-height: 11px;
  658. }
  659. /* line 176, ../sass/_systeme_commandes.scss */
  660. #index-commande #historique-commandes a {
  661. text-decoration: none;
  662. }
  663. /* line 183, ../sass/_systeme_commandes.scss */
  664. .commande-form {
  665. min-height: 600px;
  666. padding-bottom: 60px;
  667. }
  668. /* line 188, ../sass/_systeme_commandes.scss */
  669. .commande-form h2 {
  670. font-family: "myriadpro-regular";
  671. }
  672. /* line 192, ../sass/_systeme_commandes.scss */
  673. .commande-form #infos-importantes.alert-warning {
  674. float: right;
  675. }
  676. /* line 198, ../sass/_systeme_commandes.scss */
  677. .commande-form #datepicker-production .ui-datepicker {
  678. float: left;
  679. margin-right: 20px;
  680. font-size: 20px;
  681. }
  682. /* line 204, ../sass/_systeme_commandes.scss */
  683. .commande-form #datepicker-production .ui-datepicker-header {
  684. background-color: #BB8757;
  685. }
  686. /* line 208, ../sass/_systeme_commandes.scss */
  687. .commande-form #datepicker-production .ui-datepicker-title {
  688. color: white;
  689. }
  690. /* line 214, ../sass/_systeme_commandes.scss */
  691. .commande-form #datepicker-production .ui-datepicker-prev:hover,
  692. .commande-form #datepicker-production .ui-datepicker-next:hover {
  693. border: 0px none;
  694. background: none;
  695. }
  696. /* line 220, ../sass/_systeme_commandes.scss */
  697. .commande-form #datepicker-production .ui-helper-clearfix:after {
  698. clear: none;
  699. }
  700. /* line 225, ../sass/_systeme_commandes.scss */
  701. .commande-form #datepicker-production .ui-datepicker-calendar a {
  702. text-decoration: none;
  703. background-color: #F8F1DD;
  704. }
  705. /* line 228, ../sass/_systeme_commandes.scss */
  706. .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
  707. background-color: #BB8757;
  708. color: white;
  709. border-color: #cdc3b7;
  710. }
  711. /* line 237, ../sass/_systeme_commandes.scss */
  712. .commande-form .date-commande {
  713. margin-bottom: 53px;
  714. }
  715. /* line 239, ../sass/_systeme_commandes.scss */
  716. .commande-form .date-commande span {
  717. background-color: #BB8757;
  718. color: white;
  719. -moz-border-radius: 10px;
  720. -webkit-border-radius: 10px;
  721. border-radius: 10px;
  722. padding: 10px;
  723. font-family: "myriadpro-regular";
  724. font-size: 20px;
  725. }
  726. /* line 249, ../sass/_systeme_commandes.scss */
  727. .commande-form #has-commande-en-cours {
  728. margin-top: 15px;
  729. }
  730. /* line 252, ../sass/_systeme_commandes.scss */
  731. .commande-form #has-commande-en-cours a {
  732. color: #a94442;
  733. text-decoration: none;
  734. font-weight: bold;
  735. }
  736. /* line 259, ../sass/_systeme_commandes.scss */
  737. .commande-form .field-commande-id_production {
  738. display: none;
  739. }
  740. /* line 263, ../sass/_systeme_commandes.scss */
  741. .commande-form .field-commande-id_point_vente {
  742. margin-top: 30px;
  743. }
  744. /* line 267, ../sass/_systeme_commandes.scss */
  745. .commande-form .field-commande-id_production {
  746. margin-bottom: 0px;
  747. }
  748. /* line 269, ../sass/_systeme_commandes.scss */
  749. .commande-form .field-commande-id_production label {
  750. margin-bottom: 0px;
  751. }
  752. /* line 273, ../sass/_systeme_commandes.scss */
  753. .commande-form .field-commande-id_production .help-block {
  754. margin-bottom: 0px;
  755. }
  756. /* line 278, ../sass/_systeme_commandes.scss */
  757. .commande-form .field-commande-id_point_vente {
  758. display: none;
  759. }
  760. /* line 282, ../sass/_systeme_commandes.scss */
  761. .commande-form .blocs {
  762. list-style-type: none;
  763. margin: 0px;
  764. padding: 0px;
  765. }
  766. /* line 287, ../sass/_systeme_commandes.scss */
  767. .commande-form .blocs .bloc {
  768. text-decoration: none;
  769. width: 268px;
  770. height: 130px;
  771. float: left;
  772. padding: 20px;
  773. margin-right: 20px;
  774. margin-bottom: 8px;
  775. cursor: pointer;
  776. float: left;
  777. background-color: #f9f9f9;
  778. background-color: white;
  779. border: 1px solid #d8d8d8;
  780. }
  781. /* line 302, ../sass/_systeme_commandes.scss */
  782. .commande-form .blocs .bloc .nom {
  783. font-family: "comfortaalight";
  784. font-size: 20px;
  785. }
  786. /* line 308, ../sass/_systeme_commandes.scss */
  787. .commande-form .blocs .bloc .adresse {
  788. color: gray;
  789. font-size: 13px;
  790. line-height: 16px;
  791. }
  792. /* line 314, ../sass/_systeme_commandes.scss */
  793. .commande-form .blocs .bloc .horaires {
  794. margin-top: 7px;
  795. }
  796. /* line 316, ../sass/_systeme_commandes.scss */
  797. .commande-form .blocs .bloc .horaires .jour {
  798. font-weight: bold;
  799. display: none;
  800. }
  801. /* line 323, ../sass/_systeme_commandes.scss */
  802. .commande-form .blocs .bloc.selected {
  803. border-left: solid 5px #BB8757;
  804. }
  805. /* line 326, ../sass/_systeme_commandes.scss */
  806. .commande-form .blocs .bloc.selected .contenu {
  807. position: relative;
  808. left: -4px;
  809. }
  810. /* line 332, ../sass/_systeme_commandes.scss */
  811. .commande-form .blocs .bloc:hover {
  812. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  813. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  814. box-shadow: 0px 0px 5px #d8d8d8;
  815. }
  816. /* line 337, ../sass/_systeme_commandes.scss */
  817. .commande-form .blocs .bloc.disabled {
  818. display: none;
  819. }
  820. /* line 344, ../sass/_systeme_commandes.scss */
  821. .commande-form #produits {
  822. margin-top: 15px;
  823. }
  824. /* line 347, ../sass/_systeme_commandes.scss */
  825. .commande-form #produits #label-produits {
  826. display: block;
  827. margin-bottom: 5px;
  828. }
  829. /* line 352, ../sass/_systeme_commandes.scss */
  830. .commande-form #produits .table {
  831. margin-top: 7px;
  832. }
  833. /* line 355, ../sass/_systeme_commandes.scss */
  834. .commande-form #produits .table .illu {
  835. float: left;
  836. height: auto;
  837. width: 70px;
  838. margin-right: 15px;
  839. }
  840. /* line 362, ../sass/_systeme_commandes.scss */
  841. .commande-form #produits .table .photo {
  842. padding: 0px;
  843. width: 120px;
  844. }
  845. /* line 367, ../sass/_systeme_commandes.scss */
  846. .commande-form #produits .table .th-photo, .commande-form #produits .table .td-photo {
  847. width: 120px;
  848. }
  849. /* line 371, ../sass/_systeme_commandes.scss */
  850. .commande-form #produits .table .nom {
  851. font-family: "comfortaalight";
  852. font-weight: bold;
  853. text-transform: uppercase;
  854. font-size: 18px;
  855. }
  856. /* line 378, ../sass/_systeme_commandes.scss */
  857. .commande-form #produits .table .description {
  858. font-style: italic;
  859. }
  860. /* line 382, ../sass/_systeme_commandes.scss */
  861. .commande-form #produits .table .recette {
  862. font-size: 12px;
  863. }
  864. /* line 386, ../sass/_systeme_commandes.scss */
  865. .commande-form #produits .table .input-group {
  866. width: 133px;
  867. }
  868. /* line 388, ../sass/_systeme_commandes.scss */
  869. .commande-form #produits .table .input-group .quantity {
  870. text-align: center;
  871. }
  872. /* line 393, ../sass/_systeme_commandes.scss */
  873. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  874. width: 150px;
  875. text-align: center;
  876. }
  877. /* line 398, ../sass/_systeme_commandes.scss */
  878. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  879. text-align: center;
  880. }
  881. /* line 402, ../sass/_systeme_commandes.scss */
  882. .commande-form #produits .table .epuise {
  883. display: none;
  884. text-transform: uppercase;
  885. color: #B32815;
  886. font-weight: bold;
  887. font-size: 16px;
  888. text-align: center;
  889. }
  890. /* line 411, ../sass/_systeme_commandes.scss */
  891. .commande-form #produits .table .quantite-restante {
  892. font-size: 12px;
  893. margin-top: 8px;
  894. }
  895. /* line 415, ../sass/_systeme_commandes.scss */
  896. .commande-form #produits .table .quantite-restante .nb {
  897. font-weight: bold;
  898. }
  899. /* line 420, ../sass/_systeme_commandes.scss */
  900. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  901. width: 70%;
  902. }
  903. /* line 424, ../sass/_systeme_commandes.scss */
  904. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  905. width: 10%;
  906. }
  907. /* line 428, ../sass/_systeme_commandes.scss */
  908. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  909. width: 10%;
  910. }
  911. /* line 432, ../sass/_systeme_commandes.scss */
  912. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  913. width: 10%;
  914. }
  915. /* line 438, ../sass/_systeme_commandes.scss */
  916. .commande-form #bar-fixed {
  917. display: none;
  918. position: fixed;
  919. bottom: 0px;
  920. z-index: 100;
  921. background-color: white;
  922. padding: 15px;
  923. margin-bottom: 0px;
  924. -moz-box-shadow: 0 0 5px gray;
  925. -webkit-box-shadow: 0 0 5px gray;
  926. box-shadow: 0 0 5px gray;
  927. -moz-border-radius: 10px 10px 0px 0px;
  928. -webkit-border-radius: 10px;
  929. border-radius: 10px 10px 0px 0px;
  930. border-top: solid 1px #e0e0e0;
  931. background-color: #F9F9F9;
  932. background-color: #F8F1DD;
  933. text-align: center;
  934. }
  935. /* line 455, ../sass/_systeme_commandes.scss */
  936. .commande-form #bar-fixed.not-fixed {
  937. position: relative;
  938. -moz-box-shadow: none;
  939. -webkit-box-shadow: none;
  940. box-shadow: none;
  941. -moz-border-radius: 0px;
  942. -webkit-border-radius: 0px;
  943. border-radius: 0px;
  944. border: solid 1px #e0e0e0;
  945. padding-right: 20px;
  946. }
  947. /* line 463, ../sass/_systeme_commandes.scss */
  948. .commande-form #bar-fixed #total-commande-bottom {
  949. background-color: white;
  950. -moz-border-radius: 20px;
  951. -webkit-border-radius: 20px;
  952. border-radius: 20px;
  953. padding: 5px 25px;
  954. border: solid 1px #e0e0e0;
  955. }
  956. /* line 470, ../sass/_systeme_commandes.scss */
  957. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  958. float: left;
  959. }
  960. /* line 474, ../sass/_systeme_commandes.scss */
  961. .commande-form #bar-fixed .btn-commentaire {
  962. margin-right: 10px;
  963. }
  964. /* line 478, ../sass/_systeme_commandes.scss */
  965. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  966. float: left;
  967. margin-right: 5px;
  968. }
  969. /* line 483, ../sass/_systeme_commandes.scss */
  970. .commande-form #bar-fixed .annuler-commande {
  971. color: #b92c28;
  972. background-color: white;
  973. }
  974. /* line 488, ../sass/_systeme_commandes.scss */
  975. .commande-form #bar-fixed #total-commande-bottom {
  976. display: none;
  977. font-weight: bold;
  978. font-family: "comfortaalight";
  979. font-size: 24px;
  980. }
  981. /* line 495, ../sass/_systeme_commandes.scss */
  982. .commande-form #bar-fixed .field-commande-commentaire {
  983. display: none;
  984. }
  985. /* line 503, ../sass/_systeme_commandes.scss */
  986. .ui-datepicker .ui-widget-header {
  987. background: none;
  988. background-color: gray;
  989. border: 0px none;
  990. color: black;
  991. font-weight: normal;
  992. }
  993. /* line 511, ../sass/_systeme_commandes.scss */
  994. .ui-datepicker .ui-datepicker-current-day a,
  995. .ui-datepicker a.ui-state-hover {
  996. background: none;
  997. background-color: gray;
  998. border-color: black;
  999. color: black;
  1000. }
  1001. @media screen and (max-width: 1000px) {
  1002. /* line 3, ../sass/_responsive.scss */
  1003. #content {
  1004. padding-top: 0px;
  1005. }
  1006. /* line 7, ../sass/_responsive.scss */
  1007. #header {
  1008. position: relative;
  1009. }
  1010. /* line 12, ../sass/_responsive.scss */
  1011. #header nav ul {
  1012. margin-top: 5px;
  1013. float: left;
  1014. }
  1015. /* line 15, ../sass/_responsive.scss */
  1016. #header nav ul li {
  1017. float: right;
  1018. display: none;
  1019. }
  1020. /* line 19, ../sass/_responsive.scss */
  1021. #header nav ul li a {
  1022. padding: 5px;
  1023. height: auto;
  1024. line-height: 20px;
  1025. }
  1026. /* line 28, ../sass/_responsive.scss */
  1027. #header nav {
  1028. width: 100%;
  1029. }
  1030. /* line 30, ../sass/_responsive.scss */
  1031. #header nav ul {
  1032. float: none;
  1033. margin: 0px none;
  1034. }
  1035. /* line 36, ../sass/_responsive.scss */
  1036. #header nav ul li#logo {
  1037. display: block;
  1038. }
  1039. /* line 43, ../sass/_responsive.scss */
  1040. #header a#link-commander {
  1041. display: none;
  1042. }
  1043. /* line 48, ../sass/_responsive.scss */
  1044. #content #points-vente .content {
  1045. padding-left: 10px;
  1046. margin-top: 30px;
  1047. }
  1048. /* line 53, ../sass/_responsive.scss */
  1049. #menu-user {
  1050. position: relative;
  1051. top: 0px;
  1052. }
  1053. /* line 58, ../sass/_responsive.scss */
  1054. .connected #content {
  1055. padding-top: 0px;
  1056. }
  1057. }