.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: Lato, sans-serif;
  color: #181716;
  font-size: 20px;
  line-height: 40px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.4em;
  line-height: 1.3em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.6em;
}

a {
  color: #c69d50;
  text-decoration: none;
}

.mobile-container {
  display: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181716;
  box-shadow: 1px 1px 10px 0 #6e6e6e;
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
}

.sidelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858c99;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.sidelink.instagram {
  background-color: rgba(24, 23, 22, 0.8);
}

.sidelink.instagram:hover {
  background-color: #dd2a7b;
}

.sidelink.linkedin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(24, 23, 22, 0.8);
}

.sidelink.linkedin:hover {
  background-color: #0073b0;
}

.sidelink.pinterest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(24, 23, 22, 0.8);
}

.sidelink.pinterest:hover {
  background-color: #e60023;
}

.sidelink.facebook {
  background-color: rgba(24, 23, 22, 0.8);
}

.sidelink.facebook:hover {
  background-color: #435f9c;
}

.lien-dropdown {
  display: block;
  padding: 10px 1.2em;
  border-radius: 12px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.7em;
  text-transform: uppercase;
}

.lien-dropdown:hover {
  background-color: #fff;
  color: #181716;
}

.lien-nav {
  padding: 10px 1.2em;
  border-radius: 12px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.7em;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.lien-nav:hover {
  background-color: #fff;
  color: #181716;
}

.lien-nav.w--current {
  color: #b47f44;
  font-weight: 700;
}

.lien-nav.w--current:hover {
  color: #181716;
}

.sidelink-container {
  position: fixed;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bouton-stt {
  position: fixed;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 32px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #181716;
  box-shadow: 0 0 12px 0 #6e6e6e;
  -webkit-transition: background-color 400ms ease-in-out, opacity 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, opacity 400ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.bouton-stt:hover {
  background-color: #181716;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: grey;
}

.dropdown-list.w--open {
  background-color: #181716;
}

.bouton-cta {
  position: fixed;
  left: 2em;
  top: auto;
  right: auto;
  bottom: 2em;
  z-index: 99;
  display: none;
  padding: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 0, 0, 0.5);
  -webkit-transition: background-color 400ms ease-in-out, opacity 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, opacity 400ms ease-in-out;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.bouton-cta:hover {
  background-color: red;
}

.top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 0px;
  height: 0px;
}

.cta-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.logo {
  width: 100%;
  max-width: 175px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-link {
  max-height: 24px;
  max-width: 24px;
}

.couverture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 77px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fond-3642157.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.couverture-container {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 30%;
  text-align: right;
}

.titre-principal {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 3em;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/home_flooring.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/home_flooring.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.lower {
  padding-top: 0em;
}

.section.noir {
  background-color: #181716;
  color: #fff;
}

.section.destockage {
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.cta-apropos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/home_flooring.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/home_flooring.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-cuisine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/Cuisine---bas-de-page.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/Cuisine---bas-de-page.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-sdb {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/B8A7471-scaled.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/B8A7471-scaled.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-dressings {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/csm_Schueller_FMA_L092U_Hauptaufnahme_a705fe55ba.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/csm_Schueller_FMA_L092U_Hauptaufnahme_a705fe55ba.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-buanderies {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/SPHQ-CWw.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/SPHQ-CWw.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-mobilier {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/Musola_Colecciones-NANSA_04.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/Musola_Colecciones-NANSA_04.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-celliers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/Cellier---Haut-de-page.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/Cellier---Haut-de-page.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-sols {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/home_flooring.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/home_flooring.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-accessoires {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/csm_next125_news_14_15_Zeitung-2018_Flex-Box-en-Formvlies_3828724a20.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/csm_next125_news_14_15_Zeitung-2018_Flex-Box-en-Formvlies_3828724a20.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-sav {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/SAV---Bas-de-page.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/SAV---Bas-de-page.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-destockage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/home_flooring.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/home_flooring.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta-actualites {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/home_flooring.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/home_flooring.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.footer {
  position: relative;
  padding-top: 4em;
  padding-bottom: 1.5em;
  background-color: #181716;
  color: #ccc;
  font-size: 0.8em;
  line-height: 1.4em;
}

.titre-section {
  margin-bottom: 0.5em;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titre-section.cta {
  text-align: center;
}

.titre-section.center {
  text-align: center;
}

.titre-section.temoignages {
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-404 {
  max-height: 50px;
  margin-bottom: 1em;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bouton {
  margin-right: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #181716;
  border-radius: 8px;
  background-color: #181716;
  box-shadow: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bouton:hover {
  background-color: transparent;
  color: #181716;
}

.bouton.contact {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.bouton.contact:hover {
  background-color: #fff;
  color: #181716;
}

.bouton.blanc {
  background-color: #fff;
  color: #181716;
}

.copyright {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 80%, 0.5);
}

.lien-copyright {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: hsla(0, 0%, 80%, 0.5);
}

.lien-copyright.w--current {
  color: #c4b982;
  text-transform: uppercase;
}

.footer-container {
  width: 80%;
  max-width: 2000px;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

.lien-footer {
  display: block;
  margin-bottom: 0.3em;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #ccc;
}

.lien-footer:hover {
  color: #fff;
}

.lien-footer.politique {
  display: inline-block;
}

.footer-link-container {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texte-404 {
  margin-bottom: 1.5em;
}

.header {
  position: relative;
  display: block;
  height: 400px;
  padding-top: 125px;
  background-image: url('../images/fond-3642157.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.header.main {
  background-image: url('../images/MONNIN~1.JPG');
  background-position: 50% 0%;
}

.lien-logo {
  height: 100%;
}

.icon {
  display: block;
}

.texte-dropdown {
  margin-right: 20px;
  font-weight: 300;
}

.scroll-down {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 2em;
  z-index: 1;
  width: 64px;
  height: 64px;
  background-image: url('../images/down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.footer-lower {
  font-size: 0.8em;
  text-align: center;
}

.footer-upper {
  margin-bottom: 2em;
  font-size: 0.9em;
}

.facebook-icon {
  width: 100%;
  max-height: 24px;
  max-width: 24%;
}

.logo-fb-containter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-60 {
  position: relative;
  z-index: 1;
  display: block;
  width: 60%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-60.scroll {
  max-width: 1000px;
  margin-bottom: 10px;
}

.link-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.link-block.none {
  display: none;
}

.field-label {
  color: #232323;
}

.row-horaires {
  margin-bottom: 10px;
}

.text-field {
  border-style: solid;
  border-width: 2px;
  border-color: #adacac;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.block-formulaire {
  padding: 6em 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
}

.form-block {
  width: 80%;
}

.textarea {
  min-height: 175px;
  border-style: solid;
  border-width: 2px;
  border-color: #adacac;
}

.logo-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-image: url('../images/logo-monnin-agencement-c-positif-n.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.logo-cover-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #181716;
}

.logo-cover-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 73%;
  background-color: #181716;
}

.logo-cover-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 53%;
  background-color: #181716;
}

.logo-cover-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 35%;
  background-color: #181716;
}

.row-introduction {
  display: block;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.button-wrapper.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.texte-cta {
  margin-bottom: 1em;
  text-align: center;
}

.logo-footer {
  max-height: 200px;
}

.subline {
  display: none;
  width: 100%;
  height: 5px;
  max-width: 150px;
  margin-bottom: 25px;
  border-radius: 100px;
  background-color: #181716;
}

.p-presentation {
  margin-bottom: 50px;
}

.p-presentation.intro {
  margin-bottom: 140px;
}

.container-80 {
  display: block;
  width: 80%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.bloc-img {
  min-height: 400px;
  background-image: url('../images/20201208_084914.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloc-img.cotes {
  background-image: url('../images/ruban-mesurer-telemetre-laser-regle-bois-surface-mate-foncee_256506-10.jpg'), url('../images/Conception-3d.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, contain;
  background-repeat: no-repeat, no-repeat;
}

.bloc-img._3d-kitchen {
  position: relative;
  background-image: url('../images/SCHNEITER-.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bloc-img._3d-kitchen:hover {
  background-image: url('../images/SCHNEITER-trait.png');
}

.bloc-img.amenagements {
  background-image: url('../images/Cusine-marbré-or.png');
  background-size: cover;
  background-attachment: scroll;
}

.bloc-img.conseils {
  background-image: url('../images/équipe-choix2.png');
  background-size: cover;
  background-repeat: repeat;
}

.bloc-img.sav {
  background-image: url('../images/photo-bus-tm-recadré-2.JPG');
  background-position: 31% 50%;
  background-size: auto;
}

.bloc-img.gestion-chantier {
  background-image: url('../images/istock_897414040-1024x683.jpg');
  background-position: 50% 100%;
}

.row-prestation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-actualit {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #181716;
  background-color: #181716;
  -webkit-transition: border-radius 400ms ease, background-color 400ms ease, color 400ms ease;
  transition: border-radius 400ms ease, background-color 400ms ease, color 400ms ease;
  color: #fff;
}

.bloc-actualit:hover {
  background-color: #fff;
  color: #181716;
}

.titre-box-actualite {
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-box-actualite {
  height: 300px;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.date-box-acutalite {
  margin-bottom: 15px;
  color: #777;
}

.resume-box-acutalite {
  overflow: hidden;
  height: 165px;
  margin-bottom: 20px;
}

.texte-acutalite {
  color: #777;
  text-align: right;
  text-transform: uppercase;
}

.collection-list-wrapper {
  margin-bottom: 40px;
}

.date-actualite {
  margin-bottom: 40px;
}

.image-actualite {
  margin-bottom: 40px;
}

.hypertexte-acutalite {
  margin-bottom: 40px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.titre-page {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-bg {
  height: 100vh;
  max-height: 400px;
}

.section-bg.bg-sect1 {
  background-image: url('../images/Nouvelle-façade-10.20182.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-bg.bg-sect2 {
  background-image: url('../images/IMG_16321-2.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-bg.bg-sect3 {
  background-image: url('../images/IMG_16311.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.collection-item---realisation {
  overflow: hidden;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.p-collections {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-collections.center {
  margin-bottom: 40px;
  text-align: center;
}

.texte-prestation {
  margin-bottom: 3em;
}

.liste-realisations {
  margin-right: 3%;
  margin-bottom: 20px;
  margin-left: 3%;
  background-color: transparent;
}

.none {
  display: none;
}

.lightbox-link {
  overflow: hidden;
  width: 100%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.lightbox-link:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.collection-wrapper {
  margin-bottom: 4em;
}

.box-amenagement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #181716;
  border-radius: 8px;
  background-color: #181716;
  -webkit-transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  text-align: center;
}

.box-amenagement:hover {
  border-color: #181716;
  background-color: transparent;
  color: #181716;
}

.row-services {
  margin-bottom: 20px;
}

.slider {
  display: none;
  width: 100%;
  height: 100%;
}

.bg-slide {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-slide.fond-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/13048106_978836108851883_2224189943794878857_o.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/13048106_978836108851883_2224189943794878857_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-slide.fond-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/13094136_983585681710259_5815764015000657634_n.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/13094136_983585681710259_5815764015000657634_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-slide.fond-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/18921056_1338224086246415_2786424311904201333_o.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/18921056_1338224086246415_2786424311904201333_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-slide.fond-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/13240668_994277153974445_7346407797299981716_n.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/13240668_994277153974445_7346407797299981716_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-slide.fond-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 23, 22, 0.5)), to(rgba(24, 23, 22, 0.5))), url('../images/13062437_983586098376884_8381956075273543320_n.jpg');
  background-image: linear-gradient(180deg, rgba(24, 23, 22, 0.5), rgba(24, 23, 22, 0.5)), url('../images/13062437_983586098376884_8381956075273543320_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo-cover {
  width: 70%;
  margin-bottom: 20px;
}

.text-field-2 {
  height: 44px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(24, 23, 22, 0.2);
  border-radius: 8px;
  background-color: #fff;
}

.field-label-2 {
  font-size: 0.9em;
  letter-spacing: 1px;
}

.col-form {
  padding-right: 20px;
  padding-left: 0px;
}

.message-field {
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(24, 23, 22, 0.2);
  border-radius: 8px;
}

.info-form {
  margin-bottom: 20px;
  color: rgba(24, 23, 22, 0.5);
}

.logo-header {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: block;
  height: 50%;
}

.contact-link-container {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lien-contact {
  display: block;
  margin-bottom: 0.3em;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: rgba(24, 23, 22, 0.8);
}

.lien-contact:hover {
  color: #181716;
}

.p-horaires {
  min-width: 120px;
}

.texte-contact {
  margin-bottom: 40px;
}

.p-annexe-contact {
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.row-contact {
  margin-bottom: 40px;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
  color: red;
}

.footer-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.titre-footer {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.map {
  margin-bottom: 40px;
}

.lightbox-container {
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.points {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 2em;
  background-image: url('../images/logo-monnin-agencement-positif-e.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-couvrture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/62bae5df2db35b8cc6dcbfd7_next125-campaign.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/62bae5df2db35b8cc6dcbfd7_next125-campaign.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-bg {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.apropos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/guichet1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/guichet1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.sav {
  background-image: url('../images/SAV---Haut-de-page.jpg');
  background-position: 50% 50%;
}

.header-bg.cuisines {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Cuisine---Haut-de-page.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Cuisine---Haut-de-page.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.sdb {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Salle-de-bain---Haut-de-page.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Salle-de-bain---Haut-de-page.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.dressings {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/csm_Schueller_FMA_L092U_Hauptaufnahme_a705fe55ba.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/csm_Schueller_FMA_L092U_Hauptaufnahme_a705fe55ba.jpeg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.mobilier {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/musola_slider-nansa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/musola_slider-nansa.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.celliers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Cellier---Haut-de-page.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Cellier---Haut-de-page.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.buanderies {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/csm_Schueller_HWR_Zeile_NOV_K275_a4017e1bec.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/csm_Schueller_HWR_Zeile_NOV_K275_a4017e1bec.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.sols {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home_flooring_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home_flooring_1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.accessoires {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/csm_next125_news_14_15_Zeitung-2018_Flex-Box-en-Formvlies_3828724a20.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/csm_next125_news_14_15_Zeitung-2018_Flex-Box-en-Formvlies_3828724a20.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.destockage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/guichet1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/guichet1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.actualites {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/guichet1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/guichet1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-bg.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/guichet1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/guichet1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-img1a {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 5%;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #c3b5a8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg-img3 {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 5%;
  display: block;
  width: 250px;
  height: 250px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.bg-img2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 5%;
  display: none;
  width: 180px;
  height: 180px;
  background-image: url('../images/conseils.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span-brun {
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(180, 127, 68, 0.5);
}

.text-span-vert {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #c5d6c1;
}

.text-span-gris {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #d4d4d4;
}

.bg-img1b {
  position: absolute;
  left: auto;
  top: 5%;
  right: 40%;
  bottom: auto;
  display: none;
  width: 35px;
  height: 35px;
  background-color: #c3b5a8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-defilement {
  width: 90%;
  color: rgba(24, 23, 22, 0.7);
  font-weight: 300;
}

.horaires {
  display: block;
  width: 100%;
}

.horaires-j {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.horaires-h {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.horaires-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 75px;
  margin-bottom: 0px;
}

.horaires-p.marge {
  margin-bottom: 20px;
}

.horaires-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lien-catlogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 325px;
  margin-bottom: 20px;
  background-color: #181716;
  box-shadow: 4px 4px 12px 0 #aaa;
  -webkit-transition: box-shadow 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.lien-catlogue:hover {
  box-shadow: 7px 7px 12px 0 #333;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.catalogues-list {
  width: 60%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-catalogue {
  display: block;
  max-height: 325px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.collection-item-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pagination {
  margin-bottom: 60px;
}

.empty-state {
  background-color: transparent;
}

.text-block {
  text-align: center;
}

.logo-empty-state {
  max-height: 20px;
}

.pagination-button {
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #181716;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.pagination-button:hover {
  background-color: transparent;
  background-image: url('../images/arrow-left_n.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #181716;
}

.pagination-button.next {
  background-image: url('../images/arrow-right_n.svg');
}

.pagination-button.next:hover {
  background-color: #181716;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.pagination-button.previous {
  background-image: url('../images/arrow-left_n.svg');
}

.pagination-button.previous:hover {
  background-color: #181716;
  background-image: url('../images/arrow-left.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.mask-2 {
  height: 200px;
}

.icon-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #535353;
}

.slide2testi {
  background-color: #fff;
  text-align: center;
}

.p-slider-2 {
  position: static;
  padding-right: 140px;
  padding-left: 140px;
  color: rgba(24, 23, 22, 0.7);
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
}

.slide-nav {
  display: none;
  background-color: #fff;
  color: #535353;
}

.conttemoignages {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.h3-center {
  color: #c5d6c1;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.slider-2 {
  height: 200px;
  margin-bottom: 1em;
}

.box-destockage {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.lien-destockage {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}

.lien-destockage:hover {
  border-color: #c69d50;
}

.titre-box-destockage {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 3px solid rgba(198, 157, 80, 0.8);
  background-color: rgba(24, 23, 22, 0.8);
}

.prix-box-destockage {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(180, 127, 68, 0.8);
}

.box-currency {
  margin-right: 5px;
}

.p-destockage {
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  text-align: center;
}

.container-destockage {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-destockage {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.text-prix-destockage-2 {
  display: inline-block;
}

.text-prix-destocklage-1 {
  display: inline-block;
  margin-right: 5px;
}

.destockage-divider {
  width: 100%;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #b47f44;
}

.prix-article-destockage {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
}

.p-article-destockage {
  margin-bottom: 2em;
}

.logo-fournisseur {
  width: 100%;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.item-fournisseur {
  padding: 10px;
}

.liste-fournisseurs {
  display: block;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 4;
  column-count: 4;
}

.liste-fournisseurs.sols {
  -webkit-column-count: 3;
  column-count: 3;
}

.liste-fournisseurs.celliers {
  -webkit-column-count: 3;
  column-count: 3;
}

.collaborateur {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
}

.liste-collaborateurs {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-collaborateurs {
  margin-bottom: 3em;
}

.collaborateur-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.bloc-collaborateur {
  position: relative;
  overflow: hidden;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fonction-collaborateur {
  position: relative;
  font-weight: 300;
}

.bg-collaborateur-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nom-collaborateur {
  position: relative;
  font-size: 1.3em;
  font-weight: 700;
}

.collaborateur-hover-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collaborateur-front-layer {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.etiquette-collaborateur {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.container-80-collaborateurs {
  display: block;
  width: 80%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  background-color: #000;
}

.form-block-2 {
  margin-bottom: 2em;
}

.tab-link {
  margin-bottom: 5px;
  padding: 5px 15px;
  border: 1px solid #000;
  background-color: transparent;
}

.tab-link.w--current {
  background-color: #181716;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  width: 100%;
  height: 44px;
}

.p-categorie {
  margin-right: 10px;
  margin-left: 10px;
}

.empty-destockage {
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  font-size: 0.8em;
}

.slider-citations {
  height: 100px;
  background-color: transparent;
}

.slide-nav-citactions {
  display: none;
}

.slide-arrow-citation {
  display: none;
}

.slide-citation {
  text-align: right;
}

.review-img {
  max-height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

.review-link {
  margin-right: 5px;
  margin-bottom: 5px;
}

.p-slider-citations {
  letter-spacing: 1px;
}

.video {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.liste-video {
  width: 50%;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.video-item {
  margin-bottom: 20px;
}

.p-construction {
  text-align: center;
}

.pop-up {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
}

.banner-container {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.banner-heading {
  margin-top: 0px;
  margin-bottom: 1em;
}

.banner-rich-text {
  margin-bottom: 2em;
}

.banner-button-container {
  text-align: center;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cancel-symbol {
  font-size: 24px;
}

.texte-fermer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: none;
  color: #ccc;
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
}

.lightbox-preview {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.lightbox-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 95%;
  height: 95vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lightbox-img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-405 {
  width: 100px;
  height: 100px;
}

.video-copy {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.liste-video-cuisines {
  display: -ms-grid;
  display: grid;
  margin-right: 3%;
  margin-left: 3%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.video-wrap {
  position: relative;
  cursor: pointer;
}

.video-2 {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}

.video-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.play-icon {
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 100px solid #fff;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-block-2 {
  display: none;
}

html.w-mod-js *[data-ix="zoom"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  .mobile-container {
    display: none;
  }

  .lien-dropdown {
    text-align: center;
  }

  .lien-nav {
    text-align: center;
  }

  .sidelink-container {
    display: none;
  }

  .bouton-stt {
    display: none;
  }

  .nav-menu {
    display: block;
    background-color: #181716;
  }

  .bouton-menu.w--open {
    background-color: #000;
  }

  .icone-menu {
    color: #fff;
  }

  .couverture-container {
    left: auto;
    right: auto;
    bottom: auto;
    padding-right: 1em;
    padding-left: 1em;
  }

  .titre-principal {
    font-size: 2.2em;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titre-section {
    font-size: 2.2em;
    text-align: center;
  }

  .footer-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header {
    height: 325px;
  }

  .scroll-down {
    display: block;
  }

  .container-60 {
    width: 80%;
  }

  .container-60.scroll {
    overflow: scroll;
  }

  .logo-container {
    min-height: 300px;
    margin-bottom: 40px;
  }

  .row-introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .texte-cta {
    text-align: center;
  }

  .bloc-img.sav {
    background-size: 210%;
  }

  .row-prestation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-prestation.inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bloc-actualit {
    margin-bottom: 40px;
  }

  .collection-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    width: 100%;
  }

  .titre-page {
    width: 80%;
    font-size: 2.2em;
    text-align: center;
  }

  .section-bg {
    max-height: 325px;
  }

  .p-collections {
    text-align: center;
  }

  .lightbox-link {
    height: 100%;
  }

  .box-amenagement {
    margin-bottom: 20px;
  }

  .row-services {
    margin-bottom: 0px;
  }

  .col-presentation {
    margin-bottom: 40px;
  }

  .bloc-texte {
    margin-bottom: 2em;
  }

  .lightbox-container {
    height: 150px;
  }

  .catalogues-list {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-slider-2 {
    padding-right: 110px;
    padding-left: 110px;
  }

  .lien-destockage {
    height: 200px;
  }

  .container-destockage {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .liste-fournisseurs {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .liste-collaborateurs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collaborateur-hover {
    display: none;
  }

  .container-80-collaborateurs {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .liste-video {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .liste-video-cuisines {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }

  .mobile-container {
    z-index: 999;
  }

  .link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .raccourcis-mobile {
    width: 44px;
    height: 44px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grille-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". . .";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 44px;
    grid-template-rows: 44px;
  }

  .bouton-stt {
    display: none;
  }

  .couverture-container {
    text-align: center;
  }

  .titre-principal {
    font-size: 2em;
  }

  .container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .titre-section {
    font-size: 2em;
  }

  .utility-page-content {
    padding-right: 1em;
    padding-left: 1em;
  }

  .utility-page-form {
    padding-right: 1em;
    padding-left: 1em;
  }

  .header {
    height: 275px;
  }

  .container-60 {
    width: 90%;
  }

  .row-horaires {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-container {
    min-height: 250px;
  }

  .container-80 {
    width: 90%;
  }

  .titre-page {
    font-size: 2em;
  }

  .section-bg {
    max-height: 275px;
  }

  .logo-header {
    display: none;
  }

  .p-horaires.gauche {
    text-align: left;
  }

  .row-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-logo-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .points {
    height: 30px;
    background-position: 50% 50%;
  }

  .catalogue {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .catalogues-list {
    display: block;
    margin-bottom: 0px;
  }

  .collection-item-2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask-2 {
    height: 170px;
  }

  .slide2testi {
    height: 170px;
  }

  .p-slider-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow {
    display: none;
    margin-top: 120px;
  }

  .right-arrow {
    display: none;
    margin-top: 120px;
  }

  .slider-2 {
    height: 170px;
  }

  .lien-destockage {
    width: 70%;
  }

  .collection-list-destockage {
    text-align: center;
  }

  .liste-collaborateurs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-bottom: 2em;
  }

  .tabs {
    display: block;
  }

  .slide-citation {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .mobile-container {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: block;
    width: 100%;
    height: 44px;
    background-color: #181716;
    box-shadow: 1px 1px 10px 0 #6e6e6e;
  }

  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .raccourcis-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grille-mobile {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mobile-icon {
    max-height: 24px;
  }

  .bouton-cta {
    display: none;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .titre-principal {
    font-size: 1.8em;
  }

  .titre-section {
    font-size: 1.8em;
    text-align: center;
  }

  .bouton {
    width: 70%;
  }

  .header {
    height: 220px;
  }

  .lien-logo {
    margin-right: 10px;
  }

  .footer-lower {
    padding-bottom: 44px;
  }

  .logo-container {
    min-height: 200px;
  }

  .bloc-img {
    min-height: 200px;
  }

  .titre-page {
    width: 90%;
    font-size: 1.8em;
    text-align: center;
  }

  .section-bg {
    max-height: 220px;
  }

  .points {
    height: 20px;
  }

  .mask-2 {
    height: 170px;
  }

  .slide2testi {
    height: 170px;
  }

  .left-arrow {
    margin-top: 140px;
  }

  .conttemoignages {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-arrow {
    margin-top: 140px;
  }

  .slider-2 {
    height: 170px;
  }

  .lien-destockage {
    width: 100%;
  }

  .liste-fournisseurs {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .slide-citation {
    text-align: center;
  }
}

#w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d8f-039a4d6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 0;
  grid-row-start: 0;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

#w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d92-039a4d6c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 0;
  grid-row-start: 0;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

#w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d95-039a4d6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 0;
  grid-row-start: 0;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

#w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d98-039a4d6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 0;
  grid-row-start: 0;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

@media screen and (max-width: 767px) {
  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d8f-039a4d6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d92-039a4d6c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d95-039a4d6c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d98-039a4d6c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d8f-039a4d6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d95-039a4d6c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_916b7e9e-53cb-d0c1-fa3f-ce0c039a4d98-039a4d6c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

