|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940 |
- /* Welcome to Compass.
- * In this file you should write your main styles. (or centralize your imports)
- * Import this file using the following HTML or equivalent:
- * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
-
- //@import "compass/reset";
- @import "compass" ;
-
- $dir-img: '../img/' ;
- $dir-fonts: '../fonts/' ;
-
- $jaune: #fdd44b ;
- $orange: darken(#FDB64B,20%) ;
- $gris1: #e0e0e0 ;
- $gris2: #e0e0e0 ;
- $courant: #505050 ;
- $color2: lighten($jaune,30%) ;
- $color2: #fff2c7 ;
- $color2: #fff6d5 ;
- $color1: #BB8757 ;
- $color2: #F8F1DD ;
-
- @import "_fonts.scss" ;
-
- html {
- height: 100% ;
- }
-
- body {
- position: relative ;
- color: #505050 ;
- font-family: 'Arial' ;
- background-attachment: fixed ;
- min-height: 100%;
- margin: 0;
- padding: 0;
- background-color: $color2 ;
- }
-
- strong {
- font-weight: bold ;
- }
-
- #main {
- background-color: white ;
- a {
- color: $courant ;
- text-decoration: underline ;
-
- &:focus, &:active {
- outline-color: gray ;
- color: $color1 ;
- }
-
- &:hover {
- color: $color1 ;
- }
-
- &.btn {
- text-decoration: none ;
- }
- }
-
- .btn-primary {
- background-color: $color1 ;
- border: solid 1px $color1 ;
- color: white ;
-
- &:hover, &:active, &:focus {
- background-color: darken($color1, 5) ;
- border: solid 1px $color1 ;
- color: white ;
- }
- }
-
- .form-control:focus {
- @include box-shadow(none) ;
- border: solid 1px $color1 ;
- }
- }
-
- p {
- padding-bottom: 20px ;
- line-height: 21px ;
- }
-
- ul {
- padding-left: 20px ;
- list-style-type: disc ;
- margin-bottom: 10px ;
-
- li {
- padding-left: 5px ;
- }
- }
-
- .clr {
- clear: both ;
- }
-
- .btn {
- background-image: none ;
- }
-
- #main .alert {
- background-image: none;
- background-color: white ;
- border-bottom-width: 3px ;
- }
-
- .alert {
- &.alert-warning {
- a {
- color: #8a6d3b ;
- //text-decoration: none ;
- //font-weight: bold ;
- }
- }
- }
-
-
-
-
- #main {
- position: relative ;
- .inner {
- width: 960px ;
- margin: 0px auto ;
- }
- }
-
- #content .content-text {
- h1 {
- font-family: 'myriadpro-regular' ;
- font-size: 30px ;
- color: black ;
- text-transform: uppercase ;
- }
-
- h2 {
- font-family: 'comfortaaregular' ;
- font-size: 20px ;
- text-transform: none ;
- padding-bottom: 0px ;
- margin-bottom: 5px ;
- margin-top: 5px ;
- }
- }
-
- #content {
-
- #the-content {
- padding-top: 100px ;
- padding-left: 30px ;
- padding-right: 30px ;
- padding-bottom: 50px ;
- }
- }
-
- #block-demo {
- padding: 10px 0px ;
- background-color: $color1 ;
- color: white;
- text-align: center ;
-
- a {
- color: white ;
- text-decoration: underline ;
- }
- }
-
- #header {
- z-index: 100 ;
- border-bottom: solid 1px $gris1 ;
- background-color: #f8f1dd ;
-
- .container {
- position: relative ;
- }
-
- #the-header {
- height: 80px ;
- }
-
- #env-dev {
- font-family: 'comfortaabold' ;
- text-align: center ;
- font-size: 18px ;
- padding-top: 10px ;
- padding-bottom: 10px ;
- color: $color1 ;
- background-color: transparent ;
- position: absolute ;
- top: 18px ;
- left: 79px ;
- }
-
- #link-home {
- position: absolute ;
- top: 10px ;
- left: 0px ;
- text-decoration: none ;
- font-size: 22px ;
- color: black ;
- display: block ;
-
- img {
- height: 50px ;
- margin-bottom: 5px ;
- float: left ;
- }
-
- .text {
- float: left ;
- padding-left: 10px ;
-
- .bap {
- font-family: "comfortaalight" ;
- font-size: 24px ;
- }
-
- .plateforme {
- font-size: 17px ;
- font-family: "myriadpro-light" ;
- color: $color1 ;
- }
- }
- }
-
- #link-espace-boulanger {
- border-left: solid 1px #e0e0e0 ;
- color: $color1 ;
- }
-
- nav {
- padding-top: 22px ;
- ul {
- float: right ;
- li {
- a {
- text-decoration: none ;
- color: $courant ;
-
- &:hover {
- color: black ;
- background-color: white ;
- }
- }
-
- &.active {
- a {
- background-color: white;
- }
- }
-
- &#link-producteurs {
- border-right: solid 1px #e0e0e0 ;
- }
- }
- }
-
-
- }
-
- #link-logout {
- .nom {
- color: gray;
- font-size: 10px;
- left: 18px;
- position: relative;
- top: -4px;
- }
- }
-
- }
-
- .connected {
- #content {
- //padding-top: 15px ;
- }
- }
-
- #content {
- position: relative ;
- padding: 20px 0px ;
- padding-top: 35px ;
- padding-bottom: 50px ;
-
- h1#title-site {
- font-family: "comfortaalight" ;
- font-size: 50px ;
- //border-bottom: 1px solid #e0e0e0 ;
- //font-weight: bold ;
- }
-
- h2 {
- color: black ;
- padding-bottom: 15px ;
- font-size: 25px ;
- line-height: 35px ;
- font-family: 'myriadpro-regular' ;
- text-transform: uppercase ;
- position: relative ;
- margin-top: 30px ;
- }
-
- h3 {
- color: black ;
- //font-family: "comfortaalight" ;
- font-size: 20px ;
- //padding-bottom: 12px ;
- }
-
- #description {
- img {
- width: 100% ;
- }
- }
-
- #main-img {
- max-width: 100% ;
- border: solid 1px #e0e0e0 ;
- padding: 5px ;
- @include border-radius(5px) ;
- }
-
- #row-presentation {
- //text-align: center ;
- h1 {
- color: black ;
- }
- strong {
- font-family: 'myriadpro-light' ;
- font-size: 20px ;
- color: #B17A48 ;
- }
- }
-
- #row-signup {
- text-align: center ;
- margin-top: 40px ;
- padding-top: 40px ;
-
- a.btn {
- padding: 10px 20px ;
- font-size: 20px ;
- text-transform: uppercase ;
- }
-
- a.btn-primary {
- margin-right: 15px ;
- }
- }
-
- #row-clients-boulanger {
- margin-bottom: 50px ;
-
- h2 {
- margin-bottom: 10px ;
- .img {
- height: 50px ;
- }
- span {
- margin-left: 10px ;
- font-size: 25px ;
- position: relative ;
- top: 5px ;
- }
- }
-
- ul {
- text-align: left ;
- li {
- list-style-type: circle ;
- color: $color1 ;
- }
- }
-
- p {
- padding-bottom: 4px ;
- }
-
- .boulanger {
- .prix {
- span {
- background-color: $color2 ;
-
- a {
- color: $color1 ;
- text-decoration: none ;
- }
- }
- }
- }
-
- .prix {
- padding-top: 15px ;
- font-size: 18px ;
-
- span {
- color: $color1 ;
- //background-color: $color2 ;
- border: solid 1px $color1 ;
- font-weight: normal ;
- font-size: 18px ;
- font-family: 'comfortaaregular' ;
- font-family: 'myriadpro-regular' ;
- text-transform: uppercase ;
- padding: 10px 15px ;
- padding-bottom: 7px ;
- @include border-radius(5px) ;
- }
- }
-
- #periode-essai {
- margin-top: 8px ;
- text-align: center ;
- font-size: 13px ;
- color: gray ;
- font-family: 'comfortaaregular' ;
- }
- }
-
- #btn-demo {
- &:hover, &:focus, &:active {
- color: black ;
- }
- }
-
- #modal-tarifs {
- .commission {
- text-align: center ;
- font-size: 20px ;
- text-transform: uppercase ;
- margin-bottom: 20px ;
-
- span {
- padding: 10px 20px ;
- border: solid 1px black ;
- @include border-radius(10px) ;
- }
- }
- .exemple {
- color: gray ;
- }
- }
- }
-
-
- #content #contact {
-
- display: none ;
-
- .icon {
- width: 55px ;
- top: -15px ;
- margin-left: -70px ;
- }
-
- #par-telephone {
- }
-
- .form-control:focus {
- /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
- border-color: $jaune ;*/
- }
-
- .form-group {
- text-align: center ;
- }
-
- .img-right {
- float: right ;
-
- img {
- width: 300px ;
- }
- }
-
- }
-
- #favorite-producers {
- background-color: $color1 ;
- border-top: solid 1px #e0e0e0 ;
- padding: 0px ;
- padding-top: 20px ;
- margin: 0px ;
-
- h2 {
- font-family: 'myriadpro-regular' ;
- color: $color2;
- text-align: left ;
- font-size: 16px ;
- margin: 0px ;
- padding: 0px ;
- margin-left: 15px ;
- margin-bottom: 15px ;
- }
-
- .col-md-12, .col-md-6, .col-md-3 {
- float: left ;
- }
-
- .col-md-12 .producer {
- background-size: 920px auto ;
- }
- .col-md-6 .producer {
- background-size: 460px auto ;
- }
-
- .col-md-3 .producer {
- background-size: 230px auto ;
- }
-
- .producer {
- position: relative ;
- height: 100px ;
- list-style-type: none ;
- text-align: center ;
- margin-bottom: 20px ;
- background-size: 300px auto ;
- background-position: center center ;
- background-repeat: no-repeat ;
- border: solid 1px $color2 ;
-
- a {
- position: absolute ;
- bottom: 0px ;
- left: 0px ;
- width: 100% ;
- background-color: $color2 ;
- border-color: $color2 ;
- color: $color1 ;
-
- &:hover {
- background-color: #fafafa ;
- border-color: $color2 ;
- color: $color1 ;
- }
- }
- }
-
- #discover {
- padding-bottom: 20px ;
- text-align: center ;
-
- p {
- padding-bottom: 0px ;
- color: $color2 ;
- }
-
- .btn {
- background-color: $color2 ;
- color: $color1 ;
- border: solid 1px $color2 ;
- }
- }
- }
-
-
- #footer {
- width: 100% ;
- background-color: $color2 ;
- text-align: center ;
- border-top: 1px solid #e0e0e0 ;
- padding-top: 30px ;
- padding-bottom: 17px ;
-
- a {
- font-family: 'myriadpro-regular' ;
- color: #7e7e7e;
- color: white ;
- color: $courant ;
- text-transform: uppercase ;
- text-decoration: none ;
- padding-left: 10px ;
- padding-right: 10px ;
- border-right: solid 1px #7e7e7e ;
- border-right: solid 1px white ;
- &:hover {
- color: gray ;
- }
-
- &:last-child {
- border: 0px none ;
- }
- }
- }
-
- #content #mentions {
- padding-top: 20px ;
-
- div.content {
- width: 60% ;
- font-size: 90% ;
- }
-
- p {
- padding-bottom: 15px ;
- }
-
- h2 {
- color: black ;
- padding-bottom: 40px ;
- font-size: 25px ;
- line-height: 35px ;
- font-family: 'myriadpro-regular' ;
- }
-
- h3 {
- font-family: "comfortaaregular" ;
- font-size: 18px ;
- padding-bottom: 12px ;
- margin-top: 10px ;
- color: black ;
- }
- }
-
- .mentions {
-
- #main, body {
- background-color: white ;
- }
- }
-
- .vegas-loading {
- display: none ;
- }
-
-
- #profil-user {
-
- .form-group.field-user-no_mail label {
- font-weight: normal ;
- }
-
- .form-group label {
- cursor: pointer ;
- }
-
- #mails-jours-prod {
- .form-group {
- float: left ;
- margin-right: 15px ;
- label {
- font-weight: normal ;
- }
- }
- }
-
- p.strong {
- font-weight: bold ;
- }
-
- }
-
- /* login */
-
- .site-login {
- .col-lg-5 {
- margin: 0px auto ;
- float: none ;
- }
- }
-
- /* signup */
-
- .modal-backdrop {
- z-index: 999;
- }
-
- .site-signup {
- .col-lg-5 {
- margin: 0px auto ;
- float: none ;
- }
-
-
- }
-
- #modal-cgv {
- .modal-body {
- h2 {
- margin-bottom: 5px ;
- padding-bottom: 0px ;
- font-size: 20px ;
- margin-top: 0px ;
- }
- }
- }
-
- #form-signup {
- #client-boulanger {
- margin-bottom: 30px ;
- }
-
- #signupform-id_etablissement {
- option:disabled {
- font-weight: bold ;
- color: black ;
- }
- }
-
- #champs-boulanger {
- display: none ;
- }
-
- #boutons-inscrire {
- margin-top: 30px;
- }
- }
-
- #col-left {
- padding: 0px ;
- z-index: 15 ;
-
- .affix {
- width: 25% ;
- border-right: solid 1px #e0e0e0 ;
- background-color: #FAFAFA ;
- height: 100% ;
- }
-
- #link-home {
- text-decoration: none ;
- font-size: 22px ;
- color: black ;
- display: block ;
- padding: 10px ;
- background-color: $color2 ;
-
- img {
- height: 50px ;
- margin-bottom: 5px ;
- float: left ;
- }
-
- .text {
- padding-left: 62px ;
-
- .bap {
- font-family: "comfortaalight" ;
- font-size: 24px ;
- }
-
- .plateforme {
- font-size: 17px ;
- font-family: "myriadpro-light" ;
- color: $color1 ;
- }
- }
- }
-
- h2 {
- font-family: 'myriadpro-regular' ;
- color: black ;
- margin: 0px ;
- margin-bottom: 10px ;
- padding: 15px 0px 5px 15px ;
- }
-
- #links {
- background-color: white ;
- margin-bottom: 20px ;
-
- ul {
- li {
- a {
- text-align: center ;
- border-right: solid 1px #e0e0e0 ;
-
- &:hover {
- background-color: $color1 ;
- color: white ;
- }
- }
-
- &:last-child a {
- border-right: 0px none ;
- }
- }
- }
- }
-
- #producteurs nav.nav-producteurs {
- ul {
- li {
- a {
- padding-left: 50px ;
- height: 40px ;
- //margin-right: 20px ;
- }
-
- &.active a {
- background-color: $color1 ;
- position: relative ;
- color: white ;
-
- &: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;
- }
- }
- }
- }
- }
-
- ul {
- list-style-type: none ;
- margin: 0px ;
- padding: 0px ;
- li {
- margin: 0px ;
- padding: 0px ;
- 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 ;
-
- span.nom, span.libelle {
- display: none ;
- }
- }
- }
- }
-
- p {
- padding: 20px ;
- padding-top: 0px ;
- color: gray ;
- }
- }
-
- #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 ;
- @include box-shadow(0px 0px 8px #e0e0e0) ;
-
- h1 {
- color: black ;
- font-family: 'myriadpro-regular' ;
- margin: 0px ;
- font-size: 25px ;
- text-transform: uppercase ;
- }
-
- h2 {
- color: gray ;
- text-transform: none ;
- font-size: 15px ;
- margin-top: 3px ;
- line-height: 20px ;
- }
- }
- }
-
-
- .header-etablissement {
- z-index: 1 ;
- #block-main-img {
- height: 144px ;
- overflow: hidden ;
-
- #main-img {
- width: 100% ;
- height: auto ;
- border: 0px none ;
- padding: 0px ;
- @include border-radius(0px) ;
- }
- }
-
- h1 {
- font-family: 'comfortaaregular' ;
- text-align: center ;
- position: absolute ;
- top: 30px ;
- left: 40px ;
-
- span {
- background-color: rgba(255, 255, 255, 0.8) ;
- //background-color: rgba(187, 135, 87, 0.6) ;
- //color: white ;
- padding: 10px 30px ;
- border: dotted 1px black ;
- //@include border-radius(20px) ;
- }
- }
- }
-
- nav#menu-etablissement {
- border-bottom: solid 1px #e0e0e0 ;
- //background-color: #FAFAFA ;
- ul {
- li {
- padding: 0px ;
- margin: 0px ;
- a {
- border-right: solid 1px #e0e0e0 ;
- text-decoration: none ;
- @include border-radius(0px) ;
-
- &:hover {
- background-color: $color1 ;
- color: white ;
- }
- }
- }
- }
- }
-
- @import "_systeme_commandes.scss" ;
- @import "_responsive.scss" ;
-
-
-
-
|