@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');
@font-face {
  font-family: 'Kelson';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/kelson/KelsonSansBG-Normal.woff') format('woff'), url('../fonts/kelson/KelsonSansBG-Normal.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Kelson';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/kelson/KelsonSansBG-Bold.woff') format('woff'), url('../fonts/kelson/KelsonSansBG-Bold.woff2') format('woff2');
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
body {
  font-family: Lato, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.2;
  background: #eeeeee;
  overflow-y: scroll;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-bottom: 60px;
  }
}
.container {
  max-width: 1024px;
}
#overlay {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
#overlay .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#overlay .overlay-toast {
  position: relative;
  z-index: 1;
  padding: 40px;
  color: #FFF;
  background: #2bbd73;
  cursor: default;
}
#overlay .overlay-toast #overlay-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
#overlay .overlay-toast .overlay-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
#overlay .overlay-toast .overlay-message {
  font-size: 18px;
}
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #FFF;
  border-bottom: 10px solid #eeeeee;
}
header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 140px;
}
@media screen and (max-width: 767px) {
  header .container {
    display: block;
    height: 180px;
  }
}
header #logo {
  display: block;
  width: 300px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  header #logo {
    width: 220px;
  }
}
header h1 {
  text-align: center;
  font-family: Kelson;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 0;
  color: #242120;
}
header nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header nav {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
header nav ul#nav {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  header nav ul#nav {
    width: 100%;
    justify-content: center;
  }
}
header nav li + li {
  margin-left: 3px;
}
header nav li:last-child {
  justify-self: flex-end;
}
header nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 35px;
  color: #242120;
  text-decoration: none;
  font-family: Kelson;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header nav a {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
}
header nav a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #f6f6f6;
  transform: skew(-20deg);
  transition: background-color 0.1s linear;
}
header nav a span,
header nav a i {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
header nav a:hover::after {
  background-color: #eeeeee;
}
header nav a.active::after {
  background-color: #eeeeee;
}
header nav a.active span {
  color: #b02225;
}
header nav a#catalogue {
  display: flex;
  padding: 0 25px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  header nav a#catalogue {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translate(-50%, -130%);
    height: auto;
    padding: 8px 20px;
  }
}
header nav a#catalogue::after {
  background-color: #b02225;
}
@media screen and (max-width: 767px) {
  header nav a#catalogue::after {
    transform: skew(0);
    border-radius: 6px;
  }
}
header nav a#catalogue i {
  font-size: 22px;
  margin-right: 10px;
}
header nav a#catalogue span {
  font-size: 12px;
  line-height: 1;
}
header nav a#catalogue:hover::after {
  background-color: #cd1a1e;
}
main section {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  main section {
    padding-top: 200px;
  }
}
main .full-height {
  height: 100%;
}
main .center {
  text-align: center;
}
main .intro {
  margin-bottom: 20px;
  font-size: 18px;
}
main .container > div + div {
  margin-top: 20px;
}
main .card {
  background-color: #FFF;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (min-width: 577px) {
  main .card [class^="grid"] [class^="grid"] [class^="col"] {
    padding-bottom: 0;
  }
}
main .card .card-title {
  padding: 5px 10px;
  font-family: Kelson;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #FFF;
  background-color: #b02225;
}
main .card .product-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 4px;
  font-family: Kelson;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  border-bottom: 1px solid #b0b0b0;
}
main .card .product-title a {
  color: #242120;
  text-decoration: none;
}
main .card .product-title a:hover {
  color: #b02225;
}
main .card .product-title a.btn {
  display: flex;
  align-items: baseline;
  color: #b02225;
}
main .card .product-title a.btn:hover {
  color: #cd1a1e;
}
main .card .product-title a.btn i {
  font-size: 14px;
  margin-right: 5px;
}
main .card .product-title a.btn span {
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}
main .card .product-title span {
  font-weight: 400;
  font-size: 12px;
}
main .card ul {
  list-style: none;
}
main .card ul li {
  position: relative;
  padding-left: 18px;
}
main .card ul li::before {
  content: "\f061";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
main .card table {
  width: 100%;
  line-height: 1.1;
}
main .card table th + th,
main .card table td + td {
  border-left: 2px solid #b0b0b0;
}
main .card table th,
main .card table td {
  padding: 5px 10px;
  font-size: 13px;
}
main .card table thead th {
  border-bottom: 2px solid #837e7d;
}
main .card table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
main .card .card-content {
  padding: 10px 10px 0;
}
main .card .product + .product {
  margin-top: 10px;
}
main .card .product {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main .card .product.xs-wrap {
    flex-wrap: wrap;
  }
}
main .card .product .product-img + .product-content {
  margin-left: 10px;
}
main .card .product .product-img {
  flex: 0 0 100px;
  max-height: 140px;
  border-radius: 3px;
  overflow: hidden;
}
main .card .product .product-img.landscape {
  flex: 0 0 140px;
  max-height: 200px;
}
main .card .product .product-img.portrait {
  height: 140px;
}
main .card .product .product-img.portrait a,
main .card .product .product-img.portrait img {
  height: 100%;
  width: auto;
  margin: auto;
}
main .card .product .product-img a {
  display: block;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  transition: border-color 0.1s linear, padding 0.1s ease;
}
main .card .product .product-img a:hover {
  padding: 5px;
  border-color: #b02225;
}
main .card .product .product-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
main .card .product .product-content {
  flex: 0 1 100%;
}
main .card .product .product-content a {
  color: #242120;
  text-decoration: none;
}
main .card .product .product-content a.img-block {
  display: block;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  transition: border-color 0.1s linear, padding 0.1s ease;
}
main .card .product .product-content a.img-block:hover {
  padding: 5px;
  border-color: #b02225;
}
main .card .product .product-content a.img-block img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
main .card .product .product-content p + a.img-block {
  margin-top: 10px;
}
main .card .product .product-content .desc {
  font-family: Kelson;
}
main .card .product .product-content .info {
  font-style: italic;
}
main .card .product .pastille {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
}
main .card.site .card-content {
  padding-bottom: 10px;
}
main .card.site .img {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}
main .card.site .img img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}
main .site-title {
  margin-bottom: 20px;
  font-family: Kelson;
  font-size: 24px;
  text-transform: uppercase;
}
main #contact {
  min-height: 70vh;
  padding-bottom: 100px;
  background-size: cover;
}
main #contact .card {
  padding-bottom: 20px;
}
main #contact label {
  display: block;
  min-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}
main #contact label .error {
  display: inline-block;
  padding: 2px 5px;
  text-transform: none;
  font-size: 14px;
  background: #E0150A;
  color: #FFF;
  border-radius: 4px;
}
main #contact label .error:empty {
  display: none;
}
main #contact input {
  display: block;
  padding: 8px 15px;
  font-family: Lato, Arial, Sans-serif;
  font-size: 17px;
  background: #eeeeee;
  border: none;
}
main #contact input + label {
  margin-top: 20px;
}
main #contact label + input {
  width: 100%;
  margin-top: 5px;
}
main #contact textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 150px;
  margin-top: 5px;
  padding: 10px;
  font-size: 16px;
  background: #eeeeee;
  border: none;
}
main #contact .checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main #contact .checkbox input {
  flex: 0 0 13px;
  margin-right: 10px;
}
main #contact .checkbox .checkbox-label {
  flex: 1 0 0%;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
main #contact .checkbox .error {
  flex: 0 0 100%;
  margin-top: 10px;
}
main #contact .civilite {
  display: flex;
  align-items: center;
  height: 37px;
  margin-top: 5px;
}
main #contact .civilite label {
  margin: 0;
  text-transform: none;
}
main #contact .civilite input:not(:first-child) {
  margin-left: 20px;
}
main #contact .note {
  margin-top: 5px;
  font-style: italic;
}
main #contact .submit-block {
  display: flex;
  justify-content: center;
}
main #contact .submit-block .submit {
  display: block;
  padding: 8px 15px 8px 10px;
  font-family: Lato, Arial, Sans-serif;
  font-size: 17px;
  background: #eeeeee;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color: #2bbd73;
  background: #FFF;
  border: 2px solid #2bbd73;
  transition: background .1s linear;
}
main #contact .submit-block .submit:hover {
  color: #FFF;
  background: #2bbd73;
}
main #contact .submit-block .submit.sending {
  display: none;
  color: #FFF;
  background: #0776d5;
  border: 2px solid #0776d5;
  pointer-events: none;
}
main #contact .submit-block .submit i {
  margin-right: 5px;
}
main #contact .send-success {
  text-align: center;
  background: #2bbd73;
  color: #FFF;
  width: 400px;
  max-width: 100%;
}
main #contact .send-success:empty {
  display: none;
}
main #contact .send-success.title {
  margin: 0 auto 0;
  padding: 10px 20px 5px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
main #contact .send-success.msg {
  margin: 0 auto 20px;
  padding: 5px 20px 10px;
  font-size: 16px;
}
main #contact .send-error {
  text-align: center;
  background: #E0150A;
  color: #FFF;
  width: 420px;
  max-width: 100%;
}
main #contact .send-error:empty {
  display: none;
}
main #contact .send-error.title {
  margin: 0 auto 0;
  padding: 10px 20px 5px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
main #contact .send-error.msg {
  margin: 0 auto 20px;
  padding: 5px 20px 10px;
  font-size: 16px;
}
footer {
  padding: 40px 0;
  color: #b0b0b0;
  background-color: #242120;
}
@media screen and (max-width: 1023px) {
  footer {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100vw;
    transform: translateY(100%);
    transition: transform 0.2s ease;
  }
  footer.open {
    transform: translateY(0);
  }
}
footer #footer-trigger {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 40px;
  color: #FFF;
  text-decoration: none;
  font-family: Kelson;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  footer #footer-trigger {
    display: none;
    visibility: hidden;
  }
}
footer #footer-trigger::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: -20px;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #242120;
  transform: skew(-20deg);
  transition: background-color 0.1s linear;
}
footer #footer-trigger span,
footer #footer-trigger i {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  footer .container {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  footer .container {
    height: auto;
    padding: 20px 0;
  }
  footer .container .col {
    margin-bottom: 20px;
  }
}
footer .legals {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
footer .legals a {
  margin: 0 5px;
  color: #FFF;
}
footer .grid {
  width: 100%;
}
footer h3 {
  margin-bottom: 5px;
  font-family: Kelson;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #b0b0b0;
}
@media screen and (max-width: 767px) {
  footer h3 {
    margin-bottom: 10px;
  }
}
footer p {
  line-height: 1.4;
  color: #FFF;
}
footer p.tel,
footer p.fax,
footer p.mail {
  line-height: 1;
  margin-bottom: 10px;
}
footer p.tel a,
footer p.fax a,
footer p.mail a {
  display: block;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
footer p.tel i,
footer p.fax i,
footer p.mail i {
  margin-right: 5px;
  vertical-align: top;
}
footer p.tel span,
footer p.fax span,
footer p.mail span {
  display: inline-block;
  height: 13px;
  font-family: Kelson;
  font-weight: 400;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  footer p.tel a {
    pointer-events: none;
  }
}
footer p + p {
  margin-top: 5px;
}
.legals-container {
  margin-bottom: 40px;
}
.legals-container h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.legals-container h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.legals-container p {
  margin-bottom: 10px;
}
