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.

762 lines
20KB

  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 23, ../sass/screen.scss */
  55. body {
  56. color: #505050;
  57. font-family: "Arial";
  58. background-attachment: fixed;
  59. }
  60. /* line 29, ../sass/screen.scss */
  61. strong {
  62. font-weight: bold;
  63. }
  64. /* line 33, ../sass/screen.scss */
  65. a {
  66. color: #505050;
  67. text-decoration: underline;
  68. }
  69. /* line 37, ../sass/screen.scss */
  70. a:focus, a:active {
  71. outline-color: gray;
  72. color: black;
  73. }
  74. /* line 42, ../sass/screen.scss */
  75. a:hover {
  76. color: black;
  77. }
  78. /* line 46, ../sass/screen.scss */
  79. a.btn {
  80. text-decoration: none;
  81. }
  82. /* line 51, ../sass/screen.scss */
  83. p {
  84. padding-bottom: 20px;
  85. line-height: 21px;
  86. }
  87. /* line 56, ../sass/screen.scss */
  88. ul {
  89. padding-left: 20px;
  90. list-style-type: disc;
  91. margin-bottom: 10px;
  92. }
  93. /* line 61, ../sass/screen.scss */
  94. ul li {
  95. padding-left: 5px;
  96. }
  97. /* line 66, ../sass/screen.scss */
  98. .clr {
  99. clear: both;
  100. }
  101. /* line 70, ../sass/screen.scss */
  102. .btn {
  103. background-image: none;
  104. }
  105. /* line 74, ../sass/screen.scss */
  106. #main .alert {
  107. background-image: none;
  108. background-color: white;
  109. border-bottom-width: 3px;
  110. }
  111. /* line 82, ../sass/screen.scss */
  112. .alert.alert-warning a {
  113. color: #8a6d3b;
  114. }
  115. /* line 91, ../sass/screen.scss */
  116. #main {
  117. position: relative;
  118. }
  119. /* line 93, ../sass/screen.scss */
  120. #main .inner {
  121. width: 960px;
  122. margin: 0px auto;
  123. }
  124. /* line 99, ../sass/screen.scss */
  125. #header {
  126. z-index: 100;
  127. border-bottom: solid 1px #e0e0e0;
  128. background-color: white;
  129. height: 75px;
  130. -moz-box-shadow: 0px 0px 5px #ededed;
  131. -webkit-box-shadow: 0px 0px 5px #ededed;
  132. box-shadow: 0px 0px 5px #ededed;
  133. -moz-box-shadow: 0px 0px 5px #dcdcdc;
  134. -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  135. box-shadow: 0px 0px 5px #dcdcdc;
  136. }
  137. /* line 112, ../sass/screen.scss */
  138. #header .container {
  139. padding-left: 0px;
  140. position: relative;
  141. }
  142. /* line 117, ../sass/screen.scss */
  143. #header #link-home {
  144. position: relative;
  145. top: 15px;
  146. }
  147. /* line 120, ../sass/screen.scss */
  148. #header #link-home img {
  149. width: 37px;
  150. }
  151. /* line 126, ../sass/screen.scss */
  152. #header nav {
  153. position: relative;
  154. bottom: 25px;
  155. }
  156. /* line 129, ../sass/screen.scss */
  157. #header nav ul {
  158. float: right;
  159. }
  160. /* line 132, ../sass/screen.scss */
  161. #header nav ul li a {
  162. text-decoration: none;
  163. }
  164. /* line 135, ../sass/screen.scss */
  165. #header nav ul li a.active {
  166. background-color: #eee;
  167. }
  168. /* line 144, ../sass/screen.scss */
  169. #header #link-logout .nom {
  170. font-size: 10px;
  171. /*position: relative ;
  172. left: 20px ;
  173. top: -3px ;*/
  174. }
  175. /* line 153, ../sass/screen.scss */
  176. #main {
  177. padding: 0px;
  178. }
  179. /* line 163, ../sass/screen.scss */
  180. #content {
  181. position: relative;
  182. padding: 20px 0px;
  183. padding-bottom: 0px;
  184. padding-top: 15px;
  185. min-height: 500px;
  186. }
  187. /* line 171, ../sass/screen.scss */
  188. #content #description img {
  189. width: 100%;
  190. }
  191. /* line 176, ../sass/screen.scss */
  192. #content .item {
  193. position: relative;
  194. min-height: 250px;
  195. }
  196. /* line 180, ../sass/screen.scss */
  197. #content .item .container {
  198. padding: 20px;
  199. position: relative;
  200. }
  201. /* line 185, ../sass/screen.scss */
  202. #content .item .separateur {
  203. width: 600px;
  204. border-top: 1px solid #e0e0e0;
  205. margin: 0px auto;
  206. padding-top: 20px;
  207. margin-top: 20px;
  208. }
  209. /* line 193, ../sass/screen.scss */
  210. #content .item h2 {
  211. color: black;
  212. padding-bottom: 50px;
  213. font-size: 25px;
  214. line-height: 35px;
  215. font-family: "myriadpro-regular";
  216. text-transform: uppercase;
  217. text-align: center;
  218. position: relative;
  219. margin-top: 30px;
  220. }
  221. /* line 205, ../sass/screen.scss */
  222. #content .item h3 {
  223. color: black;
  224. font-family: "comfortaalight";
  225. font-size: 20px;
  226. padding-bottom: 12px;
  227. }
  228. /* line 212, ../sass/screen.scss */
  229. #content .item .icon {
  230. position: absolute;
  231. }
  232. /* line 223, ../sass/screen.scss */
  233. #content #contact .icon {
  234. width: 55px;
  235. top: -15px;
  236. margin-left: -70px;
  237. }
  238. /* line 232, ../sass/screen.scss */
  239. #content #contact .form-control:focus {
  240. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  241. border-color: $jaune ;*/
  242. }
  243. /* line 237, ../sass/screen.scss */
  244. #content #contact .form-group {
  245. text-align: center;
  246. }
  247. /* line 241, ../sass/screen.scss */
  248. #content #contact .img-right {
  249. float: right;
  250. }
  251. /* line 244, ../sass/screen.scss */
  252. #content #contact .img-right img {
  253. width: 300px;
  254. }
  255. /* line 251, ../sass/screen.scss */
  256. .form-control:focus {
  257. /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
  258. border-color: $jaune ;*/
  259. }
  260. /* line 256, ../sass/screen.scss */
  261. #footer {
  262. height: 50px;
  263. background-color: white;
  264. text-align: center;
  265. border-top: 1px solid #e0e0e0;
  266. padding-top: 30px;
  267. padding-bottom: 60px;
  268. position: relative;
  269. }
  270. /* line 268, ../sass/screen.scss */
  271. #footer a {
  272. color: #7e7e7e;
  273. text-transform: uppercase;
  274. text-decoration: none;
  275. }
  276. /* line 273, ../sass/screen.scss */
  277. #footer a:hover {
  278. color: black;
  279. }
  280. /* line 279, ../sass/screen.scss */
  281. #content #mentions {
  282. padding-top: 20px;
  283. }
  284. /* line 282, ../sass/screen.scss */
  285. #content #mentions div.content {
  286. width: 60%;
  287. font-size: 90%;
  288. }
  289. /* line 287, ../sass/screen.scss */
  290. #content #mentions p {
  291. padding-bottom: 15px;
  292. }
  293. /* line 291, ../sass/screen.scss */
  294. #content #mentions h2 {
  295. color: black;
  296. padding-bottom: 40px;
  297. font-size: 25px;
  298. line-height: 35px;
  299. font-family: "myriadpro-regular";
  300. }
  301. /* line 299, ../sass/screen.scss */
  302. #content #mentions h3 {
  303. font-family: "comfortaaregular";
  304. font-size: 18px;
  305. padding-bottom: 12px;
  306. margin-top: 10px;
  307. color: black;
  308. }
  309. /* line 310, ../sass/screen.scss */
  310. .mentions #main, .mentions body {
  311. background-color: white;
  312. }
  313. /* line 315, ../sass/screen.scss */
  314. .vegas-loading {
  315. display: none;
  316. }
  317. /* line 322, ../sass/screen.scss */
  318. #profil-user .form-group.field-user-no_mail label {
  319. font-weight: normal;
  320. }
  321. /* line 326, ../sass/screen.scss */
  322. #profil-user .form-group label {
  323. cursor: pointer;
  324. }
  325. /* line 331, ../sass/screen.scss */
  326. #profil-user #mails-jours-prod .form-group {
  327. float: left;
  328. margin-right: 15px;
  329. }
  330. /* line 334, ../sass/screen.scss */
  331. #profil-user #mails-jours-prod .form-group label {
  332. font-weight: normal;
  333. }
  334. /* line 340, ../sass/screen.scss */
  335. #profil-user p.strong {
  336. font-weight: bold;
  337. }
  338. /* signup */
  339. /* line 349, ../sass/screen.scss */
  340. #form-signup #champs-boulanger {
  341. display: none;
  342. }
  343. /* line 2, ../sass/_systeme_commandes.scss */
  344. h1.title-systeme-commande {
  345. color: black;
  346. padding-bottom: 35px;
  347. font-size: 25px;
  348. line-height: 35px;
  349. font-family: "myriadpro-regular";
  350. text-transform: uppercase;
  351. text-align: center;
  352. position: relative;
  353. margin-top: 30px;
  354. }
  355. /* line 13, ../sass/_systeme_commandes.scss */
  356. h1.title-systeme-commande img {
  357. width: 35px;
  358. margin-right: 7px;
  359. }
  360. /* line 19, ../sass/_systeme_commandes.scss */
  361. h2 {
  362. font-size: 20px;
  363. text-transform: uppercase;
  364. }
  365. /* line 26, ../sass/_systeme_commandes.scss */
  366. #index-commande {
  367. position: relative;
  368. }
  369. /* line 29, ../sass/_systeme_commandes.scss */
  370. #index-commande #logout {
  371. position: absolute;
  372. /*top: 45px ;
  373. right: 93px ;*/
  374. top: 0;
  375. right: 0;
  376. z-index: 10;
  377. }
  378. /* line 38, ../sass/_systeme_commandes.scss */
  379. #index-commande .accueil {
  380. text-align: center;
  381. padding-bottom: 20px;
  382. }
  383. /* line 44, ../sass/_systeme_commandes.scss */
  384. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  385. width: 175px;
  386. }
  387. /* line 47, ../sass/_systeme_commandes.scss */
  388. #index-commande #historique-commandes .montant {
  389. width: 100px;
  390. }
  391. /* line 54, ../sass/_systeme_commandes.scss */
  392. #index-commande #historique-commandes .localite {
  393. font-size: 11px;
  394. lin-height: 11px;
  395. }
  396. /* line 59, ../sass/_systeme_commandes.scss */
  397. #index-commande #historique-commandes a {
  398. text-decoration: none;
  399. }
  400. /* line 66, ../sass/_systeme_commandes.scss */
  401. .commande-form {
  402. min-height: 600px;
  403. }
  404. /* line 70, ../sass/_systeme_commandes.scss */
  405. .commande-form h2 {
  406. font-family: "myriadpro-regular";
  407. }
  408. /* line 74, ../sass/_systeme_commandes.scss */
  409. .commande-form #infos-importantes.alert-warning {
  410. float: right;
  411. }
  412. /* line 80, ../sass/_systeme_commandes.scss */
  413. .commande-form #datepicker-production .ui-datepicker {
  414. float: left;
  415. margin-right: 20px;
  416. }
  417. /* line 85, ../sass/_systeme_commandes.scss */
  418. .commande-form #datepicker-production .ui-helper-clearfix:after {
  419. clear: none;
  420. }
  421. /* line 89, ../sass/_systeme_commandes.scss */
  422. .commande-form #datepicker-production .alert-info {
  423. float: left;
  424. }
  425. /* line 94, ../sass/_systeme_commandes.scss */
  426. .commande-form #has-commande-en-cours {
  427. margin-top: 15px;
  428. }
  429. /* line 97, ../sass/_systeme_commandes.scss */
  430. .commande-form #has-commande-en-cours a {
  431. color: #a94442;
  432. text-decoration: none;
  433. font-weight: bold;
  434. }
  435. /* line 104, ../sass/_systeme_commandes.scss */
  436. .commande-form .field-commande-id_point_vente {
  437. margin-top: 30px;
  438. }
  439. /* line 108, ../sass/_systeme_commandes.scss */
  440. .commande-form .field-commande-id_production {
  441. margin-bottom: 0px;
  442. }
  443. /* line 110, ../sass/_systeme_commandes.scss */
  444. .commande-form .field-commande-id_production label {
  445. margin-bottom: 0px;
  446. }
  447. /* line 114, ../sass/_systeme_commandes.scss */
  448. .commande-form .field-commande-id_production .help-block {
  449. margin-bottom: 0px;
  450. }
  451. /* line 119, ../sass/_systeme_commandes.scss */
  452. .commande-form ul#points-vente {
  453. list-style-type: none;
  454. margin: 0px;
  455. padding: 0px;
  456. }
  457. /* line 124, ../sass/_systeme_commandes.scss */
  458. .commande-form ul#points-vente .point-vente {
  459. width: 268px;
  460. height: 130px;
  461. float: left;
  462. padding: 20px;
  463. margin-right: 20px;
  464. margin-bottom: 8px;
  465. cursor: pointer;
  466. float: left;
  467. background-color: #f9f9f9;
  468. border: 1px solid #d8d8d8;
  469. }
  470. /* line 137, ../sass/_systeme_commandes.scss */
  471. .commande-form ul#points-vente .point-vente .nom {
  472. font-family: "comfortaalight";
  473. font-size: 20px;
  474. }
  475. /* line 143, ../sass/_systeme_commandes.scss */
  476. .commande-form ul#points-vente .point-vente .adresse {
  477. color: gray;
  478. font-size: 13px;
  479. line-height: 16px;
  480. }
  481. /* line 149, ../sass/_systeme_commandes.scss */
  482. .commande-form ul#points-vente .point-vente .horaires {
  483. margin-top: 7px;
  484. }
  485. /* line 151, ../sass/_systeme_commandes.scss */
  486. .commande-form ul#points-vente .point-vente .horaires .jour {
  487. font-weight: bold;
  488. display: none;
  489. }
  490. /* line 157, ../sass/_systeme_commandes.scss */
  491. .commande-form ul#points-vente .point-vente.selected {
  492. border-left: solid 5px black;
  493. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  494. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  495. box-shadow: 0px 0px 5px #d8d8d8;
  496. }
  497. /* line 161, ../sass/_systeme_commandes.scss */
  498. .commande-form ul#points-vente .point-vente.selected .contenu {
  499. position: relative;
  500. left: -4px;
  501. }
  502. /* line 167, ../sass/_systeme_commandes.scss */
  503. .commande-form ul#points-vente .point-vente:hover {
  504. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  505. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  506. box-shadow: 0px 0px 5px #d8d8d8;
  507. }
  508. /* line 172, ../sass/_systeme_commandes.scss */
  509. .commande-form ul#points-vente .point-vente.disabled {
  510. display: none;
  511. }
  512. /* line 179, ../sass/_systeme_commandes.scss */
  513. .commande-form #produits {
  514. margin-top: 15px;
  515. }
  516. /* line 182, ../sass/_systeme_commandes.scss */
  517. .commande-form #produits #label-produits {
  518. display: block;
  519. margin-bottom: 5px;
  520. }
  521. /* line 187, ../sass/_systeme_commandes.scss */
  522. .commande-form #produits .table {
  523. margin-top: 7px;
  524. }
  525. /* line 190, ../sass/_systeme_commandes.scss */
  526. .commande-form #produits .table .illu {
  527. float: left;
  528. height: auto;
  529. width: 70px;
  530. margin-right: 15px;
  531. }
  532. /* line 197, ../sass/_systeme_commandes.scss */
  533. .commande-form #produits .table .photo {
  534. float: right;
  535. margin-left: 10px;
  536. width: 200px;
  537. }
  538. /* line 203, ../sass/_systeme_commandes.scss */
  539. .commande-form #produits .table .nom {
  540. font-family: "comfortaalight";
  541. font-weight: bold;
  542. text-transform: uppercase;
  543. font-size: 18px;
  544. }
  545. /* line 210, ../sass/_systeme_commandes.scss */
  546. .commande-form #produits .table .description {
  547. font-style: italic;
  548. }
  549. /* line 214, ../sass/_systeme_commandes.scss */
  550. .commande-form #produits .table .recette {
  551. font-size: 12px;
  552. }
  553. /* line 218, ../sass/_systeme_commandes.scss */
  554. .commande-form #produits .table .input-group {
  555. width: 133px;
  556. }
  557. /* line 220, ../sass/_systeme_commandes.scss */
  558. .commande-form #produits .table .input-group .quantity {
  559. text-align: center;
  560. }
  561. /* line 225, ../sass/_systeme_commandes.scss */
  562. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  563. width: 150px;
  564. text-align: center;
  565. }
  566. /* line 230, ../sass/_systeme_commandes.scss */
  567. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  568. text-align: center;
  569. }
  570. /* line 234, ../sass/_systeme_commandes.scss */
  571. .commande-form #produits .table .epuise {
  572. display: none;
  573. text-transform: uppercase;
  574. color: #B32815;
  575. font-weight: bold;
  576. font-size: 16px;
  577. text-align: center;
  578. }
  579. /* line 243, ../sass/_systeme_commandes.scss */
  580. .commande-form #produits .table .quantite-restante {
  581. font-size: 12px;
  582. margin-top: 8px;
  583. }
  584. /* line 247, ../sass/_systeme_commandes.scss */
  585. .commande-form #produits .table .quantite-restante .nb {
  586. font-weight: bold;
  587. }
  588. /* line 252, ../sass/_systeme_commandes.scss */
  589. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  590. width: 70%;
  591. }
  592. /* line 256, ../sass/_systeme_commandes.scss */
  593. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  594. width: 10%;
  595. }
  596. /* line 260, ../sass/_systeme_commandes.scss */
  597. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  598. width: 10%;
  599. }
  600. /* line 264, ../sass/_systeme_commandes.scss */
  601. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  602. width: 10%;
  603. }
  604. /* line 270, ../sass/_systeme_commandes.scss */
  605. .commande-form #bar-fixed {
  606. position: fixed;
  607. bottom: 0px;
  608. left: 0px;
  609. z-index: 100;
  610. width: 100%;
  611. background-color: white;
  612. padding: 15px;
  613. margin-bottom: 0px;
  614. -moz-box-shadow: 0 0 5px #e0e0e0;
  615. -webkit-box-shadow: 0 0 5px #e0e0e0;
  616. box-shadow: 0 0 5px #e0e0e0;
  617. border-top: solid 1px #e0e0e0;
  618. background-color: #F9F9F9;
  619. text-align: center;
  620. }
  621. /* line 284, ../sass/_systeme_commandes.scss */
  622. .commande-form #bar-fixed #total-commande-bottom {
  623. background-color: white;
  624. -moz-border-radius: 20px;
  625. -webkit-border-radius: 20px;
  626. border-radius: 20px;
  627. padding: 5px 25px;
  628. border: solid 1px #e0e0e0;
  629. }
  630. /* line 291, ../sass/_systeme_commandes.scss */
  631. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  632. float: right;
  633. }
  634. /* line 295, ../sass/_systeme_commandes.scss */
  635. .commande-form #bar-fixed .btn-commentaire {
  636. margin-right: 10px;
  637. }
  638. /* line 299, ../sass/_systeme_commandes.scss */
  639. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  640. float: left;
  641. margin-right: 5px;
  642. }
  643. /* line 304, ../sass/_systeme_commandes.scss */
  644. .commande-form #bar-fixed .annuler-commande {
  645. color: #b92c28;
  646. background-color: white;
  647. }
  648. /* line 309, ../sass/_systeme_commandes.scss */
  649. .commande-form #bar-fixed #total-commande-bottom {
  650. display: none;
  651. font-weight: bold;
  652. font-family: "comfortaalight";
  653. font-size: 24px;
  654. }
  655. /* line 316, ../sass/_systeme_commandes.scss */
  656. .commande-form #bar-fixed .field-commande-commentaire {
  657. display: none;
  658. }
  659. /* line 324, ../sass/_systeme_commandes.scss */
  660. .ui-datepicker .ui-widget-header {
  661. background: none;
  662. background-color: gray;
  663. border: 0px none;
  664. color: black;
  665. font-weight: normal;
  666. }
  667. /* line 332, ../sass/_systeme_commandes.scss */
  668. .ui-datepicker .ui-datepicker-current-day a,
  669. .ui-datepicker a.ui-state-hover {
  670. background: none;
  671. background-color: gray;
  672. border-color: black;
  673. color: black;
  674. }
  675. @media screen and (max-width: 1000px) {
  676. /* line 3, ../sass/_responsive.scss */
  677. #content {
  678. padding-top: 0px;
  679. }
  680. /* line 7, ../sass/_responsive.scss */
  681. #header {
  682. position: relative;
  683. }
  684. /* line 12, ../sass/_responsive.scss */
  685. #header nav ul {
  686. margin-top: 5px;
  687. float: left;
  688. }
  689. /* line 15, ../sass/_responsive.scss */
  690. #header nav ul li {
  691. float: right;
  692. display: none;
  693. }
  694. /* line 19, ../sass/_responsive.scss */
  695. #header nav ul li a {
  696. padding: 5px;
  697. height: auto;
  698. line-height: 20px;
  699. }
  700. /* line 28, ../sass/_responsive.scss */
  701. #header nav {
  702. width: 100%;
  703. }
  704. /* line 30, ../sass/_responsive.scss */
  705. #header nav ul {
  706. float: none;
  707. margin: 0px none;
  708. }
  709. /* line 36, ../sass/_responsive.scss */
  710. #header nav ul li#logo {
  711. display: block;
  712. }
  713. /* line 43, ../sass/_responsive.scss */
  714. #header a#link-commander {
  715. display: none;
  716. }
  717. /* line 48, ../sass/_responsive.scss */
  718. #content #points-vente .content {
  719. padding-left: 10px;
  720. margin-top: 30px;
  721. }
  722. /* line 53, ../sass/_responsive.scss */
  723. #menu-user {
  724. position: relative;
  725. top: 0px;
  726. }
  727. /* line 58, ../sass/_responsive.scss */
  728. .connected #content {
  729. padding-top: 0px;
  730. }
  731. }