@charset "UTF-8";
/* 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" /> */
/* 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" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* 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" /> */
/* 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" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
body {
  font-size: 16px;
  font-family: "Open Sans", serif;
  color: #1D2732;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body * {
  box-sizing: border-box;
}
body.page-node-type-products, body.node-8, body.node-14 {
  background-color: #F6F6F6;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

h1 {
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0;
}

h3 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0;
}

p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  margin: 15px 0;
  text-align: justify;
}

a {
  color: inherit;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
}
@media (orientation: portrait) {
  main {
    min-height: 1055px;
  }
}