|
- @charset "UTF-8";
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 49, ../sass/screen.scss */
- html {
- height: 100%;
- }
-
- /* line 53, ../sass/screen.scss */
- body {
- position: relative;
- color: black !important;
- background-color: #f4efe8 !important;
- background-repeat: no-repeat;
- background-position: center -100px;
- background-size: 85% auto !important;
- font-family: 'worksans_regular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
- margin: 0;
- padding: 0;
- }
-
- /* line 66, ../sass/screen.scss */
- strong {
- font-weight: bold;
- }
-
- /* line 70, ../sass/screen.scss */
- .table {
- background-color: white;
- }
-
- /* line 74, ../sass/screen.scss */
- .help-block {
- padding-bottom: 5px;
- }
-
- /* line 78, ../sass/screen.scss */
- .row {
- margin: 0px;
- }
-
- /* line 82, ../sass/screen.scss */
- #main {
- background-color: transparent;
- padding-bottom: 50px;
- min-height: 800px;
- }
- /* line 87, ../sass/screen.scss */
- #main a {
- color: black;
- text-decoration: underline;
- }
- /* line 91, ../sass/screen.scss */
- #main a:focus, #main a:active {
- outline-color: gray;
- color: #ee6f42;
- }
- /* line 96, ../sass/screen.scss */
- #main a:hover {
- color: #ee6f42;
- }
- /* line 100, ../sass/screen.scss */
- #main a.btn {
- text-decoration: none;
- }
- /* line 106, ../sass/screen.scss */
- #main a.btn-default:focus, #main a.btn-default:active {
- color: black;
- }
- /* line 110, ../sass/screen.scss */
- #main a.btn-default:hover {
- color: black;
- }
-
- /* line 117, ../sass/screen.scss */
- #section-user-top .navbar {
- margin-bottom: 0px;
- -moz-border-radius: 0px none;
- -webkit-border-radius: 0px;
- border-radius: 0px none;
- }
-
- /* line 124, ../sass/screen.scss */
- #bookmarked-producers .btn-primary, #main .btn-primary {
- background-color: #ee6f42;
- border: solid 1px #ee6f42;
- color: white;
- }
- /* line 129, ../sass/screen.scss */
- #bookmarked-producers .btn-primary:hover, #bookmarked-producers .btn-primary:active, #bookmarked-producers .btn-primary:focus, #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
- background-color: #ec5d2b;
- border: solid 1px #ee6f42;
- color: white;
- }
-
- /* line 138, ../sass/screen.scss */
- .form-control:focus {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border: solid 1px #ee6f42;
- }
-
- /* line 143, ../sass/screen.scss */
- .form-buttons {
- text-align: center;
- }
-
- /* line 147, ../sass/screen.scss */
- p {
- padding-bottom: 20px;
- line-height: 21px;
- }
-
- /* line 152, ../sass/screen.scss */
- ul {
- padding-left: 20px;
- list-style-type: disc;
- margin-bottom: 10px;
- }
- /* line 157, ../sass/screen.scss */
- ul li {
- padding-left: 5px;
- }
-
- /* line 162, ../sass/screen.scss */
- .clr {
- clear: both;
- }
-
- /* line 166, ../sass/screen.scss */
- .btn {
- background-image: none;
- }
-
- /* line 170, ../sass/screen.scss */
- #main .alert {
- background-image: none;
- background-color: white;
- border-bottom-width: 3px;
- }
-
- /* line 178, ../sass/screen.scss */
- .alert.alert-warning a {
- color: #8a6d3b;
- }
-
- /* line 185, ../sass/screen.scss */
- #main {
- position: relative;
- }
- /* line 188, ../sass/screen.scss */
- #main .inner {
- width: 960px;
- margin: 0px auto;
- }
-
- /* line 194, ../sass/screen.scss */
- section#header-title {
- padding-top: 30px;
- padding-bottom: 40px;
- background-color: white;
- }
- /* line 199, ../sass/screen.scss */
- section#header-title h1 {
- text-align: center;
- color: black;
- font-family: 'latinmodernmono_regular';
- font-size: 33px;
- }
- /* line 205, ../sass/screen.scss */
- section#header-title h1 .glyphicon {
- position: relative;
- top: 4px;
- margin-right: 10px;
- }
-
- /* line 215, ../sass/screen.scss */
- #content #the-content {
- padding-top: 100px;
- padding-left: 30px;
- padding-right: 30px;
- padding-bottom: 50px;
- }
- /* line 223, ../sass/screen.scss */
- #content .content-text h1 {
- font-family: 'highvoltageregular';
- font-size: 30px;
- color: black;
- text-transform: uppercase;
- }
- /* line 230, ../sass/screen.scss */
- #content .content-text h2 {
- font-family: 'highvoltageregular';
- font-size: 20px;
- text-transform: none;
- padding-bottom: 0px;
- margin-bottom: 5px;
- margin-top: 5px;
- }
-
- /* line 241, ../sass/screen.scss */
- #block-demo {
- padding: 10px 0px;
- background-color: #ee6f42;
- color: white;
- text-align: center;
- }
- /* line 247, ../sass/screen.scss */
- #block-demo a {
- color: white;
- text-decoration: underline;
- }
-
- /* line 253, ../sass/screen.scss */
- #header {
- z-index: 100;
- border: 0px none;
- }
- /* line 257, ../sass/screen.scss */
- #header .container {
- position: relative;
- }
- /* line 261, ../sass/screen.scss */
- #header .collapse {
- padding-right: 0px;
- }
- /* line 265, ../sass/screen.scss */
- #header #env-dev {
- font-family: 'comfortaabold';
- text-align: center;
- font-size: 18px;
- padding-top: 10px;
- padding-bottom: 10px;
- color: #ee6f42;
- background-color: transparent;
- position: absolute;
- top: 18px;
- left: 79px;
- }
- /* line 278, ../sass/screen.scss */
- #header #link-home {
- position: absolute;
- top: -30px;
- left: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- text-decoration: none;
- font-size: 26px;
- display: block;
- }
- /* line 288, ../sass/screen.scss */
- #header #link-home img {
- height: 63px;
- margin-bottom: 5px;
- float: left;
- }
- /* line 294, ../sass/screen.scss */
- #header #link-home .text {
- float: left;
- padding-left: 10px;
- }
- /* line 298, ../sass/screen.scss */
- #header #link-home .text .bap {
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 303, ../sass/screen.scss */
- #header #link-home .text .plateforme {
- font-size: 17px;
- font-family: "myriadpro-light";
- color: #ee6f42;
- }
- /* line 311, ../sass/screen.scss */
- #header nav {
- position: relative;
- top: 3px;
- padding-top: 0px;
- padding-bottom: 0px;
- margin-bottom: 0px;
- border: 0px none;
- background: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* line 321, ../sass/screen.scss */
- #header nav .navbar-toggle {
- background-color: white;
- }
- /* line 325, ../sass/screen.scss */
- #header nav ul {
- float: right;
- padding: 0px;
- margin: 0px;
- margin-top: 10px;
- }
- /* line 331, ../sass/screen.scss */
- #header nav ul li {
- padding: 0px;
- display: block;
- }
- /* line 335, ../sass/screen.scss */
- #header nav ul li a {
- display: block;
- text-decoration: none;
- background-color: transparent;
- padding: 7px 0px 4px 0px;
- margin: 0px;
- margin-left: 20px;
- font-family: 'worksans_light';
- text-transform: uppercase;
- color: black;
- font-size: 18px;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- border-bottom: solid 4px transparent;
- }
- /* line 350, ../sass/screen.scss */
- #header nav ul li a:hover, #header nav ul li a.active {
- border-bottom: solid 4px #e4ac07;
- }
- /* line 360, ../sass/screen.scss */
- #header nav ul li.active a {
- background-color: #ee6f42;
- color: white;
- }
- /* line 369, ../sass/screen.scss */
- #header nav ul li ul li a {
- padding: 10px 10px;
- }
- /* line 382, ../sass/screen.scss */
- #header #link-logout .name {
- color: gray;
- font-size: 10px;
- left: 18px;
- position: relative;
- top: -4px;
- }
-
- /* line 399, ../sass/screen.scss */
- .vertical-align {
- display: flex;
- align-items: center;
- }
-
- /* line 404, ../sass/screen.scss */
- #content {
- position: relative;
- padding: 20px 0px;
- padding-top: 35px;
- padding-bottom: 60px;
- }
- /* line 410, ../sass/screen.scss */
- #content h1#title-site, #content h1 {
- font-family: "highvoltageregular";
- font-size: 35px;
- }
- /* line 415, ../sass/screen.scss */
- #content h2 {
- color: black;
- padding-bottom: 15px;
- font-size: 35px;
- line-height: 35px;
- font-family: 'highvoltageregular';
- text-transform: uppercase;
- position: relative;
- margin-top: 30px;
- }
- /* line 426, ../sass/screen.scss */
- #content h3 {
- font-family: 'highvoltageregular';
- font-size: 20px;
- color: black;
- }
- /* line 432, ../sass/screen.scss */
- #content #presentation-distrib {
- margin-top: 20px;
- margin-bottom: 50px;
- text-align: center;
- }
- /* line 437, ../sass/screen.scss */
- #content #presentation-distrib h1 {
- font-family: 'capsuularegular';
- text-align: center;
- margin-top: 15px;
- text-transform: none;
- color: #ee6f42;
- font-weight: bold;
- font-size: 30px;
- margin-bottom: 0px;
- padding-bottom: 0px;
- }
- /* line 449, ../sass/screen.scss */
- #content #presentation-distrib p {
- color: white;
- font-family: 'capsuularegular';
- font-size: 20px;
- margin-top: 20px;
- }
- /* line 457, ../sass/screen.scss */
- #content .panel {
- background-color: white;
- -moz-box-shadow: 0px 0px 15px #ece4d8;
- -webkit-box-shadow: 0px 0px 15px #ece4d8;
- box-shadow: 0px 0px 15px #ece4d8;
- }
- /* line 462, ../sass/screen.scss */
- #content .panel h2 {
- font-family: 'worksans_bold';
- }
- /* line 466, ../sass/screen.scss */
- #content .panel .panel-heading {
- border-bottom: 0px;
- padding-top: 10px;
- padding-bottom: 8px;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 472, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title {
- margin: 0px;
- padding: 0px;
- text-align: center;
- }
- /* line 477, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title .img {
- height: 20px;
- display: none;
- }
- /* line 482, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title .glyphicon {
- font-size: 20px;
- }
- /* line 486, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title span.the-title {
- font-size: 26px;
- position: relative;
- top: 0px;
- text-transform: none;
- }
- /* line 495, ../sass/screen.scss */
- #content .panel .panel-body {
- background-color: white;
- padding: 30px 50px;
- }
- /* line 499, ../sass/screen.scss */
- #content .panel .panel-body p {
- padding-bottom: 10px;
- }
- /* line 503, ../sass/screen.scss */
- #content .panel .panel-body h2 {
- font-size: 30px;
- color: #e4ac07;
- }
- /* line 509, ../sass/screen.scss */
- #content .panel.panel-primary {
- border: 0px none;
- border-bottom: solid 1px #e0e0e0;
- margin-bottom: 30px;
- }
- /* line 514, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading {
- border: 0px none;
- background-color: white;
- padding-top: 15px;
- padding-bottom: 8px;
- }
- /* line 520, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading h2.panel-title {
- color: #e4ac07;
- }
- /* line 523, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading h2.panel-title .glyphicon {
- font-size: 30px;
- margin-right: 6px;
- position: relative;
- top: 4px;
- }
- /* line 530, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading h2.panel-title .the-title {
- font-size: 28px;
- }
- /* line 535, ../sass/screen.scss */
- #content .panel.panel-primary .panel-body {
- border: 0px none;
- }
- /* line 544, ../sass/screen.scss */
- #content .label-producer-signup-closed {
- font-size: 14px;
- }
- /* line 548, ../sass/screen.scss */
- #content #row-users-producers {
- width: 100%;
- text-align: center;
- display: table;
- margin-bottom: 20px;
- padding-top: 100px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- /* line 557, ../sass/screen.scss */
- #content #row-users-producers .col-md-6 .panel {
- height: 100%;
- margin-bottom: 20px;
- background-color: transparent;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* line 564, ../sass/screen.scss */
- #content #row-users-producers .col-md-6.producer {
- padding-left: 0px;
- }
- /* line 567, ../sass/screen.scss */
- #content #row-users-producers .col-md-6.producer .word-animate {
- margin-top: 18px;
- height: auto;
- }
- /* line 571, ../sass/screen.scss */
- #content #row-users-producers .col-md-6.producer .word-animate span.functionality {
- background-color: #FFF8DC;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- padding: 8px 15px 5px 15px;
- }
- /* line 576, ../sass/screen.scss */
- #content #row-users-producers .col-md-6.producer .word-animate span.functionality .glyphicon {
- position: relative;
- top: 4px;
- right: 6px;
- }
- /* line 585, ../sass/screen.scss */
- #content #row-users-producers .col-md-6.users {
- padding-right: 0px;
- }
- /* line 589, ../sass/screen.scss */
- #content #row-users-producers .col-md-6 .hook {
- font-family: 'capsuularegular';
- font-size: 23px;
- line-height: 28px;
- margin-top: 10px;
- margin-bottom: 30px;
- }
- /* line 598, ../sass/screen.scss */
- #content #row-users-producers .col-md-6 .links a {
- margin-bottom: 5px;
- }
- /* line 624, ../sass/screen.scss */
- #content #row-users-producers p,
- #content #row-functionalities-rates p {
- padding-bottom: 4px;
- }
- /* line 630, ../sass/screen.scss */
- #content #row-functionalities-rates .block {
- position: relative;
- margin-bottom: 25px;
- padding-left: 70px;
- min-height: 50px;
- }
- /* line 636, ../sass/screen.scss */
- #content #row-functionalities-rates .block .glyphicon {
- font-size: 40px;
- position: absolute;
- left: 0px;
- top: 0px;
- }
- /* line 643, ../sass/screen.scss */
- #content #row-functionalities-rates .block p {
- font-family: 'capsuularegular';
- font-size: 18px;
- }
- /* line 648, ../sass/screen.scss */
- #content #row-functionalities-rates .block a {
- text-decoration: none;
- color: black;
- }
- /* line 652, ../sass/screen.scss */
- #content #row-functionalities-rates .block a:hover {
- color: #ee6f42;
- }
- /* line 659, ../sass/screen.scss */
- #content #row-functionalities-rates .block-points-sale-products img {
- width: 40px;
- }
- /* line 667, ../sass/screen.scss */
- #content #block-services .panel-body .panel-body {
- padding-bottom: 0px;
- }
- /* line 669, ../sass/screen.scss */
- #content #block-services .panel-body .panel-body h3 {
- margin-top: 0px;
- }
- /* line 678, ../sass/screen.scss */
- #content #block-rates table th {
- font-weight: bold;
- font-size: 14px;
- }
- /* line 687, ../sass/screen.scss */
- #content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active {
- color: black;
- }
-
- /* line 697, ../sass/screen.scss */
- #content #contact {
- display: none;
- }
- /* line 701, ../sass/screen.scss */
- #content #contact .icon {
- width: 55px;
- top: -15px;
- margin-left: -70px;
- }
- /* line 707, ../sass/screen.scss */
- #content #contact .form-control:focus {
- /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
- border-color: $jaune ;*/
- }
- /* line 712, ../sass/screen.scss */
- #content #contact .form-group {
- text-align: center;
- }
- /* line 716, ../sass/screen.scss */
- #content #contact .img-right {
- float: right;
- }
- /* line 719, ../sass/screen.scss */
- #content #contact .img-right img {
- width: 300px;
- }
-
- /* line 725, ../sass/screen.scss */
- #bookmarked-producers {
- padding: 0px;
- padding-top: 15px;
- padding-bottom: 7px;
- margin: 0px;
- border-bottom: solid 1px #e0e0e0;
- background-color: white;
- }
- /* line 733, ../sass/screen.scss */
- #bookmarked-producers h2 {
- float: left;
- font-family: 'highvoltageregular';
- color: black;
- text-align: left;
- font-size: 16px;
- margin: 0px;
- padding: 0px;
- color: black;
- }
- /* line 744, ../sass/screen.scss */
- #bookmarked-producers #producers {
- position: relative;
- top: -5px;
- left: 5px;
- }
- /* line 750, ../sass/screen.scss */
- #bookmarked-producers #discover {
- padding-bottom: 20px;
- text-align: center;
- }
- /* line 754, ../sass/screen.scss */
- #bookmarked-producers #discover p {
- padding-bottom: 0px;
- color: #e4ac07;
- }
- /* line 759, ../sass/screen.scss */
- #bookmarked-producers #discover .btn {
- background-color: #e4ac07;
- color: #ee6f42;
- border: solid 1px #e4ac07;
- }
-
- /* line 768, ../sass/screen.scss */
- #footer {
- position: absolute;
- bottom: 0px;
- width: 100%;
- text-align: left;
- padding-top: 22px;
- padding-bottom: 16px;
- background-color: #ee6f42;
- border-top: 0px none;
- color: white;
- }
- /* line 779, ../sass/screen.scss */
- #footer a {
- color: white;
- font-family: 'capsuularegular';
- font-size: 18px;
- text-decoration: none;
- padding-left: 10px;
- padding-right: 10px;
- border-right: solid 1px white;
- border: 0px none;
- }
- /* line 789, ../sass/screen.scss */
- #footer a:hover {
- text-decoration: underline;
- }
- /* line 793, ../sass/screen.scss */
- #footer a:last-child {
- border: 0px none;
- }
-
- /* line 803, ../sass/screen.scss */
- .site-producers #producers-list #producer-search {
- padding-bottom: 15px;
- }
- /* line 807, ../sass/screen.scss */
- .site-producers #producers-list .alert-no-results {
- display: none;
- }
- /* line 811, ../sass/screen.scss */
- .site-producers #producers-list .panel {
- border: solid 1px #e0e0e0;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- }
- /* line 815, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body {
- border: 0px none;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- }
- /* line 819, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body h2 {
- font-family: 'capsuularegular';
- font-weight: bold;
- font-size: 27px;
- text-transform: none;
- margin-top: 0px;
- margin-bottom: 5px;
- padding-bottom: 0px;
- }
- /* line 829, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body p {
- padding-bottom: 0px;
- }
- /* line 833, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body .producer-type {
- text-transform: uppercase;
- margin-bottom: 10px;
- font-size: 14px;
- }
- /* line 844, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-footer {
- -moz-border-radius: 0px 0px 8px 8px;
- -webkit-border-radius: 0px;
- border-radius: 0px 0px 8px 8px;
- border: 0px none;
- padding: 10px 30px;
- }
- /* line 850, ../sass/screen.scss */
- .site-producers #producers-list .panel .logo {
- float: right;
- position: relative;
- background-color: white;
- width: 110px;
- height: 110px;
- -moz-border-radius: 110px;
- -webkit-border-radius: 110px;
- border-radius: 110px;
- border: solid 1px #e0e0e0;
- text-align: right;
- overflow: hidden;
- }
- /* line 861, ../sass/screen.scss */
- .site-producers #producers-list .panel .logo .img-logo {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- max-width: 90px;
- max-height: 90px;
- }
- /* line 873, ../sass/screen.scss */
- .site-producers #producers-map {
- height: 750px;
- border: solid 1px #e0e0e0;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- }
- /* line 878, ../sass/screen.scss */
- .site-producers #producers-map.fixed {
- position: fixed !important;
- top: 20px;
- width: 300px;
- height: 750px;
- }
- /* line 886, ../sass/screen.scss */
- .site-producers #producers-map a {
- text-decoration: none;
- }
- /* line 890, ../sass/screen.scss */
- .site-producers #producers-map .popup-producer {
- font-size: 14px;
- color: #505050;
- }
- /* line 894, ../sass/screen.scss */
- .site-producers #producers-map .popup-producer .name {
- font-family: 'capsuularegular';
- font-weight: bold;
- font-size: 23px;
- color: #323232;
- }
- /* line 900, ../sass/screen.scss */
- .site-producers #producers-map .popup-producer .type {
- text-transform: uppercase;
- font-size: 13px;
- margin-bottom: 12px;
- }
- /* line 905, ../sass/screen.scss */
- .site-producers #producers-map .popup-producer .address {
- margin-bottom: 12px;
- }
- /* line 908, ../sass/screen.scss */
- .site-producers #producers-map .popup-producer .link {
- color: white;
- }
-
- /* line 918, ../sass/screen.scss */
- #content .site-about .panel .panel-heading h2 {
- margin: 0px;
- padding: 0px;
- font-size: 28px;
- }
- /* line 926, ../sass/screen.scss */
- #content .site-about .panel .panel-body h2 {
- font-size: 28px;
- text-transform: none;
- margin-bottom: 20px;
- padding-bottom: 0px;
- margin-top: 0px;
- }
- /* line 934, ../sass/screen.scss */
- #content .site-about .panel .panel-body p:last-child {
- margin-bottom: 0px;
- padding-bottom: 5px;
- }
- /* line 943, ../sass/screen.scss */
- #content .site-about #few-numbers .panel-body {
- padding: 0px 20px 20px 20px;
- }
- /* line 947, ../sass/screen.scss */
- #content .site-about #few-numbers .item {
- text-align: center;
- padding-top: 20px;
- padding-bottom: 10px;
- }
- /* line 952, ../sass/screen.scss */
- #content .site-about #few-numbers .item .number {
- font-family: 'worksans_bold';
- font-weight: bold;
- font-size: 35px;
- color: #ee6f42;
- }
- /* line 959, ../sass/screen.scss */
- #content .site-about #few-numbers .item .description {
- font-size: 16px;
- line-height: 20px;
- color: #ee6f42;
- font-family: 'worksans_medium';
- text-transform: uppercase;
- }
- /* line 967, ../sass/screen.scss */
- #content .site-about #few-numbers .item .detail {
- color: black;
- }
- /* line 973, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials {
- transition: all 0.4s;
- }
- /* line 976, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item, #content .site-about #carousel-producers-testimonials .carousel-caption {
- transition: all 0.4s;
- }
- /* line 980, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-indicators {
- display: none;
- }
- /* line 984, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-control {
- background: none;
- }
- /* line 987, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-control .bi {
- font-size: 30px;
- }
- /* line 993, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item .carousel-caption {
- top: 20px;
- color: black;
- text-shadow: none;
- padding: 0px;
- }
- /* line 999, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item .carousel-caption img {
- display: block;
- width: 150px;
- height: auto;
- margin: 0px auto 15px auto;
- }
- /* line 1007, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-testimony {
- margin-bottom: 12px;
- }
- /* line 1011, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-details {
- font-style: italic;
- color: gray;
- }
- /* line 1015, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-details .producer-name {
- color: #ee6f42;
- }
-
- /* line 1025, ../sass/screen.scss */
- #content .site-service #panel-go-further {
- text-align: center;
- }
-
- /* line 1030, ../sass/screen.scss */
- #content #mentions {
- padding-top: 20px;
- }
- /* line 1033, ../sass/screen.scss */
- #content #mentions div.content {
- width: 60%;
- font-size: 90%;
- }
- /* line 1038, ../sass/screen.scss */
- #content #mentions p {
- padding-bottom: 15px;
- }
- /* line 1042, ../sass/screen.scss */
- #content #mentions h2 {
- color: black;
- padding-bottom: 40px;
- font-size: 25px;
- line-height: 35px;
- font-family: 'highvoltageregular';
- }
- /* line 1050, ../sass/screen.scss */
- #content #mentions h3 {
- font-family: "highvoltageregular";
- font-size: 18px;
- padding-bottom: 12px;
- margin-top: 10px;
- color: black;
- }
-
- /* line 1065, ../sass/screen.scss */
- .vegas-loading {
- display: none;
- }
-
- /* line 1072, ../sass/screen.scss */
- #profil-user .form-group.field-user-no_mail label {
- font-weight: normal;
- }
- /* line 1076, ../sass/screen.scss */
- #profil-user .form-group label {
- cursor: pointer;
- }
- /* line 1081, ../sass/screen.scss */
- #profil-user #mails-days-distribution .form-group {
- float: left;
- margin-right: 15px;
- }
- /* line 1085, ../sass/screen.scss */
- #profil-user #mails-days-distribution .form-group label {
- font-weight: normal;
- }
- /* line 1091, ../sass/screen.scss */
- #profil-user p.strong {
- font-weight: bold;
- }
- /* line 1095, ../sass/screen.scss */
- #profil-user h2 {
- text-transform: none;
- font-size: 25px;
- }
- /* line 1099, ../sass/screen.scss */
- #profil-user h2:first-child {
- margin-top: 0px;
- }
-
- /* login */
- /* line 1110, ../sass/screen.scss */
- .back-white, .site-login .col-lg-5, .site-signup .col-lg-5 {
- background-color: white;
- padding: 30px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
-
- /* line 1117, ../sass/screen.scss */
- .site-login .col-lg-5 {
- margin: 0px auto;
- float: none;
- max-width: 500px;
- }
-
- /* signup */
- /* line 1127, ../sass/screen.scss */
- .modal-backdrop {
- z-index: 999;
- }
-
- /* line 1132, ../sass/screen.scss */
- .site-signup .col-lg-5 {
- margin: 0px auto;
- float: none;
- max-width: 500px;
- }
-
- /* line 1142, ../sass/screen.scss */
- #modal-cgv .modal-body h2 {
- margin-bottom: 5px;
- padding-bottom: 0px;
- font-size: 20px;
- margin-top: 0px;
- }
-
- /* line 1152, ../sass/screen.scss */
- #form-signup #user-producer {
- margin-bottom: 30px;
- }
- /* line 1157, ../sass/screen.scss */
- #form-signup #signupform-id_producer option:disabled {
- font-weight: bold;
- color: black;
- }
- /* line 1163, ../sass/screen.scss */
- #form-signup #champs-producer {
- display: none;
- }
- /* line 1167, ../sass/screen.scss */
- #form-signup #buttons-signup {
- margin-top: 30px;
- }
- /* line 1171, ../sass/screen.scss */
- #form-signup .field-signupform-is_test {
- display: none;
- }
-
- /* line 1176, ../sass/screen.scss */
- #col-left {
- padding: 0px;
- z-index: 15;
- }
- /* line 1180, ../sass/screen.scss */
- #col-left .affix {
- width: 25%;
- border-right: solid 1px #e0e0e0;
- background-color: #FAFAFA;
- height: 100%;
- }
- /* line 1187, ../sass/screen.scss */
- #col-left #link-home {
- text-decoration: none;
- font-size: 22px;
- color: black;
- display: block;
- padding: 10px;
- background-color: #e4ac07;
- }
- /* line 1195, ../sass/screen.scss */
- #col-left #link-home img {
- height: 50px;
- margin-bottom: 5px;
- float: left;
- }
- /* line 1201, ../sass/screen.scss */
- #col-left #link-home .text {
- padding-left: 62px;
- }
- /* line 1204, ../sass/screen.scss */
- #col-left #link-home .text .bap {
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 1209, ../sass/screen.scss */
- #col-left #link-home .text .plateforme {
- font-size: 17px;
- font-family: "myriadpro-light";
- color: #ee6f42;
- }
- /* line 1217, ../sass/screen.scss */
- #col-left h2 {
- font-family: 'myriadpro-regular';
- color: black;
- margin: 0px;
- margin-bottom: 10px;
- padding: 15px 0px 5px 15px;
- }
- /* line 1225, ../sass/screen.scss */
- #col-left #links {
- background-color: white;
- margin-bottom: 20px;
- }
- /* line 1231, ../sass/screen.scss */
- #col-left #links ul li a {
- text-align: center;
- border-right: solid 1px #e0e0e0;
- }
- /* line 1235, ../sass/screen.scss */
- #col-left #links ul li a:hover {
- background-color: #ee6f42;
- color: white;
- }
- /* line 1241, ../sass/screen.scss */
- #col-left #links ul li:last-child a {
- border-right: 0px none;
- }
- /* line 1251, ../sass/screen.scss */
- #col-left #producers nav.nav-producers ul li a {
- padding-left: 50px;
- height: 40px;
- }
- /* line 1257, ../sass/screen.scss */
- #col-left #producers nav.nav-producers ul li.active a {
- background-color: #ee6f42;
- position: relative;
- color: white;
- }
- /* line 1262, ../sass/screen.scss */
- #col-left #producers nav.nav-producers ul li.active a:after {
- right: -40px;
- top: 50%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-color: rgba(187, 135, 87, 0);
- border-left-color: #BB8757;
- border-width: 20px;
- margin-top: -20px;
- }
- /* line 1281, ../sass/screen.scss */
- #col-left ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- /* line 1286, ../sass/screen.scss */
- #col-left ul li {
- margin: 0px;
- padding: 0px;
- }
- /* line 1290, ../sass/screen.scss */
- #col-left ul li a {
- text-decoration: none;
- font-family: 'comfortaaregular';
- font-family: 'myriadpro-regular';
- font-size: 15px;
- padding: 10px;
- border-bottom: solid 1px #e0e0e0;
- display: block;
- color: black;
- }
- /* line 1300, ../sass/screen.scss */
- #col-left ul li a span.name, #col-left ul li a span.wording {
- display: none;
- }
- /* line 1307, ../sass/screen.scss */
- #col-left p {
- padding: 20px;
- padding-top: 0px;
- color: gray;
- }
-
- /* line 1315, ../sass/screen.scss */
- #content .header-title {
- height: 79px;
- padding: 20px 20px;
- position: fixed;
- top: 0px;
- width: 100%;
- background-color: white;
- z-index: 10;
- box-sizing: border-box;
- border-bottom: solid 1px #e0e0e0;
- -moz-box-shadow: 0px 0px 8px #e0e0e0;
- -webkit-box-shadow: 0px 0px 8px #e0e0e0;
- box-shadow: 0px 0px 8px #e0e0e0;
- }
- /* line 1327, ../sass/screen.scss */
- #content .header-title h1 {
- color: black;
- font-family: 'myriadpro-regular';
- margin: 0px;
- font-size: 25px;
- text-transform: uppercase;
- }
- /* line 1335, ../sass/screen.scss */
- #content .header-title h2 {
- color: gray;
- text-transform: none;
- font-size: 15px;
- margin-top: 3px;
- line-height: 20px;
- }
-
- /* line 1346, ../sass/screen.scss */
- .header-producer {
- z-index: 1;
- }
- /* line 1349, ../sass/screen.scss */
- .header-producer #block-main-img {
- height: 144px;
- overflow: hidden;
- }
- /* line 1353, ../sass/screen.scss */
- .header-producer #block-main-img #main-img {
- width: 100%;
- height: auto;
- border: 0px none;
- padding: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- /* line 1362, ../sass/screen.scss */
- .header-producer h1 {
- font-family: 'comfortaaregular';
- text-align: center;
- position: absolute;
- top: 30px;
- left: 40px;
- }
- /* line 1369, ../sass/screen.scss */
- .header-producer h1 span {
- background-color: rgba(255, 255, 255, 0.8);
- padding: 10px 30px;
- border: dotted 1px black;
- }
-
- /* line 1380, ../sass/screen.scss */
- nav#menu-producer {
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 1384, ../sass/screen.scss */
- nav#menu-producer ul li {
- padding: 0px;
- margin: 0px;
- }
- /* line 1388, ../sass/screen.scss */
- nav#menu-producer ul li a {
- border-right: solid 1px #e0e0e0;
- text-decoration: none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- /* line 1393, ../sass/screen.scss */
- nav#menu-producer ul li a:hover {
- background-color: #ee6f42;
- color: white;
- }
-
- /* line 1403, ../sass/screen.scss */
- .site-contact .col-lg-6 {
- margin: 0px auto;
- float: none;
- }
- /* line 1408, ../sass/screen.scss */
- .site-contact .form-group.submit {
- text-align: center;
- }
-
- /* line 1414, ../sass/screen.scss */
- .site-opinion .col-lg-6 {
- margin: 0px auto;
- float: none;
- }
- /* line 1419, ../sass/screen.scss */
- .site-opinion .field-opinionform-istest {
- display: none;
- }
- /* line 1423, ../sass/screen.scss */
- .site-opinion .form-group.submit {
- text-align: center;
- }
-
- /* line 1430, ../sass/screen.scss */
- #site-prices .panel p {
- padding-bottom: 0px;
- }
-
- /* line 1437, ../sass/screen.scss */
- #contact-form .field-contactform-istest {
- display: none;
- }
-
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 38, ../sass/_order_system.scss */
- h1.title-system-order {
- color: #323232;
- padding-bottom: 35px;
- font-size: 30px;
- line-height: 35px;
- font-family: "highvoltageregular";
- text-align: center;
- position: relative;
- margin-top: 0px;
- }
- /* line 49, ../sass/_order_system.scss */
- h1.title-system-order img {
- width: 35px;
- margin-right: 7px;
- }
-
- /* line 55, ../sass/_order_system.scss */
- h2 {
- font-size: 20px;
- text-transform: uppercase;
- }
-
- /* line 63, ../sass/_order_system.scss */
- #addproducerform-id_producer option:disabled,
- #signupform-id_producer option:disabled {
- font-weight: bold;
- color: black;
- }
- /* line 67, ../sass/_order_system.scss */
- #addproducerform-id_producer .lock,
- #signupform-id_producer .lock {
- position: relative;
- }
- /* line 71, ../sass/_order_system.scss */
- #addproducerform-id_producer .lock:before,
- #signupform-id_producer .lock:before {
- font-family: "Glyphicons Halflings";
- content: "\e033";
- font-style: normal;
- font-weight: 400;
- line-height: 1;
- position: relative;
- top: 1px;
- right: 0px;
- }
-
- /* line 83, ../sass/_order_system.scss */
- #block-code-acces {
- display: none;
- }
-
- /* line 90, ../sass/_order_system.scss */
- #main .list-producers .producer {
- padding-left: 0px;
- padding-right: 30px;
- }
- /* line 94, ../sass/_order_system.scss */
- #main .list-producers .producer .panel {
- margin-bottom: 13px;
- }
- /* line 98, ../sass/_order_system.scss */
- #main .list-producers .producer.selected .panel {
- border-bottom: solid 3px #ee6f42;
- margin-bottom: 11px;
- }
- /* line 103, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-heading {
- height: 150px;
- overflow: hidden;
- padding: 0px;
- background: none;
- background-color: #F8F1DD;
- }
- /* line 109, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-heading .img-back {
- width: 100%;
- height: auto;
- position: relative;
- top: -50%;
- }
- /* line 117, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body {
- position: relative;
- width: 100%;
- height: 150px;
- max-height: 150px;
- text-align: center;
- }
- /* line 124, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body h3 {
- margin-bottom: 4px;
- }
- /* line 128, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .locality {
- color: gray;
- margin-bottom: 10px;
- }
- /* line 133, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .glyphicon-check {
- color: #ee6f42;
- font-size: 40px;
- position: absolute;
- top: 34px;
- left: 32px;
- }
- /* line 141, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .remove {
- position: absolute;
- top: 10px;
- right: 10px;
- }
- /* line 147, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .logo {
- display: none;
- width: 150px;
- position: absolute;
- top: -40px;
- left: 50%;
- margin-left: -75px;
- background-color: white;
- padding: 10px 20px;
- }
- /* line 158, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .order-deadline,
- #main .list-producers .producer .panel-body .credit {
- margin-top: 15px;
- font-size: 13px;
- }
- /* line 164, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .order-deadline {
- float: left;
- }
- /* line 168, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .credit {
- float: right;
- }
- /* line 171, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .credit .amount {
- font-size: 16px;
- color: #ee6f42;
- background-color: #e4ac07;
- padding: 2px 10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- font-weight: bold;
- }
- /* line 178, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .credit .amount .glyphicon {
- font-size: 13px;
- }
- /* line 184, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .info-credit {
- font-size: 17px;
- position: relative;
- top: 2px;
- left: 3px;
- color: #ee6f42;
- }
-
- /* line 195, ../sass/_order_system.scss */
- #index-order {
- position: relative;
- }
- /* line 198, ../sass/_order_system.scss */
- #index-order #logout {
- position: absolute;
- /*top: 45px ;
- right: 93px ;*/
- top: 0;
- right: 0;
- z-index: 10;
- }
- /* line 207, ../sass/_order_system.scss */
- #index-order .home {
- text-align: center;
- padding-bottom: 20px;
- }
- /* line 212, ../sass/_order_system.scss */
- #index-order #block-add-producer {
- padding-left: 0px;
- padding-right: 30px;
- }
- /* line 216, ../sass/_order_system.scss */
- #index-order #block-add-producer .help-block {
- padding-bottom: 0px;
- }
- /* line 220, ../sass/_order_system.scss */
- #index-order #block-add-producer .field-addproducerform-id_producer {
- width: 70%;
- float: left;
- }
- /* line 225, ../sass/_order_system.scss */
- #index-order #block-add-producer .field-addproducerform-code {
- width: 70%;
- float: left;
- }
- /* line 230, ../sass/_order_system.scss */
- #index-order #block-add-producer .btn {
- float: right;
- position: relative;
- top: 20px;
- }
- /* line 236, ../sass/_order_system.scss */
- #index-order #block-add-producer .panel-heading {
- background: none;
- background-color: white;
- cursor: pointer;
- }
- /* line 242, ../sass/_order_system.scss */
- #index-order #block-add-producer .panel-body {
- display: none;
- }
- /* line 248, ../sass/_order_system.scss */
- #index-order #history-orders .status, #index-order #history-orders .amount {
- width: 175px;
- }
- /* line 251, ../sass/_order_system.scss */
- #index-order #history-orders .amount {
- width: 100px;
- }
- /* line 258, ../sass/_order_system.scss */
- #index-order #history-orders .locality {
- font-size: 11px;
- lin-height: 11px;
- }
- /* line 263, ../sass/_order_system.scss */
- #index-order #history-orders a {
- text-decoration: none;
- }
- /* line 267, ../sass/_order_system.scss */
- #index-order #history-orders .comment {
- margin-top: 5px;
- }
- /* line 269, ../sass/_order_system.scss */
- #index-order #history-orders .comment span {
- font-size: 12px;
- background-color: white;
- color: #ee6f42;
- font-weight: bold;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- padding: 5px 10px;
- border: solid 1px #ccc;
- }
-
- /* line 282, ../sass/_order_system.scss */
- .order-form {
- min-height: 600px;
- padding-bottom: 60px;
- }
- /* line 287, ../sass/_order_system.scss */
- .order-form h2 {
- font-family: "myriadpro-regular";
- }
- /* line 291, ../sass/_order_system.scss */
- .order-form #infos-importantes.alert-warning {
- float: right;
- }
- /* line 297, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker {
- float: left;
- margin-right: 20px;
- font-size: 20px;
- }
- /* line 303, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-header {
- background-color: #ee6f42;
- }
- /* line 307, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-title {
- color: white;
- }
- /* line 313, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-prev:hover,
- .order-form #datepicker-distribution .ui-datepicker-next:hover {
- border: 0px none;
- background: none;
- }
- /* line 319, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-helper-clearfix:after {
- clear: none;
- }
- /* line 324, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-calendar a {
- text-decoration: none;
- background-color: #e4ac07;
- }
- /* line 327, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover, .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
- background-color: #ee6f42;
- color: white;
- border-color: #cdc3b7;
- }
- /* line 336, ../sass/_order_system.scss */
- .order-form .date-order {
- margin-bottom: 53px;
- }
- /* line 338, ../sass/_order_system.scss */
- .order-form .date-order span {
- background-color: #ee6f42;
- color: white;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- padding: 10px;
- font-family: "myriadpro-regular";
- font-size: 20px;
- }
- /* line 348, ../sass/_order_system.scss */
- .order-form #has-order-in-progress {
- margin-top: 15px;
- }
- /* line 351, ../sass/_order_system.scss */
- .order-form #has-order-in-progress a {
- color: #a94442;
- text-decoration: none;
- font-weight: bold;
- }
- /* line 358, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution {
- display: none;
- }
- /* line 362, ../sass/_order_system.scss */
- .order-form .field-order-id_point_sale {
- margin-top: 30px;
- }
- /* line 366, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution {
- margin-bottom: 0px;
- }
- /* line 368, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution label {
- margin-bottom: 0px;
- }
- /* line 372, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution .help-block {
- margin-bottom: 0px;
- }
- /* line 377, ../sass/_order_system.scss */
- .order-form .field-order-id_point_sale {
- display: none;
- }
- /* line 381, ../sass/_order_system.scss */
- .order-form .blocks {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- /* line 386, ../sass/_order_system.scss */
- .order-form .blocks .block {
- text-decoration: none;
- width: 268px;
- height: 130px;
- float: left;
- padding: 20px;
- margin-right: 20px;
- margin-bottom: 8px;
- cursor: pointer;
- float: left;
- background-color: #f9f9f9;
- background-color: white;
- border: 1px solid #d8d8d8;
- }
- /* line 401, ../sass/_order_system.scss */
- .order-form .blocks .block .name {
- font-family: "comfortaalight";
- font-size: 20px;
- }
- /* line 407, ../sass/_order_system.scss */
- .order-form .blocks .block .address {
- color: gray;
- font-size: 13px;
- line-height: 16px;
- }
- /* line 413, ../sass/_order_system.scss */
- .order-form .blocks .block .infos {
- margin-top: 7px;
- }
- /* line 415, ../sass/_order_system.scss */
- .order-form .blocks .block .infos .day {
- font-weight: bold;
- display: none;
- }
- /* line 422, ../sass/_order_system.scss */
- .order-form .blocks .block.selected {
- border-left: solid 5px #ee6f42;
- }
- /* line 425, ../sass/_order_system.scss */
- .order-form .blocks .block.selected .contenu {
- position: relative;
- left: -4px;
- }
- /* line 431, ../sass/_order_system.scss */
- .order-form .blocks .block:hover {
- -moz-box-shadow: 0px 0px 5px #d8d8d8;
- -webkit-box-shadow: 0px 0px 5px #d8d8d8;
- box-shadow: 0px 0px 5px #d8d8d8;
- }
- /* line 436, ../sass/_order_system.scss */
- .order-form .blocks .block.disabled {
- display: none;
- }
- /* line 441, ../sass/_order_system.scss */
- .order-form .blocks .block .comment {
- margin-top: 5px;
- }
- /* line 443, ../sass/_order_system.scss */
- .order-form .blocks .block .comment span {
- background-color: #ee6f42;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- color: white;
- font-weight: bold;
- padding: 3px 10px;
- }
- /* line 454, ../sass/_order_system.scss */
- .order-form #products {
- margin-top: 15px;
- }
- /* line 457, ../sass/_order_system.scss */
- .order-form #products #label-products {
- display: block;
- margin-bottom: 5px;
- }
- /* line 462, ../sass/_order_system.scss */
- .order-form #products .table {
- margin-top: 7px;
- }
- /* line 465, ../sass/_order_system.scss */
- .order-form #products .table .photo {
- padding: 0px;
- width: 120px;
- }
- /* line 470, ../sass/_order_system.scss */
- .order-form #products .table .th-photo, .order-form #products .table .td-photo {
- width: 120px;
- }
- /* line 474, ../sass/_order_system.scss */
- .order-form #products .table .name {
- font-family: "comfortaalight";
- font-weight: bold;
- text-transform: uppercase;
- font-size: 18px;
- }
- /* line 481, ../sass/_order_system.scss */
- .order-form #products .table .description {
- font-style: italic;
- }
- /* line 485, ../sass/_order_system.scss */
- .order-form #products .table .recipe {
- font-size: 12px;
- }
- /* line 489, ../sass/_order_system.scss */
- .order-form #products .table .input-group {
- width: 133px;
- }
- /* line 491, ../sass/_order_system.scss */
- .order-form #products .table .input-group .quantity {
- text-align: center;
- }
- /* line 496, ../sass/_order_system.scss */
- .order-form #products .table .column-quantity, .order-form #products .table .price-unit, .order-form #products .table .total {
- width: 150px;
- text-align: center;
- }
- /* line 501, ../sass/_order_system.scss */
- .order-form #products .table td#total-order, .order-form #products .table td#total-order-vrac, .order-form #products .table td.total {
- text-align: center;
- }
- /* line 505, ../sass/_order_system.scss */
- .order-form #products .table .epuise {
- display: none;
- text-transform: uppercase;
- color: #B32815;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- }
- /* line 514, ../sass/_order_system.scss */
- .order-form #products .table .quantity-remaining {
- font-size: 12px;
- margin-top: 8px;
- }
- /* line 518, ../sass/_order_system.scss */
- .order-form #products .table .quantity-remaining .nb {
- font-weight: bold;
- }
- /* line 523, ../sass/_order_system.scss */
- .order-form #products .table td.product, .order-form #products .table th.product {
- width: 70%;
- }
- /* line 527, ../sass/_order_system.scss */
- .order-form #products .table td.price-unit, .order-form #products .table th.price-unit {
- width: 10%;
- }
- /* line 531, ../sass/_order_system.scss */
- .order-form #products .table td.column-quantity, .order-form #products .table th.column-quantity {
- width: 10%;
- }
- /* line 535, ../sass/_order_system.scss */
- .order-form #products .table td.total, .order-form #products .table th.total {
- width: 10%;
- }
- /* line 541, ../sass/_order_system.scss */
- .order-form #bar-fixed {
- display: none;
- position: fixed;
- bottom: 0px;
- z-index: 100;
- background-color: white;
- padding: 15px;
- margin-bottom: 0px;
- -moz-box-shadow: 0 0 5px gray;
- -webkit-box-shadow: 0 0 5px gray;
- box-shadow: 0 0 5px gray;
- -moz-border-radius: 10px 10px 0px 0px;
- -webkit-border-radius: 10px;
- border-radius: 10px 10px 0px 0px;
- border-top: solid 1px #e0e0e0;
- background-color: #F9F9F9;
- background-color: #e4ac07;
- text-align: center;
- }
- /* line 558, ../sass/_order_system.scss */
- .order-form #bar-fixed.not-fixed {
- position: relative;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- border: solid 1px #e0e0e0;
- padding-right: 20px;
- }
- /* line 567, ../sass/_order_system.scss */
- .order-form #bar-fixed.no-credit #bloc-valider-commande {
- margin-top: 0px;
- float: right;
- }
- /* line 573, ../sass/_order_system.scss */
- .order-form #bar-fixed #total-order-bottom {
- background-color: white;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- padding: 5px 25px;
- border: solid 1px #e0e0e0;
- }
- /* line 580, ../sass/_order_system.scss */
- .order-form #bar-fixed .btn-comment {
- float: left;
- }
- /* line 588, ../sass/_order_system.scss */
- .order-form #bar-fixed .btn-comment {
- margin-right: 10px;
- }
- /* line 592, ../sass/_order_system.scss */
- .order-form #bar-fixed #block-confirm-order {
- text-align: right;
- margin-top: 20px;
- }
- /* line 596, ../sass/_order_system.scss */
- .order-form #bar-fixed #block-confirm-order button {
- width: 340px;
- margin-right: 10px;
- }
- /* line 602, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit {
- float: right;
- width: 340px;
- padding: 3px 11px;
- background-color: white;
- border: solid 1px #ccc;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- margin-right: 10px;
- text-shadow: 0 1px 0 #fff;
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
- }
- /* line 613, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit.payment-impossible {
- background-color: #e0e0e0;
- }
- /* line 617, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit .info {
- color: gray;
- font-weight: normal;
- }
- /* line 622, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit .the-credit {
- background-color: #ee6f42;
- color: white;
- padding: 2px 8px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- /* line 629, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit .amount-paid {
- color: #ee6f42;
- }
- /* line 633, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit #info-credit-empty {
- font-size: 12px;
- }
- /* line 637, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit #credit-disabled {
- display: none;
- font-size: 12px;
- }
- /* line 643, ../sass/_order_system.scss */
- .order-form #bar-fixed .btn-retour, .order-form #bar-fixed .cancel-order {
- float: left;
- margin-right: 5px;
- }
- /* line 648, ../sass/_order_system.scss */
- .order-form #bar-fixed .cancel-order {
- color: #b92c28;
- background-color: white;
- }
- /* line 653, ../sass/_order_system.scss */
- .order-form #bar-fixed #total-order-bottom {
- display: none;
- font-weight: bold;
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 660, ../sass/_order_system.scss */
- .order-form #bar-fixed .field-order-comment {
- display: none;
- }
-
- /* line 668, ../sass/_order_system.scss */
- .ui-datepicker .ui-widget-header {
- background: none;
- background-color: gray;
- border: 0px none;
- color: black;
- font-weight: normal;
- }
- /* line 676, ../sass/_order_system.scss */
- .ui-datepicker .ui-datepicker-current-day a,
- .ui-datepicker a.ui-state-hover {
- background: none;
- background-color: gray;
- border-color: black;
- color: black;
- }
-
- /* line 689, ../sass/_order_system.scss */
- #page-producer .buttons-login-signup {
- display: none;
- }
-
- /* line 696, ../sass/_order_system.scss */
- #page-producer h1,
- #page-producer-code h1 {
- font-size: 40px;
- }
- /* line 699, ../sass/_order_system.scss */
- #page-producer .info,
- #page-producer-code .info {
- text-align: center;
- }
-
- /* line 704, ../sass/_order_system.scss */
- #page-producer-offline {
- text-align: center;
- }
- /* line 707, ../sass/_order_system.scss */
- #page-producer-offline .info {
- margin-bottom: 60px;
- }
-
- /* line 713, ../sass/_order_system.scss */
- #page-producer-code form#producer-code {
- max-width: 400px;
- margin: 0px auto;
- }
- /* line 717, ../sass/_order_system.scss */
- #page-producer-code form#producer-code .form-group.buttons {
- text-align: center;
- }
-
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- @media screen and (min-width: 768px) {
- /* line 40, ../sass/_responsive.scss */
- .home #row-users-producers .producer .panel-body, .home #row-users-producers .users .panel-body {
- height: 260px;
- }
- }
- @media screen and (min-width: 768px) and (max-width: 1000px) {
- /* line 49, ../sass/_responsive.scss */
- #main {
- min-height: 500px;
- }
-
- /* line 55, ../sass/_responsive.scss */
- #header nav .navbar-nav {
- padding-top: 10px;
- }
- /* line 61, ../sass/_responsive.scss */
- #header nav ul li a {
- padding: 3px 7px;
- font-size: 15px;
- }
-
- /* line 72, ../sass/_responsive.scss */
- .home #row-users-producers .producer, .home #row-users-producers .users {
- padding: 0px;
- }
-
- /* line 79, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-map {
- display: none;
- }
- }
- @media screen and (max-width: 768px) {
- /* line 88, ../sass/_responsive.scss */
- #content {
- padding-top: 20px;
- padding-bottom: 20px;
- }
-
- /* line 93, ../sass/_responsive.scss */
- #main {
- padding-bottom: 0px;
- min-height: 550px;
- }
- /* line 97, ../sass/_responsive.scss */
- #main .container {
- padding-left: 15px;
- padding-right: 15px;
- }
-
- /* line 103, ../sass/_responsive.scss */
- #header {
- position: relative;
- }
- /* line 106, ../sass/_responsive.scss */
- #header #link-home {
- padding-left: 15px;
- }
- /* line 110, ../sass/_responsive.scss */
- #header .navbar-collapse {
- border: 0px none;
- }
- /* line 114, ../sass/_responsive.scss */
- #header nav {
- width: 100%;
- }
- /* line 117, ../sass/_responsive.scss */
- #header nav ul {
- position: relative;
- display: block;
- float: none;
- margin-top: 0px;
- border: 0px none;
- padding-bottom: 20px;
- }
- /* line 125, ../sass/_responsive.scss */
- #header nav ul li {
- display: block;
- float: none;
- }
- /* line 129, ../sass/_responsive.scss */
- #header nav ul li a {
- display: block;
- padding: 10px;
- }
-
- /* line 138, ../sass/_responsive.scss */
- #footer {
- position: relative;
- }
- /* line 141, ../sass/_responsive.scss */
- #footer .bull {
- display: none;
- }
- /* line 145, ../sass/_responsive.scss */
- #footer a {
- display: block;
- text-align: center;
- }
-
- /* line 153, ../sass/_responsive.scss */
- .home #content #presentation-distrib h3 {
- color: black;
- }
- /* line 157, ../sass/_responsive.scss */
- .home #main {
- background-image: none;
- background-color: #FFF8DC;
- }
- /* line 161, ../sass/_responsive.scss */
- .home #main #row-users-producers {
- display: block;
- margin: 0px;
- padding: 0px;
- }
- /* line 167, ../sass/_responsive.scss */
- .home #main #row-users-producers .panel .hook {
- margin-bottom: 25px;
- }
- /* line 170, ../sass/_responsive.scss */
- .home #main #row-users-producers .panel .hook br {
- display: none;
- }
- /* line 174, ../sass/_responsive.scss */
- .home #main #row-users-producers .panel .hook .word-animate {
- font-size: 20px;
- }
- /* line 180, ../sass/_responsive.scss */
- .home #main #row-users-producers .panel .links a {
- display: block;
- margin-bottom: 5px;
- }
- /* line 187, ../sass/_responsive.scss */
- .home #main #row-users-producers .producer, .home #main #row-users-producers .users {
- padding-right: 0px;
- }
- /* line 191, ../sass/_responsive.scss */
- .home #main #row-users-producers .users {
- padding-left: 0px;
- }
- /* line 194, ../sass/_responsive.scss */
- .home #main #row-users-producers .users .panel {
- margin-bottom: 0px;
- }
-
- /* line 203, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-list {
- padding: 0px;
- }
- /* line 208, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-list #producers-list .panel .panel-body {
- text-align: center;
- }
- /* line 211, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-list #producers-list .panel .panel-body .logo {
- display: none;
- }
- /* line 219, ../sass/_responsive.scss */
- .site-producers #producers-map {
- display: none;
- }
-
- /* line 225, ../sass/_responsive.scss */
- .site-about .col-md-8, .site-about .col-md-4 {
- padding: 0px;
- }
-
- /* line 231, ../sass/_responsive.scss */
- .site-contact .col-lg-5 {
- padding: 0px;
- }
-
- /* line 237, ../sass/_responsive.scss */
- #content .site-service #panel-go-further {
- margin-bottom: 0px;
- }
- /* line 240, ../sass/_responsive.scss */
- #content .site-service #panel-go-further a {
- display: block;
- margin-bottom: 5px;
- }
-
- /* line 248, ../sass/_responsive.scss */
- #page-producer .buttons-login-signup {
- display: block;
- margin-bottom: 20px;
- text-align: center;
- }
- /* line 253, ../sass/_responsive.scss */
- #page-producer .buttons-login-signup a {
- float: none;
- }
- }
|