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.

756 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. /* line 2, ../sass/_systeme_commandes.scss */
  339. h1.title-systeme-commande {
  340. color: black;
  341. padding-bottom: 35px;
  342. font-size: 25px;
  343. line-height: 35px;
  344. font-family: "myriadpro-regular";
  345. text-transform: uppercase;
  346. text-align: center;
  347. position: relative;
  348. margin-top: 30px;
  349. }
  350. /* line 13, ../sass/_systeme_commandes.scss */
  351. h1.title-systeme-commande img {
  352. width: 35px;
  353. margin-right: 7px;
  354. }
  355. /* line 19, ../sass/_systeme_commandes.scss */
  356. h2 {
  357. font-size: 20px;
  358. text-transform: uppercase;
  359. }
  360. /* line 26, ../sass/_systeme_commandes.scss */
  361. #index-commande {
  362. position: relative;
  363. }
  364. /* line 29, ../sass/_systeme_commandes.scss */
  365. #index-commande #logout {
  366. position: absolute;
  367. /*top: 45px ;
  368. right: 93px ;*/
  369. top: 0;
  370. right: 0;
  371. z-index: 10;
  372. }
  373. /* line 38, ../sass/_systeme_commandes.scss */
  374. #index-commande .accueil {
  375. text-align: center;
  376. padding-bottom: 20px;
  377. }
  378. /* line 44, ../sass/_systeme_commandes.scss */
  379. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  380. width: 175px;
  381. }
  382. /* line 47, ../sass/_systeme_commandes.scss */
  383. #index-commande #historique-commandes .montant {
  384. width: 100px;
  385. }
  386. /* line 54, ../sass/_systeme_commandes.scss */
  387. #index-commande #historique-commandes .localite {
  388. font-size: 11px;
  389. lin-height: 11px;
  390. }
  391. /* line 59, ../sass/_systeme_commandes.scss */
  392. #index-commande #historique-commandes a {
  393. text-decoration: none;
  394. }
  395. /* line 66, ../sass/_systeme_commandes.scss */
  396. .commande-form {
  397. min-height: 600px;
  398. }
  399. /* line 70, ../sass/_systeme_commandes.scss */
  400. .commande-form h2 {
  401. font-family: "myriadpro-regular";
  402. }
  403. /* line 74, ../sass/_systeme_commandes.scss */
  404. .commande-form #infos-importantes.alert-warning {
  405. float: right;
  406. }
  407. /* line 80, ../sass/_systeme_commandes.scss */
  408. .commande-form #datepicker-production .ui-datepicker {
  409. float: left;
  410. margin-right: 20px;
  411. }
  412. /* line 85, ../sass/_systeme_commandes.scss */
  413. .commande-form #datepicker-production .ui-helper-clearfix:after {
  414. clear: none;
  415. }
  416. /* line 89, ../sass/_systeme_commandes.scss */
  417. .commande-form #datepicker-production .alert-info {
  418. float: left;
  419. }
  420. /* line 94, ../sass/_systeme_commandes.scss */
  421. .commande-form #has-commande-en-cours {
  422. margin-top: 15px;
  423. }
  424. /* line 97, ../sass/_systeme_commandes.scss */
  425. .commande-form #has-commande-en-cours a {
  426. color: #a94442;
  427. text-decoration: none;
  428. font-weight: bold;
  429. }
  430. /* line 104, ../sass/_systeme_commandes.scss */
  431. .commande-form .field-commande-id_point_vente {
  432. margin-top: 30px;
  433. }
  434. /* line 108, ../sass/_systeme_commandes.scss */
  435. .commande-form .field-commande-id_production {
  436. margin-bottom: 0px;
  437. }
  438. /* line 110, ../sass/_systeme_commandes.scss */
  439. .commande-form .field-commande-id_production label {
  440. margin-bottom: 0px;
  441. }
  442. /* line 114, ../sass/_systeme_commandes.scss */
  443. .commande-form .field-commande-id_production .help-block {
  444. margin-bottom: 0px;
  445. }
  446. /* line 119, ../sass/_systeme_commandes.scss */
  447. .commande-form ul#points-vente {
  448. list-style-type: none;
  449. margin: 0px;
  450. padding: 0px;
  451. }
  452. /* line 124, ../sass/_systeme_commandes.scss */
  453. .commande-form ul#points-vente .point-vente {
  454. width: 268px;
  455. height: 130px;
  456. float: left;
  457. padding: 20px;
  458. margin-right: 20px;
  459. margin-bottom: 8px;
  460. cursor: pointer;
  461. float: left;
  462. background-color: #f9f9f9;
  463. border: 1px solid #d8d8d8;
  464. }
  465. /* line 137, ../sass/_systeme_commandes.scss */
  466. .commande-form ul#points-vente .point-vente .nom {
  467. font-family: "comfortaalight";
  468. font-size: 20px;
  469. }
  470. /* line 143, ../sass/_systeme_commandes.scss */
  471. .commande-form ul#points-vente .point-vente .adresse {
  472. color: gray;
  473. font-size: 13px;
  474. line-height: 16px;
  475. }
  476. /* line 149, ../sass/_systeme_commandes.scss */
  477. .commande-form ul#points-vente .point-vente .horaires {
  478. margin-top: 7px;
  479. }
  480. /* line 151, ../sass/_systeme_commandes.scss */
  481. .commande-form ul#points-vente .point-vente .horaires .jour {
  482. font-weight: bold;
  483. display: none;
  484. }
  485. /* line 157, ../sass/_systeme_commandes.scss */
  486. .commande-form ul#points-vente .point-vente.selected {
  487. border-left: solid 5px black;
  488. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  489. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  490. box-shadow: 0px 0px 5px #d8d8d8;
  491. }
  492. /* line 161, ../sass/_systeme_commandes.scss */
  493. .commande-form ul#points-vente .point-vente.selected .contenu {
  494. position: relative;
  495. left: -4px;
  496. }
  497. /* line 167, ../sass/_systeme_commandes.scss */
  498. .commande-form ul#points-vente .point-vente:hover {
  499. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  500. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  501. box-shadow: 0px 0px 5px #d8d8d8;
  502. }
  503. /* line 172, ../sass/_systeme_commandes.scss */
  504. .commande-form ul#points-vente .point-vente.disabled {
  505. display: none;
  506. }
  507. /* line 179, ../sass/_systeme_commandes.scss */
  508. .commande-form #produits {
  509. margin-top: 15px;
  510. }
  511. /* line 182, ../sass/_systeme_commandes.scss */
  512. .commande-form #produits #label-produits {
  513. display: block;
  514. margin-bottom: 5px;
  515. }
  516. /* line 187, ../sass/_systeme_commandes.scss */
  517. .commande-form #produits .table {
  518. margin-top: 7px;
  519. }
  520. /* line 190, ../sass/_systeme_commandes.scss */
  521. .commande-form #produits .table .illu {
  522. float: left;
  523. height: auto;
  524. width: 70px;
  525. margin-right: 15px;
  526. }
  527. /* line 197, ../sass/_systeme_commandes.scss */
  528. .commande-form #produits .table .photo {
  529. float: right;
  530. margin-left: 10px;
  531. width: 200px;
  532. }
  533. /* line 203, ../sass/_systeme_commandes.scss */
  534. .commande-form #produits .table .nom {
  535. font-family: "comfortaalight";
  536. font-weight: bold;
  537. text-transform: uppercase;
  538. font-size: 18px;
  539. }
  540. /* line 210, ../sass/_systeme_commandes.scss */
  541. .commande-form #produits .table .description {
  542. font-style: italic;
  543. }
  544. /* line 214, ../sass/_systeme_commandes.scss */
  545. .commande-form #produits .table .recette {
  546. font-size: 12px;
  547. }
  548. /* line 218, ../sass/_systeme_commandes.scss */
  549. .commande-form #produits .table .input-group {
  550. width: 133px;
  551. }
  552. /* line 220, ../sass/_systeme_commandes.scss */
  553. .commande-form #produits .table .input-group .quantity {
  554. text-align: center;
  555. }
  556. /* line 225, ../sass/_systeme_commandes.scss */
  557. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  558. width: 150px;
  559. text-align: center;
  560. }
  561. /* line 230, ../sass/_systeme_commandes.scss */
  562. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  563. text-align: center;
  564. }
  565. /* line 234, ../sass/_systeme_commandes.scss */
  566. .commande-form #produits .table .epuise {
  567. display: none;
  568. text-transform: uppercase;
  569. color: #B32815;
  570. font-weight: bold;
  571. font-size: 16px;
  572. text-align: center;
  573. }
  574. /* line 243, ../sass/_systeme_commandes.scss */
  575. .commande-form #produits .table .quantite-restante {
  576. font-size: 12px;
  577. margin-top: 8px;
  578. }
  579. /* line 247, ../sass/_systeme_commandes.scss */
  580. .commande-form #produits .table .quantite-restante .nb {
  581. font-weight: bold;
  582. }
  583. /* line 252, ../sass/_systeme_commandes.scss */
  584. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  585. width: 70%;
  586. }
  587. /* line 256, ../sass/_systeme_commandes.scss */
  588. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  589. width: 10%;
  590. }
  591. /* line 260, ../sass/_systeme_commandes.scss */
  592. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  593. width: 10%;
  594. }
  595. /* line 264, ../sass/_systeme_commandes.scss */
  596. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  597. width: 10%;
  598. }
  599. /* line 270, ../sass/_systeme_commandes.scss */
  600. .commande-form #bar-fixed {
  601. position: fixed;
  602. bottom: 0px;
  603. left: 0px;
  604. z-index: 100;
  605. width: 100%;
  606. background-color: white;
  607. padding: 15px;
  608. margin-bottom: 0px;
  609. -moz-box-shadow: 0 0 5px #e0e0e0;
  610. -webkit-box-shadow: 0 0 5px #e0e0e0;
  611. box-shadow: 0 0 5px #e0e0e0;
  612. border-top: solid 1px #e0e0e0;
  613. background-color: #F9F9F9;
  614. text-align: center;
  615. }
  616. /* line 284, ../sass/_systeme_commandes.scss */
  617. .commande-form #bar-fixed #total-commande-bottom {
  618. background-color: white;
  619. -moz-border-radius: 20px;
  620. -webkit-border-radius: 20px;
  621. border-radius: 20px;
  622. padding: 5px 25px;
  623. border: solid 1px #e0e0e0;
  624. }
  625. /* line 291, ../sass/_systeme_commandes.scss */
  626. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  627. float: right;
  628. }
  629. /* line 295, ../sass/_systeme_commandes.scss */
  630. .commande-form #bar-fixed .btn-commentaire {
  631. margin-right: 10px;
  632. }
  633. /* line 299, ../sass/_systeme_commandes.scss */
  634. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  635. float: left;
  636. margin-right: 5px;
  637. }
  638. /* line 304, ../sass/_systeme_commandes.scss */
  639. .commande-form #bar-fixed .annuler-commande {
  640. color: #b92c28;
  641. background-color: white;
  642. }
  643. /* line 309, ../sass/_systeme_commandes.scss */
  644. .commande-form #bar-fixed #total-commande-bottom {
  645. display: none;
  646. font-weight: bold;
  647. font-family: "comfortaalight";
  648. font-size: 24px;
  649. }
  650. /* line 316, ../sass/_systeme_commandes.scss */
  651. .commande-form #bar-fixed .field-commande-commentaire {
  652. display: none;
  653. }
  654. /* line 324, ../sass/_systeme_commandes.scss */
  655. .ui-datepicker .ui-widget-header {
  656. background: none;
  657. background-color: gray;
  658. border: 0px none;
  659. color: black;
  660. font-weight: normal;
  661. }
  662. /* line 332, ../sass/_systeme_commandes.scss */
  663. .ui-datepicker .ui-datepicker-current-day a,
  664. .ui-datepicker a.ui-state-hover {
  665. background: none;
  666. background-color: gray;
  667. border-color: black;
  668. color: black;
  669. }
  670. @media screen and (max-width: 1000px) {
  671. /* line 3, ../sass/_responsive.scss */
  672. #content {
  673. padding-top: 0px;
  674. }
  675. /* line 7, ../sass/_responsive.scss */
  676. #header {
  677. position: relative;
  678. }
  679. /* line 12, ../sass/_responsive.scss */
  680. #header nav ul {
  681. margin-top: 5px;
  682. float: left;
  683. }
  684. /* line 15, ../sass/_responsive.scss */
  685. #header nav ul li {
  686. float: right;
  687. display: none;
  688. }
  689. /* line 19, ../sass/_responsive.scss */
  690. #header nav ul li a {
  691. padding: 5px;
  692. height: auto;
  693. line-height: 20px;
  694. }
  695. /* line 28, ../sass/_responsive.scss */
  696. #header nav {
  697. width: 100%;
  698. }
  699. /* line 30, ../sass/_responsive.scss */
  700. #header nav ul {
  701. float: none;
  702. margin: 0px none;
  703. }
  704. /* line 36, ../sass/_responsive.scss */
  705. #header nav ul li#logo {
  706. display: block;
  707. }
  708. /* line 43, ../sass/_responsive.scss */
  709. #header a#link-commander {
  710. display: none;
  711. }
  712. /* line 48, ../sass/_responsive.scss */
  713. #content #points-vente .content {
  714. padding-left: 10px;
  715. margin-top: 30px;
  716. }
  717. /* line 53, ../sass/_responsive.scss */
  718. #menu-user {
  719. position: relative;
  720. top: 0px;
  721. }
  722. /* line 58, ../sass/_responsive.scss */
  723. .connected #content {
  724. padding-top: 0px;
  725. }
  726. }