﻿/*_____________________________ GENERAL _____________________________*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

::selection {
  background: #ac6617;
  color: #fff; }

* {
  box-sizing: border-box; }

img {
  width: 100%; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0px;
  padding: 0px;
  background: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

h1 {
  font-weight: 100;
  font-size: 1.5em; }

h1, h2, h3, h4 {
  color: #222; }

a.button, span.button {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: .2s all;
  font-weight: bold;
  color: #fff;
  background: #E5A238;
  background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
  background: linear-gradient(to bottom, #E5A238, #B94E00);
  padding: .5em 1em .5em 1em; }

a.button:hover, a.button:active {
  background: #B94E00;
  background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
  background: linear-gradient(to top, #E5A238, #B94E00); }

span.button:hover, span.button:active {
  background: #B94E00;
  background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
  background: linear-gradient(to top, #E5A238, #B94E00); }

.menu-strip {
  display: flex;
  justify-content: space-between; }

section#fail {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation-fill-mode: forwards; }
  section#fail h1 {
    font-weight: normal;
    color: white; }
  section#fail div {
    align-self: center;
    justify-content: space-between;
    display: flex; }
  section#fail div a {
    min-width: 200px;
    margin-right: 20px;
    text-align: center; }
  section#fail img {
    background: url("../images/so-sorry_light.svg") no-repeat;
    background-size: 100% 100%;
    width: 300px;
    margin-top: 40px; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

header .pseudocontainer {
  font-size: 2em;
  color: transparent;
  margin: 0px auto;
  padding: 15px; }
  header .pseudocontainer h1 {
    color: transparent; }

header .container {
  top: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #E59538;
  margin: 0px auto;
  padding: 15px;
  display: block;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2em; }
  header .container h1 {
    color: #fff; }
  header .container a {
    cursor: pointer; }
    header .container a:hover, header .container a:focus {
      opacity: .8; }
    header .container a:active {
      color: #BABABA; }
    header .container a#logo {
      display: block; }
    header .container a#burger {
      display: block; }

header#payment-header {
  display: none; }

header.mobile .container {
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  justify-content: space-between; }
  header.mobile .container h1 {
    font-weight: lighter;
    margin: 0px;
    font-size: 25px; }
  header.mobile .container a i {
    font-size: 30px;
    padding: 10px 20px 10px 0px; }
  header.mobile .container a#btn_mobile {
    display: block; }
  header.mobile .container a#btn_desktop {
    display: none; }
  header.mobile .container a:hover {
    cursor: pointer; }
  header.mobile .container button {
    all: unset; }
    header.mobile .container button:hover {
      cursor: pointer; }
    header.mobile .container button i {
      font-size: 30px;
      padding: 10px 20px 10px 0px; }
    header.mobile .container button#btn_mobile {
      display: block; }
    header.mobile .container button#btn_desktop {
      display: none; }

footer {
  font-size: 12px;
  text-align: center;
  padding: 15px; }
  footer ul#sub-nav {
    padding: 0px;
    margin: 0px; }
    footer ul#sub-nav li {
      margin: 0px;
      display: inline-block;
      border-right: 1px solid #222; }
      footer ul#sub-nav li:last-child {
        border-right: none; }
      footer ul#sub-nav li a {
        display: block;
        padding: 0px 1em;
        color: #222;
        text-decoration: none; }
        footer ul#sub-nav li a:hover {
          color: #BABABA;
          text-decoration: underline;
          cursor: pointer; }
  footer#payment-footer {
    display: none; }

dialog {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: flex;
  justify-content: center; }

/*_____________________________ HOME _____________________________*/
section#payment_commande {
  margin: 0px; }

section#commande .container, section#payment_commande .container, section#customer .container, section#payment .container {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  z-index: 0;
  color: #535353; }

section#commande .container h1, section#payment_commande .container h1, section#customer .container h1, section#payment .container h1 {
  color: #535353; }

section#commande {
  margin: 0px 0px 0px 0px; }
  section#commande .container {
    width: 100%;
    max-width: 1280px;
    padding: 18px;
    display: flex;
    justify-content: space-between; }
    section#commande .container #gallery_desktop {
      display: none;
      padding: 0px 12em 0px 0px; }

section#payment_commande .container #gallery_desktop {
  display: none;
  padding: 0px 12em 0px 0px; }

section#commande .container #gallery_desktop .show, section#payment_commande .container #gallery_desktop .show {
  margin: 1em 0px; }

section#commande .container #gallery_desktop .small-img, section#payment_commande .container #gallery_desktop .small-img {
  display: flex;
  justify-content: space-between; }

section#commande .container #gallery_desktop .small-img img:hover, section#payment_commande .container #gallery_desktop .small-img img:hover {
  cursor: pointer; }

section#commande .container #gallery_desktop .small-img img, section#payment_commande .container #gallery_desktop .small-img img {
  width: 15%;
  height: 15%;
  padding: .5em;
  border: 1px solid #BABABA;
  border-radius: 5px; }

section#commande .container #gallery_desktop .small-img .show-small-img-high, section#payment_commande .container #gallery_desktop .small-img .show-small-img-high {
  border: 1px solid #BABABA;
  background-color: #BABABA; }

section#commande .container #form, section#payment_commande .container #form {
  width: 100%; }

section#form-fields {
  width: 100%; }
  section#form-fields h2 {
    font-size: 50px;
    font-weight: lighter;
    margin: 0px;
    line-height: 60px; }
  section#form-fields h3 {
    font-size: 25px;
    font-weight: 700; }
  section#form-fields p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px; }
    section#form-fields p.price {
      font-size: 30px;
      font-weight: bolder;
      margin-top: 5px; }
      section#form-fields p.price span {
        font-size: 15px;
        font-weight: normal;
        margin-left: 10px; }
    section#form-fields p.pricettc {
        text-align: right;
        font-size: 15px;
        font-weight: normal;
    }
    section#form-fields p.promise {
      color: #E59538;
      font-size: 16px; }
      section#form-fields p.promise i {
        font-size: 2em;
        line-height: 1em;
        padding: 0px 10px;
        border-left: 4px solid #E59538; }
  section#form-fields table.infos {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%; }
    section#form-fields table.infos tr.bg {
      background-color: #BABABA; }
    section#form-fields table.infos tr td.w50 {
      width: 50%;
      padding: 10px; }
    section#form-fields table.infos tr td.right {
      text-align: right;
      font-weight: bolder; }
  section#form-fields table.quantity {
    display: none;
    width: 100%;
    margin-bottom: 10px; }
    section#form-fields table.quantity tr td.right {
      text-align: right;
      width: 100%; }
    section#form-fields table.quantity label {
      font-size: 15px; }
    section#form-fields table.quantity div#purchase-amount {
      display: inline-block;
      line-height: 40px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 3px;
      background: #E59538;
      background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
      background: linear-gradient(to bottom, #E5A238, #B94E00); }
      section#form-fields table.quantity div#purchase-amount button {
        background: none;
        border: none;
        padding: 10px;
        cursor: pointer; }
        section#form-fields table.quantity div#purchase-amount button i {
          color: #fff; }
        section#form-fields table.quantity div#purchase-amount button:hover i {
          color: #f1bc7f; }
      section#form-fields table.quantity div#purchase-amount input#amount {
        background: none;
        text-align: center;
        font-weight: bold;
        border: none;
        padding: 0;
        width: 40px;
        color: #fff; }
      section#form-fields table.quantity div#purchase-amount input[type=number] {
        -webkit-appearance: none;
        -moz-appearance: textfield;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        margin: 0; }
  section#form-fields input[type=submit] {
    display: none;
    width: 100%;
    background: #E59538;
    background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
    background: linear-gradient(to bottom, #E5A238, #B94E00);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    border: none;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px; }
    section#form-fields input[type=submit]:hover {
      background: #B94E00;
      background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
      background: linear-gradient(to top, #E5A238, #B94E00); }
    section#form-fields input[type=submit]:active {
      background: #f1bc7f; }

section#form-fields {
  font-size: 16px;
  line-height: 1.5em;
  padding: 15px; }
  section#form-fields .validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    font-weight: bolder;
    color: #E5A238; }
  section#form-fields .row {
    margin-top: 15px; }
  section#form-fields label {
    width: 100%; }
  section#form-fields .labeled {
    display: flex;
    justify-content: space-between; }
  section#form-fields .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column; }
    section#form-fields .wrapper .choice label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 16px;
      line-height: 1.5em;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      section#form-fields .wrapper .choice label input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
    section#form-fields .wrapper .choice .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #E59538;
      border-radius: 50%; }
    section#form-fields .wrapper .choice .checkmark:after {
      content: "\2713";
      font-weight: bold;
      font-size: 200%;
      left: -1px;
      bottom: 2px;
      position: absolute;
      pointer-events: none;
      color: #ac6617;
      display: none; }
    section#form-fields .wrapper .choice input:checked ~ .checkmark {
      background-color: #fff;
      border: 4px solid #E59538; }
    section#form-fields .wrapper .choice input:checked ~ .checkmark:after {
      display: block; }
  section#form-fields input {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #222;
    border: 1px silver #ddd;
    box-shadow: none; }
    section#form-fields input[type=radio] {
      display: none; }
      section#form-fields input[type=radio] + label {
        padding: 10px 15px;
        background: #DDD;
        border: 1px solid #CCC;
        width: 47%;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        color: #333; }
      section#form-fields input[type=radio]:checked + label {
        background: #E5A238;
        background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
        background: linear-gradient(to bottom, #E5A238, #B94E00);
        color: #fff; }
    section#form-fields input[type=submit] {
      display: block;
      font-size: 2em;
      text-align: center;
      margin: 15px 0px 0px 0px;
      background: #E5A238;
      background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
      background: linear-gradient(to bottom, #E5A238, #B94E00);
      color: #fff;
      border: none;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      border-radius: 3px;
      transition: .2s all;
      font-weight: bold;
      padding: .5em 1em;
      width: 100%; }
      section#form-fields input[type=submit]:hover, section#form-fields input[type=submit]:active {
        background: #B94E00;
        background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
        background: linear-gradient(to top, #E5A238, #B94E00); }

section#thanks .container, section#contact .container {
  padding: 15px;
  margin: 5em 0px 0px 0px;
  text-align: center;
  display: flex;
  flex-direction: column; }

section#thanks .container h3, section#contact .container h3 {
  font-weight: lighter;
  font-size: 30px;
  padding: 0px 0px 10px 0px; }

section#thanks .container h3::after, section#contact .container h3::after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #E59538;
  margin: 20px auto 0px auto; }

section#thanks .container p, section#contact .container p {
  line-height: 1.5em; }

section#thanks .container a, section#contact .container a {
  width: 150px;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  background: #E5A238;
  background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
  background: linear-gradient(to bottom, #E5A238, #B94E00);
  color: white;
  align-self: center; }

section#thanks .container a:hover, section#thanks .container a:active, section#thanks .container a:focus {
  background: #B94E00;
  background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
  background: linear-gradient(to top, #E5A238, #B94E00);
  cursor: pointer; }

section#contact .container a:hover, section#contact .container a:active, section#contact .container a:focus {
  background: #B94E00;
  background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
  background: linear-gradient(to top, #E5A238, #B94E00);
  cursor: pointer; }

section#conditions .container, section#privacy .container {
  padding: 15px;
  margin: 5em 0px 0px 0px; }

section#conditions .container h3, section#privacy .container h3 {
  font-weight: lighter;
  font-size: 30px;
  padding: 0px 0px 10px 0px;
  text-align: center; }

section#conditions .container h3::after, section#privacy .container h3::after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #E59538;
  margin: 20px auto 0px auto; }

section#conditions .container p, section#privacy .container p {
  line-height: 1.5em; }

section#conditions .container a, section#privacy .container a {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  background: #E5A238;
  background: -webkit-linear-gradient(to bottom, #E5A238, #B94E00);
  background: linear-gradient(to bottom, #E5A238, #B94E00);
  color: white; }

section#conditions .container a:hover, section#conditions .container a:active, section#conditions .container a:focus {
  background: #B94E00;
  background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
  background: linear-gradient(to top, #E5A238, #B94E00);
  cursor: pointer; }

section#privacy .container a:hover, section#privacy .container a:active, section#privacy .container a:focus {
  background: #B94E00;
  background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
  background: linear-gradient(to top, #E5A238, #B94E00);
  cursor: pointer; }

/*section#article table.quantity div#purchase-amount button:hover {
    border: none;
    padding: 10px 10px;
    background: #B94E00;
    background: -webkit-linear-gradient(to top, #E5A238, #B94E00);
    background: linear-gradient(to top, #E5A238, #B94E00);
}*/
/*_____________________________ BUY _____________________________*/
/*_____________________________ IDENTITY _____________________________*/
/*_____________________________ RESUME _____________________________*/
/*_____________________________ TANKS / CONTACT _____________________________*/
/*_____________________________ CONDITION / PRIVEE _____________________________*/
/*_____________________________ MENU _____________________________*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #E59538;
  overflow-y: hidden;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 1em;
  text-align: left;
  width: 400px;
  margin: -50px auto; }

.overlay a.closebtn {
  color: #fff;
  font-size: 32px; }
  .overlay a.closebtn:hover, .overlay a.closebtn:focus {
    color: #222; }

.overlay ul {
  padding: 0px; }
  .overlay ul li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .overlay ul li a {
      padding: 8px;
      text-decoration: none;
      font-size: 36px;
      color: #fff;
      display: block;
      transition: 0.3s;
      border-left: 2px solid #fff;
      cursor: pointer; }
      .overlay ul li a:hover, .overlay ul li a:focus {
        color: #222;
        border-left: 2px solid #222; }

.languages {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 0px;
  top: 40%;
  justify-content: center; }
  .languages a {
    text-transform: uppercase;
    padding: 0px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-left: 2px solid #fff; }
    .languages a:first-child {
      border-left: none; }

.current-lang {
  font-weight: bolder; }

.languages a:hover {
  color: #222; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

/*_____________________________ MEDIA _____________________________*/
@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto; }
    .overlay a {
      font-size: 20px; }
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px; } }

/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
@media screen and (min-width: 64em) {
  .img1 {
    background-image: url(../images/bg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  .img2 {
    background-image: url(../images/bg_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-size: 2em; }
  body {
    color: #fff; }
  header .container {
    max-width: 1200px;
    width: 100%;
    background: none;
    box-shadow: none; }
  header#payment-header {
    display: block; }
  header.mobile .container {
    padding: 0px 0px 0px 5px;
    border-bottom: none; }
    header.mobile .container h1 {
      color: white; }
    header.mobile .container a#btn_mobile {
      display: none; }
    header.mobile .container a#btn_desktop {
      display: block;
      color: white; }
  footer {
    color: #fff; }
    footer#payment-footer {
      display: block;
      color: #fff; }
    footer ul#sub-nav li {
      border-right: 1px solid #BABABA; }
      footer ul#sub-nav li:last-child {
        border-right: none; }
      footer ul#sub-nav li a {
        color: #fff; }
        footer ul#sub-nav li a:hover {
          color: #BABABA;
          cursor: pointer; }
  section#commande, section#payment_commande {
    margin: 2em 0px; }
  section#commande .container, section#payment_commande .container, section#customer .container, section#payment .container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px 0px 5px;
    display: flex;
    justify-content: space-between;
    z-index: 0; }
  section#commande .container h1, section#payment_commande .container h1, section#customer .container h1, section#payment .container h1 {
    color: white; }
  section#commande .container #gallery_desktop, section#payment_commande .container #gallery_desktop {
    display: block;
    width: 50%; }
  section#commande .container #form, section#payment_commande .container #form, section#customer .container #form, section#payment .container #form {
    width: 50%;
    background: rgba(33, 33, 33, 0.8);
    border: 1px solid #999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 1.5em;
    color: #BABABA; }
  section#article h2 {
    font-size: 40px;
    font-weight: lighter;
    margin: 0px;
    line-height: 40px; }
  section#article h3 {
    font-size: 20px; }
  section#article p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px; }
    section#article p.promise {
      font-size: 13px; }
  section#article #gallery {
    display: none; }
  section#article table.infos {
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%; }
    section#article table.infos tr.bg {
      background: #333;
      border-radius: 3px; }
  section#article table.infos tr td.w50 {
    width: 50%;
    padding: 5px; }
  section#article table.infos tr td.left {
    font-weight: normal; }
  section#article table.infos tr td.right {
    text-align: right;
    font-weight: bolder; }
  section#article table.quantity {
    display: block; }
  section#article input[type=submit] {
    display: block; }
  section#sticky-price {
    display: none; }
  section#quantity .container {
    padding: 10px 0px 0px 0px; }
  section#quantity .price-wrapper {
    padding: 0px; }
  section#quantity a.button {
    margin: 0px; }
  section#identify {
    padding: 0px; }
    section#identify input {
      padding: 5px;
      font-size: 18px;
      background: none;
      border: 1px solid #999;
      color: white; }
    section#identify .last {
      margin-bottom: 20px; }
    section#identify input[type=submit] {
      font-size: 20px;
      cursor: pointer;
      margin: 0px; }
  section#resume {
    padding: 0px; }
    section#resume .container {
      color: white; }
      section#resume .container h3 {
        color: white; }
      section#resume .container p {
        margin: 0px; }
      section#resume .container .labeled {
        margin-bottom: 15px; }
      section#resume .container .button {
        font-size: 20px;
        cursor: pointer;
        margin: 0px; }
  section#thanks .container, section#contact .container {
    color: #fff;
    display: flex;
    flex-direction: column; }
  section#thanks .container h3, section#contact .container h3 {
    color: #fff; }
  section#conditions, section#privacy {
    display: flex;
    justify-content: center; }
  section#conditions .container, section#privacy .container {
    color: #fff;
    width: 60%;
    max-width: 900px; }
  section#conditions .container h3, section#privacy .container h3, section#conditions .container a, section#privacy .container a {
    color: #fff; } }

/* Large only */
/*# sourceMappingURL=style.css.map */
