Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

1399 lines
37KB

  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: #fdd44b;
  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 90, ../sass/screen.scss */
  116. #back {
  117. display: none;
  118. position: fixed;
  119. top: 100px;
  120. left: 0px;
  121. width: 100%;
  122. height: 100%;
  123. background: transparent top center no-repeat url("../img/fournil.jpg");
  124. }
  125. /* line 101, ../sass/screen.scss */
  126. .modal.contenu-annexe .modal-title {
  127. font-family: "comfortaabold";
  128. font-size: 24px;
  129. text-transform: uppercase;
  130. }
  131. /* line 110, ../sass/screen.scss */
  132. #main {
  133. position: relative;
  134. }
  135. /* line 112, ../sass/screen.scss */
  136. #main .inner {
  137. width: 960px;
  138. margin: 0px auto;
  139. }
  140. /* line 118, ../sass/screen.scss */
  141. #header {
  142. z-index: 100;
  143. border-top: solid 4px #fdd44b;
  144. border-bottom: solid 1px #e0e0e0;
  145. background-color: white;
  146. height: 100px;
  147. -moz-box-shadow: 0px 0px 5px #ededed;
  148. -webkit-box-shadow: 0px 0px 5px #ededed;
  149. box-shadow: 0px 0px 5px #ededed;
  150. -moz-box-shadow: 0px 0px 5px #dcdcdc;
  151. -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  152. box-shadow: 0px 0px 5px #dcdcdc;
  153. -moz-box-shadow: 0px 0px 5px black;
  154. -webkit-box-shadow: 0px 0px 5px black;
  155. box-shadow: 0px 0px 5px black;
  156. position: fixed;
  157. width: 100%;
  158. }
  159. /* line 131, ../sass/screen.scss */
  160. #header .container {
  161. padding-left: 0px;
  162. position: relative;
  163. }
  164. /* line 137, ../sass/screen.scss */
  165. #header #logo img {
  166. height: 53px;
  167. }
  168. /* line 141, ../sass/screen.scss */
  169. #header #logo a {
  170. border: 0px none;
  171. display: block;
  172. height: 56px;
  173. width: 205px;
  174. padding-right: 0px;
  175. background: transparent top left no-repeat url("../img/logo-lechatdesnoisettes2.png");
  176. }
  177. /* line 150, ../sass/screen.scss */
  178. #header #logo a:hover {
  179. background: transparent top left no-repeat url("../img/logo-lechatdesnoisettes2-hover.png");
  180. }
  181. /* line 154, ../sass/screen.scss */
  182. #header #logo a.selec {
  183. border: 0px none;
  184. }
  185. /* line 160, ../sass/screen.scss */
  186. #header h1 {
  187. font-size: 25px;
  188. line-height: 30px;
  189. text-align: center;
  190. font-family: "comfortaalight";
  191. }
  192. /* line 167, ../sass/screen.scss */
  193. #header h2 {
  194. font-size: 18px;
  195. line-height: 30px;
  196. text-align: center;
  197. font-family: "myriadpro-light";
  198. }
  199. /* line 174, ../sass/screen.scss */
  200. #header #logo, #header nav ul li a {
  201. padding: 20px 0px;
  202. }
  203. /* line 178, ../sass/screen.scss */
  204. #header a#link-commander {
  205. float: right;
  206. display: block;
  207. height: 95px;
  208. padding-left: 15px;
  209. padding-right: 15px;
  210. line-height: 55px;
  211. border-bottom: solid 4px white;
  212. -moz-transition: all 0.2s linear;
  213. -o-transition: all 0.2s linear;
  214. -webkit-transition: all 0.2s linear;
  215. transition: all 0.2s linear;
  216. text-decoration: none;
  217. }
  218. /* line 190, ../sass/screen.scss */
  219. #header a#link-commander:hover {
  220. border-bottom: solid 4px #fdd44b;
  221. }
  222. /* line 194, ../sass/screen.scss */
  223. #header a#link-commander:hover, #header a#link-commander:active, #header a#link-commander:focus, #header a#link-commander.selec {
  224. text-decoration: none;
  225. outline: none;
  226. }
  227. /* line 199, ../sass/screen.scss */
  228. #header a#link-commander span {
  229. font-size: 30px;
  230. position: relative;
  231. top: 40px;
  232. }
  233. /* line 206, ../sass/screen.scss */
  234. #header a#link-commander .icon {
  235. height: 50px;
  236. position: relative;
  237. top: 21px;
  238. }
  239. /* line 213, ../sass/screen.scss */
  240. #header nav {
  241. padding: 0px;
  242. float: left;
  243. }
  244. /* line 219, ../sass/screen.scss */
  245. #header nav ul {
  246. list-style-type: none;
  247. padding-left: 0px;
  248. }
  249. /* line 222, ../sass/screen.scss */
  250. #header nav ul li {
  251. float: right;
  252. padding-left: 0px;
  253. }
  254. /* line 236, ../sass/screen.scss */
  255. #header nav ul li a {
  256. position: relative;
  257. color: black;
  258. display: block;
  259. height: 95px;
  260. padding-left: 15px;
  261. padding-right: 15px;
  262. line-height: 55px;
  263. color: #333;
  264. border-bottom: solid 4px white;
  265. -moz-transition: all 0.2s linear;
  266. -o-transition: all 0.2s linear;
  267. -webkit-transition: all 0.2s linear;
  268. transition: all 0.2s linear;
  269. text-decoration: none;
  270. }
  271. /* line 250, ../sass/screen.scss */
  272. #header nav ul li a.selec {
  273. border-bottom: solid 4px #fdd44b;
  274. }
  275. /* line 255, ../sass/screen.scss */
  276. #header nav ul li a:hover {
  277. border-bottom: solid 4px #fdd44b;
  278. }
  279. /* line 259, ../sass/screen.scss */
  280. #header nav ul li a:hover, #header nav ul li a:active, #header nav ul li a:focus, #header nav ul li a.selec {
  281. text-decoration: none;
  282. outline: none;
  283. }
  284. /* line 264, ../sass/screen.scss */
  285. #header nav ul li a span {
  286. display: none;
  287. }
  288. /* line 270, ../sass/screen.scss */
  289. #header nav ul li .icon {
  290. height: 50px;
  291. position: relative;
  292. }
  293. /* line 279, ../sass/screen.scss */
  294. #header nav ul li.points-vente .icon {
  295. height: 40px;
  296. top: 6px;
  297. }
  298. /* line 284, ../sass/screen.scss */
  299. #header nav ul li.gamme .icon {
  300. height: 65px;
  301. top: -2px;
  302. }
  303. /* line 289, ../sass/screen.scss */
  304. #header nav ul li.methode .icon {
  305. height: 40px;
  306. top: 5px;
  307. }
  308. /* line 294, ../sass/screen.scss */
  309. #header nav ul li.fournisseurs .icon {
  310. height: 45px;
  311. top: 5px;
  312. }
  313. /* line 299, ../sass/screen.scss */
  314. #header nav ul li.contact .icon {
  315. height: 40px;
  316. top: 5px;
  317. }
  318. /* line 310, ../sass/screen.scss */
  319. #header nav {
  320. width: 521px;
  321. width: 601px;
  322. width: 669px;
  323. width: 756px;
  324. }
  325. /*#header nav {
  326. width: 206px ;
  327. }*/
  328. /* line 321, ../sass/screen.scss */
  329. #main {
  330. padding: 0px;
  331. }
  332. /* line 326, ../sass/screen.scss */
  333. .connected #content {
  334. padding-top: 150px;
  335. }
  336. /* line 331, ../sass/screen.scss */
  337. #content {
  338. position: relative;
  339. padding: 20px 0px;
  340. padding-bottom: 0px;
  341. padding-top: 100px;
  342. min-height: 500px;
  343. }
  344. /* line 339, ../sass/screen.scss */
  345. #content #description img {
  346. width: 100%;
  347. }
  348. /* line 344, ../sass/screen.scss */
  349. #content .item {
  350. position: relative;
  351. min-height: 400px;
  352. }
  353. /* line 348, ../sass/screen.scss */
  354. #content .item .container {
  355. padding: 20px;
  356. position: relative;
  357. }
  358. /* line 353, ../sass/screen.scss */
  359. #content .item .separateur {
  360. width: 600px;
  361. border-top: 1px solid #e0e0e0;
  362. margin: 0px auto;
  363. padding-top: 20px;
  364. margin-top: 20px;
  365. }
  366. /* line 361, ../sass/screen.scss */
  367. #content .item.back1 {
  368. background-color: white;
  369. }
  370. /* line 366, ../sass/screen.scss */
  371. #content .item.back2 {
  372. background-color: white;
  373. }
  374. /* line 374, ../sass/screen.scss */
  375. #content .item h2 {
  376. color: black;
  377. padding-bottom: 50px;
  378. font-size: 25px;
  379. line-height: 35px;
  380. font-family: "myriadpro-regular";
  381. text-transform: uppercase;
  382. text-align: center;
  383. position: relative;
  384. margin-top: 30px;
  385. }
  386. /* line 386, ../sass/screen.scss */
  387. #content .item h3 {
  388. color: black;
  389. font-family: "comfortaalight";
  390. font-size: 20px;
  391. padding-bottom: 12px;
  392. }
  393. /* line 393, ../sass/screen.scss */
  394. #content .item .icon {
  395. position: absolute;
  396. }
  397. /* line 399, ../sass/screen.scss */
  398. #content .bloc-right {
  399. float: right;
  400. line-height: 23px;
  401. background-color: white;
  402. padding: 16px;
  403. background-color: #f9f9f9;
  404. border-bottom: solid 1px #d8d8d8;
  405. border-left: solid 1px #d8d8d8;
  406. }
  407. /* line 412, ../sass/screen.scss */
  408. #sidebar {
  409. padding: 0px;
  410. }
  411. /* line 415, ../sass/screen.scss */
  412. #sidebar .item {
  413. padding: 15px;
  414. border-bottom: solid 1px #e0e0e0;
  415. }
  416. /* line 423, ../sass/screen.scss */
  417. #main #content #presentation h1 {
  418. text-align: center;
  419. font-size: 50px;
  420. font-family: "comfortaabold";
  421. font-family: "comfortaaregular";
  422. font-family: "comfortaalight";
  423. padding-bottom: 22px;
  424. padding-top: 38px;
  425. color: #333;
  426. color: white;
  427. color: #333;
  428. position: relative;
  429. top: -20px;
  430. width: 600px;
  431. margin: 0px auto;
  432. /*border-left: solid 1px #e0e0e0 ;
  433. border-right: solid 1px #e0e0e0 ;*/
  434. border-bottom: solid 1px #e0e0e0;
  435. -moz-border-radius: 5px;
  436. -webkit-border-radius: 5px;
  437. border-radius: 5px;
  438. }
  439. /* line 448, ../sass/screen.scss */
  440. #main #content #presentation .col-md-6 {
  441. text-align: center;
  442. }
  443. /* line 452, ../sass/screen.scss */
  444. #main #content #presentation h2 {
  445. font-family: "myriadpro-regular";
  446. font-size: 35px;
  447. line-height: 45px;
  448. padding-bottom: 9px;
  449. text-transform: none;
  450. text-align: left;
  451. margin-top: 5px;
  452. text-align: center;
  453. }
  454. /* line 463, ../sass/screen.scss */
  455. #main #content #presentation p {
  456. line-height: 20px;
  457. }
  458. /* line 467, ../sass/screen.scss */
  459. #main #content #presentation ul {
  460. float: right;
  461. list-style-type: circle;
  462. margin-top: 20px;
  463. }
  464. /* line 474, ../sass/screen.scss */
  465. #main #content #presentation #fournil, #main #content #presentation #epicerie {
  466. position: absolute;
  467. top: 160px;
  468. width: 45%;
  469. /*height: 141px ;
  470. height: 155px ;*/
  471. background-color: white;
  472. padding: 20px;
  473. border-right: solid 1px #e0e0e0;
  474. border-bottom: solid 1px #e0e0e0;
  475. -moz-box-shadow: 0px 0px 5px black;
  476. -webkit-box-shadow: 0px 0px 5px black;
  477. box-shadow: 0px 0px 5px black;
  478. border-left: solid 4px #e08702;
  479. border-left: solid 4px #fdd44b;
  480. }
  481. /* line 488, ../sass/screen.scss */
  482. #main #content #presentation #fournil p, #main #content #presentation #epicerie p {
  483. line-height: 22px;
  484. font-size: 15px;
  485. }
  486. /* line 494, ../sass/screen.scss */
  487. #main #content #presentation #fournil {
  488. left: 20px;
  489. }
  490. /* line 498, ../sass/screen.scss */
  491. #main #content #presentation #epicerie {
  492. right: 20px;
  493. }
  494. /* line 506, ../sass/screen.scss */
  495. #horaires .icon {
  496. width: 50px;
  497. top: -12px;
  498. margin-left: -60px;
  499. }
  500. /* line 514, ../sass/screen.scss */
  501. #horaires table .jour {
  502. width: 100px;
  503. }
  504. /* line 517, ../sass/screen.scss */
  505. #horaires table .jour span {
  506. font-size: 12px;
  507. line-height: 10px;
  508. }
  509. /* line 523, ../sass/screen.scss */
  510. #horaires table .horaire {
  511. text-align: center;
  512. }
  513. /* line 527, ../sass/screen.scss */
  514. #horaires table th {
  515. font-weight: bold;
  516. text-align: center;
  517. }
  518. /* line 536, ../sass/screen.scss */
  519. #content #points-vente .icon {
  520. width: 50px;
  521. top: -12px;
  522. margin-left: -60px;
  523. }
  524. /* line 542, ../sass/screen.scss */
  525. #content #points-vente iframe {
  526. width: 100%;
  527. height: 400px;
  528. border: 0px none;
  529. }
  530. /* line 548, ../sass/screen.scss */
  531. #content #points-vente .content {
  532. padding-left: 50px;
  533. }
  534. /* line 551, ../sass/screen.scss */
  535. #content #points-vente .content ul {
  536. list-style-type: disc;
  537. }
  538. /* line 553, ../sass/screen.scss */
  539. #content #points-vente .content ul li {
  540. line-height: 25px;
  541. }
  542. /* line 558, ../sass/screen.scss */
  543. #content #points-vente .content h3.top {
  544. margin-top: 0px;
  545. }
  546. /* line 562, ../sass/screen.scss */
  547. #content #points-vente .content strong {
  548. position: relative;
  549. font-weight: bold;
  550. font-style: none;
  551. }
  552. /* line 567, ../sass/screen.scss */
  553. #content #points-vente .content strong span {
  554. position: absolute;
  555. left: -12px;
  556. }
  557. /* line 573, ../sass/screen.scss */
  558. #content #points-vente .content .bloc {
  559. padding-bottom: 20px;
  560. }
  561. /* line 576, ../sass/screen.scss */
  562. #content #points-vente .content .bloc address {
  563. padding-left: 10px;
  564. padding-bottom: 10px;
  565. line-height: 19px;
  566. }
  567. /* line 586, ../sass/screen.scss */
  568. .home #content #gamme, .home #content #vrac {
  569. position: relative;
  570. }
  571. /* line 590, ../sass/screen.scss */
  572. .home #content #gamme .icon, .home #content #vrac .icon {
  573. width: 85px;
  574. top: -23px;
  575. margin-left: -95px;
  576. }
  577. /* line 596, ../sass/screen.scss */
  578. .home #content #gamme .img-right, .home #content #vrac .img-right {
  579. position: absolute;
  580. right: 0px;
  581. top: 590px;
  582. width: 465px;
  583. }
  584. /* line 603, ../sass/screen.scss */
  585. .home #content #gamme .table, .home #content #gamme .produits, .home #content #vrac .table, .home #content #vrac .produits {
  586. width: auto;
  587. }
  588. /* line 606, ../sass/screen.scss */
  589. .home #content #gamme .table td, .home #content #gamme .produits td, .home #content #vrac .table td, .home #content #vrac .produits td {
  590. width: 291px;
  591. height: 120px;
  592. }
  593. /* line 612, ../sass/screen.scss */
  594. .home #content #gamme .table div.vrac, .home #content #gamme .produits div.vrac, .home #content #vrac .table div.vrac, .home #content #vrac .produits div.vrac {
  595. padding-left: 0px;
  596. width: 280px;
  597. height: 130px;
  598. float: left;
  599. padding-right: 42px;
  600. }
  601. /* line 619, ../sass/screen.scss */
  602. .home #content #gamme .table div.vrac span.prix, .home #content #gamme .produits div.vrac span.prix, .home #content #vrac .table div.vrac span.prix, .home #content #vrac .produits div.vrac span.prix {
  603. font-weight: normal;
  604. }
  605. /* line 624, ../sass/screen.scss */
  606. .home #content #gamme .table img, .home #content #gamme .produits img, .home #content #vrac .table img, .home #content #vrac .produits img {
  607. width: 71px;
  608. }
  609. /* line 629, ../sass/screen.scss */
  610. .home #content #gamme .table .illu, .home #content #gamme .produits .illu, .home #content #vrac .table .illu, .home #content #vrac .produits .illu {
  611. float: left;
  612. margin-right: 15px;
  613. }
  614. /* line 634, ../sass/screen.scss */
  615. .home #content #gamme .table .nom, .home #content #gamme .produits .nom, .home #content #vrac .table .nom, .home #content #vrac .produits .nom {
  616. font-weight: bold;
  617. font-family: "comfortaalight";
  618. text-transform: uppercase;
  619. font-size: 18px;
  620. }
  621. /* line 643, ../sass/screen.scss */
  622. .home #content #gamme .table p.nom, .home #content #gamme .produits p.nom, .home #content #vrac .table p.nom, .home #content #vrac .produits p.nom {
  623. padding-bottom: 2px;
  624. margin-bottom: 0px;
  625. }
  626. /* line 647, ../sass/screen.scss */
  627. .home #content #gamme .table p.description, .home #content #gamme .produits p.description, .home #content #vrac .table p.description, .home #content #vrac .produits p.description {
  628. font-family: "comfortaalight";
  629. text-transform: uppercase;
  630. font-size: 15px;
  631. margin-bottom: 0px;
  632. padding-bottom: 0px;
  633. }
  634. /* line 655, ../sass/screen.scss */
  635. .home #content #gamme .table p.jours, .home #content #gamme .produits p.jours, .home #content #vrac .table p.jours, .home #content #vrac .produits p.jours {
  636. margin-top: 10px;
  637. margin-bottom: 0px;
  638. padding-bottom: 0px;
  639. font-size: 11px;
  640. text-transform: uppercase;
  641. }
  642. /* line 664, ../sass/screen.scss */
  643. .home #content #gamme .table a, .home #content #gamme .produits a, .home #content #vrac .table a, .home #content #vrac .produits a {
  644. text-decoration: none;
  645. }
  646. /* line 667, ../sass/screen.scss */
  647. .home #content #gamme .table a:hover, .home #content #gamme .produits a:hover, .home #content #vrac .table a:hover, .home #content #vrac .produits a:hover {
  648. color: #505050;
  649. }
  650. /* line 672, ../sass/screen.scss */
  651. .home #content #gamme .table .contenu, .home #content #gamme .produits .contenu, .home #content #vrac .table .contenu, .home #content #vrac .produits .contenu {
  652. padding-left: 86px;
  653. }
  654. /* line 678, ../sass/screen.scss */
  655. .home #content #gamme .table > thead > tr > th,
  656. .home #content #gamme .table > tbody > tr > th,
  657. .home #content #gamme .table > tfoot > tr > th,
  658. .home #content #gamme .table > thead > tr > td,
  659. .home #content #gamme .table > tbody > tr > td,
  660. .home #content #gamme .table > tfoot > tr > td, .home #content #vrac .table > thead > tr > th,
  661. .home #content #vrac .table > tbody > tr > th,
  662. .home #content #vrac .table > tfoot > tr > th,
  663. .home #content #vrac .table > thead > tr > td,
  664. .home #content #vrac .table > tbody > tr > td,
  665. .home #content #vrac .table > tfoot > tr > td {
  666. border-top: 0px none;
  667. }
  668. /* line 688, ../sass/screen.scss */
  669. .home #content #gamme .saison, .home #content #vrac .saison {
  670. display: none;
  671. }
  672. /* line 694, ../sass/screen.scss */
  673. .home #content #gamme ul#tab-gamme-saison li a, .home #content #vrac ul#tab-gamme-saison li a {
  674. color: #333;
  675. text-decoration: none;
  676. }
  677. /* line 705, ../sass/screen.scss */
  678. .home #content #gamme .modal-dialog .modal-title, .home #content #vrac .modal-dialog .modal-title {
  679. text-align: left;
  680. }
  681. /* line 708, ../sass/screen.scss */
  682. .home #content #gamme .modal-dialog .modal-title .nom, .home #content #vrac .modal-dialog .modal-title .nom {
  683. font-family: "comfortaalight";
  684. font-weight: bold;
  685. text-transform: uppercase;
  686. font-size: 24px;
  687. }
  688. /* line 715, ../sass/screen.scss */
  689. .home #content #gamme .modal-dialog .modal-title .description, .home #content #vrac .modal-dialog .modal-title .description {
  690. font-style: italic;
  691. }
  692. /* line 721, ../sass/screen.scss */
  693. .home #content #gamme .modal-dialog p.recette, .home #content #vrac .modal-dialog p.recette {
  694. padding-bottom: 0px;
  695. margin-bottom: 0px;
  696. }
  697. /* line 726, ../sass/screen.scss */
  698. .home #content #gamme .modal-dialog .modal-body, .home #content #vrac .modal-dialog .modal-body {
  699. text-align: center;
  700. }
  701. /* line 729, ../sass/screen.scss */
  702. .home #content #gamme .modal-dialog .modal-body .illustration, .home #content #vrac .modal-dialog .modal-body .illustration {
  703. width: 200px;
  704. height: auto;
  705. }
  706. /* line 734, ../sass/screen.scss */
  707. .home #content #gamme .modal-dialog .modal-body .photo, .home #content #vrac .modal-dialog .modal-body .photo {
  708. width: 500px;
  709. }
  710. /* line 738, ../sass/screen.scss */
  711. .home #content #gamme .modal-dialog .modal-body .credit, .home #content #vrac .modal-dialog .modal-body .credit {
  712. text-align: right;
  713. font-style: italic;
  714. font-size: 13px;
  715. }
  716. /* line 748, ../sass/screen.scss */
  717. .home #content #gamme #fournisseurs .modal-dialog .modal-body,
  718. .home #content #gamme #panification .modal-dialog .modal-body, .home #content #vrac #fournisseurs .modal-dialog .modal-body,
  719. .home #content #vrac #panification .modal-dialog .modal-body {
  720. text-align: left;
  721. }
  722. /* line 756, ../sass/screen.scss */
  723. #content #methode .icon {
  724. width: 60px;
  725. margin-left: -75px;
  726. top: -12px;
  727. }
  728. /* line 762, ../sass/screen.scss */
  729. #content #methode .img {
  730. max-width: 100%;
  731. float: right;
  732. margin-left: 20px;
  733. }
  734. /* line 768, ../sass/screen.scss */
  735. #content #methode .logo-np {
  736. float: left;
  737. }
  738. /* line 775, ../sass/screen.scss */
  739. #content #fournisseurs .icon {
  740. width: 49px;
  741. margin-left: -62px;
  742. top: -12px;
  743. }
  744. /* line 781, ../sass/screen.scss */
  745. #content #fournisseurs iframe {
  746. width: 100%;
  747. height: 400px;
  748. border: 0px none;
  749. }
  750. /* line 787, ../sass/screen.scss */
  751. #content #fournisseurs h3.top {
  752. margin-top: 0px;
  753. }
  754. /* line 791, ../sass/screen.scss */
  755. #content #fournisseurs address {
  756. position: relative;
  757. padding-left: 10px;
  758. padding-bottom: 10px;
  759. line-height: 19px;
  760. }
  761. /* line 797, ../sass/screen.scss */
  762. #content #fournisseurs address strong {
  763. position: relative;
  764. font-weight: bold;
  765. font-style: none;
  766. }
  767. /* line 802, ../sass/screen.scss */
  768. #content #fournisseurs address strong span {
  769. position: absolute;
  770. left: -12px;
  771. }
  772. /* line 810, ../sass/screen.scss */
  773. #content #fournisseurs address .logo-ab, #content #fournisseurs address .logo-np {
  774. position: absolute;
  775. top: 3px;
  776. right: 20px;
  777. height: 30px;
  778. }
  779. /* line 821, ../sass/screen.scss */
  780. #content #contact .icon {
  781. width: 55px;
  782. top: -15px;
  783. margin-left: -70px;
  784. }
  785. /* line 830, ../sass/screen.scss */
  786. #content #contact .form-control:focus {
  787. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fdd44b;
  788. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fdd44b;
  789. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fdd44b;
  790. border-color: #fdd44b;
  791. }
  792. /* line 835, ../sass/screen.scss */
  793. #content #contact .form-group {
  794. text-align: center;
  795. }
  796. /* line 839, ../sass/screen.scss */
  797. #content #contact .img-right {
  798. float: right;
  799. }
  800. /* line 842, ../sass/screen.scss */
  801. #content #contact .img-right img {
  802. width: 300px;
  803. }
  804. /* line 849, ../sass/screen.scss */
  805. .form-control:focus {
  806. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fdd44b;
  807. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fdd44b;
  808. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fdd44b;
  809. border-color: #fdd44b;
  810. }
  811. /* line 854, ../sass/screen.scss */
  812. #footer {
  813. height: 50px;
  814. background-color: white;
  815. text-align: center;
  816. border-top: 1px solid #e0e0e0;
  817. padding-top: 30px;
  818. padding-bottom: 60px;
  819. position: relative;
  820. }
  821. /* line 870, ../sass/screen.scss */
  822. #footer a {
  823. color: #7e7e7e;
  824. text-transform: uppercase;
  825. text-decoration: none;
  826. }
  827. /* line 875, ../sass/screen.scss */
  828. #footer a:hover {
  829. color: black;
  830. }
  831. /* line 881, ../sass/screen.scss */
  832. #content #mentions {
  833. padding-top: 20px;
  834. }
  835. /* line 884, ../sass/screen.scss */
  836. #content #mentions div.content {
  837. width: 60%;
  838. font-size: 90%;
  839. }
  840. /* line 889, ../sass/screen.scss */
  841. #content #mentions p {
  842. padding-bottom: 15px;
  843. }
  844. /* line 893, ../sass/screen.scss */
  845. #content #mentions h2 {
  846. color: black;
  847. padding-bottom: 40px;
  848. font-size: 25px;
  849. line-height: 35px;
  850. font-family: "myriadpro-regular";
  851. }
  852. /* line 901, ../sass/screen.scss */
  853. #content #mentions h3 {
  854. font-family: "comfortaaregular";
  855. font-size: 18px;
  856. padding-bottom: 12px;
  857. margin-top: 10px;
  858. color: black;
  859. }
  860. /* line 912, ../sass/screen.scss */
  861. .mentions #main, .mentions body {
  862. background-color: white;
  863. }
  864. /* line 917, ../sass/screen.scss */
  865. .vegas-loading {
  866. display: none;
  867. }
  868. /* message fermeture */
  869. /* line 923, ../sass/screen.scss */
  870. #message-fermeture {
  871. text-align: center;
  872. font-size: 15px;
  873. padding: 15px;
  874. margin: 20px 0px;
  875. border: solid 1px #e0e0e0;
  876. border-left: solid 5px #fdd44b;
  877. -moz-box-shadow: 0px 0px 5px #e0e0e0;
  878. -webkit-box-shadow: 0px 0px 5px #e0e0e0;
  879. box-shadow: 0px 0px 5px #e0e0e0;
  880. }
  881. /* line 937, ../sass/screen.scss */
  882. #message-fermeture .line1 {
  883. font-family: "myriadpro-regular";
  884. font-size: 20px;
  885. }
  886. /* line 942, ../sass/screen.scss */
  887. #message-fermeture .line2 {
  888. font-size: 13px;
  889. }
  890. /* line 946, ../sass/screen.scss */
  891. #message-fermeture span {
  892. font-style: italic;
  893. }
  894. /* menu user */
  895. /* line 954, ../sass/screen.scss */
  896. #menu-user2 {
  897. display: none;
  898. position: fixed;
  899. top: 121px;
  900. top: 99px;
  901. right: 0px;
  902. background-color: white;
  903. z-index: 100;
  904. }
  905. /* line 963, ../sass/screen.scss */
  906. #menu-user2 .dropdown-toggle {
  907. -moz-border-radius: 0px 0px 4px 4px;
  908. -webkit-border-radius: 0px;
  909. border-radius: 0px 0px 4px 4px;
  910. }
  911. /* line 967, ../sass/screen.scss */
  912. #menu-user2 li {
  913. padding-left: 0px;
  914. }
  915. /* line 971, ../sass/screen.scss */
  916. #menu-user2 a {
  917. text-decoration: none;
  918. }
  919. /* line 977, ../sass/screen.scss */
  920. #menu-user {
  921. background-color: white;
  922. border-bottom: solid 1px #e0e0e0;
  923. position: fixed;
  924. top: 99px;
  925. z-index: 90;
  926. width: 100%;
  927. }
  928. /* line 986, ../sass/screen.scss */
  929. #menu-user .container {
  930. padding-left: 0px;
  931. }
  932. /* line 990, ../sass/screen.scss */
  933. #menu-user .container ul li {
  934. list-style-type: none;
  935. float: left;
  936. border-right: solid 1px #e0e0e0;
  937. padding-left: 0px;
  938. }
  939. /* line 995, ../sass/screen.scss */
  940. #menu-user .container ul li a {
  941. text-decoration: none;
  942. }
  943. /* line 998, ../sass/screen.scss */
  944. #menu-user .container ul li a:hover, #menu-user .container ul li a.active {
  945. background-color: #F9F9F9;
  946. }
  947. /* line 1009, ../sass/screen.scss */
  948. #profil-user .form-group.field-user-no_mail label {
  949. font-weight: normal;
  950. }
  951. /* line 1013, ../sass/screen.scss */
  952. #profil-user .form-group label {
  953. cursor: pointer;
  954. }
  955. /* line 1018, ../sass/screen.scss */
  956. #profil-user #mails-jours-prod .form-group {
  957. float: left;
  958. margin-right: 15px;
  959. }
  960. /* line 1021, ../sass/screen.scss */
  961. #profil-user #mails-jours-prod .form-group label {
  962. font-weight: normal;
  963. }
  964. /* line 1027, ../sass/screen.scss */
  965. #profil-user p.strong {
  966. font-weight: bold;
  967. }
  968. /* line 2, ../sass/_systeme_commandes.scss */
  969. h1.title-systeme-commande {
  970. color: black;
  971. padding-bottom: 35px;
  972. font-size: 25px;
  973. line-height: 35px;
  974. font-family: "myriadpro-regular";
  975. text-transform: uppercase;
  976. text-align: center;
  977. position: relative;
  978. margin-top: 30px;
  979. }
  980. /* line 13, ../sass/_systeme_commandes.scss */
  981. h1.title-systeme-commande img {
  982. width: 35px;
  983. margin-right: 7px;
  984. }
  985. /* line 19, ../sass/_systeme_commandes.scss */
  986. h2 {
  987. font-size: 20px;
  988. text-transform: uppercase;
  989. }
  990. /* line 26, ../sass/_systeme_commandes.scss */
  991. #index-commande {
  992. position: relative;
  993. }
  994. /* line 29, ../sass/_systeme_commandes.scss */
  995. #index-commande #logout {
  996. position: absolute;
  997. /*top: 45px ;
  998. right: 93px ;*/
  999. top: 0;
  1000. right: 0;
  1001. z-index: 10;
  1002. }
  1003. /* line 38, ../sass/_systeme_commandes.scss */
  1004. #index-commande .accueil {
  1005. text-align: center;
  1006. padding-bottom: 20px;
  1007. }
  1008. /* line 44, ../sass/_systeme_commandes.scss */
  1009. #index-commande #historique-commandes .statut, #index-commande #historique-commandes .montant {
  1010. width: 175px;
  1011. }
  1012. /* line 47, ../sass/_systeme_commandes.scss */
  1013. #index-commande #historique-commandes .montant {
  1014. width: 100px;
  1015. }
  1016. /* line 54, ../sass/_systeme_commandes.scss */
  1017. #index-commande #historique-commandes .localite {
  1018. font-size: 11px;
  1019. lin-height: 11px;
  1020. }
  1021. /* line 59, ../sass/_systeme_commandes.scss */
  1022. #index-commande #historique-commandes a {
  1023. text-decoration: none;
  1024. }
  1025. /* line 66, ../sass/_systeme_commandes.scss */
  1026. .commande-form {
  1027. min-height: 600px;
  1028. }
  1029. /* line 70, ../sass/_systeme_commandes.scss */
  1030. .commande-form h2 {
  1031. font-family: "myriadpro-regular";
  1032. }
  1033. /* line 74, ../sass/_systeme_commandes.scss */
  1034. .commande-form #infos-importantes.alert-warning {
  1035. float: right;
  1036. }
  1037. /* line 80, ../sass/_systeme_commandes.scss */
  1038. .commande-form #datepicker-production .ui-datepicker {
  1039. float: left;
  1040. margin-right: 20px;
  1041. }
  1042. /* line 85, ../sass/_systeme_commandes.scss */
  1043. .commande-form #datepicker-production .ui-helper-clearfix:after {
  1044. clear: none;
  1045. }
  1046. /* line 89, ../sass/_systeme_commandes.scss */
  1047. .commande-form #datepicker-production .alert-info {
  1048. float: left;
  1049. }
  1050. /* line 94, ../sass/_systeme_commandes.scss */
  1051. .commande-form #has-commande-en-cours {
  1052. margin-top: 15px;
  1053. }
  1054. /* line 97, ../sass/_systeme_commandes.scss */
  1055. .commande-form #has-commande-en-cours a {
  1056. color: #a94442;
  1057. text-decoration: none;
  1058. font-weight: bold;
  1059. }
  1060. /* line 104, ../sass/_systeme_commandes.scss */
  1061. .commande-form .field-commande-id_point_vente {
  1062. margin-top: 30px;
  1063. }
  1064. /* line 108, ../sass/_systeme_commandes.scss */
  1065. .commande-form .field-commande-id_production {
  1066. margin-bottom: 0px;
  1067. }
  1068. /* line 110, ../sass/_systeme_commandes.scss */
  1069. .commande-form .field-commande-id_production label {
  1070. margin-bottom: 0px;
  1071. }
  1072. /* line 114, ../sass/_systeme_commandes.scss */
  1073. .commande-form .field-commande-id_production .help-block {
  1074. margin-bottom: 0px;
  1075. }
  1076. /* line 119, ../sass/_systeme_commandes.scss */
  1077. .commande-form ul#points-vente {
  1078. list-style-type: none;
  1079. margin: 0px;
  1080. padding: 0px;
  1081. }
  1082. /* line 124, ../sass/_systeme_commandes.scss */
  1083. .commande-form ul#points-vente .point-vente {
  1084. width: 268px;
  1085. height: 130px;
  1086. float: left;
  1087. padding: 20px;
  1088. margin-right: 20px;
  1089. margin-bottom: 8px;
  1090. cursor: pointer;
  1091. float: left;
  1092. background-color: #f9f9f9;
  1093. border: 1px solid #d8d8d8;
  1094. }
  1095. /* line 137, ../sass/_systeme_commandes.scss */
  1096. .commande-form ul#points-vente .point-vente .nom {
  1097. font-family: "comfortaalight";
  1098. font-size: 20px;
  1099. }
  1100. /* line 143, ../sass/_systeme_commandes.scss */
  1101. .commande-form ul#points-vente .point-vente .adresse {
  1102. color: gray;
  1103. font-size: 13px;
  1104. line-height: 16px;
  1105. }
  1106. /* line 149, ../sass/_systeme_commandes.scss */
  1107. .commande-form ul#points-vente .point-vente .horaires {
  1108. margin-top: 7px;
  1109. }
  1110. /* line 151, ../sass/_systeme_commandes.scss */
  1111. .commande-form ul#points-vente .point-vente .horaires .jour {
  1112. font-weight: bold;
  1113. display: none;
  1114. }
  1115. /* line 157, ../sass/_systeme_commandes.scss */
  1116. .commande-form ul#points-vente .point-vente.selected {
  1117. border-left: solid 5px #fdd44b;
  1118. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  1119. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  1120. box-shadow: 0px 0px 5px #d8d8d8;
  1121. }
  1122. /* line 161, ../sass/_systeme_commandes.scss */
  1123. .commande-form ul#points-vente .point-vente.selected .contenu {
  1124. position: relative;
  1125. left: -4px;
  1126. }
  1127. /* line 167, ../sass/_systeme_commandes.scss */
  1128. .commande-form ul#points-vente .point-vente:hover {
  1129. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  1130. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  1131. box-shadow: 0px 0px 5px #d8d8d8;
  1132. }
  1133. /* line 172, ../sass/_systeme_commandes.scss */
  1134. .commande-form ul#points-vente .point-vente.disabled {
  1135. display: none;
  1136. }
  1137. /* line 179, ../sass/_systeme_commandes.scss */
  1138. .commande-form #produits {
  1139. margin-top: 15px;
  1140. }
  1141. /* line 182, ../sass/_systeme_commandes.scss */
  1142. .commande-form #produits #label-produits {
  1143. display: block;
  1144. margin-bottom: 5px;
  1145. }
  1146. /* line 187, ../sass/_systeme_commandes.scss */
  1147. .commande-form #produits .table {
  1148. margin-top: 7px;
  1149. }
  1150. /* line 190, ../sass/_systeme_commandes.scss */
  1151. .commande-form #produits .table .illu {
  1152. float: left;
  1153. height: auto;
  1154. width: 70px;
  1155. margin-right: 15px;
  1156. }
  1157. /* line 197, ../sass/_systeme_commandes.scss */
  1158. .commande-form #produits .table .photo {
  1159. float: right;
  1160. margin-left: 10px;
  1161. width: 200px;
  1162. }
  1163. /* line 203, ../sass/_systeme_commandes.scss */
  1164. .commande-form #produits .table .nom {
  1165. font-family: "comfortaalight";
  1166. font-weight: bold;
  1167. text-transform: uppercase;
  1168. font-size: 18px;
  1169. }
  1170. /* line 210, ../sass/_systeme_commandes.scss */
  1171. .commande-form #produits .table .description {
  1172. font-style: italic;
  1173. }
  1174. /* line 214, ../sass/_systeme_commandes.scss */
  1175. .commande-form #produits .table .recette {
  1176. font-size: 12px;
  1177. }
  1178. /* line 218, ../sass/_systeme_commandes.scss */
  1179. .commande-form #produits .table .input-group {
  1180. width: 133px;
  1181. }
  1182. /* line 220, ../sass/_systeme_commandes.scss */
  1183. .commande-form #produits .table .input-group .quantity {
  1184. text-align: center;
  1185. }
  1186. /* line 225, ../sass/_systeme_commandes.scss */
  1187. .commande-form #produits .table .colonne-quantite, .commande-form #produits .table .prix-unit, .commande-form #produits .table .total {
  1188. width: 150px;
  1189. text-align: center;
  1190. }
  1191. /* line 230, ../sass/_systeme_commandes.scss */
  1192. .commande-form #produits .table td#total-commande, .commande-form #produits .table td#total-commande-vrac, .commande-form #produits .table td.total {
  1193. text-align: center;
  1194. }
  1195. /* line 234, ../sass/_systeme_commandes.scss */
  1196. .commande-form #produits .table .epuise {
  1197. display: none;
  1198. text-transform: uppercase;
  1199. color: #B32815;
  1200. font-weight: bold;
  1201. font-size: 16px;
  1202. text-align: center;
  1203. }
  1204. /* line 243, ../sass/_systeme_commandes.scss */
  1205. .commande-form #produits .table .quantite-restante {
  1206. font-size: 12px;
  1207. margin-top: 8px;
  1208. }
  1209. /* line 247, ../sass/_systeme_commandes.scss */
  1210. .commande-form #produits .table .quantite-restante .nb {
  1211. font-weight: bold;
  1212. }
  1213. /* line 252, ../sass/_systeme_commandes.scss */
  1214. .commande-form #produits .table td.produit, .commande-form #produits .table th.produit {
  1215. width: 70%;
  1216. }
  1217. /* line 256, ../sass/_systeme_commandes.scss */
  1218. .commande-form #produits .table td.prix-unit, .commande-form #produits .table th.prix-unit {
  1219. width: 10%;
  1220. }
  1221. /* line 260, ../sass/_systeme_commandes.scss */
  1222. .commande-form #produits .table td.colonne-quantite, .commande-form #produits .table th.colonne-quantite {
  1223. width: 10%;
  1224. }
  1225. /* line 264, ../sass/_systeme_commandes.scss */
  1226. .commande-form #produits .table td.total, .commande-form #produits .table th.total {
  1227. width: 10%;
  1228. }
  1229. /* line 270, ../sass/_systeme_commandes.scss */
  1230. .commande-form #bar-fixed {
  1231. position: fixed;
  1232. bottom: 0px;
  1233. left: 0px;
  1234. z-index: 100;
  1235. width: 100%;
  1236. background-color: white;
  1237. padding: 15px;
  1238. margin-bottom: 0px;
  1239. -moz-box-shadow: 0 0 5px #e0e0e0;
  1240. -webkit-box-shadow: 0 0 5px #e0e0e0;
  1241. box-shadow: 0 0 5px #e0e0e0;
  1242. border-top: solid 1px #e0e0e0;
  1243. background-color: #F9F9F9;
  1244. text-align: center;
  1245. }
  1246. /* line 284, ../sass/_systeme_commandes.scss */
  1247. .commande-form #bar-fixed #total-commande-bottom {
  1248. background-color: white;
  1249. -moz-border-radius: 20px;
  1250. -webkit-border-radius: 20px;
  1251. border-radius: 20px;
  1252. padding: 5px 25px;
  1253. border: solid 1px #e0e0e0;
  1254. }
  1255. /* line 291, ../sass/_systeme_commandes.scss */
  1256. .commande-form #bar-fixed .valider-commande, .commande-form #bar-fixed .btn-commentaire {
  1257. float: right;
  1258. }
  1259. /* line 295, ../sass/_systeme_commandes.scss */
  1260. .commande-form #bar-fixed .btn-commentaire {
  1261. margin-right: 10px;
  1262. }
  1263. /* line 299, ../sass/_systeme_commandes.scss */
  1264. .commande-form #bar-fixed .btn-retour, .commande-form #bar-fixed .annuler-commande {
  1265. float: left;
  1266. margin-right: 5px;
  1267. }
  1268. /* line 304, ../sass/_systeme_commandes.scss */
  1269. .commande-form #bar-fixed .annuler-commande {
  1270. color: #b92c28;
  1271. background-color: white;
  1272. }
  1273. /* line 309, ../sass/_systeme_commandes.scss */
  1274. .commande-form #bar-fixed #total-commande-bottom {
  1275. display: none;
  1276. font-weight: bold;
  1277. font-family: "comfortaalight";
  1278. font-size: 24px;
  1279. }
  1280. /* line 316, ../sass/_systeme_commandes.scss */
  1281. .commande-form #bar-fixed .field-commande-commentaire {
  1282. display: none;
  1283. }
  1284. /* line 324, ../sass/_systeme_commandes.scss */
  1285. .ui-datepicker .ui-widget-header {
  1286. background: none;
  1287. background-color: #fdd44b;
  1288. border: 0px none;
  1289. color: black;
  1290. font-weight: normal;
  1291. }
  1292. /* line 332, ../sass/_systeme_commandes.scss */
  1293. .ui-datepicker .ui-datepicker-current-day a,
  1294. .ui-datepicker a.ui-state-hover {
  1295. background: none;
  1296. background-color: #fdd44b;
  1297. color: black;
  1298. }
  1299. @media screen and (max-width: 1000px) {
  1300. /* line 3, ../sass/_responsive.scss */
  1301. #content {
  1302. padding-top: 0px;
  1303. }
  1304. /* line 7, ../sass/_responsive.scss */
  1305. #header {
  1306. position: relative;
  1307. }
  1308. /* line 12, ../sass/_responsive.scss */
  1309. #header nav ul {
  1310. margin-top: 5px;
  1311. float: left;
  1312. }
  1313. /* line 15, ../sass/_responsive.scss */
  1314. #header nav ul li {
  1315. float: right;
  1316. display: none;
  1317. }
  1318. /* line 19, ../sass/_responsive.scss */
  1319. #header nav ul li a {
  1320. padding: 5px;
  1321. height: auto;
  1322. line-height: 20px;
  1323. }
  1324. /* line 28, ../sass/_responsive.scss */
  1325. #header nav {
  1326. width: 100%;
  1327. }
  1328. /* line 30, ../sass/_responsive.scss */
  1329. #header nav ul {
  1330. float: none;
  1331. margin: 0px none;
  1332. }
  1333. /* line 36, ../sass/_responsive.scss */
  1334. #header nav ul li#logo {
  1335. display: block;
  1336. }
  1337. /* line 43, ../sass/_responsive.scss */
  1338. #header a#link-commander {
  1339. display: none;
  1340. }
  1341. /* line 48, ../sass/_responsive.scss */
  1342. #content #points-vente .content {
  1343. padding-left: 10px;
  1344. margin-top: 30px;
  1345. }
  1346. /* line 53, ../sass/_responsive.scss */
  1347. #menu-user {
  1348. position: relative;
  1349. top: 0px;
  1350. }
  1351. /* line 58, ../sass/_responsive.scss */
  1352. .connected #content {
  1353. padding-top: 0px;
  1354. }
  1355. }