
/* Boutique (Style) */
* {padding: 0; margin: 0;}
html {
    overflow-y: scroll;
    font-size: 20px;
    scroll-behavior: smooth;
}
body {
    height: auto;
    min-height: 100vh;
    background-image: url('/images/arriere-plans/111_1125_800x600.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Overlock';
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
}
a {color: #3C7038; text-decoration: none; cursor: pointer;}
a.gray {color: #666666; text-decoration: underline;}

.container {max-width: 73rem; margin: 0 auto; padding: 0 1rem;}
/*.content {background: #fcfcfc url(/img/bg_content.svg) center top no-repeat; background-attachment: fixed; padding: 4rem 0 5.5rem; background-blend-mode: multiply;}*/

#breadcrumbs {color: #333;}
#breadcrumbs a {color: #3C7038; text-decoration: none;}
#breadcrumbs {position: relative; z-index: 2; margin: 0;}
#breadcrumbs li {list-style: none; display: inline;}
#breadcrumbs li::before {content: "/"; display: inline-block; margin: 0 0.25rem;}
#breadcrumbs li:first-child:before {content: none;}
.post-header {padding-top: 2.3rem;}
.post-header h1 {padding-top: 0;}

footer {
  font-size: .8rem;
  text-align: center;
  height: 40px;
  padding: 1rem 0 2rem;
  margin: 1.75em 0 0;
  border-top: 1px solid #bbb;
}

p:not(:last-child), pre:not(:last-child), .content ul:not(:last-child), .content ol:not(:last-child), div.expand {margin-bottom: 1.2rem;}

pre {
    display: block;
    padding: 0.5rem;
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    color: #444444;
    background-color: #f5f5f5;
    border: 0.0625rem solid #cccccc;
    border-radius: 0.25rem;
    overflow: auto;
    position: relative;
}
img {display: block; max-width: 100%;}
.content ul {margin-left: 2.5rem;}

h1, h2, h3, h4 {color: #333; font-weight: normal; line-height: 1.1;}
h1 {padding: 2.8rem 0 0; font-size: 2rem; font-family: 'Blackjack';}
h2 {padding: 2.8rem 0 0.75rem; font-size: 1.25rem;}
h3 {font-size: 1.1rem; padding: 1.25rem 0 0.3rem;}
h3.post-meta {padding: 0;}
h4 {font-size: 0.9rem; padding: 1rem 0 0.25rem;}

hr {
    border-top: 1px solid #bbb;
    border-bottom: none;
    margin: 1.5rem 0;
}

.threecols {display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap;}
.threecols .col {width: 30%;}
article {max-width: 47rem;}
blockquote {padding: 0.5rem 1rem; margin: 0 0 1rem; font-size: 1rem; border-left: 0.35rem solid #dddddd;}

.columns {column-width: 13rem;}

/* FORMS */

form {max-width: 34rem;}
form > div {padding-top: 0.8rem; clear: both;}
form > div.half {width: 47.5%; float: left;}
form > div.half + .half {margin-left: 5%; clear: none;}
label {display: block; margin-bottom: 0.3rem;}
textarea, input, select, button {
    font-size: 0.8rem;
    height: 1.83rem;
    line-height: 1rem;
    border: 0.0625rem solid #CCC;
    border-radius: 0.25rem;
    width: calc(100% - 1.24rem);
    padding: 0.1875rem 0.625rem;
    background: white;
    color: #333;
}
select {padding: 0.4rem; height: auto; line-height: 1.4; width: 200px;}
textarea {height: auto; line-height: 1.4; min-width: calc(100% - 1.24rem); max-width: calc(100% - 1.24rem); padding: 0.6rem;}
input[type="button"], input[type="submit"], input[type="radio"], input[type="checkbox"] {border: 0; width: auto;}
input[type="radio"], input[type="checkbox"] {height: auto; line-height: auto; margin-right: 0.4rem; vertical-align: middle; position: relative; bottom: 0.1rem;}
.radio {position: relative; top: 0.125rem;}
.radio + .radio {padding-top: 0;}
input[type='number'] {-moz-appearance: textfield;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
.btn, input[type="submit"], button {
    background: #3C7038;
    color: white;
    text-decoration: none;
    padding: 0.3rem 0.75rem;
    border: 0;
    cursor: pointer;
    border-radius: 0.25rem;
}
input[type="number"] {-moz-appearance: textfield;}
input[type="number"].quantity {width: 1.5rem; min-width: 1.5rem; text-align: center;}
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {-webkit-appearance: none;}
select::-ms-expand {display: none;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #EEE url("/images/boutique/chevron_down.svg") calc(100% - 0.8rem) 55% no-repeat;
    background-size: auto 0.7rem;
}
table {margin-bottom: 1.4rem;}
table th, table td {padding-right: 1rem; text-align: left;}
table a {color: #666666; text-decoration: underline; text-decoration-color: rgba(102, 102, 102, 0.5);}
.emoticon {font-size: 200%; line-height: 1;}

.texte-en-petit {font-size: 0.8rem;}

/* IMAGES */
/*#instafeed li:hover, #instafeed img:hover, .productimage:hover, #productlist li a:hover div {filter: grayscale(0%) brightness(100%) contrast(100%) opacity(100%);}*/
/*#instafeed li, #instafeed img, .productimage, #productlist li a div {filter: grayscale(100%) brightness(116%) contrast(83%) opacity(70%); transition: filter .3s ease;}*/
