/* CSS Document */
* {
  box-sizing: border-box; }

article {
  display: block; }

aside {
  display: block; }

details {
  display: block; }

figcaption {
  display: block; }

figure {
  display: block;
  margin: 0; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

audio {
  display: inline;
  zoom: 1; }

canvas {
  display: inline;
  zoom: 1; }

video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #222; }

button {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  margin: 0; }

input {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  margin: 0; }

select {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

textarea {
  color: #222;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  margin: 0; }

body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:hover {
  color: #06e;
  outline: 0; }

a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b {
  font-weight: 700; }

strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700; }

pre {
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  font-size: 1em; }

kbd {
  font-size: 1em; }

samp {
  font-size: 1em; }

q {
  quotes: none; }

q:before {
  content: none; }

q:after {
  content: none; }

small {
  font-size: 85%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

ul {
  margin: 1em 0;
  padding: 0 0 0 40px; }

ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0; }

input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }

input[type="checkbox"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0; }

input[type="radio"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input:invalid {
  background-color: #f0dddd; }

textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  background: #ccc;
  color: #000;
  margin: .2em 0;
  padding: .2em 0; }

html {
  font-size: 100%; }

body {
  background: #FFF;
  color: #061524; }

a {
  text-decoration: none;
  transition: all .5s ease; }

.container {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  padding: 0 20px; }

img {
  height: auto;
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

body, html {
  font-family: 'Oxygen', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

button, input, textarea {
  font-family: 'Oxygen', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

body {
  opacity: 0;
  transition: opacity .7s ease; }

div.ranger {
  display: flex;
  flex-wrap: wrap; }

div.container {
  width: 100%;
  max-width: 100%;
  padding: 0 7%; }

a {
  color: #0cb2e3; }

div.height {
  width: 100%;
  height: 81px; }

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 1px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -5px);
  transform: rotate(45deg) translate(-1px, -5px); }

.slick-slide:focus, .slick-slide a {
  outline: none; }

/* Customize the label (the container) */
label.contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
label.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
label.contain:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
label.contain input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
label.contain input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
label.contain .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background-color: #ab121a;
  padding: 0 25px;
  height: 40px;
  border: none;
  box-shadow: none;
  color: #fff; }

.title {
  font-size: 2rem; }

.subtitle {
  font-size: 1.25rem; }

.desc {
  font-size: 1rem; }

div#menu-sec {
  display: block; }
  div#menu-sec ul {
    display: flex;
    flex-direction: column; }
    div#menu-sec ul li a {
      display: block;
      padding: 10px 0;
      width: 100%;
      text-align: center; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #A1B3C6;
  padding: 15px 0;
  background-color: #fff;
  z-index: 99999; }
  header div.container div.ranger {
    align-items: center; }
    header div.container div.ranger div.colonne:nth-child(1) {
      width: 200px; }
      header div.container div.ranger div.colonne:nth-child(1) img {
        width: 100%;
        cursor: pointer; }
    header div.container div.ranger div.colonne:nth-child(2) {
      width: calc( 100% - 200px ); }
      header div.container div.ranger div.colonne:nth-child(2) ul {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        justify-content: flex-end;
        align-items: center; }
        header div.container div.ranger div.colonne:nth-child(2) ul li {
          margin: 0;
          padding: 5px 15px; }
          header div.container div.ranger div.colonne:nth-child(2) ul li a {
            color: #000;
            font-size: 1rem;
            text-transform: uppercase; }
      header div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
        display: none; }

section#page div.container div.ranger div.colonne-full {
  width: 100%; }
section#page div.container div.ranger div.colonne-2 {
  width: 50%; }
section#page div.container div.ranger div.colonne-3 {
  width: 33.33333%; }

section#admin {
  color: #000;
  padding-bottom: 200px; }
  section#admin h2.title {
    font-size: 2.25rem;
    text-align: center;
    color: #000;
    margin-top: 150px;
    margin-bottom: 30px;
    font-weight: 300; }
  section#admin input:not([type=file]), section#admin textarea {
    border: 1px solid #A1B3C6;
    height: 40px;
    box-shadow: none;
    width: 300px;
    margin-bottom: 10px;
    padding: 0 10px; }
    section#admin input:not([type=file]):focus, section#admin textarea:focus {
      border-color: #ab121a;
      outline: none; }
  section#admin button.ajouter {
    width: 320px;
    display: block;
    margin: 20px auto; }
  section#admin div.container div.ranger {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f1f1f1; }
    section#admin div.container div.ranger.bo {
      background-color: #A8ADDF; }
    section#admin div.container div.ranger.brouillon {
      background-color: #F4CBCB; }
    section#admin div.container div.ranger div.image {
      width: 350px;
      padding: 20px; }
      section#admin div.container div.ranger div.image img {
        width: 100%; }
    section#admin div.container div.ranger div.content {
      width: calc( 100% - 350px);
      padding: 20px; }
      section#admin div.container div.ranger div.content p.bo {
        font-weight: 900;
        font-size: 1.125rem;
        line-height: 1;
        margin: 0;
        color: #04F; }
      section#admin div.container div.ranger div.content p.brouillon {
        font-weight: 900;
        font-size: 1.125rem;
        color: #f00;
        line-height: 1;
        margin: 0; }
      section#admin div.container div.ranger div.content p.price {
        margin: 0;
        color: #1CAD46;
        font-weight: 700; }
      section#admin div.container div.ranger div.content p.commission {
        margin: 0;
        color: #ccc;
        font-weight: 700; }
      section#admin div.container div.ranger div.content h4.nom {
        font-weight: 700;
        font-size: 1.25rem;
        margin: 0; }

:focus {
  outline: none; }

section#produit {
  color: #000; }
  section#produit label {
    font-size: 1.25rem;
    margin-top: 40px;
    display: block; }
  section#produit div#variation label {
    margin-top: 0px;
    margin-bottom: 30px; }
    section#produit div#variation label.top {
      margin-top: 40px;
      margin-bottom: 0; }
  section#produit input:not([type=file]), section#produit textarea {
    border: 1px solid #A1B3C6;
    height: 40px;
    box-shadow: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px; }
    section#produit input:not([type=file]):focus, section#produit textarea:focus {
      border-color: #ab121a;
      outline: none; }
  section#produit select {
    border: 1px solid #A1B3C6;
    height: 40px;
    box-shadow: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    background-image: url("images/chevron-down.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 0; }
    section#produit select:focus {
      border-color: #ab121a;
      outline: none; }
  section#produit textarea {
    height: 230px;
    padding: 10px; }
  section#produit button.update, section#produit button.delete {
    width: 320px;
    display: block;
    margin: 20px auto; }
    section#produit button.update.delete, section#produit button.delete.delete {
      background-color: #ccc; }
  section#produit div.container div.ranger div.image {
    width: 350px; }
  section#produit div.container div.ranger div.content {
    width: calc( 100% - 350px);
    padding-left: 40px; }
  section#produit img#preview {
    margin-top: 40px; }

footer {
  background-color: #000;
  color: #fff; }
  footer p {
    margin: 0;
    padding: 15px;
    text-align: right;
    padding-right: 0; }
    footer p a {
      color: #fff; }

section#admin-panel {
  margin-top: 100px;
  margin-bottom: 100px; }
  section#admin-panel aside {
    width: 300px; }
    section#admin-panel aside nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      section#admin-panel aside nav ul li {
        margin: 0;
        padding: 0; }
        section#admin-panel aside nav ul li a {
          display: block;
          padding: 10px 20px;
          background-color: #ab121a;
          color: #fff; }
  section#admin-panel div.content {
    width: calc( 100% - 300px);
    padding: 0 30px; }
    section#admin-panel div.content input {
      max-width: 450px; }
    section#admin-panel div.content div.factures {
      border: 1px solid #A1B3C6;
      width: 100%;
      max-width: 1100px; }
      section#admin-panel div.content div.factures div.ranger {
        border-bottom: 1px solid #A1B3C6;
        width: 100%; }
        section#admin-panel div.content div.factures div.ranger div.colonne {
          align-items: center;
          display: flex;
          width: 16.6666%;
          padding: 10px; }
          section#admin-panel div.content div.factures div.ranger div.colonne:last-of-type {
            width: 33.3333%;
            display: flex; }
            section#admin-panel div.content div.factures div.ranger div.colonne:last-of-type button {
              height: 40px;
              font-size: .75rem;
              margin: 0 10px; }
    section#admin-panel div.content.hs div.factures div.ranger div.colonne {
      width: 33.333%; }

section#resumer-commande p.review img {
  width: 20px;
  display: block;
  float: left; }
section#resumer-commande table.listing {
  border: 1px solid #ccc;
  margin-top: 100px;
  margin-bottom: 100px; }
  section#resumer-commande table.listing td, section#resumer-commande table.listing th {
    text-align: left;
    padding: 0 20px; }
  section#resumer-commande table.listing tr td {
    vertical-align: middle;
    white-space: nowrap; }

div.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center; }
  div.pagination h3 {
    margin: 0 20px 0 0; }
  div.pagination span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    background-color: #ab121a;
    align-items: center;
    justify-content: center;
    color: #fff; }
    div.pagination span.actual {
      background-color: #000; }
  div.pagination a {
    color: #fff; }

/*# sourceMappingURL=styles.css.map */
