- @charset "UTF-8";
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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 Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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, body {
- height: 100%;
- }
-
- /* line 53, ../sass/screen.scss */
- #wrapper {
- min-height: 100%;
- position: relative;
- }
-
- /* line 58, ../sass/screen.scss */
- body {
- position: relative;
- color: black !important;
- background-color: #f4efe8 !important;
- background-repeat: no-repeat;
- background-position: center -100px;
- background-size: 90% auto !important;
- font-family: 'worksans_regular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
- margin: 0;
- padding: 0;
- }
-
- /* line 71, ../sass/screen.scss */
- strong {
- font-weight: bold;
- }
-
- /* line 75, ../sass/screen.scss */
- .help-block {
- padding-bottom: 5px;
- }
-
- /* line 79, ../sass/screen.scss */
- .row {
- margin: 0px;
- }
-
- /* line 83, ../sass/screen.scss */
- #main {
- background-color: transparent;
- padding-bottom: 65px;
- min-height: 500px;
- }
- /* line 88, ../sass/screen.scss */
- #main a {
- color: black;
- text-decoration: underline;
- }
- /* line 92, ../sass/screen.scss */
- #main a:focus, #main a:active {
- outline-color: gray;
- color: #ee6f42;
- }
- /* line 97, ../sass/screen.scss */
- #main a:hover {
- color: #ee6f42;
- }
- /* line 101, ../sass/screen.scss */
- #main a.btn {
- text-decoration: none;
- }
-
- /* line 108, ../sass/screen.scss */
- #section-user-top .navbar {
- margin-bottom: 0px;
- -moz-border-radius: 0px none;
- -webkit-border-radius: 0px;
- border-radius: 0px none;
- }
-
- /* line 114, ../sass/screen.scss */
- p {
- padding-bottom: 20px;
- line-height: 21px;
- }
-
- /* line 119, ../sass/screen.scss */
- ul {
- padding-left: 20px;
- list-style-type: disc;
- margin-bottom: 10px;
- }
- /* line 124, ../sass/screen.scss */
- ul li {
- padding-left: 5px;
- }
-
- /* line 129, ../sass/screen.scss */
- .clr {
- clear: both;
- }
-
- /* line 134, ../sass/screen.scss */
- #wrapper .btn {
- background-image: none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
-
- /* line 140, ../sass/screen.scss */
- #main .alert {
- background-image: none;
- background-color: white;
- border-bottom-width: 3px;
- }
-
- /* line 148, ../sass/screen.scss */
- .alert.alert-warning a {
- color: #8a6d3b;
- }
-
- /* line 156, ../sass/screen.scss */
- #main .modal .modal-content {
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- /* line 161, ../sass/screen.scss */
- #main .modal .modal-header .modal-title {
- color: #e4ac07;
- }
- /* line 168, ../sass/screen.scss */
- #main .modal .modal-body h1, #main .modal .modal-body h2, #main .modal .modal-body h3, #main .modal .modal-body h4, #main .modal .modal-body h5, #main .modal .modal-body h6 {
- color: black;
- }
- /* line 172, ../sass/screen.scss */
- #main .modal .modal-body h2 {
- font-size: 1.5rem;
- }
- /* line 175, ../sass/screen.scss */
- #main .modal .modal-body h3 {
- font-size: 1.3rem;
- }
- /* line 178, ../sass/screen.scss */
- #main .modal .modal-body h4 {
- font-size: 1.1rem;
- }
- /* line 182, ../sass/screen.scss */
- #main .modal .modal-body .panel {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
-
- /* line 193, ../sass/screen.scss */
- #main {
- position: relative;
- }
- /* line 196, ../sass/screen.scss */
- #main .inner {
- width: 960px;
- margin: 0px auto;
- }
-
- /* line 202, ../sass/screen.scss */
- section#header-title {
- padding-top: 35px;
- padding-bottom: 35px;
- background-color: white;
- }
- /* line 207, ../sass/screen.scss */
- section#header-title h1 {
- text-align: center;
- color: black;
- font-family: 'latinmodernmono_regular';
- font-size: 33px;
- }
- /* line 213, ../sass/screen.scss */
- section#header-title h1 .glyphicon {
- position: relative;
- top: 4px;
- margin-right: 10px;
- }
-
- /* line 221, ../sass/screen.scss */
- #block-demo {
- padding: 10px 0px;
- background-color: #ee6f42;
- color: white;
- text-align: center;
- }
- /* line 227, ../sass/screen.scss */
- #block-demo a {
- color: white;
- text-decoration: underline;
- }
-
- /* line 233, ../sass/screen.scss */
- #header {
- z-index: 100;
- border: 0px none;
- }
- /* line 237, ../sass/screen.scss */
- #header .container {
- position: relative;
- }
- /* line 241, ../sass/screen.scss */
- #header .collapse {
- padding-right: 0px;
- }
- /* line 245, ../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 258, ../sass/screen.scss */
- #header #link-home {
- position: absolute;
- top: 10px;
- left: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- text-decoration: none;
- font-size: 26px;
- display: block;
- }
- /* line 269, ../sass/screen.scss */
- #header #link-home img {
- -moz-transition: linear 0.1s;
- -o-transition: linear 0.1s;
- -webkit-transition: linear 0.1s;
- transition: linear 0.1s;
- height: 63px;
- margin-bottom: 5px;
- float: left;
- }
- /* line 277, ../sass/screen.scss */
- #header #link-home:hover img {
- filter: brightness(0.9);
- }
- /* line 283, ../sass/screen.scss */
- #header #link-home .text {
- float: left;
- padding-left: 10px;
- }
- /* line 287, ../sass/screen.scss */
- #header #link-home .text .bap {
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 292, ../sass/screen.scss */
- #header #link-home .text .plateforme {
- font-size: 17px;
- font-family: "myriadpro-light";
- color: #ee6f42;
- }
- /* line 299, ../sass/screen.scss */
- #header #link-home .badge-environment-beta {
- top: 28px;
- left: 10px;
- }
- /* line 305, ../sass/screen.scss */
- #header nav {
- height: 90px;
- 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 316, ../sass/screen.scss */
- #header nav .navbar-toggle {
- background-color: white;
- }
- /* line 320, ../sass/screen.scss */
- #header nav .collapse {
- position: absolute;
- bottom: 3px;
- right: 0px;
- }
- /* line 325, ../sass/screen.scss */
- #header nav .collapse ul {
- padding: 0px;
- margin: 0px;
- margin-top: 10px;
- }
- /* line 330, ../sass/screen.scss */
- #header nav .collapse ul li {
- padding: 0px;
- display: block;
- }
- /* line 334, ../sass/screen.scss */
- #header nav .collapse ul li a {
- display: block;
- text-decoration: none;
- background-color: transparent;
- padding: 7px 0px 4px 0px;
- margin: 0px;
- margin-left: 25px;
- 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 349, ../sass/screen.scss */
- #header nav .collapse ul li a:hover, #header nav .collapse ul li a.active {
- border-bottom: solid 4px #e4ac07;
- }
- /* line 359, ../sass/screen.scss */
- #header nav .collapse ul li.active a {
- background-color: #ee6f42;
- color: white;
- }
- /* line 368, ../sass/screen.scss */
- #header nav .collapse ul li ul li a {
- padding: 10px 10px;
- }
-
- /* line 380, ../sass/screen.scss */
- .vertical-align {
- display: flex;
- align-items: center;
- }
-
- /* line 385, ../sass/screen.scss */
- #content {
- position: relative;
- padding: 40px 0px;
- }
- /* line 389, ../sass/screen.scss */
- #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
- font-family: 'worksans_bold';
- color: #e4ac07;
- }
- /* line 394, ../sass/screen.scss */
- #content h2 {
- font-size: 1.8rem;
- }
- /* line 398, ../sass/screen.scss */
- #content h3 {
- font-size: 1.6rem;
- }
- /* line 402, ../sass/screen.scss */
- #content h4 {
- font-size: 1.4rem;
- }
- /* line 406, ../sass/screen.scss */
- #content .panel {
- background-color: white;
- -moz-box-shadow: 0px 0px 15px #d5d5d5;
- -webkit-box-shadow: 0px 0px 15px #d5d5d5;
- box-shadow: 0px 0px 15px #d5d5d5;
- }
- /* line 411, ../sass/screen.scss */
- #content .panel.panel-padding-large .panel-heading {
- padding: 50px 50px 0px 50px;
- }
- /* line 414, ../sass/screen.scss */
- #content .panel.panel-padding-large .panel-body {
- padding: 50px;
- }
- /* line 419, ../sass/screen.scss */
- #content .panel.panel-margin-bottom {
- margin-bottom: 40px;
- }
- /* line 423, ../sass/screen.scss */
- #content .panel .panel-heading {
- border-bottom: 0px;
- padding: 20px;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 428, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title {
- margin: 0px;
- padding: 0px;
- text-align: center;
- }
- /* line 433, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title .img {
- height: 20px;
- display: none;
- }
- /* line 438, ../sass/screen.scss */
- #content .panel .panel-heading h2.panel-title span.the-title {
- font-size: 26px;
- position: relative;
- top: 0px;
- text-transform: none;
- }
- /* line 447, ../sass/screen.scss */
- #content .panel .panel-body {
- background-color: white;
- padding: 30px 20px;
- }
- /* line 451, ../sass/screen.scss */
- #content .panel .panel-body p {
- padding-bottom: 10px;
- }
- /* line 455, ../sass/screen.scss */
- #content .panel .panel-body h2.first-title {
- margin-top: 0px;
- }
- /* line 459, ../sass/screen.scss */
- #content .panel .panel-body h2 {
- margin-bottom: 20px;
- }
- /* line 466, ../sass/screen.scss */
- #content .panel.panel-default .panel-heading {
- border-bottom: 0px none;
- padding-bottom: 0px;
- }
- /* line 470, ../sass/screen.scss */
- #content .panel.panel-default .panel-heading .panel-title {
- color: black;
- }
- /* line 476, ../sass/screen.scss */
- #content .panel.panel-primary {
- border: 0px none;
- }
- /* line 479, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading {
- border: 0px none;
- background-color: white;
- }
- /* line 483, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading h2.panel-title {
- color: #e4ac07;
- padding: 0px;
- }
- /* line 487, ../sass/screen.scss */
- #content .panel.panel-primary .panel-heading h2.panel-title .the-title {
- font-size: 28px;
- }
- /* line 493, ../sass/screen.scss */
- #content .panel.panel-primary .panel-body {
- border: 0px none;
- }
- /* line 503, ../sass/screen.scss */
- #content .label-producer-signup-closed {
- font-size: 14px;
- }
- /* line 508, ../sass/screen.scss */
- #content #row-functionalities-rates .block {
- position: relative;
- margin-bottom: 25px;
- padding-left: 70px;
- min-height: 50px;
- }
- /* line 514, ../sass/screen.scss */
- #content #row-functionalities-rates .block .bi {
- font-size: 40px;
- position: absolute;
- left: 0px;
- top: -9px;
- }
- /* line 525, ../sass/screen.scss */
- #content #row-functionalities-rates .block a {
- text-decoration: none;
- color: black;
- }
- /* line 529, ../sass/screen.scss */
- #content #row-functionalities-rates .block a:hover {
- color: #ee6f42;
- }
- /* line 536, ../sass/screen.scss */
- #content #row-functionalities-rates .block-points-sale-products img {
- width: 40px;
- }
- /* line 544, ../sass/screen.scss */
- #content #block-services .panel-body .panel-default {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* line 547, ../sass/screen.scss */
- #content #block-services .panel-body .panel-default .panel-body {
- padding: 5px;
- }
- /* line 550, ../sass/screen.scss */
- #content #block-services .panel-body .panel-default .panel-body h3 {
- margin-top: 0px;
- color: black;
- font-size: 1.2rem;
- }
- /* line 561, ../sass/screen.scss */
- #content #block-rates .panel-default {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* line 563, ../sass/screen.scss */
- #content #block-rates .panel-default .panel-heading {
- padding: 0px;
- margin-bottom: 20px;
- }
- /* line 567, ../sass/screen.scss */
- #content #block-rates .panel-default .panel-body {
- padding: 0px;
- }
- /* line 573, ../sass/screen.scss */
- #content #block-rates table th {
- font-weight: bold;
- font-size: 14px;
- }
- /* line 581, ../sass/screen.scss */
- #content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active {
- color: black;
- }
-
- /* line 591, ../sass/screen.scss */
- #content #contact {
- display: none;
- }
- /* line 595, ../sass/screen.scss */
- #content #contact .icon {
- width: 55px;
- top: -15px;
- margin-left: -70px;
- }
- /* line 601, ../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 606, ../sass/screen.scss */
- #content #contact .form-group {
- text-align: center;
- }
- /* line 610, ../sass/screen.scss */
- #content #contact .img-right {
- float: right;
- }
- /* line 613, ../sass/screen.scss */
- #content #contact .img-right img {
- width: 300px;
- }
-
- /* line 619, ../sass/screen.scss */
- #bookmarked-producers {
- padding: 0px;
- padding-top: 15px;
- padding-bottom: 7px;
- margin: 0px;
- border-bottom: solid 1px #e0e0e0;
- background-color: white;
- }
- /* line 627, ../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 638, ../sass/screen.scss */
- #bookmarked-producers #producers {
- position: relative;
- top: -5px;
- left: 5px;
- }
- /* line 644, ../sass/screen.scss */
- #bookmarked-producers #discover {
- padding-bottom: 20px;
- text-align: center;
- }
- /* line 648, ../sass/screen.scss */
- #bookmarked-producers #discover p {
- padding-bottom: 0px;
- color: #e4ac07;
- }
- /* line 653, ../sass/screen.scss */
- #bookmarked-producers #discover .btn {
- background-color: #e4ac07;
- color: #ee6f42;
- border: solid 1px #e4ac07;
- }
-
- /* line 662, ../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 673, ../sass/screen.scss */
- #footer a {
- color: white;
- font-family: 'worksans_light';
- font-size: 1rem;
- text-decoration: none;
- padding-left: 5px;
- padding-right: 5px;
- border-right: solid 1px white;
- border: 0px none;
- }
- /* line 683, ../sass/screen.scss */
- #footer a:hover {
- text-decoration: underline;
- }
- /* line 687, ../sass/screen.scss */
- #footer a:last-child {
- border: 0px none;
- }
-
- /* line 695, ../sass/screen.scss */
- .site-iamproducer .panel {
- text-align: center;
- }
- /* line 699, ../sass/screen.scss */
- .site-iamproducer .word-animate {
- margin-top: 40px;
- margin-bottom: 60px;
- height: auto;
- }
- /* line 704, ../sass/screen.scss */
- .site-iamproducer .word-animate span.functionality {
- display: inline-block;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- background-color: #ece4d8;
- color: black;
- padding: 15px 30px;
- }
- /* line 711, ../sass/screen.scss */
- .site-iamproducer .word-animate span.functionality .glyphicon {
- position: relative;
- top: 4px;
- right: 6px;
- }
- /* line 719, ../sass/screen.scss */
- .site-iamproducer .hook {
- font-size: 23px;
- line-height: 28px;
- margin-top: 10px;
- margin-bottom: 30px;
- }
-
- /* line 730, ../sass/screen.scss */
- .site-producers #producers-list #producer-search {
- margin-bottom: 40px;
- -moz-box-shadow: 0px 0px 15px #d5d5d5;
- -webkit-box-shadow: 0px 0px 15px #d5d5d5;
- box-shadow: 0px 0px 15px #d5d5d5;
- }
- /* line 734, ../sass/screen.scss */
- .site-producers #producers-list #producer-search .input-group-text {
- padding: 20px;
- background-color: #f4efe8;
- color: #ee6f42;
- font-size: 25px;
- border: 0px none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- -moz-box-shadow: -30px 0px 15px -15px #ece4d8 inset;
- -webkit-box-shadow: -30px 0px 15px -15px #ece4d8 inset;
- box-shadow: -30px 0px 15px -15px #ece4d8 inset;
- }
- /* line 744, ../sass/screen.scss */
- .site-producers #producers-list #producer-search .form-control {
- border: 0px none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- line-height: 1.1rem;
- font-size: 1.1rem;
- padding: 10px 20px;
- color: black;
- }
- /* line 752, ../sass/screen.scss */
- .site-producers #producers-list #producer-search .form-control:focus {
- -moz-box-shadow: none !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- /* line 756, ../sass/screen.scss */
- .site-producers #producers-list #producer-search .form-control::placeholder {
- color: gray;
- }
- /* line 762, ../sass/screen.scss */
- .site-producers #producers-list .alert-no-results {
- display: none;
- }
- /* line 766, ../sass/screen.scss */
- .site-producers #producers-list .panel {
- margin-bottom: 40px;
- }
- /* line 769, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body {
- border: 0px none;
- overflow: hidden;
- }
- /* line 773, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body h2 {
- margin-top: 0px;
- margin-bottom: 10px;
- padding-bottom: 0px;
- }
- /* line 778, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body h2 a.producer-link {
- color: #e4ac07;
- text-decoration: none;
- }
- /* line 783, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body h2 .btn-bookmark {
- position: relative;
- top: 0px;
- font-size: 1.3rem;
- color: gray;
- }
- /* line 791, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body p {
- padding-bottom: 0px;
- }
- /* line 795, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-body .producer-type {
- font-family: 'worksans_regular';
- font-size: 1.05rem;
- text-transform: uppercase;
- margin-bottom: 10px;
- }
- /* line 803, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-footer {
- border: 0px none;
- padding: 0px;
- }
- /* line 807, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-footer a {
- display: block;
- width: 100%;
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- padding-top: 0px;
- padding-bottom: 0px;
- margin: 0px;
- }
- /* line 817, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-footer a.btn-secondary {
- color: #e4ac07;
- background-color: white;
- border: solid 1px white;
- -moz-box-shadow: -30px 0px 15px -15px #ece4d8 inset;
- -webkit-box-shadow: -30px 0px 15px -15px #ece4d8 inset;
- box-shadow: -30px 0px 15px -15px #ece4d8 inset;
- }
- /* line 823, ../sass/screen.scss */
- .site-producers #producers-list .panel .panel-footer a.btn-secondary:hover {
- background-color: #f4efe8;
- border: solid 1px #f4efe8;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* line 839, ../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 3px #ece4d8;
- text-align: right;
- overflow: hidden;
- }
- /* line 850, ../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 862, ../sass/screen.scss */
- .site-producers #wrapper-producers-map {
- z-index: 10;
- }
- /* line 865, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map {
- height: 750px;
- border: solid 1px #e0e0e0;
- }
- /* line 869, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map.fixed {
- position: fixed !important;
- top: 20px;
- width: 300px;
- height: 750px;
- }
- /* line 877, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map a {
- text-decoration: none;
- }
- /* line 881, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map .popup-producer {
- font-size: 14px;
- color: #505050;
- }
- /* line 885, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map .popup-producer .name {
- font-family: 'worksans_bold';
- color: #e4ac07;
- font-size: 23px;
- margin-bottom: 2px;
- }
- /* line 892, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map .popup-producer .type {
- font-family: 'worksans_regular';
- text-transform: uppercase;
- font-size: 16px;
- margin-bottom: 5px;
- }
- /* line 899, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map .popup-producer .address {
- font-family: 'worksans_regular';
- margin-bottom: 14px;
- color: gray;
- }
- /* line 905, ../sass/screen.scss */
- .site-producers #wrapper-producers-map #producers-map .popup-producer .link {
- color: white;
- text-align: right;
- }
-
- /* line 917, ../sass/screen.scss */
- #content .site-about .panel .panel-heading h2 {
- margin: 0px;
- padding: 0px;
- }
- /* line 924, ../sass/screen.scss */
- #content .site-about .panel .panel-body h2 {
- margin-bottom: 20px;
- padding-bottom: 0px;
- margin-top: 0px;
- }
- /* line 930, ../sass/screen.scss */
- #content .site-about .panel .panel-body p:last-child {
- margin-bottom: 0px;
- padding-bottom: 5px;
- }
- /* line 939, ../sass/screen.scss */
- #content .site-about #few-numbers .panel-body {
- padding: 0px 20px 20px 20px;
- }
- /* line 943, ../sass/screen.scss */
- #content .site-about #few-numbers .item {
- text-align: center;
- padding-top: 20px;
- padding-bottom: 10px;
- }
- /* line 948, ../sass/screen.scss */
- #content .site-about #few-numbers .item .number {
- font-family: 'worksans_bold';
- font-weight: bold;
- font-size: 35px;
- color: #ee6f42;
- }
- /* line 955, ../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 963, ../sass/screen.scss */
- #content .site-about #few-numbers .item .detail {
- color: gray;
- }
- /* line 969, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials {
- transition: all 0.4s;
- }
- /* line 972, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .item, #content .site-about #carousel-producers-testimonials .carousel-caption {
- transition: all 0.4s;
- }
- /* line 976, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-indicators {
- display: none;
- }
- /* line 980, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-control-next,
- #content .site-about #carousel-producers-testimonials .carousel-control-prev {
- background: none;
- }
- /* line 985, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-control-next .bi,
- #content .site-about #carousel-producers-testimonials .carousel-control-prev .bi {
- position: absolute;
- top: 0px;
- font-size: 35px;
- color: black;
- }
- /* line 992, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-control-next.carousel-control-next .bi,
- #content .site-about #carousel-producers-testimonials .carousel-control-prev.carousel-control-next .bi {
- right: 0px;
- }
- /* line 996, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-control-next.carousel-control-prev .bi,
- #content .site-about #carousel-producers-testimonials .carousel-control-prev.carousel-control-prev .bi {
- left: 0px;
- }
- /* line 1002, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-item .carousel-caption {
- top: 20px;
- color: black;
- text-shadow: none;
- padding: 0px;
- }
- /* line 1008, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-item .carousel-caption img {
- display: block;
- width: 150px;
- height: auto;
- margin: 0px auto 15px auto;
- }
- /* line 1016, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-item .carousel-caption .producer-testimony {
- margin-bottom: 12px;
- }
- /* line 1020, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-item .carousel-caption .producer-details {
- font-style: italic;
- color: gray;
- }
- /* line 1024, ../sass/screen.scss */
- #content .site-about #carousel-producers-testimonials .carousel-item .carousel-caption .producer-details .producer-name {
- color: #ee6f42;
- }
-
- /* line 1034, ../sass/screen.scss */
- #content .site-service #panel-go-further {
- text-align: center;
- }
-
- /* line 1039, ../sass/screen.scss */
- #content #mentions {
- padding-top: 20px;
- }
- /* line 1042, ../sass/screen.scss */
- #content #mentions div.content {
- width: 60%;
- font-size: 90%;
- }
- /* line 1047, ../sass/screen.scss */
- #content #mentions p {
- padding-bottom: 15px;
- }
- /* line 1051, ../sass/screen.scss */
- #content #mentions h2 {
- color: black;
- padding-bottom: 40px;
- font-size: 25px;
- line-height: 35px;
- font-family: 'highvoltageregular';
- }
- /* line 1059, ../sass/screen.scss */
- #content #mentions h3 {
- font-family: "highvoltageregular";
- font-size: 18px;
- padding-bottom: 12px;
- margin-top: 10px;
- color: black;
- }
-
- /* line 1074, ../sass/screen.scss */
- .vegas-loading {
- display: none;
- }
-
- /* line 1081, ../sass/screen.scss */
- #profil-user .form-group.field-user-no_mail label {
- font-weight: normal;
- }
- /* line 1085, ../sass/screen.scss */
- #profil-user .form-group label {
- cursor: pointer;
- }
- /* line 1090, ../sass/screen.scss */
- #profil-user #mails-days-distribution .form-group {
- float: left;
- margin-right: 15px;
- }
- /* line 1094, ../sass/screen.scss */
- #profil-user #mails-days-distribution .form-group label {
- font-weight: normal;
- }
- /* line 1100, ../sass/screen.scss */
- #profil-user p.strong {
- font-weight: bold;
- }
- /* line 1104, ../sass/screen.scss */
- #profil-user h2 {
- text-transform: none;
- font-size: 25px;
- }
- /* line 1108, ../sass/screen.scss */
- #profil-user h2:first-child {
- margin-top: 0px;
- }
-
- /* login */
- /* line 1119, ../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 1125, ../sass/screen.scss */
- .need-help-login-signup {
- margin-top: 30px;
- margin-bottom: 0px;
- padding-bottom: 0px !important;
- text-align: center;
- }
-
- /* line 1133, ../sass/screen.scss */
- .site-login .col-lg-5 {
- margin: 0px auto;
- float: none;
- max-width: 500px;
- }
-
- /* signup */
- /* line 1144, ../sass/screen.scss */
- form .block-newsletter .help-block-error {
- display: none;
- }
- /* line 1147, ../sass/screen.scss */
- form .block-newsletter .help-block {
- margin-top: 3px;
- padding-left: 20px;
- color: gray;
- }
-
- /* line 1154, ../sass/screen.scss */
- .modal-backdrop {
- z-index: 999;
- }
-
- /* line 1159, ../sass/screen.scss */
- .site-signup .col-lg-5 {
- margin: 0px auto;
- float: none;
- max-width: 500px;
- }
-
- /* line 1172, ../sass/screen.scss */
- #form-signup #user-producer {
- margin-bottom: 30px;
- }
- /* line 1177, ../sass/screen.scss */
- #form-signup #signupform-id_producer option:disabled {
- font-weight: bold;
- color: black;
- }
- /* line 1183, ../sass/screen.scss */
- #form-signup #champs-producer {
- display: none;
- }
- /* line 1187, ../sass/screen.scss */
- #form-signup #buttons-signup {
- margin-top: 30px;
- }
- /* line 1191, ../sass/screen.scss */
- #form-signup .field-signupform-is_test {
- display: none;
- }
-
- /* line 1196, ../sass/screen.scss */
- #col-left {
- padding: 0px;
- z-index: 15;
- }
- /* line 1200, ../sass/screen.scss */
- #col-left .affix {
- width: 25%;
- border-right: solid 1px #e0e0e0;
- background-color: #FAFAFA;
- height: 100%;
- }
- /* line 1207, ../sass/screen.scss */
- #col-left #link-home {
- text-decoration: none;
- font-size: 22px;
- color: black;
- display: block;
- padding: 10px;
- background-color: #e4ac07;
- }
- /* line 1215, ../sass/screen.scss */
- #col-left #link-home img {
- height: 50px;
- margin-bottom: 5px;
- float: left;
- }
- /* line 1221, ../sass/screen.scss */
- #col-left #link-home .text {
- padding-left: 62px;
- }
- /* line 1224, ../sass/screen.scss */
- #col-left #link-home .text .bap {
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 1229, ../sass/screen.scss */
- #col-left #link-home .text .plateforme {
- font-size: 17px;
- font-family: "myriadpro-light";
- color: #ee6f42;
- }
- /* line 1237, ../sass/screen.scss */
- #col-left h2 {
- font-family: 'myriadpro-regular';
- color: black;
- margin: 0px;
- margin-bottom: 10px;
- padding: 15px 0px 5px 15px;
- }
- /* line 1245, ../sass/screen.scss */
- #col-left #links {
- background-color: white;
- margin-bottom: 20px;
- }
- /* line 1251, ../sass/screen.scss */
- #col-left #links ul li a {
- text-align: center;
- border-right: solid 1px #e0e0e0;
- }
- /* line 1255, ../sass/screen.scss */
- #col-left #links ul li a:hover {
- background-color: #ee6f42;
- color: white;
- }
- /* line 1261, ../sass/screen.scss */
- #col-left #links ul li:last-child a {
- border-right: 0px none;
- }
- /* line 1271, ../sass/screen.scss */
- #col-left #producers nav.nav-producers ul li a {
- padding-left: 50px;
- height: 40px;
- }
- /* line 1277, ../sass/screen.scss */
- #col-left #producers nav.nav-producers ul li.active a {
- background-color: #ee6f42;
- position: relative;
- color: white;
- }
- /* line 1282, ../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 1301, ../sass/screen.scss */
- #col-left ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- /* line 1306, ../sass/screen.scss */
- #col-left ul li {
- margin: 0px;
- padding: 0px;
- }
- /* line 1310, ../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 1320, ../sass/screen.scss */
- #col-left ul li a span.name, #col-left ul li a span.wording {
- display: none;
- }
- /* line 1327, ../sass/screen.scss */
- #col-left p {
- padding: 20px;
- padding-top: 0px;
- color: gray;
- }
-
- /* line 1335, ../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 1347, ../sass/screen.scss */
- #content .header-title h1 {
- color: black;
- font-family: 'myriadpro-regular';
- margin: 0px;
- font-size: 25px;
- text-transform: uppercase;
- }
- /* line 1355, ../sass/screen.scss */
- #content .header-title h2 {
- color: gray;
- text-transform: none;
- font-size: 15px;
- margin-top: 3px;
- line-height: 20px;
- }
-
- /* line 1366, ../sass/screen.scss */
- .header-producer {
- z-index: 1;
- }
- /* line 1369, ../sass/screen.scss */
- .header-producer #block-main-img {
- height: 144px;
- overflow: hidden;
- }
- /* line 1373, ../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 1382, ../sass/screen.scss */
- .header-producer h1 {
- font-family: 'comfortaaregular';
- text-align: center;
- position: absolute;
- top: 30px;
- left: 40px;
- }
- /* line 1389, ../sass/screen.scss */
- .header-producer h1 span {
- background-color: rgba(255, 255, 255, 0.8);
- padding: 10px 30px;
- border: dotted 1px black;
- }
-
- /* line 1400, ../sass/screen.scss */
- nav#menu-producer {
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 1404, ../sass/screen.scss */
- nav#menu-producer ul li {
- padding: 0px;
- margin: 0px;
- }
- /* line 1408, ../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 1413, ../sass/screen.scss */
- nav#menu-producer ul li a:hover {
- background-color: #ee6f42;
- color: white;
- }
-
- /* line 1423, ../sass/screen.scss */
- .site-contact .col-lg-6 {
- margin: 0px auto;
- float: none;
- }
- /* line 1428, ../sass/screen.scss */
- .site-contact .form-group.submit {
- text-align: right;
- }
-
- /* line 1434, ../sass/screen.scss */
- .site-opinion .col-lg-6 {
- margin: 0px auto;
- float: none;
- }
- /* line 1439, ../sass/screen.scss */
- .site-opinion .field-opinionform-istest {
- display: none;
- }
- /* line 1443, ../sass/screen.scss */
- .site-opinion .form-group.submit {
- text-align: center;
- }
-
- /* line 1450, ../sass/screen.scss */
- #site-prices .panel p {
- padding-bottom: 0px;
- }
-
- /* line 1457, ../sass/screen.scss */
- #contact-form .field-contactform-istest {
- display: none;
- }
-
- /* line 1463, ../sass/screen.scss */
- .site-request-password-reset .col-lg-6 {
- margin: 0px auto;
- }
-
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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 57, ../sass/_order_system.scss */
- #addproducerform-id_producer option:disabled,
- #signupform-id_producer option:disabled {
- font-weight: bold;
- color: black;
- }
- /* line 61, ../sass/_order_system.scss */
- #addproducerform-id_producer .lock,
- #signupform-id_producer .lock {
- position: relative;
- }
- /* line 65, ../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 77, ../sass/_order_system.scss */
- #block-code-acces {
- display: none;
- }
-
- /* line 84, ../sass/_order_system.scss */
- #main .list-producers .producer {
- padding-left: 0px;
- padding-right: 30px;
- }
- /* line 88, ../sass/_order_system.scss */
- #main .list-producers .producer .panel {
- margin-bottom: 13px;
- }
- /* line 92, ../sass/_order_system.scss */
- #main .list-producers .producer.selected .panel {
- border-bottom: solid 3px #ee6f42;
- margin-bottom: 11px;
- }
- /* line 97, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-heading {
- height: 150px;
- overflow: hidden;
- padding: 0px;
- background: none;
- background-color: #F8F1DD;
- }
- /* line 103, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-heading .img-back {
- width: 100%;
- height: auto;
- position: relative;
- top: -50%;
- }
- /* line 111, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body {
- position: relative;
- width: 100%;
- height: 150px;
- max-height: 150px;
- text-align: center;
- }
- /* line 118, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body h3 {
- margin-bottom: 4px;
- }
- /* line 122, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .locality {
- color: gray;
- margin-bottom: 10px;
- }
- /* line 127, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .glyphicon-check {
- color: #ee6f42;
- font-size: 40px;
- position: absolute;
- top: 34px;
- left: 32px;
- }
- /* line 135, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .remove {
- position: absolute;
- top: 10px;
- right: 10px;
- }
- /* line 141, ../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 152, ../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 158, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .order-deadline {
- float: left;
- }
- /* line 162, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .credit {
- float: right;
- }
- /* line 165, ../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 172, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .credit .amount .glyphicon {
- font-size: 13px;
- }
- /* line 178, ../sass/_order_system.scss */
- #main .list-producers .producer .panel-body .info-credit {
- font-size: 17px;
- position: relative;
- top: 2px;
- left: 3px;
- color: #ee6f42;
- }
-
- /* line 189, ../sass/_order_system.scss */
- #index-order {
- position: relative;
- }
- /* line 192, ../sass/_order_system.scss */
- #index-order #logout {
- position: absolute;
- /*top: 45px ;
- right: 93px ;*/
- top: 0;
- right: 0;
- z-index: 10;
- }
- /* line 201, ../sass/_order_system.scss */
- #index-order .home {
- text-align: center;
- padding-bottom: 20px;
- }
- /* line 206, ../sass/_order_system.scss */
- #index-order #block-add-producer {
- padding-left: 0px;
- padding-right: 30px;
- }
- /* line 210, ../sass/_order_system.scss */
- #index-order #block-add-producer .help-block {
- padding-bottom: 0px;
- }
- /* line 214, ../sass/_order_system.scss */
- #index-order #block-add-producer .field-addproducerform-id_producer {
- width: 70%;
- float: left;
- }
- /* line 219, ../sass/_order_system.scss */
- #index-order #block-add-producer .field-addproducerform-code {
- width: 70%;
- float: left;
- }
- /* line 224, ../sass/_order_system.scss */
- #index-order #block-add-producer .btn {
- float: right;
- position: relative;
- top: 20px;
- }
- /* line 230, ../sass/_order_system.scss */
- #index-order #block-add-producer .panel-heading {
- background: none;
- background-color: white;
- cursor: pointer;
- }
- /* line 236, ../sass/_order_system.scss */
- #index-order #block-add-producer .panel-body {
- display: none;
- }
- /* line 242, ../sass/_order_system.scss */
- #index-order #history-orders .status, #index-order #history-orders .amount {
- width: 175px;
- }
- /* line 245, ../sass/_order_system.scss */
- #index-order #history-orders .amount {
- width: 100px;
- }
- /* line 252, ../sass/_order_system.scss */
- #index-order #history-orders .locality {
- font-size: 11px;
- lin-height: 11px;
- }
- /* line 257, ../sass/_order_system.scss */
- #index-order #history-orders a {
- text-decoration: none;
- }
- /* line 261, ../sass/_order_system.scss */
- #index-order #history-orders .comment {
- margin-top: 5px;
- }
- /* line 263, ../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 276, ../sass/_order_system.scss */
- .order-form {
- min-height: 600px;
- padding-bottom: 60px;
- }
- /* line 281, ../sass/_order_system.scss */
- .order-form h2 {
- font-family: "myriadpro-regular";
- }
- /* line 285, ../sass/_order_system.scss */
- .order-form #infos-importantes.alert-warning {
- float: right;
- }
- /* line 291, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker {
- float: left;
- margin-right: 20px;
- font-size: 20px;
- }
- /* line 297, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-header {
- background-color: #ee6f42;
- }
- /* line 301, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-title {
- color: white;
- }
- /* line 307, ../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 313, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-helper-clearfix:after {
- clear: none;
- }
- /* line 318, ../sass/_order_system.scss */
- .order-form #datepicker-distribution .ui-datepicker-calendar a {
- text-decoration: none;
- background-color: #e4ac07;
- }
- /* line 321, ../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 330, ../sass/_order_system.scss */
- .order-form .date-order {
- margin-bottom: 53px;
- }
- /* line 332, ../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 342, ../sass/_order_system.scss */
- .order-form #has-order-in-progress {
- margin-top: 15px;
- }
- /* line 345, ../sass/_order_system.scss */
- .order-form #has-order-in-progress a {
- color: #a94442;
- text-decoration: none;
- font-weight: bold;
- }
- /* line 352, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution {
- display: none;
- }
- /* line 356, ../sass/_order_system.scss */
- .order-form .field-order-id_point_sale {
- margin-top: 30px;
- }
- /* line 360, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution {
- margin-bottom: 0px;
- }
- /* line 362, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution label {
- margin-bottom: 0px;
- }
- /* line 366, ../sass/_order_system.scss */
- .order-form .field-order-id_distribution .help-block {
- margin-bottom: 0px;
- }
- /* line 371, ../sass/_order_system.scss */
- .order-form .field-order-id_point_sale {
- display: none;
- }
- /* line 375, ../sass/_order_system.scss */
- .order-form .blocks {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- /* line 380, ../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 395, ../sass/_order_system.scss */
- .order-form .blocks .block .name {
- font-family: "comfortaalight";
- font-size: 20px;
- }
- /* line 401, ../sass/_order_system.scss */
- .order-form .blocks .block .address {
- color: gray;
- font-size: 13px;
- line-height: 16px;
- }
- /* line 407, ../sass/_order_system.scss */
- .order-form .blocks .block .infos {
- margin-top: 7px;
- }
- /* line 409, ../sass/_order_system.scss */
- .order-form .blocks .block .infos .day {
- font-weight: bold;
- display: none;
- }
- /* line 416, ../sass/_order_system.scss */
- .order-form .blocks .block.selected {
- border-left: solid 5px #ee6f42;
- }
- /* line 419, ../sass/_order_system.scss */
- .order-form .blocks .block.selected .contenu {
- position: relative;
- left: -4px;
- }
- /* line 425, ../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 430, ../sass/_order_system.scss */
- .order-form .blocks .block.disabled {
- display: none;
- }
- /* line 435, ../sass/_order_system.scss */
- .order-form .blocks .block .comment {
- margin-top: 5px;
- }
- /* line 437, ../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 448, ../sass/_order_system.scss */
- .order-form #products {
- margin-top: 15px;
- }
- /* line 451, ../sass/_order_system.scss */
- .order-form #products #label-products {
- display: block;
- margin-bottom: 5px;
- }
- /* line 456, ../sass/_order_system.scss */
- .order-form #products .table {
- margin-top: 7px;
- }
- /* line 459, ../sass/_order_system.scss */
- .order-form #products .table .photo {
- padding: 0px;
- width: 120px;
- }
- /* line 464, ../sass/_order_system.scss */
- .order-form #products .table .th-photo, .order-form #products .table .td-photo {
- width: 120px;
- }
- /* line 468, ../sass/_order_system.scss */
- .order-form #products .table .name {
- font-family: "comfortaalight";
- font-weight: bold;
- text-transform: uppercase;
- font-size: 18px;
- }
- /* line 475, ../sass/_order_system.scss */
- .order-form #products .table .description {
- font-style: italic;
- }
- /* line 479, ../sass/_order_system.scss */
- .order-form #products .table .recipe {
- font-size: 12px;
- }
- /* line 483, ../sass/_order_system.scss */
- .order-form #products .table .input-group {
- width: 133px;
- }
- /* line 485, ../sass/_order_system.scss */
- .order-form #products .table .input-group .quantity {
- text-align: center;
- }
- /* line 490, ../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 495, ../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 499, ../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 508, ../sass/_order_system.scss */
- .order-form #products .table .quantity-remaining {
- font-size: 12px;
- margin-top: 8px;
- }
- /* line 512, ../sass/_order_system.scss */
- .order-form #products .table .quantity-remaining .nb {
- font-weight: bold;
- }
- /* line 517, ../sass/_order_system.scss */
- .order-form #products .table td.product, .order-form #products .table th.product {
- width: 70%;
- }
- /* line 521, ../sass/_order_system.scss */
- .order-form #products .table td.price-unit, .order-form #products .table th.price-unit {
- width: 10%;
- }
- /* line 525, ../sass/_order_system.scss */
- .order-form #products .table td.column-quantity, .order-form #products .table th.column-quantity {
- width: 10%;
- }
- /* line 529, ../sass/_order_system.scss */
- .order-form #products .table td.total, .order-form #products .table th.total {
- width: 10%;
- }
- /* line 535, ../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 552, ../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 561, ../sass/_order_system.scss */
- .order-form #bar-fixed.no-credit #bloc-valider-commande {
- margin-top: 0px;
- float: right;
- }
- /* line 567, ../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 574, ../sass/_order_system.scss */
- .order-form #bar-fixed .btn-comment {
- float: left;
- }
- /* line 582, ../sass/_order_system.scss */
- .order-form #bar-fixed .btn-comment {
- margin-right: 10px;
- }
- /* line 586, ../sass/_order_system.scss */
- .order-form #bar-fixed #block-confirm-order {
- text-align: right;
- margin-top: 20px;
- }
- /* line 590, ../sass/_order_system.scss */
- .order-form #bar-fixed #block-confirm-order button {
- width: 340px;
- margin-right: 10px;
- }
- /* line 596, ../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 607, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit.payment-impossible {
- background-color: #e0e0e0;
- }
- /* line 611, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit .info {
- color: gray;
- font-weight: normal;
- }
- /* line 616, ../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 623, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit .amount-paid {
- color: #ee6f42;
- }
- /* line 627, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit #info-credit-empty {
- font-size: 12px;
- }
- /* line 631, ../sass/_order_system.scss */
- .order-form #bar-fixed #checkbox-credit #credit-disabled {
- display: none;
- font-size: 12px;
- }
- /* line 637, ../sass/_order_system.scss */
- .order-form #bar-fixed .btn-retour, .order-form #bar-fixed .cancel-order {
- float: left;
- margin-right: 5px;
- }
- /* line 642, ../sass/_order_system.scss */
- .order-form #bar-fixed .cancel-order {
- color: #b92c28;
- background-color: white;
- }
- /* line 647, ../sass/_order_system.scss */
- .order-form #bar-fixed #total-order-bottom {
- display: none;
- font-weight: bold;
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 654, ../sass/_order_system.scss */
- .order-form #bar-fixed .field-order-comment {
- display: none;
- }
-
- /* line 662, ../sass/_order_system.scss */
- .ui-datepicker .ui-widget-header {
- background: none;
- background-color: gray;
- border: 0px none;
- color: black;
- font-weight: normal;
- }
- /* line 670, ../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 683, ../sass/_order_system.scss */
- #page-producer .buttons-login-signup {
- display: none;
- }
-
- /* line 690, ../sass/_order_system.scss */
- #page-producer h1,
- #page-producer-code h1 {
- font-size: 40px;
- }
- /* line 693, ../sass/_order_system.scss */
- #page-producer .info,
- #page-producer-code .info {
- text-align: center;
- }
-
- /* line 701, ../sass/_order_system.scss */
- #page-producer-offline .col-lg-6 {
- margin: 0px auto;
- }
-
- /* line 707, ../sass/_order_system.scss */
- #page-producer-code form#producer-code {
- max-width: 400px;
- margin: 0px auto;
- }
- /* line 711, ../sass/_order_system.scss */
- #page-producer-code form#producer-code .form-group.buttons {
- text-align: center;
- }
-
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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 (max-width: 991px) {
- /* line 43, ../sass/_responsive.scss */
- .container-nav-user-top {
- padding: 0px;
- margin: 0px;
- width: 100%;
- max-width: none;
- }
-
- /* line 50, ../sass/_responsive.scss */
- #header {
- position: relative;
- text-align: center;
- padding: 10px 0px;
- }
- /* line 55, ../sass/_responsive.scss */
- #header #the-header {
- width: 100%;
- }
- /* line 59, ../sass/_responsive.scss */
- #header #link-home {
- position: relative;
- top: 0px;
- display: inline-block;
- }
- /* line 64, ../sass/_responsive.scss */
- #header #link-home img {
- margin-bottom: 0px;
- }
- /* line 69, ../sass/_responsive.scss */
- #header .navbar-toggler {
- position: absolute;
- top: 25px;
- right: 0px;
- background-color: white;
- }
- /* line 76, ../sass/_responsive.scss */
- #header nav {
- width: 100%;
- height: auto;
- }
- /* line 80, ../sass/_responsive.scss */
- #header nav .navbar-collapse {
- border: 0px none;
- }
- /* line 84, ../sass/_responsive.scss */
- #header nav .collapse {
- position: relative;
- top: 0px;
- left: 0px;
- }
- /* line 89, ../sass/_responsive.scss */
- #header nav .collapse ul {
- position: relative;
- display: block;
- float: none;
- margin-top: 20px;
- border: 0px none;
- }
- /* line 96, ../sass/_responsive.scss */
- #header nav .collapse ul li {
- display: block;
- float: none;
- }
- /* line 100, ../sass/_responsive.scss */
- #header nav .collapse ul li a {
- font-family: 'worksans_regular';
- display: block;
- padding: 5px;
- margin: 0px;
- border-bottom: 0px none;
- }
- /* line 107, ../sass/_responsive.scss */
- #header nav .collapse ul li a.active {
- border-bottom: 0px none;
- background-color: #e4ac07;
- color: white;
- }
- /* line 113, ../sass/_responsive.scss */
- #header nav .collapse ul li a:hover {
- border: 0px none;
- }
-
- /* line 123, ../sass/_responsive.scss */
- #content {
- padding-top: 20px;
- padding-bottom: 20px;
- }
- /* line 128, ../sass/_responsive.scss */
- #content .panel.panel-padding-large .panel-body {
- padding: 20px;
- }
-
- /* line 134, ../sass/_responsive.scss */
- #footer a {
- padding: 0px 5px;
- }
-
- /* line 139, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-map {
- display: none;
- }
- }
- @media screen and (max-width: 768px) {
- /* line 147, ../sass/_responsive.scss */
- #main {
- padding-bottom: 0px;
- min-height: 550px;
- }
- /* line 151, ../sass/_responsive.scss */
- #main .container {
- padding-left: 15px;
- padding-right: 15px;
- }
-
- /* line 157, ../sass/_responsive.scss */
- #footer {
- position: relative;
- }
- /* line 160, ../sass/_responsive.scss */
- #footer .bull {
- display: none;
- }
- /* line 164, ../sass/_responsive.scss */
- #footer a {
- display: block;
- text-align: center;
- }
-
- /* line 172, ../sass/_responsive.scss */
- .site-iamproducer .panel .hook {
- margin-bottom: 25px;
- }
- /* line 175, ../sass/_responsive.scss */
- .site-iamproducer .panel .hook br {
- display: none;
- }
- /* line 179, ../sass/_responsive.scss */
- .site-iamproducer .panel .hook .word-animate {
- font-size: 20px;
- }
- /* line 185, ../sass/_responsive.scss */
- .site-iamproducer .panel .links a {
- display: block;
- margin-bottom: 5px;
- }
- /* line 192, ../sass/_responsive.scss */
- .site-iamproducer .producer, .site-iamproducer .users {
- padding-right: 0px;
- }
- /* line 196, ../sass/_responsive.scss */
- .site-iamproducer .users {
- padding-left: 0px;
- }
- /* line 199, ../sass/_responsive.scss */
- .site-iamproducer .users .panel {
- margin-bottom: 0px;
- }
-
- /* line 206, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-list {
- padding: 0px;
- }
- /* line 211, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-list #producers-list .panel .panel-body {
- text-align: center;
- }
- /* line 214, ../sass/_responsive.scss */
- .site-producers #wrapper-producers-list #producers-list .panel .panel-body .logo {
- display: none;
- }
- /* line 222, ../sass/_responsive.scss */
- .site-producers #producers-map {
- display: none;
- }
-
- /* line 228, ../sass/_responsive.scss */
- .site-about .col-md-8, .site-about .col-md-4 {
- padding: 0px;
- }
- /* line 232, ../sass/_responsive.scss */
- .site-about #few-numbers {
- margin-top: 20px;
- margin-bottom: 20px;
- }
-
- /* line 239, ../sass/_responsive.scss */
- .site-contact .col-lg-5 {
- padding: 0px;
- }
- /* line 243, ../sass/_responsive.scss */
- .site-contact .alert-dark {
- margin-top: 20px;
- }
-
- /* line 249, ../sass/_responsive.scss */
- #content .site-service #panel-go-further {
- margin-bottom: 0px;
- }
- /* line 252, ../sass/_responsive.scss */
- #content .site-service #panel-go-further a {
- display: block;
- margin-bottom: 5px;
- }
-
- /* line 260, ../sass/_responsive.scss */
- #page-producer .buttons-login-signup {
- display: block;
- margin-bottom: 20px;
- text-align: center;
- }
- /* line 265, ../sass/_responsive.scss */
- #page-producer .buttons-login-signup a {
- float: none;
- }
- }
|