/* CSS Document */
body, html {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw; }

button, input, select {
  font-family: "Montserrat", sans-serif; }

body {
  opacity: 1;
  transition: opacity .7s ease;
  overflow: hidden;
  overflow-y: scroll;
  position: relative; }

tooltip {
  visibility: collapse !important; }

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

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

a {
  color: #000000; }
  a:hover {
    text-decoration: underline;
    color: #000000; }
  a:has(button):hover {
    text-decoration: none; }

button, .frm_style_formidable-style.with_frm_style .frm_submit button {
  font-size: 20px;
  color: #ffffff;
  background-color: #484747;
  border-radius: 0;
  border: none;
  height: 64px;
  padding: 0 25px; }

hr {
  border-top: 3px solid #313131; }

.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; }

h2, h3, h1 {
  color: #484747;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

#soumission {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #484747;
  padding: 15px 30px;
  z-index: 100;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.13); }
  #soumission span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400; }

header .logo-row {
  border-bottom: 1px solid #000000;
  padding: 7px 7%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: #ffffff; }
  header .logo-row .ranger {
    justify-content: space-between;
    align-items: center; }
    header .logo-row .ranger img {
      width: 108px; }
    header .logo-row .ranger .colonne a {
      font-size: 16px; }
header .menu-row {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000000;
  z-index: 80;
  top: 0;
  background-color: #ffffff; }
  header .menu-row nav {
    display: flex;
    justify-content: center;
    padding: 17px 0; }
    header .menu-row nav ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 40px; }
      header .menu-row nav ul li a {
        font-size: 20px;
        font-weight: 400;
        color: #000000; }
  header .menu-row #bouton-mobile {
    display: none; }

div#menu-sec {
  display: none; }
  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; }

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#title {
  padding: 20px 0; }
  section#title .ranger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; }
  section#title h1 {
    color: #484747;
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    margin: 0; }
    section#title h1 span {
      display: block;
      font-size: 60px;
      line-height: 30px; }
  section#title p {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #484747;
    margin: 0; }

section#hero {
  position: relative;
  height: 700px;
  width: 100%; }
  section#hero img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center; }

section#description {
  margin-top: 100px; }
  section#description .titre {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0; }
    section#description .titre li {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25%;
      font-size: 30px;
      color: #000000;
      background-color: #ffffff;
      height: 100px;
      cursor: pointer; }
      section#description .titre li.active {
        background-color: #e8e3db;
        cursor: auto; }
  section#description .bg {
    background-color: #e8e3db; }
    section#description .bg .container {
      padding-right: 0; }
      section#description .bg .container .ranger .col:nth-child(1) {
        width: 33%;
        padding: 50px 50px 50px 0;
        font-size: 20px;
        line-height: 1.5; }
      section#description .bg .container .ranger .col:nth-child(2) {
        width: 66.666%;
        position: relative; }
        section#description .bg .container .ranger .col:nth-child(2) img {
          position: absolute;
          top: 0;
          left: 0;
          width: calc(100%);
          height: 100%;
          object-fit: cover;
          object-position: center; }
      section#description .bg .container .texte {
        display: none; }
        section#description .bg .container .texte.active {
          display: flex; }

section#soumission-accueil {
  margin-top: 100px; }
  section#soumission-accueil .container .bg {
    background-color: #313131; }
  section#soumission-accueil .container .ranger .col {
    position: relative;
    width: 50%;
    color: #ffffff; }
    section#soumission-accueil .container .ranger .col img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    section#soumission-accueil .container .ranger .col:nth-child(1) {
      padding: 75px 7vw; }
    section#soumission-accueil .container .ranger .col h2 {
      font-size: 50px;
      font-weight: 400;
      margin-top: 0px;
      color: #ffffff; }
  section#soumission-accueil .container .ranger p {
    font-size: 25px; }
  section#soumission-accueil .container .ranger button {
    margin-top: 0px; }

section#meilleurs-vendeurs {
  margin-top: 100px; }
  section#meilleurs-vendeurs .container h2 {
    text-align: center;
    color: #967b5e;
    font-size: 7vw;
    font-weight: 900;
    margin: 0; }
  section#meilleurs-vendeurs .container button {
    display: block;
    margin: 50px auto 0; }
  section#meilleurs-vendeurs .container .col {
    width: 16.66%;
    padding: 2px; }
    section#meilleurs-vendeurs .container .col .tuile {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 175%;
      overflow: hidden; }
      section#meilleurs-vendeurs .container .col .tuile img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1);
        transition: all .5s ease; }
      section#meilleurs-vendeurs .container .col .tuile:hover img {
        transform: scale(1.2); }
    section#meilleurs-vendeurs .container .col span {
      text-align: center;
      margin-top: .5em;
      font-weight: 600;
      display: block; }

section#partenaires {
  margin-top: 50px; }
  section#partenaires .container .ranger {
    justify-content: space-between; }
    section#partenaires .container .ranger .col {
      width: 25%;
      padding: 0 40px; }
      section#partenaires .container .ranger .col img {
        width: 100%; }

section#inspiration {
  margin-top: 100px; }
  section#inspiration h2 {
    text-align: center;
    font-size: 4.5vw;
    font-weight: 900;
    color: #967b5e;
    margin: 0; }
  section#inspiration .swiper-pagination-bullet-active {
    background-color: #000000; }

section#description_tuile {
  margin-top: 100px;
  background-color: #e8e3db;
  padding: 50px 7vw; }
  section#description_tuile .titre {
    display: flex;
    margin: 0;
    padding: 0 7vw; }
    section#description_tuile .titre li {
      margin: 0;
      padding: 5px 20px;
      list-style: none;
      width: 33.333%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ffffff;
      color: #000000;
      font-size: 30px;
      cursor: pointer; }
      section#description_tuile .titre li.active {
        background-color: #000000;
        color: #ffffff;
        cursor: auto; }
  section#description_tuile .content .texte {
    background-color: #ffffff;
    padding: 50px;
    display: none;
    margin-top: 50px; }
    section#description_tuile .content .texte.active {
      display: block; }
  section#description_tuile .content .ranger {
    display: flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
    padding: 50px;
    gap: 50px; }
    section#description_tuile .content .ranger .col {
      width: 100%; }
      section#description_tuile .content .ranger .col img {
        width: 100%; }
      section#description_tuile .content .ranger .col p {
        text-align: center;
        font-weight: 600; }

footer {
  padding-bottom: 10px;
  text-align: center; }
  footer .grifon {
    font-size: 30px; }
  footer a {
    color: inherit;
    text-decoration: underline; }

section#archive-produit {
  border-bottom: 1px solid #000000; }
  section#archive-produit div.container {
    padding: 0; }
    section#archive-produit div.container .ranger .col:nth-child(1) {
      position: relative;
      width: 300px;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      padding: 50px 25px; }
      section#archive-produit div.container .ranger .col:nth-child(1) .sticky {
        position: sticky;
        top: 80px; }
      section#archive-produit div.container .ranger .col:nth-child(1) ul {
        margin: 0 0 20px;
        padding: 0;
        list-style: none; }
        section#archive-produit div.container .ranger .col:nth-child(1) ul li {
          margin: 0;
          padding: 0;
          display: block;
          font-size: 20px;
          margin-bottom: .25em; }
          section#archive-produit div.container .ranger .col:nth-child(1) ul li.title {
            font-weight: 700;
            margin-bottom: .5em; }
          section#archive-produit div.container .ranger .col:nth-child(1) ul li input {
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border: 1px solid #000000;
            border-radius: 2px;
            position: relative;
            top: -2px;
            margin-right: 20px; }
            section#archive-produit div.container .ranger .col:nth-child(1) ul li input:checked {
              background-color: #000000;
              background-image: url("images/check.svg");
              background-size: 90%;
              background-position: center;
              background-repeat: no-repeat; }
    section#archive-produit div.container .ranger .col:nth-child(2) {
      padding: 25px 25px;
      width: calc(100% - 300px); }
      section#archive-produit div.container .ranger .col:nth-child(2) .ranger {
        width: 100%; }
        section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne {
          width: 20%;
          padding: 5px 5px 20px;
          opacity: 0;
          transition: opacity .4s ease; }
          section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne.opacity {
            opacity: 1; }
          section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .img {
            width: 100%;
            padding-bottom: 100%;
            height: 0;
            position: relative;
            overflow: hidden; }
            section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .img img {
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              position: absolute;
              object-fit: cover;
              object-position: center;
              transform: scale(1);
              transition: all .5s ease; }
            section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .img:hover img {
              transform: scale(1.2); }
          section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .tuile {
            position: relative;
            box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.13); }
            section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .tuile .marque {
              position: absolute;
              top: 0;
              left: 0;
              background-color: #484747;
              color: #ffffff;
              z-index: 2;
              display: inline-block;
              padding: 5px 10px; }
            section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .tuile .sorte {
              position: absolute;
              bottom: 0;
              right: 0;
              background-color: #313131;
              color: #ffffff;
              z-index: 2;
              display: inline-block;
              padding: 5px 10px; }
            section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .tuile .titre {
              text-align: center;
              color: #000000;
              margin: 0;
              padding: 3px; }
              section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .tuile .titre h3 {
                color: #000000;
                font-size: 20px;
                font-weight: 400;
                margin: 0; }

section#product {
  padding: 50px 0; }
  section#product .container .ranger .colonne:nth-child(1) {
    width: 500px; }
    section#product .container .ranger .colonne:nth-child(1) img {
      width: 100%; }
    section#product .container .ranger .colonne:nth-child(1) .swiper-slide {
      position: relative;
      height: 0;
      padding-bottom: 70%;
      width: 100%; }
      section#product .container .ranger .colonne:nth-child(1) .swiper-slide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
    section#product .container .ranger .colonne:nth-child(1) .slider-thumbs {
      width: 100%;
      margin-top: 10px; }
      section#product .container .ranger .colonne:nth-child(1) .slider-thumbs .swiper-slide {
        height: 70px;
        padding-bottom: 0;
        width: 100%;
        position: relative; }
        section#product .container .ranger .colonne:nth-child(1) .slider-thumbs .swiper-slide img {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          object-position: center;
          object-fit: cover; }
  section#product .container .ranger .colonne:nth-child(2) {
    width: calc(100% - 500px);
    padding: 0 7vw;
    position: relative; }
    section#product .container .ranger .colonne:nth-child(2) .sticky {
      position: sticky;
      top: 0; }
      section#product .container .ranger .colonne:nth-child(2) .sticky p {
        line-height: 1.5; }
    section#product .container .ranger .colonne:nth-child(2) button {
      margin-top: 30px; }
    section#product .container .ranger .colonne:nth-child(2) h1 {
      margin-top: 0; }
    section#product .container .ranger .colonne:nth-child(2) .marque {
      background-color: #747474;
      color: #ffffff;
      z-index: 2;
      display: inline-block;
      padding: 5px 10px;
      margin-top: 5px; }

section#description-product {
  background-image: linear-gradient(to bottom, #e8e3db, #ffffff);
  color: #ffffff;
  padding: 50px 0; }
  section#description-product .container {
    max-width: 1200px;
    padding: 25px;
    background-color: #ffffff;
    color: #000000; }
    section#description-product .container h2, section#description-product .container h3 {
      color: #484747;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 0; }
    section#description-product .container h3 {
      font-size: 28px; }

section#contact .container .contact {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center; }

.frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):not([type="range"]):not([readonly]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style .form-field textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  border-radius: 0 !important;
  box-shadow: none;
  min-height: 50px; }

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #000000; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important; }

article#archive h1 {
  font-size: 100px;
  margin: 0;
  margin-top: 50px; }
article#archive .ranger {
  margin-top: 10px; }
  article#archive .ranger .colonne {
    width: 25%;
    padding: 0 12.5px;
    margin-bottom: 60px; }
    article#archive .ranger .colonne .img {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      article#archive .ranger .colonne .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    article#archive .ranger .colonne .date {
      margin: 0;
      font-size: 14px;
      text-align: right; }
    article#archive .ranger .colonne a {
      color: #000000; }
    article#archive .ranger .colonne h3 {
      margin: 0;
      color: #000000;
      font-size: 24px; }

section#article .header {
  width: 100%;
  height: 350px;
  position: relative; }
  section#article .header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
section#article .date {
  margin: 5px 0 0;
  font-size: 18px;
  text-align: center; }
section#article table {
  border-collapse: collapse; }
  section#article table th, section#article table td {
    padding: 2px 10px;
    border: 1px solid #484747; }
  section#article table th {
    font-weight: 700; }
section#article a {
  text-decoration: underline;
  font-weight: 600; }

#form {
  width: 600px;
  max-width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0px;
  right: 0;
  overflow: hidden;
  pointer-events: none; }
  #form .toggle {
    position: absolute;
    height: calc(100vh - 0px);
    right: 0;
    width: 600px;
    max-width: 100%;
    transform: translateX(100%);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
    padding: 25px;
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.2);
    transition: all .5s ease; }
  #form.open {
    pointer-events: auto; }
    #form.open .toggle {
      transform: translateX(0); }
  #form #close-x {
    font-size: 80px;
    font-weight: 200;
    color: #000000;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer; }

.swiper-button-next, .swiper-button-prev {
  color: #000000; }

.swiper-pagination-bullet-active {
  background-color: #000000; }

section#faq-product h1 {
  font-size: 60px;
  margin: 0; }
  section#faq-product h1 a {
    font-weight: 500; }
section#faq-product .ranger {
  margin-top: 100px;
  gap: 50px; }
  section#faq-product .ranger .col {
    width: calc(50% - 25px); }
section#faq-product h2 {
  margin-bottom: 20px; }
section#faq-product .faq {
  background-color: #e8e3db;
  border-radius: 0px;
  padding: 25px; }
section#faq-product .content {
  cursor: pointer;
  padding: 20px 25px 20px;
  border-radius: 0px;
  background-color: #ffffff;
  margin-bottom: 20px; }
  section#faq-product .content h3 {
    margin: 0; }
  section#faq-product .content .desc {
    display: none; }
  section#faq-product .content.active .desc {
    display: block; }

.frm_form_field:not(.frm_compact) .frm_dropzone {
  max-width: 100%; }

section#caracteristique {
  margin-top: 100px; }
  section#caracteristique h2 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase; }
  section#caracteristique hr {
    width: 180px;
    display: block;
    margin: 40px auto;
    border-color: #000000; }
  section#caracteristique .ranger .colonne {
    width: 25%;
    padding: 0 20px; }
    section#caracteristique .ranger .colonne img {
      height: 100px;
      width: auto;
      display: block;
      margin: 0 auto; }
    section#caracteristique .ranger .colonne .txt {
      text-align: center; }
      section#caracteristique .ranger .colonne .txt h3 {
        min-height: 2.5em; }

section#ideal {
  margin-top: 100px;
  margin-bottom: 100px; }
  section#ideal h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center; }
  section#ideal hr {
    width: 180px;
    margin: 40px auto; }
  section#ideal .ranger .colonne {
    width: 16.666%;
    padding: 0 20px; }
    section#ideal .ranger .colonne img {
      height: 70px;
      width: auto;
      display: block; }
    section#ideal .ranger .colonne h3.txt {
      text-align: left;
      padding-left: 25px;
      position: relative;
      font-size: 20px; }
      section#ideal .ranger .colonne h3.txt:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 18px;
        height: 18px;
        background-color: green;
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        border-radius: 50%;
        background-image: url("images/check.svg");
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center; }

@media (max-width: 1919px) {
  section#description .titre li {
    font-size: 22px; }

  section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne {
    width: 25%; }

  section#ideal .ranger .colonne {
    width: 33.333%;
    margin-bottom: 50px; } }
@media (max-width: 1279px) {
  section#description .titre li {
    font-size: 18px; }

  section#description .titre li {
    height: 60px; }

  section#description .bg .container .ranger .col:nth-child(1), section#description .bg .container .ranger .col:nth-child(2) {
    width: 50%; }

  section#soumission-accueil .container .ranger .col:nth-child(1) {
    padding: 7vw; }

  section#soumission-accueil .container .ranger .col h2 {
    font-size: 32px; }

  section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne {
    width: 33%; }

  article#archive .ranger .colonne {
    width: 50%; }

  section#faq-product h1 {
    font-size: 40px; }

  section#caracteristique .ranger .colonne {
    width: 50%;
    margin-bottom: 60px; }

  section#ideal .ranger .colonne {
    width: 33.333%;
    margin-bottom: 40px; } }
@media (max-width: 1023px) {
  section#hero {
    height: 500px; }

  section#description .titre li {
    font-size: 16px;
    height: 50px; }

  section#description .bg .container .ranger .col:nth-child(1), section#description .bg .container .ranger .col:nth-child(2) {
    width: 100%; }

  section#description .bg .container .ranger .col:nth-child(2) {
    height: 80vw;
    width: calc(100% - 7vw); }

  section#description .bg {
    padding-bottom: 7vw; }

  section#description .titre li {
    width: 200px; }

  section#description .titre {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column; }

  header .logo-row .ranger .colonne a {
    font-size: 14px; }

  header .logo-row .ranger {
    flex-direction: column;
    justify-content: center;
    align-self: center; }

  header .menu-row nav ul {
    display: none; }

  section#title h1 {
    font-size: 40px;
    line-height: 40px; }
    section#title h1 span {
      font-size: 20px; }

  section#title p {
    font-size: 16px; }

  header .menu-row {
    margin-top: 100px;
    border: none;
    position: relative;
    z-index: 999;
    height: 0; }

  header .menu-row #bouton-mobile {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 111; }

  section#description .bg .container .ranger .col:nth-child(1) {
    padding-right: 7vw;
    padding-top: 0;
    padding-bottom: 0; }
    section#description .bg .container .ranger .col:nth-child(1) p {
      font-size: 16px; }

  #soumission {
    top: 94px;
    transform: none;
    font-size: 14px;
    padding: 5px 15px;
    z-index: 1000; }
    #soumission span {
      font-size: 16px; }

  section#soumission-accueil .container .ranger .col h2 {
    font-size: 24px; }

  section#soumission-accueil .container .ranger {
    flex-direction: column-reverse; }
    section#soumission-accueil .container .ranger .col img {
      height: auto;
      position: relative; }
    section#soumission-accueil .container .ranger .col {
      width: 100%; }

  section#meilleurs-vendeurs .container .col {
    width: 33.333%; }

  button, .frm_style_formidable-style.with_frm_style .frm_submit button {
    height: 40px;
    font-size: 16px; }

  section#partenaires .container .ranger .col {
    width: 100%;
    display: flex;
    justify-content: center; }
    section#partenaires .container .ranger .col img {
      width: 150px; }

  section#partenaires .container .ranger {
    gap: 30px; }

  section#inspiration h2, section#meilleurs-vendeurs .container h2 {
    font-size: 9vw; }

  section#description, section#soumission-accueil, section#meilleurs-vendeurs {
    margin-top: 40px; }

  section#description_tuile {
    margin-top: 0;
    padding: 7vw 0; }

  section#description_tuile .titre {
    flex-wrap: wrap;
    flex-direction: column; }

  section#description_tuile .titre li {
    width: 100%; }
    section#description_tuile .titre li span {
      font-size: 16px; }

  section#description_tuile .content .texte {
    padding: 7vw;
    margin-top: 7vw; }
    section#description_tuile .content .texte h3 {
      margin-top: 0; }

  h2, h3, h1 {
    font-size: 24px; }

  section#description_tuile .content .ranger {
    flex-wrap: wrap;
    padding: 7vw;
    flex-direction: column; }

  footer {
    padding: 0 7%; }
    footer p.grifon {
      font-size: 20px; }
    footer p {
      font-size: 14px; }

  div#menu-sec {
    position: fixed;
    top: 0;
    padding-top: 140px;
    background-color: #ffffff;
    width: 100%;
    z-index: 998; }

  header {
    position: relative;
    z-index: 999; }

  section#description_tuile .content .texte p {
    line-height: 1.5; }

  section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne {
    width: 50%; }

  section#archive-produit div.container .ranger .col:nth-child(1), section#archive-produit div.container .ranger .col:nth-child(2) {
    width: 100%; }

  section#archive-produit div.container .ranger .col:nth-child(1) .sticky form {
    flex-wrap: wrap;
    display: flex; }
    section#archive-produit div.container .ranger .col:nth-child(1) .sticky form ul {
      width: 50%;
      margin-bottom: 20px; }

  section#archive-produit div.container .ranger .col:nth-child(1) ul li {
    font-size: 14px; }
    section#archive-produit div.container .ranger .col:nth-child(1) ul li input {
      margin-right: 10px; }

  section#archive-produit div.container .ranger .col:nth-child(2) .ranger .colonne .tuile .titre h3 {
    font-size: 16px; }

  section#product .container .ranger .colonne:nth-child(1), section#product .container .ranger .colonne:nth-child(2) {
    width: 100%; }

  section#product .container .ranger .colonne:nth-child(2) {
    padding: 0; }

  section#product .container .ranger .colonne:nth-child(1) .slider-thumbs .swiper-slide {
    height: 120px; }

  section#product .container .ranger .colonne:nth-child(2) h1 {
    margin-top: 30px; }

  section#description-product {
    padding: 7vw; }

  section#description-product .container h2:first-child, section#description-product .container h3:first-child {
    margin-top: 0; }

  section#description-product .container h2, section#description-product .container h3 {
    font-size: 24px; }

  article#archive h1 {
    font-size: 40px; }

  article#archive .ranger .colonne h3 {
    font-size: 20px; }

  section#faq-product h1 {
    font-size: 32px; }

  section#faq-product .ranger .col {
    width: 100%; }

  section#faq-product .ranger {
    gap: 0; }

  #form .toggle {
    padding-top: 150px;
    padding-bottom: 150px; } }
@media (max-width: 767px) {
  section#product .container .ranger .colonne:nth-child(1) .slider-thumbs .swiper-slide {
    height: 90px; }

  article#archive .ranger .colonne {
    width: 100%; }

  section#caracteristique .ranger .colonne {
    width: 100%; }

  section#ideal .ranger .colonne {
    width: 50%; }

  section#caracteristique h2 {
    font-size: 30px; }

  section#ideal h2 {
    font-size: 30px;
    text-align: center; }

  section#ideal hr {
    margin: 40px auto; }

  section#hero {
    height: 400px; }

  section#ideal .ranger .colonne h3.txt {
    margin-bottom: 0; }
    section#ideal .ranger .colonne h3.txt:after {
      color: #ffffff; } }
@media (max-width: 500px) {
  section#product .container .ranger .colonne:nth-child(1) .slider-thumbs .swiper-slide {
    height: 70px; }

  article#archive .ranger .colonne {
    width: 100%; }

  section#ideal .ranger .colonne {
    width: 100%; } }

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